@jayree/sfdx-plugin-manifest 5.0.129 → 5.0.130
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 +13 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +25 -38
- package/oclif.lock +16 -27
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [5.0.130](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.129...5.0.130) (2026-06-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/core from 8.31.2 to 8.31.4 ([#2311](https://github.com/jayree/sfdx-plugin-manifest/issues/2311)) ([de47511](https://github.com/jayree/sfdx-plugin-manifest/commit/de4751146003f508d3746e76ce1a3b551490a0bc))
|
|
7
|
+
* no edition warning when scratch org uses snapshot @W-22694430@ ([#1304](https://github.com/forcedotcom/sfdx-core/issues/1304)) ([2e0501d](https://github.com/forcedotcom/sfdx-core/commit/2e0501d3489797b45698c2c86c5edf85c7eef710))
|
|
8
|
+
* updating to jsforce prerelease ([2329fa6](https://github.com/forcedotcom/sfdx-core/commit/2329fa62fdf2b23988c2618912b34fcb3e7397eb))
|
|
9
|
+
* updating jsforce dependency ([79a1fa5](https://github.com/forcedotcom/sfdx-core/commit/79a1fa5f02c6767350803bb4b9f20233aa29e470))
|
|
10
|
+
* bumped jsforce to fixed version @W-23121570@ ([09dfab0](https://github.com/forcedotcom/sfdx-core/commit/09dfab076f90e3a507a8e8c12a275dc1cbe8ff64))
|
|
11
|
+
* temporarily using different workflows @W-23121570@ ([240e162](https://github.com/forcedotcom/sfdx-core/commit/240e162ff9e9c5ce52248f72b8c3c7afe2eb3a9e))
|
|
12
|
+
* undoing custom workflow ([bd7d018](https://github.com/forcedotcom/sfdx-core/commit/bd7d018dc1c8e03ea3a4f369278d3f768fa7d899))
|
|
13
|
+
|
|
1
14
|
## [5.0.129](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.128...5.0.129) (2026-06-28)
|
|
2
15
|
|
|
3
16
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.130",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.130",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.37",
|
|
13
13
|
"@oclif/core": "^4.11.11",
|
|
14
|
-
"@salesforce/core": "^8.31.
|
|
14
|
+
"@salesforce/core": "^8.31.4",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
17
17
|
"@salesforce/source-deploy-retrieve": "12.36.3",
|
|
@@ -2845,9 +2845,9 @@
|
|
|
2845
2845
|
}
|
|
2846
2846
|
},
|
|
2847
2847
|
"node_modules/@jsforce/jsforce-node": {
|
|
2848
|
-
"version": "3.10.
|
|
2849
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2850
|
-
"integrity": "sha512-
|
|
2848
|
+
"version": "3.10.17",
|
|
2849
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz",
|
|
2850
|
+
"integrity": "sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==",
|
|
2851
2851
|
"license": "MIT",
|
|
2852
2852
|
"dependencies": {
|
|
2853
2853
|
"@sindresorhus/is": "^4",
|
|
@@ -2856,38 +2856,12 @@
|
|
|
2856
2856
|
"csv-stringify": "^6.6.0",
|
|
2857
2857
|
"faye": "^1.4.0",
|
|
2858
2858
|
"form-data": "^4.0.4",
|
|
2859
|
-
"https-proxy-agent": "^5.0.0",
|
|
2860
2859
|
"multistream": "^3.1.0",
|
|
2861
|
-
"
|
|
2860
|
+
"undici": "^8.5.0",
|
|
2862
2861
|
"xml2js": "^0.6.2"
|
|
2863
2862
|
},
|
|
2864
2863
|
"engines": {
|
|
2865
|
-
"node": ">=
|
|
2866
|
-
}
|
|
2867
|
-
},
|
|
2868
|
-
"node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
|
|
2869
|
-
"version": "6.0.2",
|
|
2870
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
2871
|
-
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
2872
|
-
"license": "MIT",
|
|
2873
|
-
"dependencies": {
|
|
2874
|
-
"debug": "4"
|
|
2875
|
-
},
|
|
2876
|
-
"engines": {
|
|
2877
|
-
"node": ">= 6.0.0"
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
|
-
"node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
|
|
2881
|
-
"version": "5.0.1",
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
2883
|
-
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
2884
|
-
"license": "MIT",
|
|
2885
|
-
"dependencies": {
|
|
2886
|
-
"agent-base": "6",
|
|
2887
|
-
"debug": "4"
|
|
2888
|
-
},
|
|
2889
|
-
"engines": {
|
|
2890
|
-
"node": ">= 6"
|
|
2864
|
+
"node": ">=22"
|
|
2891
2865
|
}
|
|
2892
2866
|
},
|
|
2893
2867
|
"node_modules/@jsonjoy.com/base64": {
|
|
@@ -3617,12 +3591,12 @@
|
|
|
3617
3591
|
}
|
|
3618
3592
|
},
|
|
3619
3593
|
"node_modules/@salesforce/core": {
|
|
3620
|
-
"version": "8.31.
|
|
3621
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.
|
|
3622
|
-
"integrity": "sha512-
|
|
3594
|
+
"version": "8.31.4",
|
|
3595
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.4.tgz",
|
|
3596
|
+
"integrity": "sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==",
|
|
3623
3597
|
"license": "BSD-3-Clause",
|
|
3624
3598
|
"dependencies": {
|
|
3625
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
3599
|
+
"@jsforce/jsforce-node": "^3.10.17",
|
|
3626
3600
|
"@salesforce/kit": "^3.2.4",
|
|
3627
3601
|
"@salesforce/ts-types": "^2.0.12",
|
|
3628
3602
|
"ajv": "^8.18.0",
|
|
@@ -13967,6 +13941,7 @@
|
|
|
13967
13941
|
"version": "2.7.0",
|
|
13968
13942
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
13969
13943
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
13944
|
+
"dev": true,
|
|
13970
13945
|
"license": "MIT",
|
|
13971
13946
|
"dependencies": {
|
|
13972
13947
|
"whatwg-url": "^5.0.0"
|
|
@@ -17332,6 +17307,7 @@
|
|
|
17332
17307
|
"version": "0.0.3",
|
|
17333
17308
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
17334
17309
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
17310
|
+
"dev": true,
|
|
17335
17311
|
"license": "MIT"
|
|
17336
17312
|
},
|
|
17337
17313
|
"node_modules/tree-dump": {
|
|
@@ -17832,6 +17808,15 @@
|
|
|
17832
17808
|
"url": "https://github.com/sponsors/ljharb"
|
|
17833
17809
|
}
|
|
17834
17810
|
},
|
|
17811
|
+
"node_modules/undici": {
|
|
17812
|
+
"version": "8.5.0",
|
|
17813
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz",
|
|
17814
|
+
"integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==",
|
|
17815
|
+
"license": "MIT",
|
|
17816
|
+
"engines": {
|
|
17817
|
+
"node": ">=22.19.0"
|
|
17818
|
+
}
|
|
17819
|
+
},
|
|
17835
17820
|
"node_modules/undici-types": {
|
|
17836
17821
|
"version": "7.18.2",
|
|
17837
17822
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
|
|
@@ -18129,6 +18114,7 @@
|
|
|
18129
18114
|
"version": "3.0.1",
|
|
18130
18115
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
18131
18116
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
18117
|
+
"dev": true,
|
|
18132
18118
|
"license": "BSD-2-Clause"
|
|
18133
18119
|
},
|
|
18134
18120
|
"node_modules/websocket-driver": {
|
|
@@ -18158,6 +18144,7 @@
|
|
|
18158
18144
|
"version": "5.0.0",
|
|
18159
18145
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
18160
18146
|
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
18147
|
+
"dev": true,
|
|
18161
18148
|
"license": "MIT",
|
|
18162
18149
|
"dependencies": {
|
|
18163
18150
|
"tr46": "~0.0.3",
|
package/oclif.lock
CHANGED
|
@@ -1208,10 +1208,10 @@
|
|
|
1208
1208
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1209
1209
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1210
1210
|
|
|
1211
|
-
"@jsforce/jsforce-node@^3.10.
|
|
1212
|
-
version "3.10.
|
|
1213
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1214
|
-
integrity sha512-
|
|
1211
|
+
"@jsforce/jsforce-node@^3.10.17":
|
|
1212
|
+
version "3.10.17"
|
|
1213
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz#c8f0a9d3b88925d45b297f2a9dac8af2a17c47ee"
|
|
1214
|
+
integrity sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==
|
|
1215
1215
|
dependencies:
|
|
1216
1216
|
"@sindresorhus/is" "^4"
|
|
1217
1217
|
base64url "^3.0.1"
|
|
@@ -1219,9 +1219,8 @@
|
|
|
1219
1219
|
csv-stringify "^6.6.0"
|
|
1220
1220
|
faye "^1.4.0"
|
|
1221
1221
|
form-data "^4.0.4"
|
|
1222
|
-
https-proxy-agent "^5.0.0"
|
|
1223
1222
|
multistream "^3.1.0"
|
|
1224
|
-
|
|
1223
|
+
undici "^8.5.0"
|
|
1225
1224
|
xml2js "^0.6.2"
|
|
1226
1225
|
|
|
1227
1226
|
"@jsonjoy.com/base64@^1.1.2":
|
|
@@ -1455,12 +1454,12 @@
|
|
|
1455
1454
|
strip-ansi "6.0.1"
|
|
1456
1455
|
ts-retry-promise "^0.8.1"
|
|
1457
1456
|
|
|
1458
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2":
|
|
1459
|
-
version "8.31.
|
|
1460
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.
|
|
1461
|
-
integrity sha512-
|
|
1457
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4":
|
|
1458
|
+
version "8.31.4"
|
|
1459
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.4.tgz#481f0330347da5ef4d23ebf6a8bd628a54106103"
|
|
1460
|
+
integrity sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==
|
|
1462
1461
|
dependencies:
|
|
1463
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1462
|
+
"@jsforce/jsforce-node" "^3.10.17"
|
|
1464
1463
|
"@salesforce/kit" "^3.2.4"
|
|
1465
1464
|
"@salesforce/ts-types" "^2.0.12"
|
|
1466
1465
|
ajv "^8.18.0"
|
|
@@ -2506,13 +2505,6 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.9.0:
|
|
|
2506
2505
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
|
|
2507
2506
|
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
|
|
2508
2507
|
|
|
2509
|
-
agent-base@6:
|
|
2510
|
-
version "6.0.2"
|
|
2511
|
-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
|
2512
|
-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
|
2513
|
-
dependencies:
|
|
2514
|
-
debug "4"
|
|
2515
|
-
|
|
2516
2508
|
agent-base@^7.1.0, agent-base@^7.1.2:
|
|
2517
2509
|
version "7.1.4"
|
|
2518
2510
|
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
|
|
@@ -5218,14 +5210,6 @@ http2-wrapper@^2.1.10:
|
|
|
5218
5210
|
quick-lru "^5.1.1"
|
|
5219
5211
|
resolve-alpn "^1.2.0"
|
|
5220
5212
|
|
|
5221
|
-
https-proxy-agent@^5.0.0:
|
|
5222
|
-
version "5.0.1"
|
|
5223
|
-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
|
5224
|
-
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
|
|
5225
|
-
dependencies:
|
|
5226
|
-
agent-base "6"
|
|
5227
|
-
debug "4"
|
|
5228
|
-
|
|
5229
5213
|
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.6:
|
|
5230
5214
|
version "7.0.6"
|
|
5231
5215
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
|
|
@@ -6682,7 +6666,7 @@ node-emoji@^2.2.0:
|
|
|
6682
6666
|
emojilib "^2.4.0"
|
|
6683
6667
|
skin-tone "^2.0.0"
|
|
6684
6668
|
|
|
6685
|
-
node-fetch@^2.6.
|
|
6669
|
+
node-fetch@^2.6.9:
|
|
6686
6670
|
version "2.7.0"
|
|
6687
6671
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
|
6688
6672
|
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
|
|
@@ -8842,6 +8826,11 @@ undici-types@~7.18.0:
|
|
|
8842
8826
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
|
|
8843
8827
|
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
|
|
8844
8828
|
|
|
8829
|
+
undici@^8.5.0:
|
|
8830
|
+
version "8.5.0"
|
|
8831
|
+
resolved "https://registry.yarnpkg.com/undici/-/undici-8.5.0.tgz#31ba9021a3d84c15e61cc5e28be2d7c451e66a66"
|
|
8832
|
+
integrity sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==
|
|
8833
|
+
|
|
8845
8834
|
unicode-emoji-modifier-base@^1.0.0:
|
|
8846
8835
|
version "1.0.0"
|
|
8847
8836
|
resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.130",
|
|
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.37",
|
|
10
10
|
"@oclif/core": "^4.11.11",
|
|
11
|
-
"@salesforce/core": "^8.31.
|
|
11
|
+
"@salesforce/core": "^8.31.4",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "12.36.3",
|