@jayree/sfdx-plugin-manifest 3.4.9 → 3.4.11
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 +25 -25
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [3.4.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.10...3.4.11) (2024-08-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.4.0 to 12.5.1 ([#1448](https://github.com/jayree/sfdx-plugin-manifest/issues/1448)) ([a3664f4](https://github.com/jayree/sfdx-plugin-manifest/commit/a3664f43d17e86fe7015e9ba7822bab24b66eaca))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [3.4.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.9...3.4.10) (2024-08-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @oclif/core from 4.0.17 to 4.0.18 ([#1447](https://github.com/jayree/sfdx-plugin-manifest/issues/1447)) ([969f181](https://github.com/jayree/sfdx-plugin-manifest/commit/969f181c032728495d38ca0549d11d7d29c77322))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [3.4.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.8...3.4.9) (2024-08-16)
|
|
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.4.
|
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.11/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.4.
|
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.11/src/commands/jayree/manifest/generate.ts)_
|
|
102
102
|
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
104
104
|
|
|
@@ -181,5 +181,5 @@ 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.4.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.11/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.4.
|
|
9
|
+
"version": "3.4.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.2",
|
|
13
|
-
"@oclif/core": "^4.0.
|
|
14
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@oclif/core": "^4.0.18",
|
|
14
|
+
"@salesforce/core": "^8.4.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.1",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "^12.1
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "^12.5.1",
|
|
18
18
|
"@salesforce/source-tracking": "^7.1.7",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
28
28
|
"@oclif/plugin-help": "^6.2.8",
|
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
31
31
|
"@salesforce/ts-sinon": "^1.4.24",
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -35,7 +35,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.5",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
40
|
"oclif": "^4.14.19",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
@@ -4302,9 +4302,9 @@
|
|
|
4302
4302
|
}
|
|
4303
4303
|
},
|
|
4304
4304
|
"node_modules/@oclif/core": {
|
|
4305
|
-
"version": "4.0.
|
|
4306
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4307
|
-
"integrity": "sha512-
|
|
4305
|
+
"version": "4.0.18",
|
|
4306
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz",
|
|
4307
|
+
"integrity": "sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==",
|
|
4308
4308
|
"license": "MIT",
|
|
4309
4309
|
"dependencies": {
|
|
4310
4310
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4707,13 +4707,13 @@
|
|
|
4707
4707
|
}
|
|
4708
4708
|
},
|
|
4709
4709
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4710
|
-
"version": "5.3.
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
4712
|
-
"integrity": "sha512-
|
|
4710
|
+
"version": "5.3.26",
|
|
4711
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz",
|
|
4712
|
+
"integrity": "sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==",
|
|
4713
4713
|
"dev": true,
|
|
4714
4714
|
"license": "BSD-3-Clause",
|
|
4715
4715
|
"dependencies": {
|
|
4716
|
-
"@salesforce/core": "^8.
|
|
4716
|
+
"@salesforce/core": "^8.4.0",
|
|
4717
4717
|
"@salesforce/kit": "^3.2.1",
|
|
4718
4718
|
"@salesforce/ts-types": "^2.0.11",
|
|
4719
4719
|
"@types/shelljs": "^0.8.15",
|
|
@@ -5126,9 +5126,9 @@
|
|
|
5126
5126
|
}
|
|
5127
5127
|
},
|
|
5128
5128
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5129
|
-
"version": "12.
|
|
5130
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5131
|
-
"integrity": "sha512-
|
|
5129
|
+
"version": "12.5.1",
|
|
5130
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.5.1.tgz",
|
|
5131
|
+
"integrity": "sha512-jakBWFSIb8oZlUAf0QKHXaeFA/KuTQZwaKZVevdwaiuy43lJHzVVrSRfcNv/kjXxmg0oq5TAI8vUo2CC5Hq04A==",
|
|
5132
5132
|
"license": "BSD-3-Clause",
|
|
5133
5133
|
"dependencies": {
|
|
5134
5134
|
"@salesforce/core": "^8.4.0",
|
|
@@ -5138,7 +5138,7 @@
|
|
|
5138
5138
|
"fast-xml-parser": "^4.4.1",
|
|
5139
5139
|
"got": "^11.8.6",
|
|
5140
5140
|
"graceful-fs": "^4.2.11",
|
|
5141
|
-
"ignore": "^5.3.
|
|
5141
|
+
"ignore": "^5.3.2",
|
|
5142
5142
|
"jszip": "^3.10.1",
|
|
5143
5143
|
"mime": "2.6.0",
|
|
5144
5144
|
"minimatch": "^9.0.5",
|
|
@@ -9520,13 +9520,13 @@
|
|
|
9520
9520
|
}
|
|
9521
9521
|
},
|
|
9522
9522
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9523
|
-
"version": "1.20.
|
|
9524
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9525
|
-
"integrity": "sha512-
|
|
9523
|
+
"version": "1.20.5",
|
|
9524
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz",
|
|
9525
|
+
"integrity": "sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==",
|
|
9526
9526
|
"dev": true,
|
|
9527
9527
|
"license": "BSD-3-Clause",
|
|
9528
9528
|
"dependencies": {
|
|
9529
|
-
"@salesforce/core": "^8.
|
|
9529
|
+
"@salesforce/core": "^8.4.0",
|
|
9530
9530
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9531
9531
|
},
|
|
9532
9532
|
"engines": {
|
|
@@ -11132,9 +11132,9 @@
|
|
|
11132
11132
|
"license": "BSD-3-Clause"
|
|
11133
11133
|
},
|
|
11134
11134
|
"node_modules/ignore": {
|
|
11135
|
-
"version": "5.3.
|
|
11136
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.
|
|
11137
|
-
"integrity": "sha512-
|
|
11135
|
+
"version": "5.3.2",
|
|
11136
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
11137
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
11138
11138
|
"license": "MIT",
|
|
11139
11139
|
"engines": {
|
|
11140
11140
|
"node": ">= 4"
|
package/oclif.lock
CHANGED
|
@@ -1657,10 +1657,10 @@
|
|
|
1657
1657
|
wordwrap "^1.0.0"
|
|
1658
1658
|
wrap-ansi "^7.0.0"
|
|
1659
1659
|
|
|
1660
|
-
"@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17":
|
|
1661
|
-
version "4.0.
|
|
1662
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1663
|
-
integrity sha512-
|
|
1660
|
+
"@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17", "@oclif/core@^4.0.18":
|
|
1661
|
+
version "4.0.18"
|
|
1662
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
|
|
1663
|
+
integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
|
|
1664
1664
|
dependencies:
|
|
1665
1665
|
ansi-escapes "^4.3.2"
|
|
1666
1666
|
ansis "^3.3.2"
|
|
@@ -1733,12 +1733,12 @@
|
|
|
1733
1733
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
|
1734
1734
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
|
1735
1735
|
|
|
1736
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1737
|
-
version "5.3.
|
|
1738
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1739
|
-
integrity sha512-
|
|
1736
|
+
"@salesforce/cli-plugins-testkit@^5.3.26":
|
|
1737
|
+
version "5.3.26"
|
|
1738
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60"
|
|
1739
|
+
integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==
|
|
1740
1740
|
dependencies:
|
|
1741
|
-
"@salesforce/core" "^8.
|
|
1741
|
+
"@salesforce/core" "^8.4.0"
|
|
1742
1742
|
"@salesforce/kit" "^3.2.1"
|
|
1743
1743
|
"@salesforce/ts-types" "^2.0.11"
|
|
1744
1744
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
strip-ansi "6.0.1"
|
|
1750
1750
|
ts-retry-promise "^0.8.1"
|
|
1751
1751
|
|
|
1752
|
-
"@salesforce/core@^8.2.7", "@salesforce/core@^8.
|
|
1752
|
+
"@salesforce/core@^8.2.7", "@salesforce/core@^8.4.0":
|
|
1753
1753
|
version "8.4.0"
|
|
1754
1754
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
|
|
1755
1755
|
integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
|
|
@@ -1845,10 +1845,10 @@
|
|
|
1845
1845
|
string-width "^7.2.0"
|
|
1846
1846
|
terminal-link "^3.0.0"
|
|
1847
1847
|
|
|
1848
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
1849
|
-
version "12.
|
|
1850
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1851
|
-
integrity sha512-
|
|
1848
|
+
"@salesforce/source-deploy-retrieve@^12.4.0", "@salesforce/source-deploy-retrieve@^12.5.1":
|
|
1849
|
+
version "12.5.1"
|
|
1850
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.5.1.tgz#55e915201b2c9320b9662b2c8500a191c8770ecf"
|
|
1851
|
+
integrity sha512-jakBWFSIb8oZlUAf0QKHXaeFA/KuTQZwaKZVevdwaiuy43lJHzVVrSRfcNv/kjXxmg0oq5TAI8vUo2CC5Hq04A==
|
|
1852
1852
|
dependencies:
|
|
1853
1853
|
"@salesforce/core" "^8.4.0"
|
|
1854
1854
|
"@salesforce/kit" "^3.2.1"
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
fast-xml-parser "^4.4.1"
|
|
1858
1858
|
got "^11.8.6"
|
|
1859
1859
|
graceful-fs "^4.2.11"
|
|
1860
|
-
ignore "^5.3.
|
|
1860
|
+
ignore "^5.3.2"
|
|
1861
1861
|
jszip "^3.10.1"
|
|
1862
1862
|
mime "2.6.0"
|
|
1863
1863
|
minimatch "^9.0.5"
|
|
@@ -4590,12 +4590,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4590
4590
|
prettier-linter-helpers "^1.0.0"
|
|
4591
4591
|
synckit "^0.9.1"
|
|
4592
4592
|
|
|
4593
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4594
|
-
version "1.20.
|
|
4595
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4596
|
-
integrity sha512-
|
|
4593
|
+
eslint-plugin-sf-plugin@^1.20.5:
|
|
4594
|
+
version "1.20.5"
|
|
4595
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a"
|
|
4596
|
+
integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==
|
|
4597
4597
|
dependencies:
|
|
4598
|
-
"@salesforce/core" "^8.
|
|
4598
|
+
"@salesforce/core" "^8.4.0"
|
|
4599
4599
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4600
4600
|
|
|
4601
4601
|
eslint-plugin-unicorn@^48.0.1:
|
|
@@ -5582,10 +5582,10 @@ ieee754@^1.2.1:
|
|
|
5582
5582
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
|
5583
5583
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
5584
5584
|
|
|
5585
|
-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.
|
|
5586
|
-
version "5.3.
|
|
5587
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.
|
|
5588
|
-
integrity sha512-
|
|
5585
|
+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
|
|
5586
|
+
version "5.3.2"
|
|
5587
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
|
5588
|
+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
|
5589
5589
|
|
|
5590
5590
|
immediate@~3.0.5:
|
|
5591
5591
|
version "3.0.6"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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.4.
|
|
4
|
+
"version": "3.4.11",
|
|
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.2",
|
|
10
|
-
"@oclif/core": "^4.0.
|
|
11
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@oclif/core": "^4.0.18",
|
|
11
|
+
"@salesforce/core": "^8.4.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.1",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^12.1
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^12.5.1",
|
|
15
15
|
"@salesforce/source-tracking": "^7.1.7",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
25
25
|
"@oclif/plugin-help": "^6.2.8",
|
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
27
27
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.24",
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -32,7 +32,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.5",
|
|
36
36
|
"is-ci": "^3.0.1",
|
|
37
37
|
"oclif": "^4.14.19",
|
|
38
38
|
"patch-package": "^8.0.0",
|