Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into wr/esm
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 6, 2023
2 parents 058872e + 0a8f4c1 commit 4881160
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 311 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.15](https://github.com/salesforcecli/plugin-sobject/compare/0.2.14...0.2.15) (2023-11-05)

### Bug Fixes

- **deps:** bump @salesforce/core from 5.3.10 to 5.3.17 ([bed2027](https://github.com/salesforcecli/plugin-sobject/commit/bed20274899a3291dc224aaa8239fe806adec075))

## [0.2.14](https://github.com/salesforcecli/plugin-sobject/compare/0.2.13...0.2.14) (2023-10-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
If you don't specify this flag, the command prompts you to choose from your local objects.
```

_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/field.ts)_
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.15/src/commands/schema/generate/field.ts)_

## `sf schema generate platformevent`

Expand Down Expand Up @@ -196,7 +196,7 @@ EXAMPLES
$ sf schema generate platformevent --label "My Platform Event"
```

_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/platformevent.ts)_
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.15/src/commands/schema/generate/platformevent.ts)_

## `sf schema generate sobject`

Expand Down Expand Up @@ -250,7 +250,7 @@ FLAG DESCRIPTIONS
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
```

_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/sobject.ts)_
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.15/src/commands/schema/generate/sobject.ts)_

## `sf schema generate tab`

Expand Down Expand Up @@ -297,6 +297,6 @@ FLAG DESCRIPTIONS
The API name for a custom object always ends in "__c", such as "MyObject__c".
```

_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.14/src/commands/schema/generate/tab.ts)_
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.15/src/commands/schema/generate/tab.ts)_

<!-- commandsstop -->
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@salesforce/plugin-sobject",
"description": "Create objects, fields, tabs, etc",
"version": "0.2.14",
"version": "0.2.15",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^3.9.2",
"@salesforce/core": "^5.3.9",
"@salesforce/core": "^5.3.17",
"@salesforce/kit": "^3.0.15",
"@salesforce/sf-plugins-core": "^4.0.0",
"change-case": "^4.1.2",
Expand All @@ -16,16 +16,12 @@
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.1",
"@oclif/test": "^3.0.4",
"@salesforce/cli-plugins-testkit": "^5.0.0",
"@salesforce/dev-scripts": "^6.0.3",
"@salesforce/plugin-command-reference": "^3.0.44",
"@salesforce/ts-sinon": "1.4.18",
"@types/inquirer": "^8.2.0",
"@types/shelljs": "^0.8.13",
"eslint-plugin-sf-plugin": "^1.16.12",
"eslint-plugin-sf-plugin": "^1.16.14",
"oclif": "^4.0.3",
"shelljs": "^0.8.4",
"shx": "0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 4881160

Please sign in to comment.