@salesforce/plugin-schema 3.3.73 → 3.3.75
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 +7 -7
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.75/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.75/src/commands/sobject/list.ts)_
|
|
161
161
|
|
|
162
162
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.75",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.3.4",
|
|
14
14
|
"@oclif/plugin-help": "^6.2.30",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.11",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
20
|
-
"oclif": "^4.
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.20.28",
|
|
20
|
+
"oclif": "^4.21.2",
|
|
21
21
|
"ts-node": "^10.9.2",
|
|
22
22
|
"typescript": "^5.5.4"
|
|
23
23
|
},
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"exports": "./lib/index.js",
|
|
207
207
|
"type": "module",
|
|
208
208
|
"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.
|
|
209
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.75.crt",
|
|
210
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.75.sig"
|
|
211
211
|
}
|
|
212
212
|
}
|