@salesforce/plugin-custom-metadata 2.1.6 → 2.1.7
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/oclif.manifest.json +1 -1
- package/package.json +31 -22
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.7",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@oclif/core": "^2.
|
|
45
|
+
"@oclif/core": "^2.6.2",
|
|
46
46
|
"@salesforce/core": "^3.33.6",
|
|
47
47
|
"@salesforce/sf-plugins-core": "^2.2.4",
|
|
48
48
|
"@salesforce/ts-types": "^1.7.3",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^3.3.7",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^3.2.23",
|
|
55
55
|
"@salesforce/dev-config": "^3.1.0",
|
|
56
|
-
"@salesforce/dev-scripts": "^
|
|
56
|
+
"@salesforce/dev-scripts": "^4.1.2",
|
|
57
57
|
"@salesforce/plugin-command-reference": "^2.3.1",
|
|
58
58
|
"@salesforce/prettier-config": "^0.0.2",
|
|
59
59
|
"@salesforce/ts-sinon": "^1.4.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@typescript-eslint/parser": "^5.54.0",
|
|
63
63
|
"bluebird": "3.7.2",
|
|
64
64
|
"chai": "^4.3.7",
|
|
65
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.36.0",
|
|
66
66
|
"eslint-config-prettier": "^8.6.0",
|
|
67
67
|
"eslint-config-salesforce": "^1.1.1",
|
|
68
68
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"sinon": "10.0.0",
|
|
83
83
|
"ts-node": "^10.0.0",
|
|
84
84
|
"typescript": "^4.9.5",
|
|
85
|
-
"wireit": "^0.9.
|
|
85
|
+
"wireit": "^0.9.5"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": ">=14.0.0"
|
|
@@ -120,23 +120,18 @@
|
|
|
120
120
|
},
|
|
121
121
|
"repository": "github:salesforcecli/plugin-custom-metadata",
|
|
122
122
|
"scripts": {
|
|
123
|
-
"build": "
|
|
123
|
+
"build": "wireit",
|
|
124
124
|
"clean": "sf-clean",
|
|
125
125
|
"clean-all": "sf-clean all",
|
|
126
126
|
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
127
|
-
"compile": "
|
|
127
|
+
"compile": "wireit",
|
|
128
128
|
"docs": "sf-docs",
|
|
129
|
-
"format": "
|
|
130
|
-
"lint": "
|
|
129
|
+
"format": "wireit",
|
|
130
|
+
"lint": "wireit",
|
|
131
131
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
132
132
|
"prepack": "sf-prepack",
|
|
133
133
|
"prepare": "sf-install",
|
|
134
|
-
"
|
|
135
|
-
"test": "sf-test",
|
|
136
|
-
"test:command-reference": "wireit",
|
|
137
|
-
"test:compile": "wireit",
|
|
138
|
-
"test:deprecation-policy": "wireit",
|
|
139
|
-
"test:json-schema": "wireit",
|
|
134
|
+
"test": "wireit",
|
|
140
135
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
141
136
|
"test:nuts:local": "nyc mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
142
137
|
"test:only": "wireit",
|
|
@@ -166,7 +161,15 @@
|
|
|
166
161
|
"clean": "if-file-deleted"
|
|
167
162
|
},
|
|
168
163
|
"format": {
|
|
169
|
-
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\""
|
|
164
|
+
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
|
|
165
|
+
"files": [
|
|
166
|
+
"src/**/*.ts",
|
|
167
|
+
"test/**/*.ts",
|
|
168
|
+
"schemas/**/*.json",
|
|
169
|
+
"command-snapshot.json",
|
|
170
|
+
".prettier*"
|
|
171
|
+
],
|
|
172
|
+
"output": []
|
|
170
173
|
},
|
|
171
174
|
"lint": {
|
|
172
175
|
"command": "eslint src test --color --cache --cache-location .eslintcache",
|
|
@@ -174,8 +177,7 @@
|
|
|
174
177
|
"src/**/*.ts",
|
|
175
178
|
"test/**/*.ts",
|
|
176
179
|
"messages/**",
|
|
177
|
-
".
|
|
178
|
-
".eslintrc.js"
|
|
180
|
+
".eslint*"
|
|
179
181
|
],
|
|
180
182
|
"output": []
|
|
181
183
|
},
|
|
@@ -200,11 +202,17 @@
|
|
|
200
202
|
},
|
|
201
203
|
"test:only": {
|
|
202
204
|
"command": "nyc mocha \"test/**/*.test.ts\"",
|
|
205
|
+
"env": {
|
|
206
|
+
"FORCE_COLOR": "2"
|
|
207
|
+
},
|
|
203
208
|
"files": [
|
|
204
209
|
"test/**/*.ts",
|
|
205
210
|
"src/**/*.ts",
|
|
206
211
|
"tsconfig.json",
|
|
207
|
-
"
|
|
212
|
+
".mocha*",
|
|
213
|
+
"test/tsconfig.json",
|
|
214
|
+
"!*.nut.ts",
|
|
215
|
+
".nycrc"
|
|
208
216
|
],
|
|
209
217
|
"output": []
|
|
210
218
|
},
|
|
@@ -212,7 +220,8 @@
|
|
|
212
220
|
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
|
|
213
221
|
"files": [
|
|
214
222
|
"src/**/*.ts",
|
|
215
|
-
"messages/**"
|
|
223
|
+
"messages/**",
|
|
224
|
+
"package.json"
|
|
216
225
|
],
|
|
217
226
|
"output": [
|
|
218
227
|
"tmp/root"
|
|
@@ -238,7 +247,7 @@
|
|
|
238
247
|
}
|
|
239
248
|
},
|
|
240
249
|
"sfdx": {
|
|
241
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
242
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
250
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.7.crt",
|
|
251
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.7.sig"
|
|
243
252
|
}
|
|
244
253
|
}
|