@salesforce/plugin-schema 2.3.29 → 2.3.30

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 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.29/src/commands/sobject/describe.ts)_
119
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/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.29/src/commands/sobject/list.ts)_
156
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/2.3.30/src/commands/sobject/list.ts)_
157
157
 
158
158
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.29",
2
+ "version": "2.3.30",
3
3
  "commands": {
4
4
  "sobject:describe": {
5
5
  "id": "sobject:describe",
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": "2.3.29",
4
+ "version": "2.3.30",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
@@ -13,18 +13,18 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-command-snapshot": "^4.0.14",
16
- "@oclif/plugin-help": "^5.2.19",
17
- "@salesforce/cli-plugins-testkit": "^4.3.6",
16
+ "@oclif/plugin-help": "^5.2.20",
17
+ "@salesforce/cli-plugins-testkit": "^4.4.3",
18
18
  "@salesforce/dev-config": "^4.0.1",
19
- "@salesforce/dev-scripts": "^5.10.0",
20
- "@salesforce/plugin-command-reference": "^3.0.33",
19
+ "@salesforce/dev-scripts": "^5.11.0",
20
+ "@salesforce/plugin-command-reference": "^3.0.39",
21
21
  "@salesforce/prettier-config": "^0.0.3",
22
- "@salesforce/ts-sinon": "1.4.15",
22
+ "@salesforce/ts-sinon": "1.4.17",
23
23
  "@swc/core": "^1.3.32",
24
24
  "@typescript-eslint/eslint-plugin": "^5.62.0",
25
25
  "@typescript-eslint/parser": "^5.62.0",
26
- "chai": "^4.3.8",
27
- "eslint": "^8.50.0",
26
+ "chai": "^4.3.10",
27
+ "eslint": "^8.51.0",
28
28
  "eslint-config-prettier": "^8.10.0",
29
29
  "eslint-config-salesforce": "^2.0.2",
30
30
  "eslint-config-salesforce-license": "^0.2.0",
@@ -32,11 +32,11 @@
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.6",
35
+ "eslint-plugin-sf-plugin": "^1.16.7",
36
36
  "husky": "^7.0.4",
37
37
  "mocha": "^9.1.3",
38
38
  "nyc": "^15.1.0",
39
- "oclif": "^3.16.0",
39
+ "oclif": "^3.17.2",
40
40
  "prettier": "^2.8.8",
41
41
  "pretty-quick": "^3.1.0",
42
42
  "shx": "0.3.4",
@@ -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.29.crt",
217
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.29.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.30.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.30.sig"
218
218
  }
219
219
  }