@jayree/sfdx-plugin-manifest 4.0.76 → 4.0.77
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +16 -6
- package/oclif.lock +10 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## [4.0.77](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.76...4.0.77) (2025-09-28)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump isomorphic-git from 1.33.1 to 1.33.2 ([#1948](https://github.com/jayree/sfdx-plugin-manifest/issues/1948)) ([2e6d7c0](https://github.com/jayree/sfdx-plugin-manifest/commit/2e6d7c088dccd0280c1c21faecadb6d268dfe78b))
|
7
|
+
* do not incorrectly mark valid ref names as invalid ([#2206](https://github.com/isomorphic-git/isomorphic-git/issues/2206)) ([ea52fe1](https://github.com/isomorphic-git/isomorphic-git/commit/ea52fe1738cd959fe082fdc821a71b1c7cc4603d))
|
8
|
+
|
1
9
|
## [4.0.76](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.75...4.0.76) (2025-09-22)
|
2
10
|
|
3
11
|
|
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.77/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.77/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.77/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.77",
|
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.77",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.18",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"fast-xml-parser": "^5.2.5",
|
22
22
|
"fs-extra": "^11.3.0",
|
23
23
|
"graceful-fs": "^4.2.11",
|
24
|
-
"isomorphic-git": "1.33.
|
24
|
+
"isomorphic-git": "1.33.2"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.6",
|
@@ -14503,6 +14503,15 @@
|
|
14503
14503
|
"url": "https://github.com/sponsors/ljharb"
|
14504
14504
|
}
|
14505
14505
|
},
|
14506
|
+
"node_modules/is-git-ref-name-valid": {
|
14507
|
+
"version": "1.0.0",
|
14508
|
+
"resolved": "https://registry.npmjs.org/is-git-ref-name-valid/-/is-git-ref-name-valid-1.0.0.tgz",
|
14509
|
+
"integrity": "sha512-2hLTg+7IqMSP9nNp/EVCxzvAOJGsAn0f/cKtF8JaBeivjH5UgE/XZo3iJ0AvibdE7KSF1f/7JbjBTB8Wqgbn/w==",
|
14510
|
+
"license": "MIT",
|
14511
|
+
"engines": {
|
14512
|
+
"node": ">=10"
|
14513
|
+
}
|
14514
|
+
},
|
14506
14515
|
"node_modules/is-glob": {
|
14507
14516
|
"version": "4.0.3",
|
14508
14517
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
@@ -14850,9 +14859,9 @@
|
|
14850
14859
|
"license": "ISC"
|
14851
14860
|
},
|
14852
14861
|
"node_modules/isomorphic-git": {
|
14853
|
-
"version": "1.33.
|
14854
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.33.
|
14855
|
-
"integrity": "sha512-
|
14862
|
+
"version": "1.33.2",
|
14863
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.33.2.tgz",
|
14864
|
+
"integrity": "sha512-xPCYL90rIwI/ngiOYGIMdvNlIbZ7++gJbnO2S/CPyIyKuKrYDJziLqfE4IL8yks931SXobwzwsVqVnuA4GZ4IA==",
|
14856
14865
|
"license": "MIT",
|
14857
14866
|
"dependencies": {
|
14858
14867
|
"async-lock": "^1.4.1",
|
@@ -14860,6 +14869,7 @@
|
|
14860
14869
|
"crc-32": "^1.2.0",
|
14861
14870
|
"diff3": "0.0.3",
|
14862
14871
|
"ignore": "^5.1.4",
|
14872
|
+
"is-git-ref-name-valid": "^1.0.0",
|
14863
14873
|
"minimisted": "^2.0.0",
|
14864
14874
|
"pako": "^1.0.10",
|
14865
14875
|
"path-browserify": "^1.0.1",
|
package/oclif.lock
CHANGED
@@ -6881,6 +6881,11 @@ is-generator-function@^1.0.10:
|
|
6881
6881
|
has-tostringtag "^1.0.2"
|
6882
6882
|
safe-regex-test "^1.1.0"
|
6883
6883
|
|
6884
|
+
is-git-ref-name-valid@^1.0.0:
|
6885
|
+
version "1.0.0"
|
6886
|
+
resolved "https://registry.yarnpkg.com/is-git-ref-name-valid/-/is-git-ref-name-valid-1.0.0.tgz#6e151779357dd4f7888e1a83a07db329e3de119d"
|
6887
|
+
integrity sha512-2hLTg+7IqMSP9nNp/EVCxzvAOJGsAn0f/cKtF8JaBeivjH5UgE/XZo3iJ0AvibdE7KSF1f/7JbjBTB8Wqgbn/w==
|
6888
|
+
|
6884
6889
|
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
|
6885
6890
|
version "4.0.3"
|
6886
6891
|
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
@@ -7066,16 +7071,17 @@ isexe@^2.0.0:
|
|
7066
7071
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
7067
7072
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
7068
7073
|
|
7069
|
-
isomorphic-git@1.33.
|
7070
|
-
version "1.33.
|
7071
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.33.
|
7072
|
-
integrity sha512-
|
7074
|
+
isomorphic-git@1.33.2, isomorphic-git@^1.30.1:
|
7075
|
+
version "1.33.2"
|
7076
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.33.2.tgz#8197f46d30d0c2148919dcfebba1a1b2f7e51660"
|
7077
|
+
integrity sha512-xPCYL90rIwI/ngiOYGIMdvNlIbZ7++gJbnO2S/CPyIyKuKrYDJziLqfE4IL8yks931SXobwzwsVqVnuA4GZ4IA==
|
7073
7078
|
dependencies:
|
7074
7079
|
async-lock "^1.4.1"
|
7075
7080
|
clean-git-ref "^2.0.1"
|
7076
7081
|
crc-32 "^1.2.0"
|
7077
7082
|
diff3 "0.0.3"
|
7078
7083
|
ignore "^5.1.4"
|
7084
|
+
is-git-ref-name-valid "^1.0.0"
|
7079
7085
|
minimisted "^2.0.0"
|
7080
7086
|
pako "^1.0.10"
|
7081
7087
|
path-browserify "^1.0.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 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": "4.0.
|
4
|
+
"version": "4.0.77",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"fast-xml-parser": "^5.2.5",
|
19
19
|
"fs-extra": "^11.3.0",
|
20
20
|
"graceful-fs": "^4.2.11",
|
21
|
-
"isomorphic-git": "1.33.
|
21
|
+
"isomorphic-git": "1.33.2"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.6",
|