@salesforce/plugin-sobject 1.3.0 → 1.3.1
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 +6 -6
- package/oclif.lock +7 -32
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.1/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.1/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.1/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.1/src/commands/schema/generate/tab.ts)_
|
|
305
305
|
|
|
306
306
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
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.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/core": "^3.26.2",
|
|
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"
|
|
@@ -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",
|
package/oclif.lock
CHANGED
|
@@ -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"
|
|
@@ -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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
3
|
"description": "Create objects, fields, tabs, etc",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@oclif/core": "^3.26.2",
|
|
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.1.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.1.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|