@salesforce/plugin-schema 3.3.90 → 3.3.92
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/LICENSE.txt +1 -1
- package/README.md +2 -2
- package/lib/commands/sobject/describe.js +1 -1
- package/lib/commands/sobject/list.js +1 -1
- package/lib/index.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +8 -6
package/LICENSE.txt
CHANGED
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.92/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.92/src/commands/sobject/list.ts)_
|
|
161
161
|
|
|
162
162
|
<!-- commandsstop -->
|
package/lib/index.js
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
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.92",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
|
+
"enableO11y": true,
|
|
8
|
+
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
7
9
|
"dependencies": {
|
|
8
10
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.25.1",
|
|
10
12
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
11
13
|
},
|
|
12
14
|
"devDependencies": {
|
|
@@ -14,10 +16,10 @@
|
|
|
14
16
|
"@oclif/plugin-help": "^6.2.36",
|
|
15
17
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
16
18
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.1.79",
|
|
18
20
|
"@salesforce/ts-types": "^2.0.11",
|
|
19
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
20
|
-
"oclif": "^4.22.
|
|
22
|
+
"oclif": "^4.22.77",
|
|
21
23
|
"ts-node": "^10.9.2",
|
|
22
24
|
"typescript": "^5.5.4"
|
|
23
25
|
},
|
|
@@ -206,7 +208,7 @@
|
|
|
206
208
|
"exports": "./lib/index.js",
|
|
207
209
|
"type": "module",
|
|
208
210
|
"sfdx": {
|
|
209
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.
|
|
210
|
-
"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.92.crt",
|
|
212
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.92.sig"
|
|
211
213
|
}
|
|
212
214
|
}
|