@salesforce/plugin-schema 3.3.92 → 3.3.93
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.manifest.json +1 -1
- package/package.json +5 -5
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.93/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.93/src/commands/sobject/list.ts)_
|
|
161
161
|
|
|
162
162
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.93",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
8
8
|
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@oclif/core": "^4",
|
|
11
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.26.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.9",
|
|
16
16
|
"@oclif/plugin-help": "^6.2.36",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
18
18
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
@@ -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.3.
|
|
212
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.
|
|
211
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.93.crt",
|
|
212
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.93.sig"
|
|
213
213
|
}
|
|
214
214
|
}
|