@jayree/sfdx-plugin-manifest 3.5.20 → 3.5.22
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 +29 -29
- package/oclif.lock +28 -28
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [3.5.22](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.21...3.5.22) (2024-10-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.7.2 to 12.7.4 ([#1511](https://github.com/jayree/sfdx-plugin-manifest/issues/1511)) ([a40547a](https://github.com/jayree/sfdx-plugin-manifest/commit/a40547a46d3110d8c98ce7732ba6caff7ee110bb))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [3.5.21](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.20...3.5.21) (2024-09-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 12.7.1 to 12.7.2 ([#1508](https://github.com/jayree/sfdx-plugin-manifest/issues/1508)) ([36eb3ad](https://github.com/jayree/sfdx-plugin-manifest/commit/36eb3adfbf111863910c23b0b18e69bde442965e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [3.5.20](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.19...3.5.20) (2024-09-28)
|
|
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.5.
|
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.22/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.5.
|
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.22/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.5.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.22/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.22",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.22",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/core": "^8.5.7",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "^12.7.4",
|
|
18
18
|
"@salesforce/source-tracking": "^7.1.16",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"isomorphic-git": "1.27.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.17",
|
|
28
|
+
"@oclif/plugin-help": "^6.2.13",
|
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.33",
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
31
31
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -35,9 +35,9 @@
|
|
|
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.8",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
|
-
"oclif": "^4.14.
|
|
40
|
+
"oclif": "^4.14.36",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
42
42
|
"prettier": "^3.3.3",
|
|
43
43
|
"pretty-quick": "^4.0.0",
|
|
@@ -4178,9 +4178,9 @@
|
|
|
4178
4178
|
}
|
|
4179
4179
|
},
|
|
4180
4180
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4181
|
-
"version": "5.2.
|
|
4182
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4183
|
-
"integrity": "sha512-
|
|
4181
|
+
"version": "5.2.17",
|
|
4182
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.17.tgz",
|
|
4183
|
+
"integrity": "sha512-vfvGjpPywLLbH8cbGyfcA+7PP1fI4aDa5sJRW2yx6SuNJbNJvIbGvthGs8Qy3q+d2T1DTHR39yHpEOolhSOfNQ==",
|
|
4184
4184
|
"dev": true,
|
|
4185
4185
|
"license": "MIT",
|
|
4186
4186
|
"dependencies": {
|
|
@@ -4246,9 +4246,9 @@
|
|
|
4246
4246
|
}
|
|
4247
4247
|
},
|
|
4248
4248
|
"node_modules/@oclif/plugin-help": {
|
|
4249
|
-
"version": "6.2.
|
|
4250
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4251
|
-
"integrity": "sha512-
|
|
4249
|
+
"version": "6.2.13",
|
|
4250
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.13.tgz",
|
|
4251
|
+
"integrity": "sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==",
|
|
4252
4252
|
"dev": true,
|
|
4253
4253
|
"license": "MIT",
|
|
4254
4254
|
"dependencies": {
|
|
@@ -4316,13 +4316,13 @@
|
|
|
4316
4316
|
}
|
|
4317
4317
|
},
|
|
4318
4318
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4319
|
-
"version": "5.3.
|
|
4320
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
4321
|
-
"integrity": "sha512-
|
|
4319
|
+
"version": "5.3.33",
|
|
4320
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz",
|
|
4321
|
+
"integrity": "sha512-Ee/2s2aGcVTH49Dujd1Vbf6BLnQG5uwv+u+Ah4uWXjlE1ogcsZto48OhpABlxoS9UaQVBcBuZFZGGQt/mU0HKQ==",
|
|
4322
4322
|
"dev": true,
|
|
4323
4323
|
"license": "BSD-3-Clause",
|
|
4324
4324
|
"dependencies": {
|
|
4325
|
-
"@salesforce/core": "^8.
|
|
4325
|
+
"@salesforce/core": "^8.6.1",
|
|
4326
4326
|
"@salesforce/kit": "^3.2.3",
|
|
4327
4327
|
"@salesforce/ts-types": "^2.0.11",
|
|
4328
4328
|
"@types/shelljs": "^0.8.15",
|
|
@@ -4742,12 +4742,12 @@
|
|
|
4742
4742
|
}
|
|
4743
4743
|
},
|
|
4744
4744
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4745
|
-
"version": "12.7.
|
|
4746
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.
|
|
4747
|
-
"integrity": "sha512-
|
|
4745
|
+
"version": "12.7.4",
|
|
4746
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.4.tgz",
|
|
4747
|
+
"integrity": "sha512-aJ/U2k+2vXj8LQ3zrB0ohOzCyNLQATaq2WLm9yIhLq8CItjNcVhp+jE6s+EBMnGulv/A3G4EVTvC1gi7s7FW6A==",
|
|
4748
4748
|
"license": "BSD-3-Clause",
|
|
4749
4749
|
"dependencies": {
|
|
4750
|
-
"@salesforce/core": "^8.
|
|
4750
|
+
"@salesforce/core": "^8.6.1",
|
|
4751
4751
|
"@salesforce/kit": "^3.2.2",
|
|
4752
4752
|
"@salesforce/ts-types": "^2.0.12",
|
|
4753
4753
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -9126,13 +9126,13 @@
|
|
|
9126
9126
|
}
|
|
9127
9127
|
},
|
|
9128
9128
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9129
|
-
"version": "1.20.
|
|
9130
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9131
|
-
"integrity": "sha512-
|
|
9129
|
+
"version": "1.20.8",
|
|
9130
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz",
|
|
9131
|
+
"integrity": "sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==",
|
|
9132
9132
|
"dev": true,
|
|
9133
9133
|
"license": "BSD-3-Clause",
|
|
9134
9134
|
"dependencies": {
|
|
9135
|
-
"@salesforce/core": "^8.
|
|
9135
|
+
"@salesforce/core": "^8.6.1",
|
|
9136
9136
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9137
9137
|
},
|
|
9138
9138
|
"engines": {
|
|
@@ -13246,9 +13246,9 @@
|
|
|
13246
13246
|
}
|
|
13247
13247
|
},
|
|
13248
13248
|
"node_modules/oclif": {
|
|
13249
|
-
"version": "4.14.
|
|
13250
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
13251
|
-
"integrity": "sha512-
|
|
13249
|
+
"version": "4.14.36",
|
|
13250
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.36.tgz",
|
|
13251
|
+
"integrity": "sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==",
|
|
13252
13252
|
"dev": true,
|
|
13253
13253
|
"license": "MIT",
|
|
13254
13254
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1686,10 +1686,10 @@
|
|
|
1686
1686
|
wordwrap "^1.0.0"
|
|
1687
1687
|
wrap-ansi "^7.0.0"
|
|
1688
1688
|
|
|
1689
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1690
|
-
version "5.2.
|
|
1691
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1692
|
-
integrity sha512-
|
|
1689
|
+
"@oclif/plugin-command-snapshot@^5.2.17":
|
|
1690
|
+
version "5.2.17"
|
|
1691
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.17.tgz#c3e2bcefc581a69eae3984a0ed09ac6db44504ed"
|
|
1692
|
+
integrity sha512-vfvGjpPywLLbH8cbGyfcA+7PP1fI4aDa5sJRW2yx6SuNJbNJvIbGvthGs8Qy3q+d2T1DTHR39yHpEOolhSOfNQ==
|
|
1693
1693
|
dependencies:
|
|
1694
1694
|
"@oclif/core" "^4"
|
|
1695
1695
|
ansis "^3.3.2"
|
|
@@ -1701,10 +1701,10 @@
|
|
|
1701
1701
|
semver "^7.6.3"
|
|
1702
1702
|
ts-json-schema-generator "^1.5.1"
|
|
1703
1703
|
|
|
1704
|
-
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.
|
|
1705
|
-
version "6.2.
|
|
1706
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1707
|
-
integrity sha512-
|
|
1704
|
+
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.13":
|
|
1705
|
+
version "6.2.13"
|
|
1706
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.13.tgz#51ef4a22afb65b860d557c559e20f91f162f5b76"
|
|
1707
|
+
integrity sha512-IgLytXXYfuTs6dV7xhgt4xhE4Mjx8/29/4iH6jp9TKDblopCBnZ3q1VMlHfhhLsJ4Q+rSjP/QCHtiO3HnXk69Q==
|
|
1708
1708
|
dependencies:
|
|
1709
1709
|
"@oclif/core" "^4"
|
|
1710
1710
|
|
|
@@ -1739,12 +1739,12 @@
|
|
|
1739
1739
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
|
|
1740
1740
|
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
|
|
1741
1741
|
|
|
1742
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1743
|
-
version "5.3.
|
|
1744
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1745
|
-
integrity sha512-
|
|
1742
|
+
"@salesforce/cli-plugins-testkit@^5.3.33":
|
|
1743
|
+
version "5.3.33"
|
|
1744
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz#de3211fe4774e9090f8b1fc6a41a7212e2b9524e"
|
|
1745
|
+
integrity sha512-Ee/2s2aGcVTH49Dujd1Vbf6BLnQG5uwv+u+Ah4uWXjlE1ogcsZto48OhpABlxoS9UaQVBcBuZFZGGQt/mU0HKQ==
|
|
1746
1746
|
dependencies:
|
|
1747
|
-
"@salesforce/core" "^8.
|
|
1747
|
+
"@salesforce/core" "^8.6.1"
|
|
1748
1748
|
"@salesforce/kit" "^3.2.3"
|
|
1749
1749
|
"@salesforce/ts-types" "^2.0.11"
|
|
1750
1750
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
strip-ansi "6.0.1"
|
|
1756
1756
|
ts-retry-promise "^0.8.1"
|
|
1757
1757
|
|
|
1758
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.
|
|
1758
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1":
|
|
1759
1759
|
version "8.6.1"
|
|
1760
1760
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.1.tgz#180c489447190632cf48364a077510989fc1dea2"
|
|
1761
1761
|
integrity sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==
|
|
@@ -1851,12 +1851,12 @@
|
|
|
1851
1851
|
string-width "^7.2.0"
|
|
1852
1852
|
terminal-link "^3.0.0"
|
|
1853
1853
|
|
|
1854
|
-
"@salesforce/source-deploy-retrieve@^12.7.1":
|
|
1855
|
-
version "12.7.
|
|
1856
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.
|
|
1857
|
-
integrity sha512-
|
|
1854
|
+
"@salesforce/source-deploy-retrieve@^12.7.1", "@salesforce/source-deploy-retrieve@^12.7.4":
|
|
1855
|
+
version "12.7.4"
|
|
1856
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.4.tgz#57d3156d1fb5f0ac7021e8e9f871358adaf31b0d"
|
|
1857
|
+
integrity sha512-aJ/U2k+2vXj8LQ3zrB0ohOzCyNLQATaq2WLm9yIhLq8CItjNcVhp+jE6s+EBMnGulv/A3G4EVTvC1gi7s7FW6A==
|
|
1858
1858
|
dependencies:
|
|
1859
|
-
"@salesforce/core" "^8.
|
|
1859
|
+
"@salesforce/core" "^8.6.1"
|
|
1860
1860
|
"@salesforce/kit" "^3.2.2"
|
|
1861
1861
|
"@salesforce/ts-types" "^2.0.12"
|
|
1862
1862
|
fast-levenshtein "^3.0.0"
|
|
@@ -4481,12 +4481,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4481
4481
|
prettier-linter-helpers "^1.0.0"
|
|
4482
4482
|
synckit "^0.9.1"
|
|
4483
4483
|
|
|
4484
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4485
|
-
version "1.20.
|
|
4486
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4487
|
-
integrity sha512-
|
|
4484
|
+
eslint-plugin-sf-plugin@^1.20.8:
|
|
4485
|
+
version "1.20.8"
|
|
4486
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz#d105980a7907bf71340fc7ad2c28b9adafc58cb4"
|
|
4487
|
+
integrity sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==
|
|
4488
4488
|
dependencies:
|
|
4489
|
-
"@salesforce/core" "^8.
|
|
4489
|
+
"@salesforce/core" "^8.6.1"
|
|
4490
4490
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4491
4491
|
|
|
4492
4492
|
eslint-plugin-unicorn@^48.0.1:
|
|
@@ -6845,10 +6845,10 @@ object.values@^1.1.7:
|
|
|
6845
6845
|
define-properties "^1.2.1"
|
|
6846
6846
|
es-object-atoms "^1.0.0"
|
|
6847
6847
|
|
|
6848
|
-
oclif@^4.14.
|
|
6849
|
-
version "4.14.
|
|
6850
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.
|
|
6851
|
-
integrity sha512-
|
|
6848
|
+
oclif@^4.14.36:
|
|
6849
|
+
version "4.14.36"
|
|
6850
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36.tgz#3535f2de7665f223610e321be46b210f0a6dc3c4"
|
|
6851
|
+
integrity sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==
|
|
6852
6852
|
dependencies:
|
|
6853
6853
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
6854
6854
|
"@aws-sdk/client-s3" "^3.651.1"
|
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.5.
|
|
4
|
+
"version": "3.5.22",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/core": "^8.5.7",
|
|
12
12
|
"@salesforce/kit": "^3.2.2",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^12.7.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^12.7.4",
|
|
15
15
|
"@salesforce/source-tracking": "^7.1.16",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"isomorphic-git": "1.27.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.17",
|
|
25
|
+
"@oclif/plugin-help": "^6.2.13",
|
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.33",
|
|
27
27
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -32,9 +32,9 @@
|
|
|
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.8",
|
|
36
36
|
"is-ci": "^3.0.1",
|
|
37
|
-
"oclif": "^4.14.
|
|
37
|
+
"oclif": "^4.14.36",
|
|
38
38
|
"patch-package": "^8.0.0",
|
|
39
39
|
"prettier": "^3.3.3",
|
|
40
40
|
"pretty-quick": "^4.0.0",
|