@jayree/sfdx-plugin-manifest 3.1.25 → 3.1.27
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +8619 -0
- package/oclif.manifest.json +1 -1
- package/package.json +26 -25
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "3.1.
|
4
|
+
"version": "3.1.27",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@jayree/changelog": "^1.1.5",
|
10
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
11
|
-
"@salesforce/source-deploy-retrieve": "^9.7.
|
10
|
+
"@salesforce/sf-plugins-core": "^3.1.23",
|
11
|
+
"@salesforce/source-deploy-retrieve": "^9.7.15",
|
12
12
|
"debug": "^4.3.4",
|
13
13
|
"fast-deep-equal": "^3.1.3",
|
14
14
|
"fast-xml-parser": "^4.2.7",
|
@@ -20,44 +20,44 @@
|
|
20
20
|
"devDependencies": {
|
21
21
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
22
22
|
"@oclif/plugin-help": "^5.2.19",
|
23
|
-
"@salesforce/cli-plugins-testkit": "^4.3.
|
23
|
+
"@salesforce/cli-plugins-testkit": "^4.3.6",
|
24
24
|
"@salesforce/dev-config": "^4.0.1",
|
25
|
-
"@salesforce/dev-scripts": "^5.
|
25
|
+
"@salesforce/dev-scripts": "^5.10.0",
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
27
27
|
"@salesforce/ts-sinon": "^1.4.15",
|
28
28
|
"@types/debug": "^4.1.8",
|
29
|
-
"@types/fs-extra": "^11.0.
|
30
|
-
"@types/graceful-fs": "^4.1.
|
29
|
+
"@types/fs-extra": "^11.0.2",
|
30
|
+
"@types/graceful-fs": "^4.1.7",
|
31
31
|
"@types/inquirer": "^9.0.3",
|
32
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
33
|
-
"@typescript-eslint/parser": "^6.
|
32
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
33
|
+
"@typescript-eslint/parser": "^6.7.2",
|
34
34
|
"c8": "^8.0.1",
|
35
35
|
"chai": "^4.3.8",
|
36
|
-
"eslint": "^8.
|
37
|
-
"eslint-config-oclif": "^
|
36
|
+
"eslint": "^8.49.0",
|
37
|
+
"eslint-config-oclif": "^5.0",
|
38
38
|
"eslint-config-prettier": "^9.0.0",
|
39
39
|
"eslint-config-salesforce": "^2.0.2",
|
40
40
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
41
41
|
"eslint-plugin-header": "^3.1.1",
|
42
42
|
"eslint-plugin-import": "2.28.1",
|
43
|
-
"eslint-plugin-jsdoc": "^46.
|
43
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
44
44
|
"eslint-plugin-prettier": "^5.0.0",
|
45
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
45
|
+
"eslint-plugin-sf-plugin": "^1.16.5",
|
46
46
|
"husky": "^8.0.3",
|
47
47
|
"is-ci": "^3.0.1",
|
48
48
|
"mocha": "^10.2.0",
|
49
49
|
"nyc": "^15.1.0",
|
50
|
-
"oclif": "^3.
|
50
|
+
"oclif": "^3.17.1",
|
51
51
|
"patch-package": "^8.0.0",
|
52
52
|
"prettier": "^3.0.3",
|
53
53
|
"pretty-quick": "^3.1.3",
|
54
54
|
"shx": "^0.3.4",
|
55
|
-
"sinon": "
|
55
|
+
"sinon": "16.0.0",
|
56
56
|
"ts-node": "^10.9.1",
|
57
57
|
"typedoc": "0.25.1",
|
58
58
|
"typedoc-plugin-missing-exports": "2.1.0",
|
59
59
|
"typescript": "^5.2.2",
|
60
|
-
"wireit": "^0.
|
60
|
+
"wireit": "^0.14.0"
|
61
61
|
},
|
62
62
|
"engines": {
|
63
63
|
"node": ">=16.0.0"
|
@@ -68,7 +68,8 @@
|
|
68
68
|
"/oclif.manifest.json",
|
69
69
|
"/CHANGELOG.md",
|
70
70
|
"/bin/is-sfdx.js",
|
71
|
-
"/schemas"
|
71
|
+
"/schemas",
|
72
|
+
"/oclif.lock"
|
72
73
|
],
|
73
74
|
"homepage": "https://github.com/jayree/sfdx-plugin-manifest",
|
74
75
|
"keywords": [
|
@@ -196,6 +197,14 @@
|
|
196
197
|
"test:json-schema"
|
197
198
|
]
|
198
199
|
},
|
200
|
+
"test:compile": {
|
201
|
+
"command": "tsc -p \"./test\" --pretty",
|
202
|
+
"files": [
|
203
|
+
"test/**/*.ts",
|
204
|
+
"**/tsconfig.json"
|
205
|
+
],
|
206
|
+
"output": []
|
207
|
+
},
|
199
208
|
"test:deprecation-policy": {
|
200
209
|
"command": "\"./bin/dev.js\" snapshot:compare",
|
201
210
|
"files": [
|
@@ -214,14 +223,6 @@
|
|
214
223
|
],
|
215
224
|
"output": []
|
216
225
|
},
|
217
|
-
"test:compile": {
|
218
|
-
"command": "tsc -p \"./test\" --pretty",
|
219
|
-
"files": [
|
220
|
-
"test/**/*.ts",
|
221
|
-
"**/tsconfig.json"
|
222
|
-
],
|
223
|
-
"output": []
|
224
|
-
},
|
225
226
|
"test:only": {
|
226
227
|
"command": "c8 mocha \"test/**/*.test.ts\"",
|
227
228
|
"env": {
|