@jayree/sfdx-plugin-manifest 4.0.23 → 4.0.24
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +16 -16
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## [4.0.24](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.23...4.0.24) (2025-06-19)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#1825](https://github.com/jayree/sfdx-plugin-manifest/issues/1825)) ([6e409b7](https://github.com/jayree/sfdx-plugin-manifest/commit/6e409b76a76492bbea6aebd55bf4877d6c48d987))
|
7
|
+
* add data connector to metadata registry - W-18773468 ([#1578](https://github.com/forcedotcom/source-deploy-retrieve/issues/1578)) ([4fc8ff0](https://github.com/forcedotcom/source-deploy-retrieve/commit/4fc8ff026190aabe55e911cf0c2eb07bde87dc96))
|
8
|
+
* track string replacements W-18794860 ([#1577](https://github.com/forcedotcom/source-deploy-retrieve/issues/1577)) ([7a65b44](https://github.com/forcedotcom/source-deploy-retrieve/commit/7a65b4497637b0e9b3ebfae9aa50f894bb21a4e7))
|
9
|
+
|
1
10
|
## [4.0.23](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.22...4.0.23) (2025-06-15)
|
2
11
|
|
3
12
|
|
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/4.0.
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.24/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/4.0.
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.24/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/4.0.
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.24/src/commands/jayree/manifest/git/diff.ts)_
|
234
234
|
<!-- commandsstop -->
|
235
235
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.24",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "4.0.
|
9
|
+
"version": "4.0.24",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.10",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@salesforce/core": "^8.13.0",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.20.1",
|
18
18
|
"@salesforce/source-tracking": "7.4.4",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.30.3"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.2",
|
28
28
|
"@oclif/plugin-help": "^6.2.29",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^11.0.2",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"eslint-config-salesforce-license": "^1.0.1",
|
37
37
|
"eslint-plugin-prettier": "^5.4.1",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.25",
|
39
|
-
"oclif": "^4.
|
39
|
+
"oclif": "^4.19.0",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
42
42
|
"pretty-quick": "^4.2.2",
|
@@ -3360,9 +3360,9 @@
|
|
3360
3360
|
}
|
3361
3361
|
},
|
3362
3362
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3363
|
-
"version": "5.3.
|
3364
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
3365
|
-
"integrity": "sha512-
|
3363
|
+
"version": "5.3.2",
|
3364
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz",
|
3365
|
+
"integrity": "sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==",
|
3366
3366
|
"dev": true,
|
3367
3367
|
"license": "MIT",
|
3368
3368
|
"dependencies": {
|
@@ -4076,10 +4076,10 @@
|
|
4076
4076
|
}
|
4077
4077
|
},
|
4078
4078
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
4079
|
-
"version": "12.
|
4080
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
4081
|
-
"integrity": "sha512-
|
4082
|
-
"license": "
|
4079
|
+
"version": "12.20.1",
|
4080
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz",
|
4081
|
+
"integrity": "sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==",
|
4082
|
+
"license": "Apache-2.0",
|
4083
4083
|
"dependencies": {
|
4084
4084
|
"@salesforce/core": "^8.12.0",
|
4085
4085
|
"@salesforce/kit": "^3.2.3",
|
@@ -14996,9 +14996,9 @@
|
|
14996
14996
|
}
|
14997
14997
|
},
|
14998
14998
|
"node_modules/oclif": {
|
14999
|
-
"version": "4.
|
15000
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
15001
|
-
"integrity": "sha512-
|
14999
|
+
"version": "4.19.0",
|
15000
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.19.0.tgz",
|
15001
|
+
"integrity": "sha512-Edb844zoNrMP/m4SUXLxP9HfLpM0MTeS8NMEjavPBS0x4vZpAMkFjY9Q9yZRm+V0wLeQpGJgeSGFlTIt24EfLg==",
|
15002
15002
|
"dev": true,
|
15003
15003
|
"license": "MIT",
|
15004
15004
|
"dependencies": {
|
@@ -15008,7 +15008,7 @@
|
|
15008
15008
|
"@inquirer/input": "^2.2.4",
|
15009
15009
|
"@inquirer/select": "^2.5.0",
|
15010
15010
|
"@oclif/core": "^4.3.3",
|
15011
|
-
"@oclif/plugin-help": "^6.2.
|
15011
|
+
"@oclif/plugin-help": "^6.2.29",
|
15012
15012
|
"@oclif/plugin-not-found": "^3.2.57",
|
15013
15013
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
15014
15014
|
"ansis": "^3.16.0",
|
package/oclif.lock
CHANGED
@@ -1488,10 +1488,10 @@
|
|
1488
1488
|
wordwrap "^1.0.0"
|
1489
1489
|
wrap-ansi "^7.0.0"
|
1490
1490
|
|
1491
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
1492
|
-
version "5.3.
|
1493
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
1494
|
-
integrity sha512-
|
1491
|
+
"@oclif/plugin-command-snapshot@^5.3.2":
|
1492
|
+
version "5.3.2"
|
1493
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz#57d550b6e3f1f69ea6e4c6ec569333f9ee133711"
|
1494
|
+
integrity sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==
|
1495
1495
|
dependencies:
|
1496
1496
|
"@oclif/core" "^4"
|
1497
1497
|
ansis "^3.17.0"
|
@@ -1503,7 +1503,7 @@
|
|
1503
1503
|
semver "^7.7.2"
|
1504
1504
|
ts-json-schema-generator "^1.5.1"
|
1505
1505
|
|
1506
|
-
"@oclif/plugin-help@^6.2.
|
1506
|
+
"@oclif/plugin-help@^6.2.29":
|
1507
1507
|
version "6.2.29"
|
1508
1508
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.29.tgz#6c349de65f5a7fee5f94032137fc872ac829d259"
|
1509
1509
|
integrity sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==
|
@@ -1693,10 +1693,10 @@
|
|
1693
1693
|
cli-progress "^3.12.0"
|
1694
1694
|
terminal-link "^3.0.0"
|
1695
1695
|
|
1696
|
-
"@salesforce/source-deploy-retrieve@12.
|
1697
|
-
version "12.
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
1699
|
-
integrity sha512-
|
1696
|
+
"@salesforce/source-deploy-retrieve@12.20.1", "@salesforce/source-deploy-retrieve@^12.19.10":
|
1697
|
+
version "12.20.1"
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.20.1.tgz#7514d98bd5a54e7a6b992cdb30305eef8288312f"
|
1699
|
+
integrity sha512-pCGTgR90MRcpCS7WswMd7CHAgqK6DBssLuu+hL5KMiuthgfFjO8XNTGeHqZBc4xTYYzxm8h5vlN8aqElI4ppXA==
|
1700
1700
|
dependencies:
|
1701
1701
|
"@salesforce/core" "^8.12.0"
|
1702
1702
|
"@salesforce/kit" "^3.2.3"
|
@@ -7405,10 +7405,10 @@ object.values@^1.2.0:
|
|
7405
7405
|
define-properties "^1.2.1"
|
7406
7406
|
es-object-atoms "^1.0.0"
|
7407
7407
|
|
7408
|
-
oclif@^4.
|
7409
|
-
version "4.
|
7410
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
7411
|
-
integrity sha512-
|
7408
|
+
oclif@^4.19.0:
|
7409
|
+
version "4.19.0"
|
7410
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.19.0.tgz#5f174b18a6c1d219400804e1125a5a1edf2818dd"
|
7411
|
+
integrity sha512-Edb844zoNrMP/m4SUXLxP9HfLpM0MTeS8NMEjavPBS0x4vZpAMkFjY9Q9yZRm+V0wLeQpGJgeSGFlTIt24EfLg==
|
7412
7412
|
dependencies:
|
7413
7413
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
7414
7414
|
"@aws-sdk/client-s3" "^3.787.0"
|
@@ -7416,7 +7416,7 @@ oclif@^4.18.3:
|
|
7416
7416
|
"@inquirer/input" "^2.2.4"
|
7417
7417
|
"@inquirer/select" "^2.5.0"
|
7418
7418
|
"@oclif/core" "^4.3.3"
|
7419
|
-
"@oclif/plugin-help" "^6.2.
|
7419
|
+
"@oclif/plugin-help" "^6.2.29"
|
7420
7420
|
"@oclif/plugin-not-found" "^3.2.57"
|
7421
7421
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
7422
7422
|
ansis "^3.16.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": "4.0.
|
4
|
+
"version": "4.0.24",
|
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.13.0",
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.20.1",
|
15
15
|
"@salesforce/source-tracking": "7.4.4",
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"isomorphic-git": "1.30.3"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.2",
|
25
25
|
"@oclif/plugin-help": "^6.2.29",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
27
27
|
"@salesforce/dev-scripts": "^11.0.2",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"eslint-config-salesforce-license": "^1.0.1",
|
34
34
|
"eslint-plugin-prettier": "^5.4.1",
|
35
35
|
"eslint-plugin-sf-plugin": "^1.20.25",
|
36
|
-
"oclif": "^4.
|
36
|
+
"oclif": "^4.19.0",
|
37
37
|
"patch-package": "^8.0.0",
|
38
38
|
"prettier": "^3.5.3",
|
39
39
|
"pretty-quick": "^4.2.2",
|