@salesforce/plugin-sobject 1.3.2 → 1.3.3
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 +31 -24
- package/oclif.lock +29 -24
- 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.3/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.3/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.3/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.3/src/commands/schema/generate/tab.ts)_
|
|
305
305
|
|
|
306
306
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
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.3",
|
|
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
15
|
"@oclif/core": "^3.26.3",
|
|
16
|
-
"@salesforce/core": "^7.0
|
|
16
|
+
"@salesforce/core": "^7.2.0",
|
|
17
17
|
"@salesforce/kit": "^3.1.0",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
19
19
|
"fast-glob": "^3.3.2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"js2xmlparser": "^4.0.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
26
26
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
@@ -2728,9 +2728,9 @@
|
|
|
2728
2728
|
}
|
|
2729
2729
|
},
|
|
2730
2730
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2731
|
-
"version": "5.1.
|
|
2732
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
2733
|
-
"integrity": "sha512-
|
|
2731
|
+
"version": "5.1.5",
|
|
2732
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz",
|
|
2733
|
+
"integrity": "sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==",
|
|
2734
2734
|
"dev": true,
|
|
2735
2735
|
"license": "MIT",
|
|
2736
2736
|
"dependencies": {
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
"lodash.get": "^4.4.2",
|
|
2744
2744
|
"lodash.sortby": "^4.7.0",
|
|
2745
2745
|
"semver": "^7.6.0",
|
|
2746
|
-
"ts-json-schema-generator": "^1.5.
|
|
2746
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
2747
2747
|
},
|
|
2748
2748
|
"engines": {
|
|
2749
2749
|
"node": ">=18.0.0"
|
|
@@ -3188,9 +3188,9 @@
|
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
3190
|
"node_modules/@salesforce/core": {
|
|
3191
|
-
"version": "7.
|
|
3192
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
3193
|
-
"integrity": "sha512-
|
|
3191
|
+
"version": "7.2.0",
|
|
3192
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
3193
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
3194
3194
|
"license": "BSD-3-Clause",
|
|
3195
3195
|
"dependencies": {
|
|
3196
3196
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
@@ -5766,13 +5766,13 @@
|
|
|
5766
5766
|
}
|
|
5767
5767
|
},
|
|
5768
5768
|
"node_modules/commander": {
|
|
5769
|
-
"version": "
|
|
5770
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
5771
|
-
"integrity": "sha512-
|
|
5769
|
+
"version": "12.0.0",
|
|
5770
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
|
|
5771
|
+
"integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
|
|
5772
5772
|
"dev": true,
|
|
5773
5773
|
"license": "MIT",
|
|
5774
5774
|
"engines": {
|
|
5775
|
-
"node": ">=
|
|
5775
|
+
"node": ">=18"
|
|
5776
5776
|
}
|
|
5777
5777
|
},
|
|
5778
5778
|
"node_modules/comment-parser": {
|
|
@@ -12760,19 +12760,19 @@
|
|
|
12760
12760
|
}
|
|
12761
12761
|
},
|
|
12762
12762
|
"node_modules/ts-json-schema-generator": {
|
|
12763
|
-
"version": "1.5.
|
|
12764
|
-
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
12765
|
-
"integrity": "sha512-
|
|
12763
|
+
"version": "1.5.1",
|
|
12764
|
+
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
|
|
12765
|
+
"integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
|
|
12766
12766
|
"dev": true,
|
|
12767
12767
|
"license": "MIT",
|
|
12768
12768
|
"dependencies": {
|
|
12769
|
-
"@types/json-schema": "^7.0.
|
|
12770
|
-
"commander": "^
|
|
12769
|
+
"@types/json-schema": "^7.0.15",
|
|
12770
|
+
"commander": "^12.0.0",
|
|
12771
12771
|
"glob": "^8.0.3",
|
|
12772
12772
|
"json5": "^2.2.3",
|
|
12773
12773
|
"normalize-path": "^3.0.0",
|
|
12774
12774
|
"safe-stable-stringify": "^2.4.3",
|
|
12775
|
-
"typescript": "~5.
|
|
12775
|
+
"typescript": "~5.4.2"
|
|
12776
12776
|
},
|
|
12777
12777
|
"bin": {
|
|
12778
12778
|
"ts-json-schema-generator": "bin/ts-json-schema-generator"
|
|
@@ -12781,6 +12781,13 @@
|
|
|
12781
12781
|
"node": ">=10.0.0"
|
|
12782
12782
|
}
|
|
12783
12783
|
},
|
|
12784
|
+
"node_modules/ts-json-schema-generator/node_modules/@types/json-schema": {
|
|
12785
|
+
"version": "7.0.15",
|
|
12786
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
12787
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
12788
|
+
"dev": true,
|
|
12789
|
+
"license": "MIT"
|
|
12790
|
+
},
|
|
12784
12791
|
"node_modules/ts-json-schema-generator/node_modules/glob": {
|
|
12785
12792
|
"version": "8.1.0",
|
|
12786
12793
|
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
@@ -12815,9 +12822,9 @@
|
|
|
12815
12822
|
}
|
|
12816
12823
|
},
|
|
12817
12824
|
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
12818
|
-
"version": "5.
|
|
12819
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
12820
|
-
"integrity": "sha512-
|
|
12825
|
+
"version": "5.4.5",
|
|
12826
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
|
12827
|
+
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
|
12821
12828
|
"dev": true,
|
|
12822
12829
|
"license": "Apache-2.0",
|
|
12823
12830
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -1381,10 +1381,10 @@
|
|
|
1381
1381
|
wordwrap "^1.0.0"
|
|
1382
1382
|
wrap-ansi "^7.0.0"
|
|
1383
1383
|
|
|
1384
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1385
|
-
version "5.1.
|
|
1386
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1387
|
-
integrity sha512-
|
|
1384
|
+
"@oclif/plugin-command-snapshot@^5.1.5":
|
|
1385
|
+
version "5.1.5"
|
|
1386
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
|
|
1387
|
+
integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
|
|
1388
1388
|
dependencies:
|
|
1389
1389
|
"@oclif/core" "3.26.0"
|
|
1390
1390
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
lodash.get "^4.4.2"
|
|
1396
1396
|
lodash.sortby "^4.7.0"
|
|
1397
1397
|
semver "^7.6.0"
|
|
1398
|
-
ts-json-schema-generator "^1.5.
|
|
1398
|
+
ts-json-schema-generator "^1.5.1"
|
|
1399
1399
|
|
|
1400
1400
|
"@oclif/plugin-help@^6.0.18":
|
|
1401
1401
|
version "6.0.18"
|
|
@@ -1468,10 +1468,10 @@
|
|
|
1468
1468
|
semver "^7.6.0"
|
|
1469
1469
|
ts-retry-promise "^0.7.1"
|
|
1470
1470
|
|
|
1471
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0
|
|
1472
|
-
version "7.
|
|
1473
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1474
|
-
integrity sha512-
|
|
1471
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0":
|
|
1472
|
+
version "7.2.0"
|
|
1473
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
|
|
1474
|
+
integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
|
|
1475
1475
|
dependencies:
|
|
1476
1476
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1477
1477
|
"@salesforce/kit" "^3.1.0"
|
|
@@ -2196,6 +2196,11 @@
|
|
|
2196
2196
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
|
|
2197
2197
|
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
|
|
2198
2198
|
|
|
2199
|
+
"@types/json-schema@^7.0.15":
|
|
2200
|
+
version "7.0.15"
|
|
2201
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
2202
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
2203
|
+
|
|
2199
2204
|
"@types/json5@^0.0.29":
|
|
2200
2205
|
version "0.0.29"
|
|
2201
2206
|
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
|
@@ -3094,10 +3099,10 @@ combined-stream@^1.0.8:
|
|
|
3094
3099
|
dependencies:
|
|
3095
3100
|
delayed-stream "~1.0.0"
|
|
3096
3101
|
|
|
3097
|
-
commander@^
|
|
3098
|
-
version "
|
|
3099
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
3100
|
-
integrity sha512-
|
|
3102
|
+
commander@^12.0.0:
|
|
3103
|
+
version "12.0.0"
|
|
3104
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
|
|
3105
|
+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
|
|
3101
3106
|
|
|
3102
3107
|
commander@^4.0.1:
|
|
3103
3108
|
version "4.1.1"
|
|
@@ -7077,18 +7082,18 @@ ts-api-utils@^1.0.1:
|
|
|
7077
7082
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7078
7083
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7079
7084
|
|
|
7080
|
-
ts-json-schema-generator@^1.5.
|
|
7081
|
-
version "1.5.
|
|
7082
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.
|
|
7083
|
-
integrity sha512-
|
|
7085
|
+
ts-json-schema-generator@^1.5.1:
|
|
7086
|
+
version "1.5.1"
|
|
7087
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
7088
|
+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
|
|
7084
7089
|
dependencies:
|
|
7085
|
-
"@types/json-schema" "^7.0.
|
|
7086
|
-
commander "^
|
|
7090
|
+
"@types/json-schema" "^7.0.15"
|
|
7091
|
+
commander "^12.0.0"
|
|
7087
7092
|
glob "^8.0.3"
|
|
7088
7093
|
json5 "^2.2.3"
|
|
7089
7094
|
normalize-path "^3.0.0"
|
|
7090
7095
|
safe-stable-stringify "^2.4.3"
|
|
7091
|
-
typescript "~5.
|
|
7096
|
+
typescript "~5.4.2"
|
|
7092
7097
|
|
|
7093
7098
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7094
7099
|
version "10.9.2"
|
|
@@ -7249,10 +7254,10 @@ typedoc@^0.25.12:
|
|
|
7249
7254
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7250
7255
|
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7251
7256
|
|
|
7252
|
-
typescript@~5.
|
|
7253
|
-
version "5.
|
|
7254
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
7255
|
-
integrity sha512-
|
|
7257
|
+
typescript@~5.4.2:
|
|
7258
|
+
version "5.4.5"
|
|
7259
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7260
|
+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7256
7261
|
|
|
7257
7262
|
uglify-js@^3.1.4:
|
|
7258
7263
|
version "3.17.4"
|
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.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@inquirer/input": "^1.2.16",
|
|
10
10
|
"@inquirer/select": "^1.3.3",
|
|
11
11
|
"@oclif/core": "^3.26.3",
|
|
12
|
-
"@salesforce/core": "^7.0
|
|
12
|
+
"@salesforce/core": "^7.2.0",
|
|
13
13
|
"@salesforce/kit": "^3.1.0",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
15
15
|
"fast-glob": "^3.3.2",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"js2xmlparser": "^4.0.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.5",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
@@ -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.3.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.3.3.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|