@salesforce/plugin-schema 3.0.7 → 3.0.8
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 +5 -5
- 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.0.
|
|
120
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.8/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.0.
|
|
158
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0.8/src/commands/sobject/list.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1042,12 +1042,12 @@
|
|
|
1042
1042
|
chalk "^4"
|
|
1043
1043
|
inquirer "^8.2.5"
|
|
1044
1044
|
|
|
1045
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1046
|
-
version "5.0.
|
|
1047
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1048
|
-
integrity sha512-
|
|
1045
|
+
"@salesforce/sf-plugins-core@^5.0.5":
|
|
1046
|
+
version "5.0.5"
|
|
1047
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
|
|
1048
|
+
integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
|
|
1049
1049
|
dependencies:
|
|
1050
|
-
"@oclif/core" "^3.
|
|
1050
|
+
"@oclif/core" "^3.12.0"
|
|
1051
1051
|
"@salesforce/core" "^6.2.0"
|
|
1052
1052
|
"@salesforce/kit" "^3.0.15"
|
|
1053
1053
|
"@salesforce/ts-types" "^2.0.9"
|
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.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.12.0",
|
|
9
9
|
"@salesforce/core": "^6.2.2",
|
|
10
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
10
|
+
"@salesforce/sf-plugins-core": "^5.0.5"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"exports": "./lib/index.js",
|
|
197
197
|
"type": "module",
|
|
198
198
|
"sfdx": {
|
|
199
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
200
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
199
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.8.crt",
|
|
200
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.8.sig"
|
|
201
201
|
}
|
|
202
202
|
}
|