@jayree/sfdx-plugin-manifest 3.6.35 → 3.6.37
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/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +31 -31
- package/oclif.lock +59 -34
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.37",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.37",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
13
|
-
"@oclif/core": "^4.2.
|
13
|
+
"@oclif/core": "^4.2.3",
|
14
14
|
"@salesforce/core": "^8.8.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
@@ -19,13 +19,13 @@
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^4.5.1",
|
22
|
-
"fs-extra": "^11.
|
22
|
+
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
24
|
"isomorphic-git": "1.29.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.28",
|
28
|
+
"@oclif/plugin-help": "^6.2.22",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"c8": "^10.1.3",
|
36
36
|
"eslint-config-oclif": "^5.2",
|
37
37
|
"eslint-plugin-prettier": "^5.2.1",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.14",
|
39
39
|
"oclif": "^4.17.10",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.4.2",
|
@@ -7378,13 +7378,13 @@
|
|
7378
7378
|
}
|
7379
7379
|
},
|
7380
7380
|
"node_modules/@oclif/core": {
|
7381
|
-
"version": "4.2.
|
7382
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
7383
|
-
"integrity": "sha512-
|
7381
|
+
"version": "4.2.3",
|
7382
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
|
7383
|
+
"integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
|
7384
7384
|
"license": "MIT",
|
7385
7385
|
"dependencies": {
|
7386
7386
|
"ansi-escapes": "^4.3.2",
|
7387
|
-
"ansis": "^3.
|
7387
|
+
"ansis": "^3.8.1",
|
7388
7388
|
"clean-stack": "^3.0.1",
|
7389
7389
|
"cli-spinners": "^2.9.2",
|
7390
7390
|
"debug": "^4.4.0",
|
@@ -7469,14 +7469,14 @@
|
|
7469
7469
|
}
|
7470
7470
|
},
|
7471
7471
|
"node_modules/@oclif/plugin-command-snapshot": {
|
7472
|
-
"version": "5.2.
|
7473
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
7474
|
-
"integrity": "sha512-
|
7472
|
+
"version": "5.2.28",
|
7473
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.28.tgz",
|
7474
|
+
"integrity": "sha512-uXN+42xe8/FLLELRWvP0g1ZsVKYAANAOKOgxqr98KRZVFe4roh3klQtlNj2RHvSTxLQyz/K/V/Mf1q9HDUf7Eg==",
|
7475
7475
|
"dev": true,
|
7476
7476
|
"license": "MIT",
|
7477
7477
|
"dependencies": {
|
7478
7478
|
"@oclif/core": "^4",
|
7479
|
-
"ansis": "^3.
|
7479
|
+
"ansis": "^3.9.0",
|
7480
7480
|
"globby": "^14.0.2",
|
7481
7481
|
"just-diff": "^5.2.0",
|
7482
7482
|
"lodash.difference": "^4.5.0",
|
@@ -7537,9 +7537,9 @@
|
|
7537
7537
|
}
|
7538
7538
|
},
|
7539
7539
|
"node_modules/@oclif/plugin-help": {
|
7540
|
-
"version": "6.2.
|
7541
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
7542
|
-
"integrity": "sha512-
|
7540
|
+
"version": "6.2.22",
|
7541
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.22.tgz",
|
7542
|
+
"integrity": "sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==",
|
7543
7543
|
"dev": true,
|
7544
7544
|
"license": "MIT",
|
7545
7545
|
"dependencies": {
|
@@ -7858,9 +7858,9 @@
|
|
7858
7858
|
}
|
7859
7859
|
},
|
7860
7860
|
"node_modules/@salesforce/core": {
|
7861
|
-
"version": "8.8.
|
7862
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
7863
|
-
"integrity": "sha512-
|
7861
|
+
"version": "8.8.2",
|
7862
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz",
|
7863
|
+
"integrity": "sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==",
|
7864
7864
|
"license": "BSD-3-Clause",
|
7865
7865
|
"dependencies": {
|
7866
7866
|
"@jsforce/jsforce-node": "^3.6.1",
|
@@ -11070,9 +11070,9 @@
|
|
11070
11070
|
}
|
11071
11071
|
},
|
11072
11072
|
"node_modules/ansis": {
|
11073
|
-
"version": "3.
|
11074
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.
|
11075
|
-
"integrity": "sha512-
|
11073
|
+
"version": "3.9.0",
|
11074
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz",
|
11075
|
+
"integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==",
|
11076
11076
|
"license": "ISC",
|
11077
11077
|
"engines": {
|
11078
11078
|
"node": ">=16"
|
@@ -13969,13 +13969,13 @@
|
|
13969
13969
|
}
|
13970
13970
|
},
|
13971
13971
|
"node_modules/eslint-plugin-sf-plugin": {
|
13972
|
-
"version": "1.20.
|
13973
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
13974
|
-
"integrity": "sha512-
|
13972
|
+
"version": "1.20.14",
|
13973
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz",
|
13974
|
+
"integrity": "sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==",
|
13975
13975
|
"dev": true,
|
13976
13976
|
"license": "BSD-3-Clause",
|
13977
13977
|
"dependencies": {
|
13978
|
-
"@salesforce/core": "^8.8.
|
13978
|
+
"@salesforce/core": "^8.8.2",
|
13979
13979
|
"@typescript-eslint/utils": "^7.18.0"
|
13980
13980
|
},
|
13981
13981
|
"engines": {
|
@@ -14779,9 +14779,9 @@
|
|
14779
14779
|
"license": "MIT"
|
14780
14780
|
},
|
14781
14781
|
"node_modules/fs-extra": {
|
14782
|
-
"version": "11.
|
14783
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.
|
14784
|
-
"integrity": "sha512-
|
14782
|
+
"version": "11.3.0",
|
14783
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz",
|
14784
|
+
"integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
|
14785
14785
|
"license": "MIT",
|
14786
14786
|
"dependencies": {
|
14787
14787
|
"graceful-fs": "^4.2.0",
|
package/oclif.lock
CHANGED
@@ -1824,13 +1824,13 @@
|
|
1824
1824
|
"@nodelib/fs.scandir" "2.1.5"
|
1825
1825
|
fastq "^1.6.0"
|
1826
1826
|
|
1827
|
-
"@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.
|
1828
|
-
version "4.2.
|
1829
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
1830
|
-
integrity sha512-
|
1827
|
+
"@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
|
1828
|
+
version "4.2.3"
|
1829
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
|
1830
|
+
integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
|
1831
1831
|
dependencies:
|
1832
1832
|
ansi-escapes "^4.3.2"
|
1833
|
-
ansis "^3.
|
1833
|
+
ansis "^3.8.1"
|
1834
1834
|
clean-stack "^3.0.1"
|
1835
1835
|
cli-spinners "^2.9.2"
|
1836
1836
|
debug "^4.4.0"
|
@@ -1848,13 +1848,13 @@
|
|
1848
1848
|
wordwrap "^1.0.0"
|
1849
1849
|
wrap-ansi "^7.0.0"
|
1850
1850
|
|
1851
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1852
|
-
version "5.2.
|
1853
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1854
|
-
integrity sha512-
|
1851
|
+
"@oclif/plugin-command-snapshot@^5.2.28":
|
1852
|
+
version "5.2.28"
|
1853
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.28.tgz#676a2bc483faafa95d782e201439dddf3ff6d57f"
|
1854
|
+
integrity sha512-uXN+42xe8/FLLELRWvP0g1ZsVKYAANAOKOgxqr98KRZVFe4roh3klQtlNj2RHvSTxLQyz/K/V/Mf1q9HDUf7Eg==
|
1855
1855
|
dependencies:
|
1856
1856
|
"@oclif/core" "^4"
|
1857
|
-
ansis "^3.
|
1857
|
+
ansis "^3.9.0"
|
1858
1858
|
globby "^14.0.2"
|
1859
1859
|
just-diff "^5.2.0"
|
1860
1860
|
lodash.difference "^4.5.0"
|
@@ -1863,10 +1863,10 @@
|
|
1863
1863
|
semver "^7.6.3"
|
1864
1864
|
ts-json-schema-generator "^1.5.1"
|
1865
1865
|
|
1866
|
-
"@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@^6.2.
|
1867
|
-
version "6.2.
|
1868
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1869
|
-
integrity sha512-
|
1866
|
+
"@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@^6.2.22":
|
1867
|
+
version "6.2.22"
|
1868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.22.tgz#f9cac74b2c5c85efd3b62cc44aaf32fa4636cc55"
|
1869
|
+
integrity sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==
|
1870
1870
|
dependencies:
|
1871
1871
|
"@oclif/core" "^4"
|
1872
1872
|
|
@@ -1955,10 +1955,10 @@
|
|
1955
1955
|
strip-ansi "6.0.1"
|
1956
1956
|
ts-retry-promise "^0.8.1"
|
1957
1957
|
|
1958
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1959
|
-
version "8.8.
|
1960
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
1961
|
-
integrity sha512-
|
1958
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
|
1959
|
+
version "8.8.2"
|
1960
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
|
1961
|
+
integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
|
1962
1962
|
dependencies:
|
1963
1963
|
"@jsforce/jsforce-node" "^3.6.1"
|
1964
1964
|
"@salesforce/kit" "^3.2.2"
|
@@ -3589,10 +3589,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
3589
3589
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
3590
3590
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
3591
3591
|
|
3592
|
-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.
|
3593
|
-
version "3.
|
3594
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.
|
3595
|
-
integrity sha512-
|
3592
|
+
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1, ansis@^3.9.0:
|
3593
|
+
version "3.9.0"
|
3594
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
|
3595
|
+
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
|
3596
3596
|
|
3597
3597
|
any-promise@^1.0.0:
|
3598
3598
|
version "1.3.0"
|
@@ -5054,12 +5054,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
5054
5054
|
prettier-linter-helpers "^1.0.0"
|
5055
5055
|
synckit "^0.9.1"
|
5056
5056
|
|
5057
|
-
eslint-plugin-sf-plugin@^1.20.
|
5058
|
-
version "1.20.
|
5059
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
5060
|
-
integrity sha512-
|
5057
|
+
eslint-plugin-sf-plugin@^1.20.14:
|
5058
|
+
version "1.20.14"
|
5059
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
|
5060
|
+
integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
|
5061
5061
|
dependencies:
|
5062
|
-
"@salesforce/core" "^8.8.
|
5062
|
+
"@salesforce/core" "^8.8.2"
|
5063
5063
|
"@typescript-eslint/utils" "^7.18.0"
|
5064
5064
|
|
5065
5065
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -5507,10 +5507,10 @@ fromentries@^1.2.0:
|
|
5507
5507
|
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
|
5508
5508
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
5509
5509
|
|
5510
|
-
fs-extra@^11.0.0, fs-extra@^11.2.0:
|
5511
|
-
version "11.
|
5512
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.
|
5513
|
-
integrity sha512-
|
5510
|
+
fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.0:
|
5511
|
+
version "11.3.0"
|
5512
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
|
5513
|
+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
|
5514
5514
|
dependencies:
|
5515
5515
|
graceful-fs "^4.2.0"
|
5516
5516
|
jsonfile "^6.0.1"
|
@@ -8759,7 +8759,16 @@ stack-utils@^2.0.6:
|
|
8759
8759
|
dependencies:
|
8760
8760
|
escape-string-regexp "^2.0.0"
|
8761
8761
|
|
8762
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
8762
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
8763
|
+
version "4.2.3"
|
8764
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
8765
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
8766
|
+
dependencies:
|
8767
|
+
emoji-regex "^8.0.0"
|
8768
|
+
is-fullwidth-code-point "^3.0.0"
|
8769
|
+
strip-ansi "^6.0.1"
|
8770
|
+
|
8771
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
8763
8772
|
version "4.2.3"
|
8764
8773
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
8765
8774
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -8828,7 +8837,14 @@ string_decoder@~1.1.1:
|
|
8828
8837
|
dependencies:
|
8829
8838
|
safe-buffer "~5.1.0"
|
8830
8839
|
|
8831
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
8840
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
8841
|
+
version "6.0.1"
|
8842
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
8843
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
8844
|
+
dependencies:
|
8845
|
+
ansi-regex "^5.0.1"
|
8846
|
+
|
8847
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
8832
8848
|
version "6.0.1"
|
8833
8849
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
8834
8850
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -9473,7 +9489,7 @@ workerpool@^6.5.1:
|
|
9473
9489
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
9474
9490
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
9475
9491
|
|
9476
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
9492
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
9477
9493
|
version "7.0.0"
|
9478
9494
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
9479
9495
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
@@ -9491,6 +9507,15 @@ wrap-ansi@^6.2.0:
|
|
9491
9507
|
string-width "^4.1.0"
|
9492
9508
|
strip-ansi "^6.0.0"
|
9493
9509
|
|
9510
|
+
wrap-ansi@^7.0.0:
|
9511
|
+
version "7.0.0"
|
9512
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
9513
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
9514
|
+
dependencies:
|
9515
|
+
ansi-styles "^4.0.0"
|
9516
|
+
string-width "^4.1.0"
|
9517
|
+
strip-ansi "^6.0.0"
|
9518
|
+
|
9494
9519
|
wrap-ansi@^8.1.0:
|
9495
9520
|
version "8.1.0"
|
9496
9521
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
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.6.
|
4
|
+
"version": "3.6.37",
|
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.4",
|
10
|
-
"@oclif/core": "^4.2.
|
10
|
+
"@oclif/core": "^4.2.3",
|
11
11
|
"@salesforce/core": "^8.8.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
@@ -16,13 +16,13 @@
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^4.5.1",
|
19
|
-
"fs-extra": "^11.
|
19
|
+
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
21
|
"isomorphic-git": "1.29.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.28",
|
25
|
+
"@oclif/plugin-help": "^6.2.22",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"c8": "^10.1.3",
|
33
33
|
"eslint-config-oclif": "^5.2",
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
35
|
+
"eslint-plugin-sf-plugin": "^1.20.14",
|
36
36
|
"oclif": "^4.17.10",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.4.2",
|