@salesforce/plugin-schema 3.3.1 → 3.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 +2 -2
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ EXAMPLES
|
|
|
118
118
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
121
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.2/src/commands/sobject/describe.ts)_
|
|
122
122
|
|
|
123
123
|
## `sf sobject list`
|
|
124
124
|
|
|
@@ -157,6 +157,6 @@ EXAMPLES
|
|
|
157
157
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
160
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.2/src/commands/sobject/list.ts)_
|
|
161
161
|
|
|
162
162
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-schema",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.2",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.3",
|
|
13
13
|
"@salesforce/core": "^7.0.1",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
@@ -3434,9 +3434,9 @@
|
|
|
3434
3434
|
"license": "ISC"
|
|
3435
3435
|
},
|
|
3436
3436
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3437
|
-
"version": "9.0.
|
|
3438
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3439
|
-
"integrity": "sha512-
|
|
3437
|
+
"version": "9.0.1",
|
|
3438
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
|
|
3439
|
+
"integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
|
|
3440
3440
|
"license": "BSD-3-Clause",
|
|
3441
3441
|
"dependencies": {
|
|
3442
3442
|
"@inquirer/confirm": "^2.0.17",
|
package/oclif.lock
CHANGED
|
@@ -1553,10 +1553,10 @@
|
|
|
1553
1553
|
chalk "^4"
|
|
1554
1554
|
inquirer "^8.2.5"
|
|
1555
1555
|
|
|
1556
|
-
"@salesforce/sf-plugins-core@^9.0.
|
|
1557
|
-
version "9.0.
|
|
1558
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1559
|
-
integrity sha512-
|
|
1556
|
+
"@salesforce/sf-plugins-core@^9.0.1":
|
|
1557
|
+
version "9.0.1"
|
|
1558
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
|
|
1559
|
+
integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
|
|
1560
1560
|
dependencies:
|
|
1561
1561
|
"@inquirer/confirm" "^2.0.17"
|
|
1562
1562
|
"@inquirer/password" "^1.1.16"
|
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.3.
|
|
4
|
+
"version": "3.3.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.3",
|
|
9
9
|
"@salesforce/core": "^7.0.1",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^9.0.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"exports": "./lib/index.js",
|
|
208
208
|
"type": "module",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.2.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.2.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|