@salesforce/plugin-schema 3.0.2 → 3.0.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 +2 -2
- package/oclif.lock +27 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.
|
|
119
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.3/src/commands/sobject/describe.ts)_
|
|
120
120
|
|
|
121
121
|
## `sf sobject list`
|
|
122
122
|
|
|
@@ -153,6 +153,6 @@ EXAMPLES
|
|
|
153
153
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.
|
|
156
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.3/src/commands/sobject/list.ts)_
|
|
157
157
|
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1017,15 +1017,16 @@
|
|
|
1017
1017
|
chalk "^4"
|
|
1018
1018
|
inquirer "^8.2.5"
|
|
1019
1019
|
|
|
1020
|
-
"@salesforce/sf-plugins-core@^4.
|
|
1021
|
-
version "4.
|
|
1022
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.
|
|
1023
|
-
integrity sha512-
|
|
1020
|
+
"@salesforce/sf-plugins-core@^4.1.1":
|
|
1021
|
+
version "4.1.1"
|
|
1022
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
|
|
1023
|
+
integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
|
|
1024
1024
|
dependencies:
|
|
1025
1025
|
"@oclif/core" "^3.0.0"
|
|
1026
1026
|
"@salesforce/core" "^5.3.1"
|
|
1027
1027
|
"@salesforce/kit" "^3.0.13"
|
|
1028
1028
|
"@salesforce/ts-types" "^2.0.7"
|
|
1029
|
+
"@types/inquirer" "^8.2.3"
|
|
1029
1030
|
chalk "^4"
|
|
1030
1031
|
inquirer "^8.2.5"
|
|
1031
1032
|
|
|
@@ -1179,6 +1180,14 @@
|
|
|
1179
1180
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
|
1180
1181
|
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
|
1181
1182
|
|
|
1183
|
+
"@types/inquirer@^8.2.3":
|
|
1184
|
+
version "8.2.10"
|
|
1185
|
+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
|
|
1186
|
+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
|
|
1187
|
+
dependencies:
|
|
1188
|
+
"@types/through" "*"
|
|
1189
|
+
rxjs "^7.2.0"
|
|
1190
|
+
|
|
1182
1191
|
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
|
|
1183
1192
|
version "7.0.12"
|
|
1184
1193
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
@@ -1282,6 +1291,13 @@
|
|
|
1282
1291
|
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
|
|
1283
1292
|
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
|
|
1284
1293
|
|
|
1294
|
+
"@types/through@*":
|
|
1295
|
+
version "0.0.33"
|
|
1296
|
+
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
|
|
1297
|
+
integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
|
|
1298
|
+
dependencies:
|
|
1299
|
+
"@types/node" "*"
|
|
1300
|
+
|
|
1285
1301
|
"@types/vinyl@^2.0.4":
|
|
1286
1302
|
version "2.0.6"
|
|
1287
1303
|
resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.6.tgz#b2d134603557a7c3d2b5d3dc23863ea2b5eb29b0"
|
|
@@ -6283,6 +6299,13 @@ rxjs@^6.6.0:
|
|
|
6283
6299
|
dependencies:
|
|
6284
6300
|
tslib "^1.9.0"
|
|
6285
6301
|
|
|
6302
|
+
rxjs@^7.2.0:
|
|
6303
|
+
version "7.8.1"
|
|
6304
|
+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
|
6305
|
+
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
|
6306
|
+
dependencies:
|
|
6307
|
+
tslib "^2.1.0"
|
|
6308
|
+
|
|
6286
6309
|
rxjs@^7.5.5:
|
|
6287
6310
|
version "7.5.7"
|
|
6288
6311
|
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.10.4",
|
|
9
9
|
"@salesforce/core": "^5.3.20",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^4.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^4.1.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"exports": "./lib/index.js",
|
|
198
198
|
"type": "module",
|
|
199
199
|
"sfdx": {
|
|
200
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
201
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
200
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.3.crt",
|
|
201
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.3.sig"
|
|
202
202
|
}
|
|
203
203
|
}
|