@salesforce/plugin-sobject 0.2.12 → 0.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
167
167
  If you don't specify this flag, the command prompts you to choose from your local objects.
168
168
  ```
169
169
 
170
- _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/field.ts)_
170
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/field.ts)_
171
171
 
172
172
  ## `sf schema generate platformevent`
173
173
 
@@ -196,7 +196,7 @@ EXAMPLES
196
196
  $ sf schema generate platformevent --label "My Platform Event"
197
197
  ```
198
198
 
199
- _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/platformevent.ts)_
199
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/platformevent.ts)_
200
200
 
201
201
  ## `sf schema generate sobject`
202
202
 
@@ -250,7 +250,7 @@ FLAG DESCRIPTIONS
250
250
  * Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
251
251
  ```
252
252
 
253
- _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/sobject.ts)_
253
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/sobject.ts)_
254
254
 
255
255
  ## `sf schema generate tab`
256
256
 
@@ -297,6 +297,6 @@ FLAG DESCRIPTIONS
297
297
  The API name for a custom object always ends in "__c", such as "MyObject__c".
298
298
  ```
299
299
 
300
- _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.12/src/commands/schema/generate/tab.ts)_
300
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.13/src/commands/schema/generate/tab.ts)_
301
301
 
302
302
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.12",
2
+ "version": "0.2.13",
3
3
  "commands": {
4
4
  "schema:generate:field": {
5
5
  "id": "schema:generate:field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-sobject",
3
3
  "description": "Create objects, fields, tabs, etc",
4
- "version": "0.2.12",
4
+ "version": "0.2.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -21,17 +21,17 @@
21
21
  "@oclif/test": "^2.5.6",
22
22
  "@salesforce/cli-plugins-testkit": "^4.4.3",
23
23
  "@salesforce/dev-config": "^4.0.1",
24
- "@salesforce/dev-scripts": "^5.10.0",
24
+ "@salesforce/dev-scripts": "^5.11.0",
25
25
  "@salesforce/plugin-command-reference": "^3.0.39",
26
26
  "@salesforce/prettier-config": "^0.0.3",
27
27
  "@salesforce/ts-sinon": "1.4.17",
28
28
  "@swc/core": "^1.3.37",
29
29
  "@types/inquirer": "^8.2.0",
30
- "@types/shelljs": "^0.8.12",
30
+ "@types/shelljs": "^0.8.13",
31
31
  "@typescript-eslint/eslint-plugin": "^5.62.0",
32
32
  "@typescript-eslint/parser": "^5.61.0",
33
33
  "chai": "^4.3.10",
34
- "eslint": "^8.50.0",
34
+ "eslint": "^8.51.0",
35
35
  "eslint-config-prettier": "^8.10.0",
36
36
  "eslint-config-salesforce": "^2.0.2",
37
37
  "eslint-config-salesforce-license": "^0.2.0",
@@ -39,7 +39,7 @@
39
39
  "eslint-plugin-header": "^3.1.1",
40
40
  "eslint-plugin-import": "2.28.1",
41
41
  "eslint-plugin-jsdoc": "^43.0.5",
42
- "eslint-plugin-sf-plugin": "^1.16.7",
42
+ "eslint-plugin-sf-plugin": "^1.16.9",
43
43
  "husky": "^7.0.4",
44
44
  "mocha": "^9.2.2",
45
45
  "nyc": "^15.1.0",
@@ -223,7 +223,7 @@
223
223
  }
224
224
  },
225
225
  "sfdx": {
226
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.12.crt",
227
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.12.sig"
226
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.13.crt",
227
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.13.sig"
228
228
  }
229
229
  }