@jayree/sfdx-plugin-manifest 3.6.12 → 3.6.14
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 +40 -33
- package/oclif.lock +38 -32
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.6.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.13...3.6.14) (2024-11-26)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.27.1 to 1.27.2 ([#1582](https://github.com/jayree/sfdx-plugin-manifest/issues/1582)) ([cf9ac5f](https://github.com/jayree/sfdx-plugin-manifest/commit/cf9ac5f67fd5ec8c741b3c0e509ae019d62b3fb5))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.6.13](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.12...3.6.13) (2024-11-23)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @oclif/core from 4.0.32 to 4.0.33 ([#1577](https://github.com/jayree/sfdx-plugin-manifest/issues/1577)) ([3893950](https://github.com/jayree/sfdx-plugin-manifest/commit/3893950d1be1bc15beda290de6c7d0ead321b470))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.6.12](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.11...3.6.12) (2024-11-23)
|
2
20
|
|
3
21
|
|
package/README.md
CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
|
|
60
60
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
61
61
|
```
|
62
62
|
|
63
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.14/src/commands/jayree/manifest/cleanup.ts)_
|
64
64
|
|
65
65
|
### `sf jayree manifest generate`
|
66
66
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
98
98
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
99
99
|
```
|
100
100
|
|
101
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.14/src/commands/jayree/manifest/generate.ts)_
|
102
102
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
104
104
|
|
@@ -181,7 +181,7 @@ FLAG DESCRIPTIONS
|
|
181
181
|
The location can be an absolute path or relative to the current working directory.
|
182
182
|
```
|
183
183
|
|
184
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.14/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
186
186
|
|
187
187
|
## Performance Testing
|
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.14",
|
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.14",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
13
|
-
"@oclif/core": "^4.0.
|
13
|
+
"@oclif/core": "^4.0.33",
|
14
14
|
"@salesforce/core": "^8.6.4",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.0.13",
|
@@ -21,14 +21,14 @@
|
|
21
21
|
"fast-xml-parser": "^4.5.0",
|
22
22
|
"fs-extra": "^11.2.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
|
-
"isomorphic-git": "1.27.
|
24
|
+
"isomorphic-git": "1.27.2"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
28
|
+
"@oclif/plugin-help": "^6.2.18",
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
31
|
-
"@salesforce/ts-sinon": "^1.4.
|
31
|
+
"@salesforce/ts-sinon": "^1.4.30",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"@types/inquirer": "^9.0.7",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"eslint-plugin-prettier": "^5.2.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
39
39
|
"is-ci": "^3.0.1",
|
40
|
-
"oclif": "^4.15.
|
40
|
+
"oclif": "^4.15.29",
|
41
41
|
"patch-package": "^8.0.0",
|
42
42
|
"prettier": "^3.3.3",
|
43
43
|
"pretty-quick": "^4.0.0",
|
@@ -584,9 +584,9 @@
|
|
584
584
|
}
|
585
585
|
},
|
586
586
|
"node_modules/@aws-sdk/client-s3": {
|
587
|
-
"version": "3.
|
588
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
589
|
-
"integrity": "sha512-
|
587
|
+
"version": "3.700.0",
|
588
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.700.0.tgz",
|
589
|
+
"integrity": "sha512-TZTc8OZ873VodJNcsQ4Y/60f0Y0Ws5Z3Xm5QBgPCvhqQS7/+V28pXM3fAomJsKDWTxzH0nP9csX5cPvLybgdZQ==",
|
590
590
|
"dev": true,
|
591
591
|
"license": "Apache-2.0",
|
592
592
|
"dependencies": {
|
@@ -4863,9 +4863,9 @@
|
|
4863
4863
|
}
|
4864
4864
|
},
|
4865
4865
|
"node_modules/@oclif/core": {
|
4866
|
-
"version": "4.0.
|
4867
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
4868
|
-
"integrity": "sha512-
|
4866
|
+
"version": "4.0.33",
|
4867
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz",
|
4868
|
+
"integrity": "sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==",
|
4869
4869
|
"license": "MIT",
|
4870
4870
|
"dependencies": {
|
4871
4871
|
"ansi-escapes": "^4.3.2",
|
@@ -5022,9 +5022,9 @@
|
|
5022
5022
|
}
|
5023
5023
|
},
|
5024
5024
|
"node_modules/@oclif/plugin-help": {
|
5025
|
-
"version": "6.2.
|
5026
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
5027
|
-
"integrity": "sha512
|
5025
|
+
"version": "6.2.18",
|
5026
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.18.tgz",
|
5027
|
+
"integrity": "sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==",
|
5028
5028
|
"dev": true,
|
5029
5029
|
"license": "MIT",
|
5030
5030
|
"dependencies": {
|
@@ -5232,9 +5232,9 @@
|
|
5232
5232
|
}
|
5233
5233
|
},
|
5234
5234
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
5235
|
-
"version": "5.3.
|
5236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
5237
|
-
"integrity": "sha512-
|
5235
|
+
"version": "5.3.38",
|
5236
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz",
|
5237
|
+
"integrity": "sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==",
|
5238
5238
|
"dev": true,
|
5239
5239
|
"license": "BSD-3-Clause",
|
5240
5240
|
"dependencies": {
|
@@ -5665,9 +5665,9 @@
|
|
5665
5665
|
}
|
5666
5666
|
},
|
5667
5667
|
"node_modules/@salesforce/ts-sinon": {
|
5668
|
-
"version": "1.4.
|
5669
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
5670
|
-
"integrity": "sha512-
|
5668
|
+
"version": "1.4.30",
|
5669
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz",
|
5670
|
+
"integrity": "sha512-vCjpxrt97qqc9yOygcrQ2GZve1QFJcSMmvSOrzxLGuGPXL61NfQM/vWtwUhQYi7PiqGnRYsspy/dy9WR/V308g==",
|
5671
5671
|
"dev": true,
|
5672
5672
|
"license": "BSD-3-Clause",
|
5673
5673
|
"dependencies": {
|
@@ -9665,9 +9665,9 @@
|
|
9665
9665
|
}
|
9666
9666
|
},
|
9667
9667
|
"node_modules/eslint-config-oclif": {
|
9668
|
-
"version": "5.2.
|
9669
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.
|
9670
|
-
"integrity": "sha512-
|
9668
|
+
"version": "5.2.2",
|
9669
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz",
|
9670
|
+
"integrity": "sha512-NNTyyolSmKJicgxtoWZ/hoy2Rw56WIoWCFxgnBkXqDgi9qPKMwZs2Nx2b6SHLJvCiWWhZhWr5V46CFPo3PSPag==",
|
9671
9671
|
"dev": true,
|
9672
9672
|
"license": "MIT",
|
9673
9673
|
"dependencies": {
|
@@ -12580,9 +12580,9 @@
|
|
12580
12580
|
"license": "ISC"
|
12581
12581
|
},
|
12582
12582
|
"node_modules/isomorphic-git": {
|
12583
|
-
"version": "1.27.
|
12584
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.
|
12585
|
-
"integrity": "sha512-
|
12583
|
+
"version": "1.27.2",
|
12584
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.27.2.tgz",
|
12585
|
+
"integrity": "sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==",
|
12586
12586
|
"license": "MIT",
|
12587
12587
|
"dependencies": {
|
12588
12588
|
"async-lock": "^1.4.1",
|
@@ -12592,6 +12592,7 @@
|
|
12592
12592
|
"ignore": "^5.1.4",
|
12593
12593
|
"minimisted": "^2.0.0",
|
12594
12594
|
"pako": "^1.0.10",
|
12595
|
+
"path-browserify": "^1.0.1",
|
12595
12596
|
"pify": "^4.0.1",
|
12596
12597
|
"readable-stream": "^3.4.0",
|
12597
12598
|
"sha.js": "^2.4.9",
|
@@ -14528,14 +14529,14 @@
|
|
14528
14529
|
}
|
14529
14530
|
},
|
14530
14531
|
"node_modules/oclif": {
|
14531
|
-
"version": "4.15.
|
14532
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.
|
14533
|
-
"integrity": "sha512-
|
14532
|
+
"version": "4.15.29",
|
14533
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.29.tgz",
|
14534
|
+
"integrity": "sha512-J5yLogJS5j8BCGbXM4jTGT9euDnhjHSldEfJ5V4g7ZOfratZrPLLYypy/4PW6WCTn+lh8YCW7IlYOEbyBRmnGQ==",
|
14534
14535
|
"dev": true,
|
14535
14536
|
"license": "MIT",
|
14536
14537
|
"dependencies": {
|
14537
14538
|
"@aws-sdk/client-cloudfront": "^3.687.0",
|
14538
|
-
"@aws-sdk/client-s3": "^3.
|
14539
|
+
"@aws-sdk/client-s3": "^3.699.0",
|
14539
14540
|
"@inquirer/confirm": "^3.1.22",
|
14540
14541
|
"@inquirer/input": "^2.2.4",
|
14541
14542
|
"@inquirer/select": "^2.5.0",
|
@@ -15211,6 +15212,12 @@
|
|
15211
15212
|
"rimraf": "bin.js"
|
15212
15213
|
}
|
15213
15214
|
},
|
15215
|
+
"node_modules/path-browserify": {
|
15216
|
+
"version": "1.0.1",
|
15217
|
+
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
15218
|
+
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
15219
|
+
"license": "MIT"
|
15220
|
+
},
|
15214
15221
|
"node_modules/path-case": {
|
15215
15222
|
"version": "3.0.4",
|
15216
15223
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
package/oclif.lock
CHANGED
@@ -136,10 +136,10 @@
|
|
136
136
|
"@smithy/util-waiter" "^3.1.8"
|
137
137
|
tslib "^2.6.2"
|
138
138
|
|
139
|
-
"@aws-sdk/client-s3@^3.
|
140
|
-
version "3.
|
141
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.
|
142
|
-
integrity sha512-
|
139
|
+
"@aws-sdk/client-s3@^3.699.0":
|
140
|
+
version "3.700.0"
|
141
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.700.0.tgz#e185f1a53c365c01b03a86ced6058f29eb4bfece"
|
142
|
+
integrity sha512-TZTc8OZ873VodJNcsQ4Y/60f0Y0Ws5Z3Xm5QBgPCvhqQS7/+V28pXM3fAomJsKDWTxzH0nP9csX5cPvLybgdZQ==
|
143
143
|
dependencies:
|
144
144
|
"@aws-crypto/sha1-browser" "5.2.0"
|
145
145
|
"@aws-crypto/sha256-browser" "5.2.0"
|
@@ -1824,10 +1824,10 @@
|
|
1824
1824
|
"@nodelib/fs.scandir" "2.1.5"
|
1825
1825
|
fastq "^1.6.0"
|
1826
1826
|
|
1827
|
-
"@oclif/core@^4", "@oclif/core@^4.0.32":
|
1828
|
-
version "4.0.
|
1829
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1830
|
-
integrity sha512-
|
1827
|
+
"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
|
1828
|
+
version "4.0.33"
|
1829
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
|
1830
|
+
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
|
1831
1831
|
dependencies:
|
1832
1832
|
ansi-escapes "^4.3.2"
|
1833
1833
|
ansis "^3.3.2"
|
@@ -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.17":
|
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.17", "@oclif/plugin-help@^6.2.18":
|
1867
|
+
version "6.2.18"
|
1868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.18.tgz#fab8173773bb0afcc7a8e459187021fe65c461df"
|
1869
|
+
integrity sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==
|
1870
1870
|
dependencies:
|
1871
1871
|
"@oclif/core" "^4"
|
1872
1872
|
|
@@ -1939,10 +1939,10 @@
|
|
1939
1939
|
"@pnpm/network.ca-file" "^1.0.1"
|
1940
1940
|
config-chain "^1.1.11"
|
1941
1941
|
|
1942
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1943
|
-
version "5.3.
|
1944
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1945
|
-
integrity sha512-
|
1942
|
+
"@salesforce/cli-plugins-testkit@^5.3.38":
|
1943
|
+
version "5.3.38"
|
1944
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz#ab34836662cf5aa1cb4d53e4b994fc750df206e5"
|
1945
|
+
integrity sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==
|
1946
1946
|
dependencies:
|
1947
1947
|
"@salesforce/core" "^8.8.0"
|
1948
1948
|
"@salesforce/kit" "^3.2.3"
|
@@ -2083,10 +2083,10 @@
|
|
2083
2083
|
isomorphic-git "^1.27.1"
|
2084
2084
|
ts-retry-promise "^0.8.1"
|
2085
2085
|
|
2086
|
-
"@salesforce/ts-sinon@^1.4.
|
2087
|
-
version "1.4.
|
2088
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
2089
|
-
integrity sha512-
|
2086
|
+
"@salesforce/ts-sinon@^1.4.30":
|
2087
|
+
version "1.4.30"
|
2088
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.30.tgz#08d18c27b026f0da87506b0d84d72d1069b9c6ec"
|
2089
|
+
integrity sha512-vCjpxrt97qqc9yOygcrQ2GZve1QFJcSMmvSOrzxLGuGPXL61NfQM/vWtwUhQYi7PiqGnRYsspy/dy9WR/V308g==
|
2090
2090
|
dependencies:
|
2091
2091
|
"@salesforce/ts-types" "^2.0.12"
|
2092
2092
|
sinon "^5.1.1"
|
@@ -4598,9 +4598,9 @@ escodegen@^2.1.0:
|
|
4598
4598
|
source-map "~0.6.1"
|
4599
4599
|
|
4600
4600
|
eslint-config-oclif@^5.2:
|
4601
|
-
version "5.2.
|
4602
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.2.
|
4603
|
-
integrity sha512-
|
4601
|
+
version "5.2.2"
|
4602
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz#31e895f6880b23e1148fb006f91698e7ff41b941"
|
4603
|
+
integrity sha512-NNTyyolSmKJicgxtoWZ/hoy2Rw56WIoWCFxgnBkXqDgi9qPKMwZs2Nx2b6SHLJvCiWWhZhWr5V46CFPo3PSPag==
|
4604
4604
|
dependencies:
|
4605
4605
|
eslint-config-xo-space "^0.35.0"
|
4606
4606
|
eslint-plugin-mocha "^10.5.0"
|
@@ -6131,10 +6131,10 @@ isexe@^2.0.0:
|
|
6131
6131
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
6132
6132
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
6133
6133
|
|
6134
|
-
isomorphic-git@1.27.
|
6135
|
-
version "1.27.
|
6136
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.
|
6137
|
-
integrity sha512-
|
6134
|
+
isomorphic-git@1.27.2, isomorphic-git@^1.27.1:
|
6135
|
+
version "1.27.2"
|
6136
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.27.2.tgz#969727adf4e81ec313974e9ebe2d1d0982b25c7f"
|
6137
|
+
integrity sha512-nCiz+ieOkWb5kDJSSckDTiMjTcgkxqH2xuiQmw1Y6O/spwx4d6TKYSfGCd4f71HGvUYcRSUGqJEI+3uN6UQlOw==
|
6138
6138
|
dependencies:
|
6139
6139
|
async-lock "^1.4.1"
|
6140
6140
|
clean-git-ref "^2.0.1"
|
@@ -6143,6 +6143,7 @@ isomorphic-git@1.27.1, isomorphic-git@^1.27.1:
|
|
6143
6143
|
ignore "^5.1.4"
|
6144
6144
|
minimisted "^2.0.0"
|
6145
6145
|
pako "^1.0.10"
|
6146
|
+
path-browserify "^1.0.1"
|
6146
6147
|
pify "^4.0.1"
|
6147
6148
|
readable-stream "^3.4.0"
|
6148
6149
|
sha.js "^2.4.9"
|
@@ -7197,13 +7198,13 @@ object.values@^1.1.7:
|
|
7197
7198
|
define-properties "^1.2.1"
|
7198
7199
|
es-object-atoms "^1.0.0"
|
7199
7200
|
|
7200
|
-
oclif@^4.15.
|
7201
|
-
version "4.15.
|
7202
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.
|
7203
|
-
integrity sha512-
|
7201
|
+
oclif@^4.15.29:
|
7202
|
+
version "4.15.29"
|
7203
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.29.tgz#ec1b081bdadb695ad3c9fd513be9bfa03afa26e7"
|
7204
|
+
integrity sha512-J5yLogJS5j8BCGbXM4jTGT9euDnhjHSldEfJ5V4g7ZOfratZrPLLYypy/4PW6WCTn+lh8YCW7IlYOEbyBRmnGQ==
|
7204
7205
|
dependencies:
|
7205
7206
|
"@aws-sdk/client-cloudfront" "^3.687.0"
|
7206
|
-
"@aws-sdk/client-s3" "^3.
|
7207
|
+
"@aws-sdk/client-s3" "^3.699.0"
|
7207
7208
|
"@inquirer/confirm" "^3.1.22"
|
7208
7209
|
"@inquirer/input" "^2.2.4"
|
7209
7210
|
"@inquirer/select" "^2.5.0"
|
@@ -7447,6 +7448,11 @@ patch-package@^8.0.0:
|
|
7447
7448
|
tmp "^0.0.33"
|
7448
7449
|
yaml "^2.2.2"
|
7449
7450
|
|
7451
|
+
path-browserify@^1.0.1:
|
7452
|
+
version "1.0.1"
|
7453
|
+
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
|
7454
|
+
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
|
7455
|
+
|
7450
7456
|
path-case@^3.0.4:
|
7451
7457
|
version "3.0.4"
|
7452
7458
|
resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f"
|
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.14",
|
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.0.
|
10
|
+
"@oclif/core": "^4.0.33",
|
11
11
|
"@salesforce/core": "^8.6.4",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.0.13",
|
@@ -18,14 +18,14 @@
|
|
18
18
|
"fast-xml-parser": "^4.5.0",
|
19
19
|
"fs-extra": "^11.2.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
|
-
"isomorphic-git": "1.27.
|
21
|
+
"isomorphic-git": "1.27.2"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
25
|
+
"@oclif/plugin-help": "^6.2.18",
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
28
|
-
"@salesforce/ts-sinon": "^1.4.
|
28
|
+
"@salesforce/ts-sinon": "^1.4.30",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"@types/inquirer": "^9.0.7",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
36
36
|
"is-ci": "^3.0.1",
|
37
|
-
"oclif": "^4.15.
|
37
|
+
"oclif": "^4.15.29",
|
38
38
|
"patch-package": "^8.0.0",
|
39
39
|
"prettier": "^3.3.3",
|
40
40
|
"pretty-quick": "^4.0.0",
|