@jayree/sfdx-plugin-manifest 5.0.117 → 5.0.118
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 +41 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +165 -80
- package/oclif.lock +113 -79
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
## [5.0.118](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.117...5.0.118) (2026-06-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @babel/core from 7.29.0 to 7.29.7 ([#2288](https://github.com/jayree/sfdx-plugin-manifest/issues/2288)) ([9d0e776](https://github.com/jayree/sfdx-plugin-manifest/commit/9d0e7762426a97a996fc2d22c64b50335ff14e8f))
|
|
7
|
+
* `babel-standalone`
|
|
8
|
+
* [#17771](https://github.com/babel/babel/pull/17771) [7.x backport] fix: ensure `targets.esmodules` is validated ([@JLHwung](https://github.com/JLHwung))
|
|
9
|
+
* `babel-generator`
|
|
10
|
+
* [#17776](https://github.com/babel/babel/pull/17776) [7.x backport] Fix undefined when 64 indents ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
11
|
+
* `babel-parser`
|
|
12
|
+
* [#17840](https://github.com/babel/babel/pull/17840) [7.x backport] async x => {} must be in leading pos ([@JLHwung](https://github.com/JLHwung))
|
|
13
|
+
* `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs3`
|
|
14
|
+
* [#17805](https://github.com/babel/babel/pull/17805) [7.x backport] fix: Properly handle await in finally ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
15
|
+
* `babel-preset-env`
|
|
16
|
+
* [#17789](https://github.com/babel/babel/pull/17789) [7.x backport] preset-env include/exclude should accept bugfix plugins ([@JLHwung](https://github.com/JLHwung))
|
|
17
|
+
* [#17813](https://github.com/babel/babel/pull/17813) chore: update eslint peer deps ([@JLHwung](https://github.com/JLHwung))
|
|
18
|
+
* `babel-plugin-transform-modules-systemjs`
|
|
19
|
+
* [#17974](https://github.com/babel/babel/pull/17974) [7.x backport]fix(systemjs): improve module string name support ([@JLHwung](https://github.com/JLHwung))
|
|
20
|
+
* `babel-parser`
|
|
21
|
+
* [#17923](https://github.com/babel/babel/pull/17923) Support flow extends bound ([@JLHwung](https://github.com/JLHwung))
|
|
22
|
+
* `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`
|
|
23
|
+
* [#17931](https://github.com/babel/babel/pull/17931) fix(decorators): replace super within all removed static elements ([@JLHwung](https://github.com/JLHwung))
|
|
24
|
+
* `babel-register`
|
|
25
|
+
* [#17915](https://github.com/babel/babel/pull/17915) Fix thread synchronization issues in `@babel/register` ([@liuxingbaoyu](https://github.com/liuxingbaoyu))
|
|
26
|
+
* `babel-compat-data`, `babel-plugin-bugfix-safari-rest-destructuring-rhs-array`, `babel-preset-env`
|
|
27
|
+
* [#17788](https://github.com/babel/babel/pull/17788) Add bugfix plugin for Safari array rest destructuring bug ([@JLHwung](https://github.com/JLHwung))
|
|
28
|
+
* `babel-parser`
|
|
29
|
+
* [#17782](https://github.com/babel/babel/pull/17782) Improve trailing comma comment handling ([@JLHwung](https://github.com/JLHwung))
|
|
30
|
+
* [#17847](https://github.com/babel/babel/pull/17847) Replace npmjs.com links with npmx.dev ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
31
|
+
* `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-transform-json-modules`
|
|
32
|
+
* [#17818](https://github.com/babel/babel/pull/17818) Load async Wasm and JSON imports in parallel ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
33
|
+
* `babel-generator`
|
|
34
|
+
* [#18014](https://github.com/babel/babel/pull/18014) Catchup source map position in preserveFormat ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo))
|
|
35
|
+
* `babel-core`
|
|
36
|
+
* [#18001](https://github.com/babel/babel/pull/18001) [7.x packport]Improve input source map handling ([@JLHwung](https://github.com/JLHwung))
|
|
37
|
+
* `babel-core`, `babel-generator`
|
|
38
|
+
* [#17998](https://github.com/babel/babel/pull/17998) Preserve original identifier names from input sourcemaps (#17992) ([@Andarist](https://github.com/Andarist))
|
|
39
|
+
* `babel-preset-env`
|
|
40
|
+
* Update `@babel/*` dependencies
|
|
41
|
+
|
|
1
42
|
## [5.0.117](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.116...5.0.117) (2026-06-17)
|
|
2
43
|
|
|
3
44
|
|
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/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.118/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/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.118/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.118/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.118",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.118",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.35",
|
|
@@ -735,13 +735,13 @@
|
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
"node_modules/@babel/code-frame": {
|
|
738
|
-
"version": "7.29.
|
|
739
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.
|
|
740
|
-
"integrity": "sha512-
|
|
738
|
+
"version": "7.29.7",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
740
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
741
741
|
"dev": true,
|
|
742
742
|
"license": "MIT",
|
|
743
743
|
"dependencies": {
|
|
744
|
-
"@babel/helper-validator-identifier": "^7.
|
|
744
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
745
745
|
"js-tokens": "^4.0.0",
|
|
746
746
|
"picocolors": "^1.1.1"
|
|
747
747
|
},
|
|
@@ -749,10 +749,20 @@
|
|
|
749
749
|
"node": ">=6.9.0"
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
|
+
"node_modules/@babel/code-frame/node_modules/@babel/helper-validator-identifier": {
|
|
753
|
+
"version": "7.29.7",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
755
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
756
|
+
"dev": true,
|
|
757
|
+
"license": "MIT",
|
|
758
|
+
"engines": {
|
|
759
|
+
"node": ">=6.9.0"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
752
762
|
"node_modules/@babel/compat-data": {
|
|
753
|
-
"version": "7.29.
|
|
754
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.
|
|
755
|
-
"integrity": "sha512-
|
|
763
|
+
"version": "7.29.7",
|
|
764
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
765
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
756
766
|
"dev": true,
|
|
757
767
|
"license": "MIT",
|
|
758
768
|
"engines": {
|
|
@@ -760,21 +770,21 @@
|
|
|
760
770
|
}
|
|
761
771
|
},
|
|
762
772
|
"node_modules/@babel/core": {
|
|
763
|
-
"version": "7.29.
|
|
764
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.
|
|
765
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "7.29.7",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
775
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
766
776
|
"dev": true,
|
|
767
777
|
"license": "MIT",
|
|
768
778
|
"dependencies": {
|
|
769
|
-
"@babel/code-frame": "^7.29.
|
|
770
|
-
"@babel/generator": "^7.29.
|
|
771
|
-
"@babel/helper-compilation-targets": "^7.
|
|
772
|
-
"@babel/helper-module-transforms": "^7.
|
|
773
|
-
"@babel/helpers": "^7.
|
|
774
|
-
"@babel/parser": "^7.29.
|
|
775
|
-
"@babel/template": "^7.
|
|
776
|
-
"@babel/traverse": "^7.29.
|
|
777
|
-
"@babel/types": "^7.29.
|
|
779
|
+
"@babel/code-frame": "^7.29.7",
|
|
780
|
+
"@babel/generator": "^7.29.7",
|
|
781
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
782
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
783
|
+
"@babel/helpers": "^7.29.7",
|
|
784
|
+
"@babel/parser": "^7.29.7",
|
|
785
|
+
"@babel/template": "^7.29.7",
|
|
786
|
+
"@babel/traverse": "^7.29.7",
|
|
787
|
+
"@babel/types": "^7.29.7",
|
|
778
788
|
"@jridgewell/remapping": "^2.3.5",
|
|
779
789
|
"convert-source-map": "^2.0.0",
|
|
780
790
|
"debug": "^4.1.0",
|
|
@@ -801,14 +811,14 @@
|
|
|
801
811
|
}
|
|
802
812
|
},
|
|
803
813
|
"node_modules/@babel/generator": {
|
|
804
|
-
"version": "7.29.
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
806
|
-
"integrity": "sha512-
|
|
814
|
+
"version": "7.29.7",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
816
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
807
817
|
"dev": true,
|
|
808
818
|
"license": "MIT",
|
|
809
819
|
"dependencies": {
|
|
810
|
-
"@babel/parser": "^7.29.
|
|
811
|
-
"@babel/types": "^7.29.
|
|
820
|
+
"@babel/parser": "^7.29.7",
|
|
821
|
+
"@babel/types": "^7.29.7",
|
|
812
822
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
813
823
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
814
824
|
"jsesc": "^3.0.2"
|
|
@@ -818,14 +828,14 @@
|
|
|
818
828
|
}
|
|
819
829
|
},
|
|
820
830
|
"node_modules/@babel/helper-compilation-targets": {
|
|
821
|
-
"version": "7.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
823
|
-
"integrity": "sha512-
|
|
831
|
+
"version": "7.29.7",
|
|
832
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
833
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
824
834
|
"dev": true,
|
|
825
835
|
"license": "MIT",
|
|
826
836
|
"dependencies": {
|
|
827
|
-
"@babel/compat-data": "^7.
|
|
828
|
-
"@babel/helper-validator-option": "^7.
|
|
837
|
+
"@babel/compat-data": "^7.29.7",
|
|
838
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
829
839
|
"browserslist": "^4.24.0",
|
|
830
840
|
"lru-cache": "^5.1.1",
|
|
831
841
|
"semver": "^6.3.1"
|
|
@@ -862,9 +872,9 @@
|
|
|
862
872
|
"license": "ISC"
|
|
863
873
|
},
|
|
864
874
|
"node_modules/@babel/helper-globals": {
|
|
865
|
-
"version": "7.
|
|
866
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.
|
|
867
|
-
"integrity": "sha512
|
|
875
|
+
"version": "7.29.7",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
877
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
868
878
|
"dev": true,
|
|
869
879
|
"license": "MIT",
|
|
870
880
|
"engines": {
|
|
@@ -872,29 +882,29 @@
|
|
|
872
882
|
}
|
|
873
883
|
},
|
|
874
884
|
"node_modules/@babel/helper-module-imports": {
|
|
875
|
-
"version": "7.
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
877
|
-
"integrity": "sha512-
|
|
885
|
+
"version": "7.29.7",
|
|
886
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
887
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
878
888
|
"dev": true,
|
|
879
889
|
"license": "MIT",
|
|
880
890
|
"dependencies": {
|
|
881
|
-
"@babel/traverse": "^7.
|
|
882
|
-
"@babel/types": "^7.
|
|
891
|
+
"@babel/traverse": "^7.29.7",
|
|
892
|
+
"@babel/types": "^7.29.7"
|
|
883
893
|
},
|
|
884
894
|
"engines": {
|
|
885
895
|
"node": ">=6.9.0"
|
|
886
896
|
}
|
|
887
897
|
},
|
|
888
898
|
"node_modules/@babel/helper-module-transforms": {
|
|
889
|
-
"version": "7.
|
|
890
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
891
|
-
"integrity": "sha512-
|
|
899
|
+
"version": "7.29.7",
|
|
900
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
901
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
892
902
|
"dev": true,
|
|
893
903
|
"license": "MIT",
|
|
894
904
|
"dependencies": {
|
|
895
|
-
"@babel/helper-module-imports": "^7.
|
|
896
|
-
"@babel/helper-validator-identifier": "^7.
|
|
897
|
-
"@babel/traverse": "^7.
|
|
905
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
906
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
907
|
+
"@babel/traverse": "^7.29.7"
|
|
898
908
|
},
|
|
899
909
|
"engines": {
|
|
900
910
|
"node": ">=6.9.0"
|
|
@@ -903,10 +913,20 @@
|
|
|
903
913
|
"@babel/core": "^7.0.0"
|
|
904
914
|
}
|
|
905
915
|
},
|
|
916
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
|
|
917
|
+
"version": "7.29.7",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
919
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
920
|
+
"dev": true,
|
|
921
|
+
"license": "MIT",
|
|
922
|
+
"engines": {
|
|
923
|
+
"node": ">=6.9.0"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
906
926
|
"node_modules/@babel/helper-string-parser": {
|
|
907
|
-
"version": "7.
|
|
908
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
909
|
-
"integrity": "sha512-
|
|
927
|
+
"version": "7.29.7",
|
|
928
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
929
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
910
930
|
"dev": true,
|
|
911
931
|
"license": "MIT",
|
|
912
932
|
"engines": {
|
|
@@ -924,9 +944,9 @@
|
|
|
924
944
|
}
|
|
925
945
|
},
|
|
926
946
|
"node_modules/@babel/helper-validator-option": {
|
|
927
|
-
"version": "7.
|
|
928
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
929
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "7.29.7",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
949
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
930
950
|
"dev": true,
|
|
931
951
|
"license": "MIT",
|
|
932
952
|
"engines": {
|
|
@@ -934,27 +954,27 @@
|
|
|
934
954
|
}
|
|
935
955
|
},
|
|
936
956
|
"node_modules/@babel/helpers": {
|
|
937
|
-
"version": "7.
|
|
938
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
939
|
-
"integrity": "sha512-
|
|
957
|
+
"version": "7.29.7",
|
|
958
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
959
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
940
960
|
"dev": true,
|
|
941
961
|
"license": "MIT",
|
|
942
962
|
"dependencies": {
|
|
943
|
-
"@babel/template": "^7.
|
|
944
|
-
"@babel/types": "^7.
|
|
963
|
+
"@babel/template": "^7.29.7",
|
|
964
|
+
"@babel/types": "^7.29.7"
|
|
945
965
|
},
|
|
946
966
|
"engines": {
|
|
947
967
|
"node": ">=6.9.0"
|
|
948
968
|
}
|
|
949
969
|
},
|
|
950
970
|
"node_modules/@babel/parser": {
|
|
951
|
-
"version": "7.29.
|
|
952
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
953
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "7.29.7",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
973
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
954
974
|
"dev": true,
|
|
955
975
|
"license": "MIT",
|
|
956
976
|
"dependencies": {
|
|
957
|
-
"@babel/types": "^7.29.
|
|
977
|
+
"@babel/types": "^7.29.7"
|
|
958
978
|
},
|
|
959
979
|
"bin": {
|
|
960
980
|
"parser": "bin/babel-parser.js"
|
|
@@ -964,33 +984,33 @@
|
|
|
964
984
|
}
|
|
965
985
|
},
|
|
966
986
|
"node_modules/@babel/template": {
|
|
967
|
-
"version": "7.
|
|
968
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
969
|
-
"integrity": "sha512-
|
|
987
|
+
"version": "7.29.7",
|
|
988
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
989
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
970
990
|
"dev": true,
|
|
971
991
|
"license": "MIT",
|
|
972
992
|
"dependencies": {
|
|
973
|
-
"@babel/code-frame": "^7.
|
|
974
|
-
"@babel/parser": "^7.
|
|
975
|
-
"@babel/types": "^7.
|
|
993
|
+
"@babel/code-frame": "^7.29.7",
|
|
994
|
+
"@babel/parser": "^7.29.7",
|
|
995
|
+
"@babel/types": "^7.29.7"
|
|
976
996
|
},
|
|
977
997
|
"engines": {
|
|
978
998
|
"node": ">=6.9.0"
|
|
979
999
|
}
|
|
980
1000
|
},
|
|
981
1001
|
"node_modules/@babel/traverse": {
|
|
982
|
-
"version": "7.29.
|
|
983
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.
|
|
984
|
-
"integrity": "sha512-
|
|
1002
|
+
"version": "7.29.7",
|
|
1003
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
1004
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
985
1005
|
"dev": true,
|
|
986
1006
|
"license": "MIT",
|
|
987
1007
|
"dependencies": {
|
|
988
|
-
"@babel/code-frame": "^7.29.
|
|
989
|
-
"@babel/generator": "^7.29.
|
|
990
|
-
"@babel/helper-globals": "^7.
|
|
991
|
-
"@babel/parser": "^7.29.
|
|
992
|
-
"@babel/template": "^7.
|
|
993
|
-
"@babel/types": "^7.29.
|
|
1008
|
+
"@babel/code-frame": "^7.29.7",
|
|
1009
|
+
"@babel/generator": "^7.29.7",
|
|
1010
|
+
"@babel/helper-globals": "^7.29.7",
|
|
1011
|
+
"@babel/parser": "^7.29.7",
|
|
1012
|
+
"@babel/template": "^7.29.7",
|
|
1013
|
+
"@babel/types": "^7.29.7",
|
|
994
1014
|
"debug": "^4.3.1"
|
|
995
1015
|
},
|
|
996
1016
|
"engines": {
|
|
@@ -998,19 +1018,29 @@
|
|
|
998
1018
|
}
|
|
999
1019
|
},
|
|
1000
1020
|
"node_modules/@babel/types": {
|
|
1001
|
-
"version": "7.29.
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.
|
|
1003
|
-
"integrity": "sha512-
|
|
1021
|
+
"version": "7.29.7",
|
|
1022
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
1023
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
1004
1024
|
"dev": true,
|
|
1005
1025
|
"license": "MIT",
|
|
1006
1026
|
"dependencies": {
|
|
1007
|
-
"@babel/helper-string-parser": "^7.
|
|
1008
|
-
"@babel/helper-validator-identifier": "^7.
|
|
1027
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
1028
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
1009
1029
|
},
|
|
1010
1030
|
"engines": {
|
|
1011
1031
|
"node": ">=6.9.0"
|
|
1012
1032
|
}
|
|
1013
1033
|
},
|
|
1034
|
+
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
1035
|
+
"version": "7.29.7",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
1037
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
1038
|
+
"dev": true,
|
|
1039
|
+
"license": "MIT",
|
|
1040
|
+
"engines": {
|
|
1041
|
+
"node": ">=6.9.0"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1014
1044
|
"node_modules/@bcoe/v8-coverage": {
|
|
1015
1045
|
"version": "1.0.2",
|
|
1016
1046
|
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
|
|
@@ -12156,6 +12186,46 @@
|
|
|
12156
12186
|
"node": ">=10"
|
|
12157
12187
|
}
|
|
12158
12188
|
},
|
|
12189
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/helper-string-parser": {
|
|
12190
|
+
"version": "7.27.1",
|
|
12191
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
12192
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
12193
|
+
"dev": true,
|
|
12194
|
+
"license": "MIT",
|
|
12195
|
+
"engines": {
|
|
12196
|
+
"node": ">=6.9.0"
|
|
12197
|
+
}
|
|
12198
|
+
},
|
|
12199
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
12200
|
+
"version": "7.29.0",
|
|
12201
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
|
|
12202
|
+
"integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
|
|
12203
|
+
"dev": true,
|
|
12204
|
+
"license": "MIT",
|
|
12205
|
+
"dependencies": {
|
|
12206
|
+
"@babel/types": "^7.29.0"
|
|
12207
|
+
},
|
|
12208
|
+
"bin": {
|
|
12209
|
+
"parser": "bin/babel-parser.js"
|
|
12210
|
+
},
|
|
12211
|
+
"engines": {
|
|
12212
|
+
"node": ">=6.0.0"
|
|
12213
|
+
}
|
|
12214
|
+
},
|
|
12215
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/types": {
|
|
12216
|
+
"version": "7.29.0",
|
|
12217
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
12218
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
12219
|
+
"dev": true,
|
|
12220
|
+
"license": "MIT",
|
|
12221
|
+
"dependencies": {
|
|
12222
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
12223
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
12224
|
+
},
|
|
12225
|
+
"engines": {
|
|
12226
|
+
"node": ">=6.9.0"
|
|
12227
|
+
}
|
|
12228
|
+
},
|
|
12159
12229
|
"node_modules/istanbul-lib-processinfo": {
|
|
12160
12230
|
"version": "2.0.3",
|
|
12161
12231
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -14676,6 +14746,21 @@
|
|
|
14676
14746
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14677
14747
|
}
|
|
14678
14748
|
},
|
|
14749
|
+
"node_modules/parse-json/node_modules/@babel/code-frame": {
|
|
14750
|
+
"version": "7.29.0",
|
|
14751
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
14752
|
+
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
14753
|
+
"dev": true,
|
|
14754
|
+
"license": "MIT",
|
|
14755
|
+
"dependencies": {
|
|
14756
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
14757
|
+
"js-tokens": "^4.0.0",
|
|
14758
|
+
"picocolors": "^1.1.1"
|
|
14759
|
+
},
|
|
14760
|
+
"engines": {
|
|
14761
|
+
"node": ">=6.9.0"
|
|
14762
|
+
}
|
|
14763
|
+
},
|
|
14679
14764
|
"node_modules/parse-statements": {
|
|
14680
14765
|
"version": "1.0.11",
|
|
14681
14766
|
"resolved": "https://registry.npmjs.org/parse-statements/-/parse-statements-1.0.11.tgz",
|
package/oclif.lock
CHANGED
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz#f1137f56209ccc69c15f826242cbf37f828617dd"
|
|
346
346
|
integrity sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==
|
|
347
347
|
|
|
348
|
-
"@babel/code-frame@^7.0.0"
|
|
348
|
+
"@babel/code-frame@^7.0.0":
|
|
349
349
|
version "7.29.0"
|
|
350
350
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
|
|
351
351
|
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
|
|
@@ -354,25 +354,34 @@
|
|
|
354
354
|
js-tokens "^4.0.0"
|
|
355
355
|
picocolors "^1.1.1"
|
|
356
356
|
|
|
357
|
-
"@babel/
|
|
358
|
-
version "7.29.
|
|
359
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
360
|
-
integrity sha512-
|
|
357
|
+
"@babel/code-frame@^7.29.7":
|
|
358
|
+
version "7.29.7"
|
|
359
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
|
|
360
|
+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
|
|
361
|
+
dependencies:
|
|
362
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
363
|
+
js-tokens "^4.0.0"
|
|
364
|
+
picocolors "^1.1.1"
|
|
365
|
+
|
|
366
|
+
"@babel/compat-data@^7.29.7":
|
|
367
|
+
version "7.29.7"
|
|
368
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
|
|
369
|
+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
|
|
361
370
|
|
|
362
371
|
"@babel/core@^7.23.9":
|
|
363
|
-
version "7.29.
|
|
364
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.
|
|
365
|
-
integrity sha512-
|
|
366
|
-
dependencies:
|
|
367
|
-
"@babel/code-frame" "^7.29.
|
|
368
|
-
"@babel/generator" "^7.29.
|
|
369
|
-
"@babel/helper-compilation-targets" "^7.
|
|
370
|
-
"@babel/helper-module-transforms" "^7.
|
|
371
|
-
"@babel/helpers" "^7.
|
|
372
|
-
"@babel/parser" "^7.29.
|
|
373
|
-
"@babel/template" "^7.
|
|
374
|
-
"@babel/traverse" "^7.29.
|
|
375
|
-
"@babel/types" "^7.29.
|
|
372
|
+
version "7.29.7"
|
|
373
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
|
|
374
|
+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
|
|
375
|
+
dependencies:
|
|
376
|
+
"@babel/code-frame" "^7.29.7"
|
|
377
|
+
"@babel/generator" "^7.29.7"
|
|
378
|
+
"@babel/helper-compilation-targets" "^7.29.7"
|
|
379
|
+
"@babel/helper-module-transforms" "^7.29.7"
|
|
380
|
+
"@babel/helpers" "^7.29.7"
|
|
381
|
+
"@babel/parser" "^7.29.7"
|
|
382
|
+
"@babel/template" "^7.29.7"
|
|
383
|
+
"@babel/traverse" "^7.29.7"
|
|
384
|
+
"@babel/types" "^7.29.7"
|
|
376
385
|
"@jridgewell/remapping" "^2.3.5"
|
|
377
386
|
convert-source-map "^2.0.0"
|
|
378
387
|
debug "^4.1.0"
|
|
@@ -380,103 +389,120 @@
|
|
|
380
389
|
json5 "^2.2.3"
|
|
381
390
|
semver "^6.3.1"
|
|
382
391
|
|
|
383
|
-
"@babel/generator@^7.29.
|
|
384
|
-
version "7.29.
|
|
385
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.
|
|
386
|
-
integrity sha512-
|
|
392
|
+
"@babel/generator@^7.29.7":
|
|
393
|
+
version "7.29.7"
|
|
394
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
|
|
395
|
+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
|
|
387
396
|
dependencies:
|
|
388
|
-
"@babel/parser" "^7.29.
|
|
389
|
-
"@babel/types" "^7.29.
|
|
397
|
+
"@babel/parser" "^7.29.7"
|
|
398
|
+
"@babel/types" "^7.29.7"
|
|
390
399
|
"@jridgewell/gen-mapping" "^0.3.12"
|
|
391
400
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
392
401
|
jsesc "^3.0.2"
|
|
393
402
|
|
|
394
|
-
"@babel/helper-compilation-targets@^7.
|
|
395
|
-
version "7.
|
|
396
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
397
|
-
integrity sha512-
|
|
403
|
+
"@babel/helper-compilation-targets@^7.29.7":
|
|
404
|
+
version "7.29.7"
|
|
405
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
|
|
406
|
+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
|
|
398
407
|
dependencies:
|
|
399
|
-
"@babel/compat-data" "^7.
|
|
400
|
-
"@babel/helper-validator-option" "^7.
|
|
408
|
+
"@babel/compat-data" "^7.29.7"
|
|
409
|
+
"@babel/helper-validator-option" "^7.29.7"
|
|
401
410
|
browserslist "^4.24.0"
|
|
402
411
|
lru-cache "^5.1.1"
|
|
403
412
|
semver "^6.3.1"
|
|
404
413
|
|
|
405
|
-
"@babel/helper-globals@^7.
|
|
406
|
-
version "7.
|
|
407
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.
|
|
408
|
-
integrity sha512
|
|
414
|
+
"@babel/helper-globals@^7.29.7":
|
|
415
|
+
version "7.29.7"
|
|
416
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
|
|
417
|
+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
|
|
409
418
|
|
|
410
|
-
"@babel/helper-module-imports@^7.
|
|
411
|
-
version "7.
|
|
412
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
413
|
-
integrity sha512-
|
|
419
|
+
"@babel/helper-module-imports@^7.29.7":
|
|
420
|
+
version "7.29.7"
|
|
421
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
|
|
422
|
+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
|
|
414
423
|
dependencies:
|
|
415
|
-
"@babel/traverse" "^7.
|
|
416
|
-
"@babel/types" "^7.
|
|
424
|
+
"@babel/traverse" "^7.29.7"
|
|
425
|
+
"@babel/types" "^7.29.7"
|
|
417
426
|
|
|
418
|
-
"@babel/helper-module-transforms@^7.
|
|
419
|
-
version "7.
|
|
420
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
421
|
-
integrity sha512-
|
|
427
|
+
"@babel/helper-module-transforms@^7.29.7":
|
|
428
|
+
version "7.29.7"
|
|
429
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
|
|
430
|
+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
|
|
422
431
|
dependencies:
|
|
423
|
-
"@babel/helper-module-imports" "^7.
|
|
424
|
-
"@babel/helper-validator-identifier" "^7.
|
|
425
|
-
"@babel/traverse" "^7.
|
|
432
|
+
"@babel/helper-module-imports" "^7.29.7"
|
|
433
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
434
|
+
"@babel/traverse" "^7.29.7"
|
|
426
435
|
|
|
427
436
|
"@babel/helper-string-parser@^7.27.1":
|
|
428
437
|
version "7.27.1"
|
|
429
438
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
|
|
430
439
|
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
|
|
431
440
|
|
|
441
|
+
"@babel/helper-string-parser@^7.29.7":
|
|
442
|
+
version "7.29.7"
|
|
443
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
|
|
444
|
+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
|
|
445
|
+
|
|
432
446
|
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.28.5":
|
|
433
447
|
version "7.28.5"
|
|
434
448
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
|
|
435
449
|
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
|
|
436
450
|
|
|
437
|
-
"@babel/helper-validator-
|
|
438
|
-
version "7.
|
|
439
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
|
440
|
-
integrity sha512-
|
|
451
|
+
"@babel/helper-validator-identifier@^7.29.7":
|
|
452
|
+
version "7.29.7"
|
|
453
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
|
|
454
|
+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
|
|
455
|
+
|
|
456
|
+
"@babel/helper-validator-option@^7.29.7":
|
|
457
|
+
version "7.29.7"
|
|
458
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
|
|
459
|
+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
|
|
441
460
|
|
|
442
|
-
"@babel/helpers@^7.
|
|
443
|
-
version "7.
|
|
444
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
|
445
|
-
integrity sha512-
|
|
461
|
+
"@babel/helpers@^7.29.7":
|
|
462
|
+
version "7.29.7"
|
|
463
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
|
|
464
|
+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
|
|
446
465
|
dependencies:
|
|
447
|
-
"@babel/template" "^7.
|
|
448
|
-
"@babel/types" "^7.
|
|
466
|
+
"@babel/template" "^7.29.7"
|
|
467
|
+
"@babel/types" "^7.29.7"
|
|
449
468
|
|
|
450
|
-
"@babel/parser@^7.23.9"
|
|
469
|
+
"@babel/parser@^7.23.9":
|
|
451
470
|
version "7.29.0"
|
|
452
471
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6"
|
|
453
472
|
integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==
|
|
454
473
|
dependencies:
|
|
455
474
|
"@babel/types" "^7.29.0"
|
|
456
475
|
|
|
457
|
-
"@babel/
|
|
458
|
-
version "7.
|
|
459
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
460
|
-
integrity sha512-
|
|
461
|
-
dependencies:
|
|
462
|
-
"@babel/
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
"
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
"@babel/
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
476
|
+
"@babel/parser@^7.29.7":
|
|
477
|
+
version "7.29.7"
|
|
478
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
|
|
479
|
+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
|
|
480
|
+
dependencies:
|
|
481
|
+
"@babel/types" "^7.29.7"
|
|
482
|
+
|
|
483
|
+
"@babel/template@^7.29.7":
|
|
484
|
+
version "7.29.7"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
|
|
486
|
+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
|
|
487
|
+
dependencies:
|
|
488
|
+
"@babel/code-frame" "^7.29.7"
|
|
489
|
+
"@babel/parser" "^7.29.7"
|
|
490
|
+
"@babel/types" "^7.29.7"
|
|
491
|
+
|
|
492
|
+
"@babel/traverse@^7.29.7":
|
|
493
|
+
version "7.29.7"
|
|
494
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
|
|
495
|
+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
|
|
496
|
+
dependencies:
|
|
497
|
+
"@babel/code-frame" "^7.29.7"
|
|
498
|
+
"@babel/generator" "^7.29.7"
|
|
499
|
+
"@babel/helper-globals" "^7.29.7"
|
|
500
|
+
"@babel/parser" "^7.29.7"
|
|
501
|
+
"@babel/template" "^7.29.7"
|
|
502
|
+
"@babel/types" "^7.29.7"
|
|
477
503
|
debug "^4.3.1"
|
|
478
504
|
|
|
479
|
-
"@babel/types@^7.
|
|
505
|
+
"@babel/types@^7.29.0":
|
|
480
506
|
version "7.29.0"
|
|
481
507
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
|
|
482
508
|
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
|
|
@@ -484,6 +510,14 @@
|
|
|
484
510
|
"@babel/helper-string-parser" "^7.27.1"
|
|
485
511
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
486
512
|
|
|
513
|
+
"@babel/types@^7.29.7":
|
|
514
|
+
version "7.29.7"
|
|
515
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
|
|
516
|
+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
|
|
517
|
+
dependencies:
|
|
518
|
+
"@babel/helper-string-parser" "^7.29.7"
|
|
519
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
520
|
+
|
|
487
521
|
"@bcoe/v8-coverage@^1.0.1":
|
|
488
522
|
version "1.0.2"
|
|
489
523
|
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.118",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|