@salesforce/plugin-sobject 1.3.0 → 1.3.2
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 +4 -4
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +16 -41
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ FLAG DESCRIPTIONS
|
|
|
164
164
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
167
|
+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.2/src/commands/schema/generate/field.ts)_
|
|
168
168
|
|
|
169
169
|
## `sf schema generate platformevent`
|
|
170
170
|
|
|
@@ -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/1.3.
|
|
199
|
+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.2/src/commands/schema/generate/platformevent.ts)_
|
|
200
200
|
|
|
201
201
|
## `sf schema generate sobject`
|
|
202
202
|
|
|
@@ -253,7 +253,7 @@ FLAG DESCRIPTIONS
|
|
|
253
253
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
256
|
+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.2/src/commands/schema/generate/sobject.ts)_
|
|
257
257
|
|
|
258
258
|
## `sf schema generate tab`
|
|
259
259
|
|
|
@@ -301,6 +301,6 @@ FLAG DESCRIPTIONS
|
|
|
301
301
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
304
|
+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.3.2/src/commands/schema/generate/tab.ts)_
|
|
305
305
|
|
|
306
306
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-sobject",
|
|
9
|
-
"version": "1.3.
|
|
9
|
+
"version": "1.3.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/confirm": "^2.0.17",
|
|
13
13
|
"@inquirer/input": "^1.2.16",
|
|
14
14
|
"@inquirer/select": "^1.3.3",
|
|
15
|
-
"@oclif/core": "^3.26.
|
|
15
|
+
"@oclif/core": "^3.26.3",
|
|
16
16
|
"@salesforce/core": "^7.0.1",
|
|
17
17
|
"@salesforce/kit": "^3.1.0",
|
|
18
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
18
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
19
19
|
"fast-glob": "^3.3.2",
|
|
20
20
|
"fast-xml-parser": "^4.3.6",
|
|
21
21
|
"js2xmlparser": "^4.0.2"
|
|
@@ -2620,9 +2620,9 @@
|
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
2622
2622
|
"node_modules/@oclif/core": {
|
|
2623
|
-
"version": "3.26.
|
|
2624
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2625
|
-
"integrity": "sha512-
|
|
2623
|
+
"version": "3.26.3",
|
|
2624
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
2625
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
2626
2626
|
"license": "MIT",
|
|
2627
2627
|
"dependencies": {
|
|
2628
2628
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2634,7 +2634,7 @@
|
|
|
2634
2634
|
"cli-progress": "^3.12.0",
|
|
2635
2635
|
"color": "^4.2.3",
|
|
2636
2636
|
"debug": "^4.3.4",
|
|
2637
|
-
"ejs": "^3.1.
|
|
2637
|
+
"ejs": "^3.1.10",
|
|
2638
2638
|
"get-package-type": "^0.1.0",
|
|
2639
2639
|
"globby": "^11.1.0",
|
|
2640
2640
|
"hyperlinker": "^1.0.0",
|
|
@@ -3365,9 +3365,9 @@
|
|
|
3365
3365
|
"license": "ISC"
|
|
3366
3366
|
},
|
|
3367
3367
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3368
|
-
"version": "9.0.
|
|
3369
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3370
|
-
"integrity": "sha512-
|
|
3368
|
+
"version": "9.0.1",
|
|
3369
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
|
|
3370
|
+
"integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
|
|
3371
3371
|
"license": "BSD-3-Clause",
|
|
3372
3372
|
"dependencies": {
|
|
3373
3373
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -6351,9 +6351,9 @@
|
|
|
6351
6351
|
}
|
|
6352
6352
|
},
|
|
6353
6353
|
"node_modules/ejs": {
|
|
6354
|
-
"version": "3.1.
|
|
6355
|
-
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.
|
|
6356
|
-
"integrity": "sha512-
|
|
6354
|
+
"version": "3.1.10",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
|
6356
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
|
6357
6357
|
"license": "Apache-2.0",
|
|
6358
6358
|
"dependencies": {
|
|
6359
6359
|
"jake": "^10.8.5"
|
package/oclif.lock
CHANGED
|
@@ -1347,10 +1347,10 @@
|
|
|
1347
1347
|
wordwrap "^1.0.0"
|
|
1348
1348
|
wrap-ansi "^7.0.0"
|
|
1349
1349
|
|
|
1350
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.
|
|
1351
|
-
version "3.26.
|
|
1352
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1353
|
-
integrity sha512-
|
|
1350
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3":
|
|
1351
|
+
version "3.26.3"
|
|
1352
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1353
|
+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
1354
1354
|
dependencies:
|
|
1355
1355
|
"@types/cli-progress" "^3.11.5"
|
|
1356
1356
|
ansi-escapes "^4.3.2"
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
cli-progress "^3.12.0"
|
|
1362
1362
|
color "^4.2.3"
|
|
1363
1363
|
debug "^4.3.4"
|
|
1364
|
-
ejs "^3.1.
|
|
1364
|
+
ejs "^3.1.10"
|
|
1365
1365
|
get-package-type "^0.1.0"
|
|
1366
1366
|
globby "^11.1.0"
|
|
1367
1367
|
hyperlinker "^1.0.0"
|
|
@@ -1573,10 +1573,10 @@
|
|
|
1573
1573
|
chalk "^4"
|
|
1574
1574
|
inquirer "^8.2.5"
|
|
1575
1575
|
|
|
1576
|
-
"@salesforce/sf-plugins-core@^9.0.
|
|
1577
|
-
version "9.0.
|
|
1578
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1579
|
-
integrity sha512-
|
|
1576
|
+
"@salesforce/sf-plugins-core@^9.0.1":
|
|
1577
|
+
version "9.0.1"
|
|
1578
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
|
|
1579
|
+
integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
|
|
1580
1580
|
dependencies:
|
|
1581
1581
|
"@inquirer/confirm" "^2.0.17"
|
|
1582
1582
|
"@inquirer/password" "^1.1.16"
|
|
@@ -3459,10 +3459,10 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
3459
3459
|
dependencies:
|
|
3460
3460
|
safe-buffer "^5.0.1"
|
|
3461
3461
|
|
|
3462
|
-
ejs@^3.1.9:
|
|
3463
|
-
version "3.1.
|
|
3464
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
3465
|
-
integrity sha512-
|
|
3462
|
+
ejs@^3.1.10, ejs@^3.1.9:
|
|
3463
|
+
version "3.1.10"
|
|
3464
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
|
3465
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
|
3466
3466
|
dependencies:
|
|
3467
3467
|
jake "^10.8.5"
|
|
3468
3468
|
|
|
@@ -6856,16 +6856,7 @@ srcset@^5.0.0:
|
|
|
6856
6856
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6857
6857
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6858
6858
|
|
|
6859
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6860
|
-
version "4.2.3"
|
|
6861
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6862
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6863
|
-
dependencies:
|
|
6864
|
-
emoji-regex "^8.0.0"
|
|
6865
|
-
is-fullwidth-code-point "^3.0.0"
|
|
6866
|
-
strip-ansi "^6.0.1"
|
|
6867
|
-
|
|
6868
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6859
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6869
6860
|
version "4.2.3"
|
|
6870
6861
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6871
6862
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6924,14 +6915,7 @@ string_decoder@~1.1.1:
|
|
|
6924
6915
|
dependencies:
|
|
6925
6916
|
safe-buffer "~5.1.0"
|
|
6926
6917
|
|
|
6927
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6928
|
-
version "6.0.1"
|
|
6929
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6930
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6931
|
-
dependencies:
|
|
6932
|
-
ansi-regex "^5.0.1"
|
|
6933
|
-
|
|
6934
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6918
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6935
6919
|
version "6.0.1"
|
|
6936
6920
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6937
6921
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7483,7 +7467,7 @@ workerpool@6.2.1:
|
|
|
7483
7467
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7484
7468
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7485
7469
|
|
|
7486
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7470
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
7487
7471
|
version "7.0.0"
|
|
7488
7472
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7489
7473
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7501,15 +7485,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
|
|
|
7501
7485
|
string-width "^4.1.0"
|
|
7502
7486
|
strip-ansi "^6.0.0"
|
|
7503
7487
|
|
|
7504
|
-
wrap-ansi@^7.0.0:
|
|
7505
|
-
version "7.0.0"
|
|
7506
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7507
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7508
|
-
dependencies:
|
|
7509
|
-
ansi-styles "^4.0.0"
|
|
7510
|
-
string-width "^4.1.0"
|
|
7511
|
-
strip-ansi "^6.0.0"
|
|
7512
|
-
|
|
7513
7488
|
wrap-ansi@^8.1.0:
|
|
7514
7489
|
version "8.1.0"
|
|
7515
7490
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
3
|
"description": "Create objects, fields, tabs, etc",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/confirm": "^2.0.17",
|
|
9
9
|
"@inquirer/input": "^1.2.16",
|
|
10
10
|
"@inquirer/select": "^1.3.3",
|
|
11
|
-
"@oclif/core": "^3.26.
|
|
11
|
+
"@oclif/core": "^3.26.3",
|
|
12
12
|
"@salesforce/core": "^7.0.1",
|
|
13
13
|
"@salesforce/kit": "^3.1.0",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
15
15
|
"fast-glob": "^3.3.2",
|
|
16
16
|
"fast-xml-parser": "^4.3.6",
|
|
17
17
|
"js2xmlparser": "^4.0.2"
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"exports": "./lib/index.js",
|
|
212
212
|
"type": "module",
|
|
213
213
|
"sfdx": {
|
|
214
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.
|
|
215
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.
|
|
214
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.2.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.2.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|