@jayree/sfdx-plugin-manifest 3.7.2 → 3.7.4
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/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +95 -72
- package/oclif.lock +135 -104
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.7.4](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.3...3.7.4) (2025-03-30)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update workflow env variable ([7c6b9e8](https://github.com/jayree/sfdx-plugin-manifest/commit/7c6b9e8d0cff7a4d4a458c0cf7c0addfed88ccb6))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.7.3](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.2...3.7.3) (2025-03-30)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* use pre-commit hook ([686aacc](https://github.com/jayree/sfdx-plugin-manifest/commit/686aaccf4da1d4c2aa70274e0633436b54c1cb5b))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.7.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.1...3.7.2) (2025-03-27)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
113
113
|
```
|
114
114
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.4/src/commands/jayree/manifest/cleanup.ts)_
|
116
116
|
|
117
117
|
### `sf jayree manifest generate`
|
118
118
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
151
151
|
```
|
152
152
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.4/src/commands/jayree/manifest/generate.ts)_
|
154
154
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
156
156
|
|
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
|
|
233
233
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
234
234
|
```
|
235
235
|
|
236
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.
|
236
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.4/src/commands/jayree/manifest/git/diff.ts)_
|
237
237
|
<!-- commandsstop -->
|
238
238
|
|
239
239
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.4",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.7.
|
9
|
+
"version": "3.7.4",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.7",
|
13
13
|
"@oclif/core": "^4.2.10",
|
14
|
-
"@salesforce/core": "^8.8.
|
14
|
+
"@salesforce/core": "^8.8.7",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.18.0",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.30.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.38",
|
28
28
|
"@oclif/plugin-help": "^6.2.27",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"c8": "^10.1.3",
|
36
36
|
"eslint-config-oclif": "^6.0",
|
37
37
|
"eslint-plugin-prettier": "^5.2.5",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
39
|
-
"oclif": "^4.17.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.18",
|
39
|
+
"oclif": "^4.17.42",
|
40
40
|
"package-json": "^10.0.1",
|
41
41
|
"patch-package": "^8.0.0",
|
42
42
|
"prettier": "^3.5.3",
|
@@ -3317,9 +3317,9 @@
|
|
3317
3317
|
}
|
3318
3318
|
},
|
3319
3319
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3320
|
-
"version": "5.2.
|
3321
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3322
|
-
"integrity": "sha512-
|
3320
|
+
"version": "5.2.38",
|
3321
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz",
|
3322
|
+
"integrity": "sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==",
|
3323
3323
|
"dev": true,
|
3324
3324
|
"license": "MIT",
|
3325
3325
|
"dependencies": {
|
@@ -3408,13 +3408,13 @@
|
|
3408
3408
|
}
|
3409
3409
|
},
|
3410
3410
|
"node_modules/@oclif/plugin-not-found": {
|
3411
|
-
"version": "3.2.
|
3412
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
3413
|
-
"integrity": "sha512-
|
3411
|
+
"version": "3.2.48",
|
3412
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.48.tgz",
|
3413
|
+
"integrity": "sha512-H2y3PtiU/MYZXvvWUR0vr4PCoSSsN8inGDlLgLxQ4q+osAlJ256RxKCVMsSJG9fWt+Pg/+wrLzpx0OsbyVOi9g==",
|
3414
3414
|
"dev": true,
|
3415
3415
|
"license": "MIT",
|
3416
3416
|
"dependencies": {
|
3417
|
-
"@inquirer/prompts": "^7.
|
3417
|
+
"@inquirer/prompts": "^7.4.0",
|
3418
3418
|
"@oclif/core": "^4",
|
3419
3419
|
"ansis": "^3.17.0",
|
3420
3420
|
"fast-levenshtein": "^3.0.0"
|
@@ -6108,10 +6108,10 @@
|
|
6108
6108
|
"dev": true,
|
6109
6109
|
"license": "ISC"
|
6110
6110
|
},
|
6111
|
-
"node_modules/@unrs/
|
6112
|
-
"version": "1.
|
6113
|
-
"resolved": "https://registry.npmjs.org/@unrs/
|
6114
|
-
"integrity": "sha512-
|
6111
|
+
"node_modules/@unrs/resolver-binding-linux-x64-gnu": {
|
6112
|
+
"version": "1.3.3",
|
6113
|
+
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.3.3.tgz",
|
6114
|
+
"integrity": "sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==",
|
6115
6115
|
"cpu": [
|
6116
6116
|
"x64"
|
6117
6117
|
],
|
@@ -6122,10 +6122,10 @@
|
|
6122
6122
|
"linux"
|
6123
6123
|
]
|
6124
6124
|
},
|
6125
|
-
"node_modules/@unrs/
|
6126
|
-
"version": "1.
|
6127
|
-
"resolved": "https://registry.npmjs.org/@unrs/
|
6128
|
-
"integrity": "sha512-
|
6125
|
+
"node_modules/@unrs/resolver-binding-linux-x64-musl": {
|
6126
|
+
"version": "1.3.3",
|
6127
|
+
"resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.3.3.tgz",
|
6128
|
+
"integrity": "sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==",
|
6129
6129
|
"cpu": [
|
6130
6130
|
"x64"
|
6131
6131
|
],
|
@@ -8862,9 +8862,9 @@
|
|
8862
8862
|
}
|
8863
8863
|
},
|
8864
8864
|
"node_modules/eslint-config-oclif": {
|
8865
|
-
"version": "6.0.
|
8866
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8867
|
-
"integrity": "sha512-
|
8865
|
+
"version": "6.0.39",
|
8866
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.39.tgz",
|
8867
|
+
"integrity": "sha512-rHxRm6aqY5sEk5B8XyCqwpL8Hke+HTvXj3LhuzH2HVrAG/iSYSooeLX43DgKlZL9s9dGdbJoEtxlnY4ppdsYQg==",
|
8868
8868
|
"dev": true,
|
8869
8869
|
"license": "MIT",
|
8870
8870
|
"dependencies": {
|
@@ -8877,11 +8877,11 @@
|
|
8877
8877
|
"eslint-config-oclif": "^5.2.2",
|
8878
8878
|
"eslint-config-xo": "^0.46.0",
|
8879
8879
|
"eslint-config-xo-space": "^0.35.0",
|
8880
|
-
"eslint-import-resolver-typescript": "^3.
|
8880
|
+
"eslint-import-resolver-typescript": "^3.10.0",
|
8881
8881
|
"eslint-plugin-import": "^2.31.0",
|
8882
8882
|
"eslint-plugin-jsdoc": "^50.6.3",
|
8883
8883
|
"eslint-plugin-mocha": "^10.5.0",
|
8884
|
-
"eslint-plugin-n": "^17.
|
8884
|
+
"eslint-plugin-n": "^17.17.0",
|
8885
8885
|
"eslint-plugin-perfectionist": "^4",
|
8886
8886
|
"eslint-plugin-unicorn": "^56.0.1",
|
8887
8887
|
"typescript-eslint": "^8.26.1"
|
@@ -9405,25 +9405,25 @@
|
|
9405
9405
|
}
|
9406
9406
|
},
|
9407
9407
|
"node_modules/eslint-import-resolver-typescript": {
|
9408
|
-
"version": "3.
|
9409
|
-
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.
|
9410
|
-
"integrity": "sha512-
|
9408
|
+
"version": "3.10.0",
|
9409
|
+
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.0.tgz",
|
9410
|
+
"integrity": "sha512-aV3/dVsT0/H9BtpNwbaqvl+0xGMRGzncLyhm793NFGvbwGGvzyAykqWZ8oZlZuGwuHkwJjhWJkG1cM3ynvd2pQ==",
|
9411
9411
|
"dev": true,
|
9412
9412
|
"license": "ISC",
|
9413
9413
|
"dependencies": {
|
9414
9414
|
"@nolyfill/is-core-module": "1.0.39",
|
9415
9415
|
"debug": "^4.4.0",
|
9416
9416
|
"get-tsconfig": "^4.10.0",
|
9417
|
-
"is-bun-module": "^
|
9418
|
-
"rspack-resolver": "^1.1.0",
|
9417
|
+
"is-bun-module": "^2.0.0",
|
9419
9418
|
"stable-hash": "^0.0.5",
|
9420
|
-
"tinyglobby": "^0.2.12"
|
9419
|
+
"tinyglobby": "^0.2.12",
|
9420
|
+
"unrs-resolver": "^1.3.2"
|
9421
9421
|
},
|
9422
9422
|
"engines": {
|
9423
9423
|
"node": "^14.18.0 || >=16.0.0"
|
9424
9424
|
},
|
9425
9425
|
"funding": {
|
9426
|
-
"url": "https://opencollective.com/
|
9426
|
+
"url": "https://opencollective.com/eslint-import-resolver-typescript"
|
9427
9427
|
},
|
9428
9428
|
"peerDependencies": {
|
9429
9429
|
"eslint": "*",
|
@@ -9685,13 +9685,13 @@
|
|
9685
9685
|
}
|
9686
9686
|
},
|
9687
9687
|
"node_modules/eslint-plugin-n": {
|
9688
|
-
"version": "17.
|
9689
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.
|
9690
|
-
"integrity": "sha512-
|
9688
|
+
"version": "17.17.0",
|
9689
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.17.0.tgz",
|
9690
|
+
"integrity": "sha512-2VvPK7Mo73z1rDFb6pTvkH6kFibAmnTubFq5l83vePxu0WiY1s0LOtj2WHb6Sa40R3w4mnh8GFYbHBQyMlotKw==",
|
9691
9691
|
"dev": true,
|
9692
9692
|
"license": "MIT",
|
9693
9693
|
"dependencies": {
|
9694
|
-
"@eslint-community/eslint-utils": "^4.
|
9694
|
+
"@eslint-community/eslint-utils": "^4.5.0",
|
9695
9695
|
"enhanced-resolve": "^5.17.1",
|
9696
9696
|
"eslint-plugin-es-x": "^7.8.0",
|
9697
9697
|
"get-tsconfig": "^4.8.1",
|
@@ -9710,6 +9710,25 @@
|
|
9710
9710
|
"eslint": ">=8.23.0"
|
9711
9711
|
}
|
9712
9712
|
},
|
9713
|
+
"node_modules/eslint-plugin-n/node_modules/@eslint-community/eslint-utils": {
|
9714
|
+
"version": "4.5.1",
|
9715
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
|
9716
|
+
"integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
|
9717
|
+
"dev": true,
|
9718
|
+
"license": "MIT",
|
9719
|
+
"dependencies": {
|
9720
|
+
"eslint-visitor-keys": "^3.4.3"
|
9721
|
+
},
|
9722
|
+
"engines": {
|
9723
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
9724
|
+
},
|
9725
|
+
"funding": {
|
9726
|
+
"url": "https://opencollective.com/eslint"
|
9727
|
+
},
|
9728
|
+
"peerDependencies": {
|
9729
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
9730
|
+
}
|
9731
|
+
},
|
9713
9732
|
"node_modules/eslint-plugin-n/node_modules/globals": {
|
9714
9733
|
"version": "15.15.0",
|
9715
9734
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz",
|
@@ -9813,13 +9832,13 @@
|
|
9813
9832
|
}
|
9814
9833
|
},
|
9815
9834
|
"node_modules/eslint-plugin-sf-plugin": {
|
9816
|
-
"version": "1.20.
|
9817
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9818
|
-
"integrity": "sha512-
|
9835
|
+
"version": "1.20.18",
|
9836
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.18.tgz",
|
9837
|
+
"integrity": "sha512-ljPpknrhJio/YOnZUm6f63ujT2Gi7jUE63D4BWtYYbMaljX27kmXYygoViYi/Vsz5+S8jj/ydSHLJVTRo5Ynqw==",
|
9819
9838
|
"dev": true,
|
9820
9839
|
"license": "BSD-3-Clause",
|
9821
9840
|
"dependencies": {
|
9822
|
-
"@salesforce/core": "^8.8.
|
9841
|
+
"@salesforce/core": "^8.8.7",
|
9823
9842
|
"@typescript-eslint/utils": "^7.18.0"
|
9824
9843
|
},
|
9825
9844
|
"engines": {
|
@@ -12039,13 +12058,13 @@
|
|
12039
12058
|
}
|
12040
12059
|
},
|
12041
12060
|
"node_modules/is-bun-module": {
|
12042
|
-
"version": "
|
12043
|
-
"resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-
|
12044
|
-
"integrity": "sha512-
|
12061
|
+
"version": "2.0.0",
|
12062
|
+
"resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
|
12063
|
+
"integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
|
12045
12064
|
"dev": true,
|
12046
12065
|
"license": "MIT",
|
12047
12066
|
"dependencies": {
|
12048
|
-
"semver": "^7.
|
12067
|
+
"semver": "^7.7.1"
|
12049
12068
|
}
|
12050
12069
|
},
|
12051
12070
|
"node_modules/is-callable": {
|
@@ -14552,9 +14571,9 @@
|
|
14552
14571
|
}
|
14553
14572
|
},
|
14554
14573
|
"node_modules/oclif": {
|
14555
|
-
"version": "4.17.
|
14556
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.
|
14557
|
-
"integrity": "sha512-
|
14574
|
+
"version": "4.17.42",
|
14575
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.42.tgz",
|
14576
|
+
"integrity": "sha512-a20QxwQ9zqejl4Qgo8l7oTa0Z3oi04gpAohRySblzu7J6J+Wi3FY03yY9rAyY1GEIw8j0fQ4PC9K8CKsZoOt4Q==",
|
14558
14577
|
"dev": true,
|
14559
14578
|
"license": "MIT",
|
14560
14579
|
"dependencies": {
|
@@ -14565,7 +14584,7 @@
|
|
14565
14584
|
"@inquirer/select": "^2.5.0",
|
14566
14585
|
"@oclif/core": "^4.2.10",
|
14567
14586
|
"@oclif/plugin-help": "^6.2.27",
|
14568
|
-
"@oclif/plugin-not-found": "^3.2.
|
14587
|
+
"@oclif/plugin-not-found": "^3.2.48",
|
14569
14588
|
"@oclif/plugin-warn-if-update-available": "^3.1.31",
|
14570
14589
|
"async-retry": "^1.3.3",
|
14571
14590
|
"chalk": "^4",
|
@@ -16286,29 +16305,6 @@
|
|
16286
16305
|
"url": "https://github.com/sponsors/isaacs"
|
16287
16306
|
}
|
16288
16307
|
},
|
16289
|
-
"node_modules/rspack-resolver": {
|
16290
|
-
"version": "1.1.1",
|
16291
|
-
"resolved": "https://registry.npmjs.org/rspack-resolver/-/rspack-resolver-1.1.1.tgz",
|
16292
|
-
"integrity": "sha512-SwTjuIOS9jIYViQpYiDOmLTf/nuP6j9fz9VSxdNyIFiFaivEt6TOO5z0qQAwVloTz8RqjbPAzhVr1isiyHNRHw==",
|
16293
|
-
"dev": true,
|
16294
|
-
"license": "MIT",
|
16295
|
-
"funding": {
|
16296
|
-
"url": "https://github.com/sponsors/JounQin"
|
16297
|
-
},
|
16298
|
-
"optionalDependencies": {
|
16299
|
-
"@unrs/rspack-resolver-binding-darwin-arm64": "1.1.1",
|
16300
|
-
"@unrs/rspack-resolver-binding-darwin-x64": "1.1.1",
|
16301
|
-
"@unrs/rspack-resolver-binding-freebsd-x64": "1.1.1",
|
16302
|
-
"@unrs/rspack-resolver-binding-linux-arm-gnueabihf": "1.1.1",
|
16303
|
-
"@unrs/rspack-resolver-binding-linux-arm64-gnu": "1.1.1",
|
16304
|
-
"@unrs/rspack-resolver-binding-linux-arm64-musl": "1.1.1",
|
16305
|
-
"@unrs/rspack-resolver-binding-linux-x64-gnu": "1.1.1",
|
16306
|
-
"@unrs/rspack-resolver-binding-linux-x64-musl": "1.1.1",
|
16307
|
-
"@unrs/rspack-resolver-binding-wasm32-wasi": "1.1.1",
|
16308
|
-
"@unrs/rspack-resolver-binding-win32-arm64-msvc": "1.1.1",
|
16309
|
-
"@unrs/rspack-resolver-binding-win32-x64-msvc": "1.1.1"
|
16310
|
-
}
|
16311
|
-
},
|
16312
16308
|
"node_modules/run-parallel": {
|
16313
16309
|
"version": "1.2.0",
|
16314
16310
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
@@ -18185,6 +18181,33 @@
|
|
18185
18181
|
"node": ">= 10.0.0"
|
18186
18182
|
}
|
18187
18183
|
},
|
18184
|
+
"node_modules/unrs-resolver": {
|
18185
|
+
"version": "1.3.3",
|
18186
|
+
"resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.3.3.tgz",
|
18187
|
+
"integrity": "sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==",
|
18188
|
+
"dev": true,
|
18189
|
+
"license": "MIT",
|
18190
|
+
"funding": {
|
18191
|
+
"url": "https://github.com/sponsors/JounQin"
|
18192
|
+
},
|
18193
|
+
"optionalDependencies": {
|
18194
|
+
"@unrs/resolver-binding-darwin-arm64": "1.3.3",
|
18195
|
+
"@unrs/resolver-binding-darwin-x64": "1.3.3",
|
18196
|
+
"@unrs/resolver-binding-freebsd-x64": "1.3.3",
|
18197
|
+
"@unrs/resolver-binding-linux-arm-gnueabihf": "1.3.3",
|
18198
|
+
"@unrs/resolver-binding-linux-arm-musleabihf": "1.3.3",
|
18199
|
+
"@unrs/resolver-binding-linux-arm64-gnu": "1.3.3",
|
18200
|
+
"@unrs/resolver-binding-linux-arm64-musl": "1.3.3",
|
18201
|
+
"@unrs/resolver-binding-linux-ppc64-gnu": "1.3.3",
|
18202
|
+
"@unrs/resolver-binding-linux-s390x-gnu": "1.3.3",
|
18203
|
+
"@unrs/resolver-binding-linux-x64-gnu": "1.3.3",
|
18204
|
+
"@unrs/resolver-binding-linux-x64-musl": "1.3.3",
|
18205
|
+
"@unrs/resolver-binding-wasm32-wasi": "1.3.3",
|
18206
|
+
"@unrs/resolver-binding-win32-arm64-msvc": "1.3.3",
|
18207
|
+
"@unrs/resolver-binding-win32-ia32-msvc": "1.3.3",
|
18208
|
+
"@unrs/resolver-binding-win32-x64-msvc": "1.3.3"
|
18209
|
+
}
|
18210
|
+
},
|
18188
18211
|
"node_modules/update-browserslist-db": {
|
18189
18212
|
"version": "1.1.3",
|
18190
18213
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
package/oclif.lock
CHANGED
@@ -1147,13 +1147,20 @@
|
|
1147
1147
|
esquery "^1.6.0"
|
1148
1148
|
jsdoc-type-pratt-parser "~4.1.0"
|
1149
1149
|
|
1150
|
-
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0"
|
1150
|
+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
|
1151
1151
|
version "4.4.1"
|
1152
1152
|
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
|
1153
1153
|
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
|
1154
1154
|
dependencies:
|
1155
1155
|
eslint-visitor-keys "^3.4.3"
|
1156
1156
|
|
1157
|
+
"@eslint-community/eslint-utils@^4.5.0":
|
1158
|
+
version "4.5.1"
|
1159
|
+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
|
1160
|
+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
|
1161
|
+
dependencies:
|
1162
|
+
eslint-visitor-keys "^3.4.3"
|
1163
|
+
|
1157
1164
|
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
|
1158
1165
|
version "4.12.1"
|
1159
1166
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
@@ -1352,7 +1359,7 @@
|
|
1352
1359
|
"@inquirer/type" "^3.0.5"
|
1353
1360
|
ansi-escapes "^4.3.2"
|
1354
1361
|
|
1355
|
-
"@inquirer/prompts@^7.
|
1362
|
+
"@inquirer/prompts@^7.4.0":
|
1356
1363
|
version "7.4.0"
|
1357
1364
|
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.4.0.tgz#bd9be38372be8db75afb04776eb0cf096ae9814b"
|
1358
1365
|
integrity sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==
|
@@ -1583,10 +1590,10 @@
|
|
1583
1590
|
wordwrap "^1.0.0"
|
1584
1591
|
wrap-ansi "^7.0.0"
|
1585
1592
|
|
1586
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1587
|
-
version "5.2.
|
1588
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1589
|
-
integrity sha512-
|
1593
|
+
"@oclif/plugin-command-snapshot@^5.2.38":
|
1594
|
+
version "5.2.38"
|
1595
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz#a297c129b97c82de99d854b42304ef5b45c126d9"
|
1596
|
+
integrity sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==
|
1590
1597
|
dependencies:
|
1591
1598
|
"@oclif/core" "^4"
|
1592
1599
|
ansis "^3.17.0"
|
@@ -1605,12 +1612,12 @@
|
|
1605
1612
|
dependencies:
|
1606
1613
|
"@oclif/core" "^4"
|
1607
1614
|
|
1608
|
-
"@oclif/plugin-not-found@^3.2.
|
1609
|
-
version "3.2.
|
1610
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
1611
|
-
integrity sha512-
|
1615
|
+
"@oclif/plugin-not-found@^3.2.48":
|
1616
|
+
version "3.2.48"
|
1617
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.48.tgz#691ded2d1064af7d9109564548e7112338ca3156"
|
1618
|
+
integrity sha512-H2y3PtiU/MYZXvvWUR0vr4PCoSSsN8inGDlLgLxQ4q+osAlJ256RxKCVMsSJG9fWt+Pg/+wrLzpx0OsbyVOi9g==
|
1612
1619
|
dependencies:
|
1613
|
-
"@inquirer/prompts" "^7.
|
1620
|
+
"@inquirer/prompts" "^7.4.0"
|
1614
1621
|
"@oclif/core" "^4"
|
1615
1622
|
ansis "^3.17.0"
|
1616
1623
|
fast-levenshtein "^3.0.0"
|
@@ -1699,7 +1706,7 @@
|
|
1699
1706
|
strip-ansi "6.0.1"
|
1700
1707
|
ts-retry-promise "^0.8.1"
|
1701
1708
|
|
1702
|
-
"@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.
|
1709
|
+
"@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.7":
|
1703
1710
|
version "8.8.7"
|
1704
1711
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.7.tgz#ac307e8f10934affa7bcf33ccb65993669cd8f12"
|
1705
1712
|
integrity sha512-AuPSmb/GZ7F8eV5GO6NcfFq3YSOVnPL4sssEQEvKduOSJMs8RTJ92kEefrId/tgFBYfw4b7UzndjFtdgrGGeoA==
|
@@ -2976,62 +2983,82 @@
|
|
2976
2983
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
|
2977
2984
|
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
|
2978
2985
|
|
2979
|
-
"@unrs/
|
2980
|
-
version "1.
|
2981
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
2982
|
-
integrity sha512-
|
2986
|
+
"@unrs/resolver-binding-darwin-arm64@1.3.3":
|
2987
|
+
version "1.3.3"
|
2988
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.3.3.tgz#394065916f98cdc1897cf7234adfdee395725fa8"
|
2989
|
+
integrity sha512-EpRILdWr3/xDa/7MoyfO7JuBIJqpBMphtu4+80BK1bRfFcniVT74h3Z7q1+WOc92FuIAYatB1vn9TJR67sORGw==
|
2983
2990
|
|
2984
|
-
"@unrs/
|
2985
|
-
version "1.
|
2986
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
2987
|
-
integrity sha512-
|
2991
|
+
"@unrs/resolver-binding-darwin-x64@1.3.3":
|
2992
|
+
version "1.3.3"
|
2993
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.3.3.tgz#6a3c75ca984342261c7346db53293b0002e8cde1"
|
2994
|
+
integrity sha512-ntj/g7lPyqwinMJWZ+DKHBse8HhVxswGTmNgFKJtdgGub3M3zp5BSZ3bvMP+kBT6dnYJLSVlDqdwOq1P8i0+/g==
|
2988
2995
|
|
2989
|
-
"@unrs/
|
2990
|
-
version "1.
|
2991
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
2992
|
-
integrity sha512-
|
2996
|
+
"@unrs/resolver-binding-freebsd-x64@1.3.3":
|
2997
|
+
version "1.3.3"
|
2998
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.3.3.tgz#6532b8d4fecaca6c4424791c82f7a27aac94fcd5"
|
2999
|
+
integrity sha512-l6BT8f2CU821EW7U8hSUK8XPq4bmyTlt9Mn4ERrfjJNoCw0/JoHAh9amZZtV3cwC3bwwIat+GUnrcHTG9+qixw==
|
2993
3000
|
|
2994
|
-
"@unrs/
|
2995
|
-
version "1.
|
2996
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
2997
|
-
integrity sha512-
|
3001
|
+
"@unrs/resolver-binding-linux-arm-gnueabihf@1.3.3":
|
3002
|
+
version "1.3.3"
|
3003
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.3.3.tgz#69a8e430095fcf6a76f7350cc27b83464f8cbb91"
|
3004
|
+
integrity sha512-8ScEc5a4y7oE2BonRvzJ+2GSkBaYWyh0/Ko4Q25e/ix6ANpJNhwEPZvCR6GVRmsQAYMIfQvYLdM6YEN+qRjnAQ==
|
2998
3005
|
|
2999
|
-
"@unrs/
|
3000
|
-
version "1.
|
3001
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3002
|
-
integrity sha512-
|
3006
|
+
"@unrs/resolver-binding-linux-arm-musleabihf@1.3.3":
|
3007
|
+
version "1.3.3"
|
3008
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.3.3.tgz#e1fc8440e54929b1f0f6aff6f6e3e9e19ac4a73c"
|
3009
|
+
integrity sha512-8qQ6l1VTzLNd3xb2IEXISOKwMGXDCzY/UNy/7SovFW2Sp0K3YbL7Ao7R18v6SQkLqQlhhqSBIFRk+u6+qu5R5A==
|
3003
3010
|
|
3004
|
-
"@unrs/
|
3005
|
-
version "1.
|
3006
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3007
|
-
integrity sha512-
|
3011
|
+
"@unrs/resolver-binding-linux-arm64-gnu@1.3.3":
|
3012
|
+
version "1.3.3"
|
3013
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.3.3.tgz#1249e18b5fa1419addda637d62ef201ce9bcf5a4"
|
3014
|
+
integrity sha512-v81R2wjqcWXJlQY23byqYHt9221h4anQ6wwN64oMD/WAE+FmxPHFZee5bhRkNVtzqO/q7wki33VFWlhiADwUeQ==
|
3008
3015
|
|
3009
|
-
"@unrs/
|
3010
|
-
version "1.
|
3011
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3012
|
-
integrity sha512-
|
3016
|
+
"@unrs/resolver-binding-linux-arm64-musl@1.3.3":
|
3017
|
+
version "1.3.3"
|
3018
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.3.3.tgz#9af549ce9dde57b31c32a36cbe9eafa05f96befd"
|
3019
|
+
integrity sha512-cAOx/j0u5coMg4oct/BwMzvWJdVciVauUvsd+GQB/1FZYKQZmqPy0EjJzJGbVzFc6gbnfEcSqvQE6gvbGf2N8Q==
|
3013
3020
|
|
3014
|
-
"@unrs/
|
3015
|
-
version "1.
|
3016
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3017
|
-
integrity sha512-
|
3021
|
+
"@unrs/resolver-binding-linux-ppc64-gnu@1.3.3":
|
3022
|
+
version "1.3.3"
|
3023
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.3.3.tgz#45aab52319f3e3b2627038a80c0331b0793a4be3"
|
3024
|
+
integrity sha512-mq2blqwErgDJD4gtFDlTX/HZ7lNP8YCHYFij2gkXPtMzrXxPW1hOtxL6xg4NWxvnj4bppppb0W3s/buvM55yfg==
|
3018
3025
|
|
3019
|
-
"@unrs/
|
3020
|
-
version "1.
|
3021
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3022
|
-
integrity sha512-
|
3026
|
+
"@unrs/resolver-binding-linux-s390x-gnu@1.3.3":
|
3027
|
+
version "1.3.3"
|
3028
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.3.3.tgz#7d2fe5c43e291d42e66d74fce07d9cf0050b4241"
|
3029
|
+
integrity sha512-u0VRzfFYysarYHnztj2k2xr+eu9rmgoTUUgCCIT37Nr+j0A05Xk2c3RY8Mh5+DhCl2aYibihnaAEJHeR0UOFIQ==
|
3030
|
+
|
3031
|
+
"@unrs/resolver-binding-linux-x64-gnu@1.3.3":
|
3032
|
+
version "1.3.3"
|
3033
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.3.3.tgz#be54ff88c581610c42d8614475c0560f043d7ded"
|
3034
|
+
integrity sha512-OrVo5ZsG29kBF0Ug95a2KidS16PqAMmQNozM6InbquOfW/udouk063e25JVLqIBhHLB2WyBnixOQ19tmeC/hIg==
|
3035
|
+
|
3036
|
+
"@unrs/resolver-binding-linux-x64-musl@1.3.3":
|
3037
|
+
version "1.3.3"
|
3038
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.3.3.tgz#4efa7a1e4f7bf231098ed23df1e19174d360c24f"
|
3039
|
+
integrity sha512-PYnmrwZ4HMp9SkrOhqPghY/aoL+Rtd4CQbr93GlrRTjK6kDzfMfgz3UH3jt6elrQAfupa1qyr1uXzeVmoEAxUA==
|
3040
|
+
|
3041
|
+
"@unrs/resolver-binding-wasm32-wasi@1.3.3":
|
3042
|
+
version "1.3.3"
|
3043
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.3.3.tgz#6df454b4a9b28d47850bcb665d243f09101b782c"
|
3044
|
+
integrity sha512-81AnQY6fShmktQw4hWDUIilsKSdvr/acdJ5azAreu2IWNlaJOKphJSsUVWE+yCk6kBMoQyG9ZHCb/krb5K0PEA==
|
3023
3045
|
dependencies:
|
3024
3046
|
"@napi-rs/wasm-runtime" "^0.2.7"
|
3025
3047
|
|
3026
|
-
"@unrs/
|
3027
|
-
version "1.
|
3028
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3029
|
-
integrity sha512-
|
3048
|
+
"@unrs/resolver-binding-win32-arm64-msvc@1.3.3":
|
3049
|
+
version "1.3.3"
|
3050
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.3.3.tgz#fb19e118350e1392993a0a6565b427d38c1c1760"
|
3051
|
+
integrity sha512-X/42BMNw7cW6xrB9syuP5RusRnWGoq+IqvJO8IDpp/BZg64J1uuIW6qA/1Cl13Y4LyLXbJVYbYNSKwR/FiHEng==
|
3030
3052
|
|
3031
|
-
"@unrs/
|
3032
|
-
version "1.
|
3033
|
-
resolved "https://registry.yarnpkg.com/@unrs/
|
3034
|
-
integrity sha512-
|
3053
|
+
"@unrs/resolver-binding-win32-ia32-msvc@1.3.3":
|
3054
|
+
version "1.3.3"
|
3055
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.3.3.tgz#23a9c4b5621bba2d472bc78fadde7273a8c4548d"
|
3056
|
+
integrity sha512-EGNnNGQxMU5aTN7js3ETYvuw882zcO+dsVjs+DwO2j/fRVKth87C8e2GzxW1L3+iWAXMyJhvFBKRavk9Og1Z6A==
|
3057
|
+
|
3058
|
+
"@unrs/resolver-binding-win32-x64-msvc@1.3.3":
|
3059
|
+
version "1.3.3"
|
3060
|
+
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.3.3.tgz#eee226e5b4c4d91c862248afd24452c8698ed542"
|
3061
|
+
integrity sha512-GraLbYqOJcmW1qY3osB+2YIiD62nVf2/bVLHZmrb4t/YSUwE03l7TwcDJl08T/Tm3SVhepX8RQkpzWbag/Sb4w==
|
3035
3062
|
|
3036
3063
|
"@yarnpkg/lockfile@^1.1.0":
|
3037
3064
|
version "1.1.0"
|
@@ -4534,9 +4561,9 @@ eslint-config-oclif@^5.2.2:
|
|
4534
4561
|
eslint-plugin-unicorn "^48.0.1"
|
4535
4562
|
|
4536
4563
|
eslint-config-oclif@^6.0:
|
4537
|
-
version "6.0.
|
4538
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
4539
|
-
integrity sha512-
|
4564
|
+
version "6.0.39"
|
4565
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.39.tgz#a6dc728e40b4649edef311e177b222bb840805a6"
|
4566
|
+
integrity sha512-rHxRm6aqY5sEk5B8XyCqwpL8Hke+HTvXj3LhuzH2HVrAG/iSYSooeLX43DgKlZL9s9dGdbJoEtxlnY4ppdsYQg==
|
4540
4567
|
dependencies:
|
4541
4568
|
"@eslint/compat" "^1.2.7"
|
4542
4569
|
"@eslint/eslintrc" "^3.3.1"
|
@@ -4547,11 +4574,11 @@ eslint-config-oclif@^6.0:
|
|
4547
4574
|
eslint-config-oclif "^5.2.2"
|
4548
4575
|
eslint-config-xo "^0.46.0"
|
4549
4576
|
eslint-config-xo-space "^0.35.0"
|
4550
|
-
eslint-import-resolver-typescript "^3.
|
4577
|
+
eslint-import-resolver-typescript "^3.10.0"
|
4551
4578
|
eslint-plugin-import "^2.31.0"
|
4552
4579
|
eslint-plugin-jsdoc "^50.6.3"
|
4553
4580
|
eslint-plugin-mocha "^10.5.0"
|
4554
|
-
eslint-plugin-n "^17.
|
4581
|
+
eslint-plugin-n "^17.17.0"
|
4555
4582
|
eslint-plugin-perfectionist "^4"
|
4556
4583
|
eslint-plugin-unicorn "^56.0.1"
|
4557
4584
|
typescript-eslint "^8.26.1"
|
@@ -4619,18 +4646,18 @@ eslint-import-resolver-node@^0.3.9:
|
|
4619
4646
|
is-core-module "^2.13.0"
|
4620
4647
|
resolve "^1.22.4"
|
4621
4648
|
|
4622
|
-
eslint-import-resolver-typescript@^3.
|
4623
|
-
version "3.
|
4624
|
-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.
|
4625
|
-
integrity sha512-
|
4649
|
+
eslint-import-resolver-typescript@^3.10.0:
|
4650
|
+
version "3.10.0"
|
4651
|
+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.0.tgz#5bca4c579e17174e95bf67526b424d07b46c352e"
|
4652
|
+
integrity sha512-aV3/dVsT0/H9BtpNwbaqvl+0xGMRGzncLyhm793NFGvbwGGvzyAykqWZ8oZlZuGwuHkwJjhWJkG1cM3ynvd2pQ==
|
4626
4653
|
dependencies:
|
4627
4654
|
"@nolyfill/is-core-module" "1.0.39"
|
4628
4655
|
debug "^4.4.0"
|
4629
4656
|
get-tsconfig "^4.10.0"
|
4630
|
-
is-bun-module "^
|
4631
|
-
rspack-resolver "^1.1.0"
|
4657
|
+
is-bun-module "^2.0.0"
|
4632
4658
|
stable-hash "^0.0.5"
|
4633
4659
|
tinyglobby "^0.2.12"
|
4660
|
+
unrs-resolver "^1.3.2"
|
4634
4661
|
|
4635
4662
|
eslint-module-utils@^2.12.0:
|
4636
4663
|
version "2.12.0"
|
@@ -4741,12 +4768,12 @@ eslint-plugin-n@^15.1.0:
|
|
4741
4768
|
resolve "^1.22.1"
|
4742
4769
|
semver "^7.3.8"
|
4743
4770
|
|
4744
|
-
eslint-plugin-n@^17.
|
4745
|
-
version "17.
|
4746
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.
|
4747
|
-
integrity sha512-
|
4771
|
+
eslint-plugin-n@^17.17.0:
|
4772
|
+
version "17.17.0"
|
4773
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.17.0.tgz#6644433d395c2ecae0b2fe58018807e85d8e0724"
|
4774
|
+
integrity sha512-2VvPK7Mo73z1rDFb6pTvkH6kFibAmnTubFq5l83vePxu0WiY1s0LOtj2WHb6Sa40R3w4mnh8GFYbHBQyMlotKw==
|
4748
4775
|
dependencies:
|
4749
|
-
"@eslint-community/eslint-utils" "^4.
|
4776
|
+
"@eslint-community/eslint-utils" "^4.5.0"
|
4750
4777
|
enhanced-resolve "^5.17.1"
|
4751
4778
|
eslint-plugin-es-x "^7.8.0"
|
4752
4779
|
get-tsconfig "^4.8.1"
|
@@ -4772,12 +4799,12 @@ eslint-plugin-prettier@^5.2.5:
|
|
4772
4799
|
prettier-linter-helpers "^1.0.0"
|
4773
4800
|
synckit "^0.10.2"
|
4774
4801
|
|
4775
|
-
eslint-plugin-sf-plugin@^1.20.
|
4776
|
-
version "1.20.
|
4777
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4778
|
-
integrity sha512-
|
4802
|
+
eslint-plugin-sf-plugin@^1.20.18:
|
4803
|
+
version "1.20.18"
|
4804
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.18.tgz#06e7a27babf6d5638b17e082c888c11201c01cd4"
|
4805
|
+
integrity sha512-ljPpknrhJio/YOnZUm6f63ujT2Gi7jUE63D4BWtYYbMaljX27kmXYygoViYi/Vsz5+S8jj/ydSHLJVTRo5Ynqw==
|
4779
4806
|
dependencies:
|
4780
|
-
"@salesforce/core" "^8.8.
|
4807
|
+
"@salesforce/core" "^8.8.7"
|
4781
4808
|
"@typescript-eslint/utils" "^7.18.0"
|
4782
4809
|
|
4783
4810
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -6007,12 +6034,12 @@ is-builtin-module@^3.2.1:
|
|
6007
6034
|
dependencies:
|
6008
6035
|
builtin-modules "^3.3.0"
|
6009
6036
|
|
6010
|
-
is-bun-module@^
|
6011
|
-
version "
|
6012
|
-
resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-
|
6013
|
-
integrity sha512-
|
6037
|
+
is-bun-module@^2.0.0:
|
6038
|
+
version "2.0.0"
|
6039
|
+
resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-2.0.0.tgz#4d7859a87c0fcac950c95e666730e745eae8bddd"
|
6040
|
+
integrity sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==
|
6014
6041
|
dependencies:
|
6015
|
-
semver "^7.
|
6042
|
+
semver "^7.7.1"
|
6016
6043
|
|
6017
6044
|
is-callable@^1.2.7:
|
6018
6045
|
version "1.2.7"
|
@@ -7399,10 +7426,10 @@ object.values@^1.2.0:
|
|
7399
7426
|
define-properties "^1.2.1"
|
7400
7427
|
es-object-atoms "^1.0.0"
|
7401
7428
|
|
7402
|
-
oclif@^4.17.
|
7403
|
-
version "4.17.
|
7404
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.
|
7405
|
-
integrity sha512-
|
7429
|
+
oclif@^4.17.42:
|
7430
|
+
version "4.17.42"
|
7431
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.42.tgz#46c85172ada1b45c42ce7e3825bd8c31085e130a"
|
7432
|
+
integrity sha512-a20QxwQ9zqejl4Qgo8l7oTa0Z3oi04gpAohRySblzu7J6J+Wi3FY03yY9rAyY1GEIw8j0fQ4PC9K8CKsZoOt4Q==
|
7406
7433
|
dependencies:
|
7407
7434
|
"@aws-sdk/client-cloudfront" "^3.764.0"
|
7408
7435
|
"@aws-sdk/client-s3" "^3.772.0"
|
@@ -7411,7 +7438,7 @@ oclif@^4.17.41:
|
|
7411
7438
|
"@inquirer/select" "^2.5.0"
|
7412
7439
|
"@oclif/core" "^4.2.10"
|
7413
7440
|
"@oclif/plugin-help" "^6.2.27"
|
7414
|
-
"@oclif/plugin-not-found" "^3.2.
|
7441
|
+
"@oclif/plugin-not-found" "^3.2.48"
|
7415
7442
|
"@oclif/plugin-warn-if-update-available" "^3.1.31"
|
7416
7443
|
async-retry "^1.3.3"
|
7417
7444
|
chalk "^4"
|
@@ -8300,23 +8327,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
|
8300
8327
|
dependencies:
|
8301
8328
|
glob "^7.1.3"
|
8302
8329
|
|
8303
|
-
rspack-resolver@^1.1.0:
|
8304
|
-
version "1.1.1"
|
8305
|
-
resolved "https://registry.yarnpkg.com/rspack-resolver/-/rspack-resolver-1.1.1.tgz#daad68f9cbcc5f579fcba4449c9f138c9c0a081c"
|
8306
|
-
integrity sha512-SwTjuIOS9jIYViQpYiDOmLTf/nuP6j9fz9VSxdNyIFiFaivEt6TOO5z0qQAwVloTz8RqjbPAzhVr1isiyHNRHw==
|
8307
|
-
optionalDependencies:
|
8308
|
-
"@unrs/rspack-resolver-binding-darwin-arm64" "1.1.1"
|
8309
|
-
"@unrs/rspack-resolver-binding-darwin-x64" "1.1.1"
|
8310
|
-
"@unrs/rspack-resolver-binding-freebsd-x64" "1.1.1"
|
8311
|
-
"@unrs/rspack-resolver-binding-linux-arm-gnueabihf" "1.1.1"
|
8312
|
-
"@unrs/rspack-resolver-binding-linux-arm64-gnu" "1.1.1"
|
8313
|
-
"@unrs/rspack-resolver-binding-linux-arm64-musl" "1.1.1"
|
8314
|
-
"@unrs/rspack-resolver-binding-linux-x64-gnu" "1.1.1"
|
8315
|
-
"@unrs/rspack-resolver-binding-linux-x64-musl" "1.1.1"
|
8316
|
-
"@unrs/rspack-resolver-binding-wasm32-wasi" "1.1.1"
|
8317
|
-
"@unrs/rspack-resolver-binding-win32-arm64-msvc" "1.1.1"
|
8318
|
-
"@unrs/rspack-resolver-binding-win32-x64-msvc" "1.1.1"
|
8319
|
-
|
8320
8330
|
run-parallel@^1.1.9:
|
8321
8331
|
version "1.2.0"
|
8322
8332
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
@@ -9483,6 +9493,27 @@ universalify@^2.0.0:
|
|
9483
9493
|
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
|
9484
9494
|
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
|
9485
9495
|
|
9496
|
+
unrs-resolver@^1.3.2:
|
9497
|
+
version "1.3.3"
|
9498
|
+
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.3.3.tgz#46bd5dd2ecc650365e050055fc208b5f4ae57803"
|
9499
|
+
integrity sha512-PFLAGQzYlyjniXdbmQ3dnGMZJXX5yrl2YS4DLRfR3BhgUsE1zpRIrccp9XMOGRfIHpdFvCn/nr5N1KMVda4x3A==
|
9500
|
+
optionalDependencies:
|
9501
|
+
"@unrs/resolver-binding-darwin-arm64" "1.3.3"
|
9502
|
+
"@unrs/resolver-binding-darwin-x64" "1.3.3"
|
9503
|
+
"@unrs/resolver-binding-freebsd-x64" "1.3.3"
|
9504
|
+
"@unrs/resolver-binding-linux-arm-gnueabihf" "1.3.3"
|
9505
|
+
"@unrs/resolver-binding-linux-arm-musleabihf" "1.3.3"
|
9506
|
+
"@unrs/resolver-binding-linux-arm64-gnu" "1.3.3"
|
9507
|
+
"@unrs/resolver-binding-linux-arm64-musl" "1.3.3"
|
9508
|
+
"@unrs/resolver-binding-linux-ppc64-gnu" "1.3.3"
|
9509
|
+
"@unrs/resolver-binding-linux-s390x-gnu" "1.3.3"
|
9510
|
+
"@unrs/resolver-binding-linux-x64-gnu" "1.3.3"
|
9511
|
+
"@unrs/resolver-binding-linux-x64-musl" "1.3.3"
|
9512
|
+
"@unrs/resolver-binding-wasm32-wasi" "1.3.3"
|
9513
|
+
"@unrs/resolver-binding-win32-arm64-msvc" "1.3.3"
|
9514
|
+
"@unrs/resolver-binding-win32-ia32-msvc" "1.3.3"
|
9515
|
+
"@unrs/resolver-binding-win32-x64-msvc" "1.3.3"
|
9516
|
+
|
9486
9517
|
update-browserslist-db@^1.1.1:
|
9487
9518
|
version "1.1.3"
|
9488
9519
|
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz#348377dd245216f9e7060ff50b15a1b740b75420"
|
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.7.
|
4
|
+
"version": "3.7.4",
|
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.2.7",
|
10
10
|
"@oclif/core": "^4.2.10",
|
11
|
-
"@salesforce/core": "^8.8.
|
11
|
+
"@salesforce/core": "^8.8.7",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.18.0",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"isomorphic-git": "1.30.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.38",
|
25
25
|
"@oclif/plugin-help": "^6.2.27",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.12",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"c8": "^10.1.3",
|
33
33
|
"eslint-config-oclif": "^6.0",
|
34
34
|
"eslint-plugin-prettier": "^5.2.5",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
36
|
-
"oclif": "^4.17.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.18",
|
36
|
+
"oclif": "^4.17.42",
|
37
37
|
"package-json": "^10.0.1",
|
38
38
|
"patch-package": "^8.0.0",
|
39
39
|
"prettier": "^3.5.3",
|
@@ -122,7 +122,7 @@
|
|
122
122
|
"test:nuts": "c8 mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
123
123
|
"test:nuts:local": "mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
124
124
|
"test:only": "wireit",
|
125
|
-
"
|
125
|
+
"build-changelog-update": "esbuild scripts/update-changelog.mjs --bundle --platform=node --format=cjs --outfile=scripts/dist/update-changelog.cjs",
|
126
126
|
"compare-hashes": "node scripts/compare-filehash/compare.mjs",
|
127
127
|
"generate-hashes": "node scripts/compare-filehash/generate.mjs",
|
128
128
|
"version": "oclif readme --no-aliases"
|