@salesforce/plugin-custom-metadata 2.1.1 → 2.1.2
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 +17 -16
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.2",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,21 +42,21 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@oclif/core": "^2.0
|
|
45
|
+
"@oclif/core": "^2.1.0",
|
|
46
46
|
"@salesforce/core": "^3.33.1",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^2.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^2.1.1",
|
|
48
48
|
"@salesforce/ts-types": "^1.7.1",
|
|
49
|
-
"fast-xml-parser": "^4.
|
|
49
|
+
"fast-xml-parser": "^4.1.1",
|
|
50
50
|
"tslib": "^2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^3.3.4",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^3.2.18",
|
|
55
55
|
"@salesforce/dev-config": "^3.0.1",
|
|
56
|
-
"@salesforce/dev-scripts": "^4.0.0-beta.
|
|
56
|
+
"@salesforce/dev-scripts": "^4.0.0-beta.9",
|
|
57
57
|
"@salesforce/plugin-command-reference": "^2.2.9",
|
|
58
58
|
"@salesforce/prettier-config": "^0.0.2",
|
|
59
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
59
|
+
"@salesforce/ts-sinon": "^1.4.5",
|
|
60
60
|
"@swc/core": "^1.3.26",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
62
62
|
"@typescript-eslint/parser": "^5.49.0",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
69
69
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
70
70
|
"eslint-plugin-header": "^3.1.1",
|
|
71
|
-
"eslint-plugin-import": "^2.
|
|
72
|
-
"eslint-plugin-jsdoc": "^39.
|
|
73
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
71
|
+
"eslint-plugin-import": "^2.27.5",
|
|
72
|
+
"eslint-plugin-jsdoc": "^39.8.0",
|
|
73
|
+
"eslint-plugin-sf-plugin": "^1.8.1",
|
|
74
74
|
"husky": "^7.0.4",
|
|
75
75
|
"jsforce": "^2.0.0-beta.19",
|
|
76
76
|
"mocha": "^9.1.3",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"sinon": "10.0.0",
|
|
83
83
|
"ts-node": "^10.0.0",
|
|
84
84
|
"typescript": "^4.9.4",
|
|
85
|
-
"wireit": "^0.9.
|
|
85
|
+
"wireit": "^0.9.4"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": ">=14.0.0"
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"test:compile": "wireit",
|
|
137
137
|
"test:deprecation-policy": "wireit",
|
|
138
138
|
"test:json-schema": "wireit",
|
|
139
|
-
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
140
|
-
"test:nuts:local": "nyc mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
139
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
140
|
+
"test:nuts:local": "nyc mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
141
141
|
"test:only": "wireit",
|
|
142
142
|
"version": "oclif readme"
|
|
143
143
|
},
|
|
@@ -168,10 +168,11 @@
|
|
|
168
168
|
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\""
|
|
169
169
|
},
|
|
170
170
|
"lint": {
|
|
171
|
-
"command": "eslint --color --cache --cache-location .eslintcache",
|
|
171
|
+
"command": "eslint src test --color --cache --cache-location .eslintcache",
|
|
172
172
|
"files": [
|
|
173
173
|
"src/**/*.ts",
|
|
174
174
|
"test/**/*.ts",
|
|
175
|
+
"messages/**",
|
|
175
176
|
".eslintignore",
|
|
176
177
|
".eslintrc.js"
|
|
177
178
|
],
|
|
@@ -236,7 +237,7 @@
|
|
|
236
237
|
}
|
|
237
238
|
},
|
|
238
239
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
240
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.2.crt",
|
|
241
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.2.sig"
|
|
241
242
|
}
|
|
242
243
|
}
|