@salesforce/plugin-schema 2.3.30 → 2.3.31
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 +6 -6
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ sfdx sobject:describe --sobject ApexCodeCoverage --use-tooling-api
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
119
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/describe.ts)_
|
|
120
120
|
|
|
121
121
|
## `sfdx sobject:list`
|
|
122
122
|
|
|
@@ -153,6 +153,6 @@ EXAMPLES
|
|
|
153
153
|
$ sfdx sobject:list --sobject custom --target-org my-scratch-org
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.
|
|
156
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.31/src/commands/sobject/list.ts)_
|
|
157
157
|
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.31",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^2.15.0",
|
|
10
|
-
"@salesforce/core": "^5.
|
|
10
|
+
"@salesforce/core": "^5.3.10",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
12
12
|
"tslib": "^2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^4.4.
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^4.4.7",
|
|
18
18
|
"@salesforce/dev-config": "^4.0.1",
|
|
19
19
|
"@salesforce/dev-scripts": "^5.11.0",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.0.39",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"eslint-plugin-header": "^3.1.1",
|
|
33
33
|
"eslint-plugin-import": "2.28.1",
|
|
34
34
|
"eslint-plugin-jsdoc": "^43.0.5",
|
|
35
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
35
|
+
"eslint-plugin-sf-plugin": "^1.16.9",
|
|
36
36
|
"husky": "^7.0.4",
|
|
37
37
|
"mocha": "^9.1.3",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
"sfdx": {
|
|
216
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.
|
|
217
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.
|
|
216
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.31.crt",
|
|
217
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.31.sig"
|
|
218
218
|
}
|
|
219
219
|
}
|