@salesforce/plugin-schema 3.1.5 → 3.1.6
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 +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.
|
|
120
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.6/src/commands/sobject/describe.ts)_
|
|
121
121
|
|
|
122
122
|
## `sf sobject list`
|
|
123
123
|
|
|
@@ -155,6 +155,6 @@ EXAMPLES
|
|
|
155
155
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.
|
|
158
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.6/src/commands/sobject/list.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1691,10 +1691,10 @@
|
|
|
1691
1691
|
node-gyp "^8.2.0"
|
|
1692
1692
|
read-package-json-fast "^2.0.1"
|
|
1693
1693
|
|
|
1694
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
|
|
1695
|
-
version "3.19.
|
|
1696
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.
|
|
1697
|
-
integrity sha512
|
|
1694
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
|
|
1695
|
+
version "3.19.6"
|
|
1696
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
|
|
1697
|
+
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
|
|
1698
1698
|
dependencies:
|
|
1699
1699
|
"@types/cli-progress" "^3.11.5"
|
|
1700
1700
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.19.
|
|
8
|
+
"@oclif/core": "^3.19.6",
|
|
9
9
|
"@salesforce/core": "^6.5.5",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^5.0.10"
|
|
11
11
|
},
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"exports": "./lib/index.js",
|
|
209
209
|
"type": "module",
|
|
210
210
|
"sfdx": {
|
|
211
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.
|
|
212
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.
|
|
211
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.6.crt",
|
|
212
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.6.sig"
|
|
213
213
|
}
|
|
214
214
|
}
|