@jayree/sfdx-plugin-manifest 3.6.5 → 3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +32 -32
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [3.6.6](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.5...3.6.6) (2024-11-09)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-tracking from 7.1.20 to 7.1.21 ([#1555](https://github.com/jayree/sfdx-plugin-manifest/issues/1555)) ([c739966](https://github.com/jayree/sfdx-plugin-manifest/commit/c739966b3b451cdc3acf86c8e5752235c751b595))
|
7
|
+
|
8
|
+
|
9
|
+
|
1
10
|
## [3.6.5](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.4...3.6.5) (2024-11-02)
|
2
11
|
|
3
12
|
|
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.6/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.6/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.6/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
186
186
|
|
187
187
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.6",
|
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.6",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
18
|
-
"@salesforce/source-tracking": "^7.1.
|
18
|
+
"@salesforce/source-tracking": "^7.1.21",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^4.5.0",
|
@@ -24,18 +24,18 @@
|
|
24
24
|
"isomorphic-git": "1.27.1"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.21",
|
28
28
|
"@oclif/plugin-help": "^6.2.16",
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.10",
|
31
|
-
"@salesforce/ts-sinon": "^1.4.
|
31
|
+
"@salesforce/ts-sinon": "^1.4.29",
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
33
33
|
"@types/graceful-fs": "^4.1.9",
|
34
34
|
"@types/inquirer": "^9.0.7",
|
35
35
|
"c8": "^10.1.2",
|
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.11",
|
39
39
|
"is-ci": "^3.0.1",
|
40
40
|
"oclif": "^4.15.16",
|
41
41
|
"patch-package": "^8.0.0",
|
@@ -3605,9 +3605,9 @@
|
|
3605
3605
|
}
|
3606
3606
|
},
|
3607
3607
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3608
|
-
"version": "5.2.
|
3609
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3610
|
-
"integrity": "sha512-
|
3608
|
+
"version": "5.2.21",
|
3609
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.21.tgz",
|
3610
|
+
"integrity": "sha512-DbvmIHR3xPJGsGrCpxtSnOzvxk12fwWjjsbD9tbFsZngIIT0/GideaQX1AB1erqROZ0lvlGTEu+qGsWffs32oA==",
|
3611
3611
|
"dev": true,
|
3612
3612
|
"license": "MIT",
|
3613
3613
|
"dependencies": {
|
@@ -3883,13 +3883,13 @@
|
|
3883
3883
|
}
|
3884
3884
|
},
|
3885
3885
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3886
|
-
"version": "5.3.
|
3887
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
3888
|
-
"integrity": "sha512-
|
3886
|
+
"version": "5.3.36",
|
3887
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz",
|
3888
|
+
"integrity": "sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==",
|
3889
3889
|
"dev": true,
|
3890
3890
|
"license": "BSD-3-Clause",
|
3891
3891
|
"dependencies": {
|
3892
|
-
"@salesforce/core": "^8.6.
|
3892
|
+
"@salesforce/core": "^8.6.4",
|
3893
3893
|
"@salesforce/kit": "^3.2.3",
|
3894
3894
|
"@salesforce/ts-types": "^2.0.11",
|
3895
3895
|
"@types/shelljs": "^0.8.15",
|
@@ -4257,9 +4257,9 @@
|
|
4257
4257
|
}
|
4258
4258
|
},
|
4259
4259
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
4260
|
-
"version": "12.10.
|
4261
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
4262
|
-
"integrity": "sha512-
|
4260
|
+
"version": "12.10.1",
|
4261
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.1.tgz",
|
4262
|
+
"integrity": "sha512-X4iwRnC9rkbZnK6brbY3lydgbJK44x4e7Bl4EEPNi6SOPdzkKBqTh7TiR7I2ftY0iiBrH0zWHrWMiNeCtQMWbA==",
|
4263
4263
|
"license": "BSD-3-Clause",
|
4264
4264
|
"dependencies": {
|
4265
4265
|
"@salesforce/core": "^8.6.2",
|
@@ -4296,15 +4296,15 @@
|
|
4296
4296
|
}
|
4297
4297
|
},
|
4298
4298
|
"node_modules/@salesforce/source-tracking": {
|
4299
|
-
"version": "7.1.
|
4300
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.
|
4301
|
-
"integrity": "sha512-
|
4299
|
+
"version": "7.1.21",
|
4300
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.21.tgz",
|
4301
|
+
"integrity": "sha512-eiN7yJuMFZWvaIOFcEfJYFCLf/ptueGwTMXt951rbyycFW79QOhB7Z/QTk58SPca3wi1s9b7MiwYCh90rTu9Fg==",
|
4302
4302
|
"license": "BSD-3-Clause",
|
4303
4303
|
"dependencies": {
|
4304
4304
|
"@oclif/core": "^4.0.31",
|
4305
4305
|
"@salesforce/core": "^8.6.4",
|
4306
4306
|
"@salesforce/kit": "^3.2.3",
|
4307
|
-
"@salesforce/source-deploy-retrieve": "^12.10.
|
4307
|
+
"@salesforce/source-deploy-retrieve": "^12.10.1",
|
4308
4308
|
"@salesforce/ts-types": "^2.0.12",
|
4309
4309
|
"fast-xml-parser": "^4.5.0",
|
4310
4310
|
"graceful-fs": "^4.2.11",
|
@@ -4316,15 +4316,15 @@
|
|
4316
4316
|
}
|
4317
4317
|
},
|
4318
4318
|
"node_modules/@salesforce/ts-sinon": {
|
4319
|
-
"version": "1.4.
|
4320
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
4321
|
-
"integrity": "sha512-
|
4319
|
+
"version": "1.4.29",
|
4320
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.29.tgz",
|
4321
|
+
"integrity": "sha512-1tKvhB5pwhUwdCzfGdcza+qOlxw8zUmpKX3mnOPhSUvENKpL++LUrGlgT1bhOcU+NtFOY1YA1/jDc0O0A3+zTA==",
|
4322
4322
|
"dev": true,
|
4323
4323
|
"license": "BSD-3-Clause",
|
4324
4324
|
"dependencies": {
|
4325
4325
|
"@salesforce/ts-types": "^2.0.12",
|
4326
4326
|
"sinon": "^5.1.1",
|
4327
|
-
"tslib": "^2.8.
|
4327
|
+
"tslib": "^2.8.1"
|
4328
4328
|
}
|
4329
4329
|
},
|
4330
4330
|
"node_modules/@salesforce/ts-sinon/node_modules/diff": {
|
@@ -8779,13 +8779,13 @@
|
|
8779
8779
|
}
|
8780
8780
|
},
|
8781
8781
|
"node_modules/eslint-plugin-sf-plugin": {
|
8782
|
-
"version": "1.20.
|
8783
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8784
|
-
"integrity": "sha512
|
8782
|
+
"version": "1.20.11",
|
8783
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz",
|
8784
|
+
"integrity": "sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg==",
|
8785
8785
|
"dev": true,
|
8786
8786
|
"license": "BSD-3-Clause",
|
8787
8787
|
"dependencies": {
|
8788
|
-
"@salesforce/core": "^8.6.
|
8788
|
+
"@salesforce/core": "^8.6.4",
|
8789
8789
|
"@typescript-eslint/utils": "^7.18.0"
|
8790
8790
|
},
|
8791
8791
|
"engines": {
|
@@ -16197,9 +16197,9 @@
|
|
16197
16197
|
}
|
16198
16198
|
},
|
16199
16199
|
"node_modules/tslib": {
|
16200
|
-
"version": "2.8.
|
16201
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.
|
16202
|
-
"integrity": "sha512-
|
16200
|
+
"version": "2.8.1",
|
16201
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
16202
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
16203
16203
|
"license": "0BSD"
|
16204
16204
|
},
|
16205
16205
|
"node_modules/tunnel-agent": {
|
package/oclif.lock
CHANGED
@@ -1713,10 +1713,10 @@
|
|
1713
1713
|
wordwrap "^1.0.0"
|
1714
1714
|
wrap-ansi "^7.0.0"
|
1715
1715
|
|
1716
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1717
|
-
version "5.2.
|
1718
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1719
|
-
integrity sha512-
|
1716
|
+
"@oclif/plugin-command-snapshot@^5.2.21":
|
1717
|
+
version "5.2.21"
|
1718
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.21.tgz#67ed6a106efbc774a345b7a956da74dfd9b2e67a"
|
1719
|
+
integrity sha512-DbvmIHR3xPJGsGrCpxtSnOzvxk12fwWjjsbD9tbFsZngIIT0/GideaQX1AB1erqROZ0lvlGTEu+qGsWffs32oA==
|
1720
1720
|
dependencies:
|
1721
1721
|
"@oclif/core" "^4"
|
1722
1722
|
ansis "^3.3.2"
|
@@ -1804,12 +1804,12 @@
|
|
1804
1804
|
"@pnpm/network.ca-file" "^1.0.1"
|
1805
1805
|
config-chain "^1.1.11"
|
1806
1806
|
|
1807
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1808
|
-
version "5.3.
|
1809
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1810
|
-
integrity sha512-
|
1807
|
+
"@salesforce/cli-plugins-testkit@^5.3.36":
|
1808
|
+
version "5.3.36"
|
1809
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.36.tgz#210acc4ee742e1f952e346e791590b14a2a9526c"
|
1810
|
+
integrity sha512-gLjMnWl9SXC6DYSwt49e1y9+lYgZjtuyRUdhfAch21kIWVfo79U33nvhOXn/bVdtzkIo6oHUJ/02wsu+rNFzmg==
|
1811
1811
|
dependencies:
|
1812
|
-
"@salesforce/core" "^8.6.
|
1812
|
+
"@salesforce/core" "^8.6.4"
|
1813
1813
|
"@salesforce/kit" "^3.2.3"
|
1814
1814
|
"@salesforce/ts-types" "^2.0.11"
|
1815
1815
|
"@types/shelljs" "^0.8.15"
|
@@ -1820,7 +1820,7 @@
|
|
1820
1820
|
strip-ansi "6.0.1"
|
1821
1821
|
ts-retry-promise "^0.8.1"
|
1822
1822
|
|
1823
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.
|
1823
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4":
|
1824
1824
|
version "8.6.4"
|
1825
1825
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
|
1826
1826
|
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
|
@@ -1914,10 +1914,10 @@
|
|
1914
1914
|
cli-progress "^3.12.0"
|
1915
1915
|
terminal-link "^3.0.0"
|
1916
1916
|
|
1917
|
-
"@salesforce/source-deploy-retrieve@^12.10.0":
|
1918
|
-
version "12.10.
|
1919
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.
|
1920
|
-
integrity sha512-
|
1917
|
+
"@salesforce/source-deploy-retrieve@^12.10.0", "@salesforce/source-deploy-retrieve@^12.10.1":
|
1918
|
+
version "12.10.1"
|
1919
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.1.tgz#bf20f2e92935ddc886b980c1b0d57e84ebe0f3ba"
|
1920
|
+
integrity sha512-X4iwRnC9rkbZnK6brbY3lydgbJK44x4e7Bl4EEPNi6SOPdzkKBqTh7TiR7I2ftY0iiBrH0zWHrWMiNeCtQMWbA==
|
1921
1921
|
dependencies:
|
1922
1922
|
"@salesforce/core" "^8.6.2"
|
1923
1923
|
"@salesforce/kit" "^3.2.2"
|
@@ -1933,29 +1933,29 @@
|
|
1933
1933
|
minimatch "^9.0.5"
|
1934
1934
|
proxy-agent "^6.4.0"
|
1935
1935
|
|
1936
|
-
"@salesforce/source-tracking@^7.1.
|
1937
|
-
version "7.1.
|
1938
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.1.
|
1939
|
-
integrity sha512-
|
1936
|
+
"@salesforce/source-tracking@^7.1.21":
|
1937
|
+
version "7.1.21"
|
1938
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.1.21.tgz#88995a64242292ed70f0079f2139ddf4d873b582"
|
1939
|
+
integrity sha512-eiN7yJuMFZWvaIOFcEfJYFCLf/ptueGwTMXt951rbyycFW79QOhB7Z/QTk58SPca3wi1s9b7MiwYCh90rTu9Fg==
|
1940
1940
|
dependencies:
|
1941
1941
|
"@oclif/core" "^4.0.31"
|
1942
1942
|
"@salesforce/core" "^8.6.4"
|
1943
1943
|
"@salesforce/kit" "^3.2.3"
|
1944
|
-
"@salesforce/source-deploy-retrieve" "^12.10.
|
1944
|
+
"@salesforce/source-deploy-retrieve" "^12.10.1"
|
1945
1945
|
"@salesforce/ts-types" "^2.0.12"
|
1946
1946
|
fast-xml-parser "^4.5.0"
|
1947
1947
|
graceful-fs "^4.2.11"
|
1948
1948
|
isomorphic-git "^1.27.1"
|
1949
1949
|
ts-retry-promise "^0.8.1"
|
1950
1950
|
|
1951
|
-
"@salesforce/ts-sinon@^1.4.
|
1952
|
-
version "1.4.
|
1953
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
1954
|
-
integrity sha512-
|
1951
|
+
"@salesforce/ts-sinon@^1.4.29":
|
1952
|
+
version "1.4.29"
|
1953
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.29.tgz#5c1d1099900c608965c4ffb8b1b670783abe0040"
|
1954
|
+
integrity sha512-1tKvhB5pwhUwdCzfGdcza+qOlxw8zUmpKX3mnOPhSUvENKpL++LUrGlgT1bhOcU+NtFOY1YA1/jDc0O0A3+zTA==
|
1955
1955
|
dependencies:
|
1956
1956
|
"@salesforce/ts-types" "^2.0.12"
|
1957
1957
|
sinon "^5.1.1"
|
1958
|
-
tslib "^2.8.
|
1958
|
+
tslib "^2.8.1"
|
1959
1959
|
|
1960
1960
|
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
1961
1961
|
version "2.0.12"
|
@@ -4537,12 +4537,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
4537
4537
|
prettier-linter-helpers "^1.0.0"
|
4538
4538
|
synckit "^0.9.1"
|
4539
4539
|
|
4540
|
-
eslint-plugin-sf-plugin@^1.20.
|
4541
|
-
version "1.20.
|
4542
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4543
|
-
integrity sha512
|
4540
|
+
eslint-plugin-sf-plugin@^1.20.11:
|
4541
|
+
version "1.20.11"
|
4542
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz#a242763c6707bb4584f13f9cce75166fd22ab5a4"
|
4543
|
+
integrity sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg==
|
4544
4544
|
dependencies:
|
4545
|
-
"@salesforce/core" "^8.6.
|
4545
|
+
"@salesforce/core" "^8.6.4"
|
4546
4546
|
"@typescript-eslint/utils" "^7.18.0"
|
4547
4547
|
|
4548
4548
|
eslint-plugin-unicorn@^48.0.1:
|
@@ -8569,10 +8569,10 @@ tsconfig-paths@^3.15.0:
|
|
8569
8569
|
minimist "^1.2.6"
|
8570
8570
|
strip-bom "^3.0.0"
|
8571
8571
|
|
8572
|
-
tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.
|
8573
|
-
version "2.8.
|
8574
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.
|
8575
|
-
integrity sha512-
|
8572
|
+
tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
|
8573
|
+
version "2.8.1"
|
8574
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
8575
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
8576
8576
|
|
8577
8577
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
8578
8578
|
version "0.6.0"
|
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 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.6",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
15
|
-
"@salesforce/source-tracking": "^7.1.
|
15
|
+
"@salesforce/source-tracking": "^7.1.21",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
18
18
|
"fast-xml-parser": "^4.5.0",
|
@@ -21,18 +21,18 @@
|
|
21
21
|
"isomorphic-git": "1.27.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.21",
|
25
25
|
"@oclif/plugin-help": "^6.2.16",
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.10",
|
28
|
-
"@salesforce/ts-sinon": "^1.4.
|
28
|
+
"@salesforce/ts-sinon": "^1.4.29",
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
30
30
|
"@types/graceful-fs": "^4.1.9",
|
31
31
|
"@types/inquirer": "^9.0.7",
|
32
32
|
"c8": "^10.1.2",
|
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.11",
|
36
36
|
"is-ci": "^3.0.1",
|
37
37
|
"oclif": "^4.15.16",
|
38
38
|
"patch-package": "^8.0.0",
|