@salesforce/plugin-schema 2.3.3 → 2.3.5

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +1 -1
  2. package/package.json +19 -20
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.3",
2
+ "version": "2.3.5",
3
3
  "commands": {
4
4
  "sobject:describe": {
5
5
  "id": "sobject:describe",
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "2.3.3",
4
+ "version": "2.3.5",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^2.4.0",
9
+ "@oclif/core": "^2.7.1",
10
10
  "@salesforce/core": "^3.33.6",
11
11
  "@salesforce/sf-plugins-core": "^2.2.4",
12
12
  "tslib": "^2"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^3.3.6",
16
- "@oclif/plugin-help": "^5.2.5",
17
- "@salesforce/cli-plugins-testkit": "^3.2.18",
15
+ "@oclif/plugin-command-snapshot": "^3.3.9",
16
+ "@oclif/plugin-help": "^5.2.8",
17
+ "@salesforce/cli-plugins-testkit": "^3.2.25",
18
18
  "@salesforce/dev-config": "^3.0.1",
19
- "@salesforce/dev-scripts": "^4.1.2",
19
+ "@salesforce/dev-scripts": "^4.1.3",
20
20
  "@salesforce/plugin-command-reference": "^2.4.1",
21
21
  "@salesforce/prettier-config": "^0.0.2",
22
22
  "@salesforce/ts-sinon": "1.4.6",
23
23
  "@swc/core": "^1.3.32",
24
- "@typescript-eslint/eslint-plugin": "^5.53.0",
25
- "@typescript-eslint/parser": "^5.54.0",
24
+ "@typescript-eslint/eslint-plugin": "^5.55.0",
25
+ "@typescript-eslint/parser": "^5.55.0",
26
26
  "chai": "^4.3.7",
27
- "eslint": "^8.35.0",
27
+ "eslint": "^8.36.0",
28
28
  "eslint-config-prettier": "^8.6.0",
29
- "eslint-config-salesforce": "^1.1.0",
29
+ "eslint-config-salesforce": "^1.1.1",
30
30
  "eslint-config-salesforce-license": "^0.2.0",
31
31
  "eslint-config-salesforce-typescript": "^1.1.1",
32
32
  "eslint-plugin-header": "^3.0.0",
33
33
  "eslint-plugin-import": "2.27.5",
34
34
  "eslint-plugin-jsdoc": "^39.9.1",
35
- "eslint-plugin-sf-plugin": "^1.9.2",
35
+ "eslint-plugin-sf-plugin": "^1.14.0",
36
36
  "husky": "^7.0.4",
37
37
  "mocha": "^9.1.3",
38
38
  "nyc": "^15.1.0",
39
39
  "oclif": "^3.6.2",
40
- "prettier": "^2.8.3",
40
+ "prettier": "^2.8.4",
41
41
  "pretty-quick": "^3.1.0",
42
42
  "shx": "0.3.4",
43
43
  "sinon": "10.0.0",
@@ -118,7 +118,7 @@
118
118
  "command": "tsc -p . --pretty --incremental",
119
119
  "files": [
120
120
  "src/**/*.ts",
121
- "tsconfig.json",
121
+ "**/tsconfig.json",
122
122
  "messages/**"
123
123
  ],
124
124
  "output": [
@@ -144,7 +144,8 @@
144
144
  "src/**/*.ts",
145
145
  "test/**/*.ts",
146
146
  "messages/**",
147
- ".eslint*"
147
+ "**/.eslint*",
148
+ "**/tsconfig.json"
148
149
  ],
149
150
  "output": []
150
151
  },
@@ -152,8 +153,7 @@
152
153
  "command": "tsc -p \"./test\" --pretty",
153
154
  "files": [
154
155
  "test/**/*.ts",
155
- "tsconfig.json",
156
- "test/tsconfig.json"
156
+ "**/tsconfig.json"
157
157
  ],
158
158
  "output": []
159
159
  },
@@ -175,9 +175,8 @@
175
175
  "files": [
176
176
  "test/**/*.ts",
177
177
  "src/**/*.ts",
178
- "tsconfig.json",
178
+ "**/tsconfig.json",
179
179
  ".mocha*",
180
- "test/tsconfig.json",
181
180
  "!*.nut.ts",
182
181
  ".nycrc"
183
182
  ],
@@ -214,7 +213,7 @@
214
213
  }
215
214
  },
216
215
  "sfdx": {
217
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.3.crt",
218
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.3.sig"
216
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.5.crt",
217
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/2.3.5.sig"
219
218
  }
220
219
  }