@jayree/sfdx-plugin-manifest 3.5.1 → 3.5.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +18 -18
- package/oclif.lock +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
## [3.5.3](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.2...3.5.3) (2024-08-31)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/kit from 3.2.1 to 3.2.2 ([#1464](https://github.com/jayree/sfdx-plugin-manifest/issues/1464)) ([7fdc994](https://github.com/jayree/sfdx-plugin-manifest/commit/7fdc99491c4886cdb3ed1c6359ed8ecf202e0a77))
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
## [3.5.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.1...3.5.2) (2024-08-31)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* **deps:** bump @salesforce/core from 8.4.0 to 8.5.1 ([#1465](https://github.com/jayree/sfdx-plugin-manifest/issues/1465)) ([9654dbe](https://github.com/jayree/sfdx-plugin-manifest/commit/9654dbead897ce6444479388bf311a6bed434833))
|
16
|
+
|
17
|
+
|
18
|
+
|
1
19
|
## [3.5.1](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.0...3.5.1) (2024-08-31)
|
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.3/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.3/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.3/src/commands/jayree/manifest/git/diff.ts)_
|
185
185
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.3",
|
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.3",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.2",
|
13
13
|
"@oclif/core": "^4.0.19",
|
14
|
-
"@salesforce/core": "^8.
|
15
|
-
"@salesforce/kit": "^3.2.
|
14
|
+
"@salesforce/core": "^8.5.1",
|
15
|
+
"@salesforce/kit": "^3.2.2",
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
17
17
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
18
18
|
"@salesforce/source-tracking": "^7.1.9",
|
@@ -24,8 +24,8 @@
|
|
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.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.15",
|
28
|
+
"@oclif/plugin-help": "^6.2.10",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.9",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.26",
|
@@ -3677,9 +3677,9 @@
|
|
3677
3677
|
}
|
3678
3678
|
},
|
3679
3679
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3680
|
-
"version": "5.2.
|
3681
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3682
|
-
"integrity": "sha512-
|
3680
|
+
"version": "5.2.15",
|
3681
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz",
|
3682
|
+
"integrity": "sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==",
|
3683
3683
|
"dev": true,
|
3684
3684
|
"license": "MIT",
|
3685
3685
|
"dependencies": {
|
@@ -3745,9 +3745,9 @@
|
|
3745
3745
|
}
|
3746
3746
|
},
|
3747
3747
|
"node_modules/@oclif/plugin-help": {
|
3748
|
-
"version": "6.2.
|
3749
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3750
|
-
"integrity": "sha512-
|
3748
|
+
"version": "6.2.10",
|
3749
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.10.tgz",
|
3750
|
+
"integrity": "sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==",
|
3751
3751
|
"dev": true,
|
3752
3752
|
"license": "MIT",
|
3753
3753
|
"dependencies": {
|
@@ -3926,9 +3926,9 @@
|
|
3926
3926
|
}
|
3927
3927
|
},
|
3928
3928
|
"node_modules/@salesforce/core": {
|
3929
|
-
"version": "8.
|
3930
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
3931
|
-
"integrity": "sha512-
|
3929
|
+
"version": "8.5.1",
|
3930
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.1.tgz",
|
3931
|
+
"integrity": "sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==",
|
3932
3932
|
"license": "BSD-3-Clause",
|
3933
3933
|
"dependencies": {
|
3934
3934
|
"@jsforce/jsforce-node": "^3.4.0",
|
@@ -4139,9 +4139,9 @@
|
|
4139
4139
|
}
|
4140
4140
|
},
|
4141
4141
|
"node_modules/@salesforce/kit": {
|
4142
|
-
"version": "3.2.
|
4143
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
4144
|
-
"integrity": "sha512-
|
4142
|
+
"version": "3.2.2",
|
4143
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.2.tgz",
|
4144
|
+
"integrity": "sha512-Qh+Jx65LKR3BlH+bxNBbvI4+/+/igAJ9x2iEDM3tHb3B2JCEnssPP0lw+K/zWHsdtk+OorBiKpHaC6RrjW+9fw==",
|
4145
4145
|
"license": "BSD-3-Clause",
|
4146
4146
|
"dependencies": {
|
4147
4147
|
"@salesforce/ts-types": "^2.0.12"
|
package/oclif.lock
CHANGED
@@ -1588,10 +1588,10 @@
|
|
1588
1588
|
wordwrap "^1.0.0"
|
1589
1589
|
wrap-ansi "^7.0.0"
|
1590
1590
|
|
1591
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1592
|
-
version "5.2.
|
1593
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1594
|
-
integrity sha512-
|
1591
|
+
"@oclif/plugin-command-snapshot@^5.2.15":
|
1592
|
+
version "5.2.15"
|
1593
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz#039e2457638d0d630a6006d67de329add6519f5f"
|
1594
|
+
integrity sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==
|
1595
1595
|
dependencies:
|
1596
1596
|
"@oclif/core" "^4"
|
1597
1597
|
ansis "^3.3.2"
|
@@ -1603,10 +1603,10 @@
|
|
1603
1603
|
semver "^7.6.3"
|
1604
1604
|
ts-json-schema-generator "^1.5.1"
|
1605
1605
|
|
1606
|
-
"@oclif/plugin-help@^6.2.8":
|
1607
|
-
version "6.2.
|
1608
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
1609
|
-
integrity sha512-
|
1606
|
+
"@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.8":
|
1607
|
+
version "6.2.10"
|
1608
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.10.tgz#d6e8140efa89ae624ae9f25b7fdb8d112c62715f"
|
1609
|
+
integrity sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==
|
1610
1610
|
dependencies:
|
1611
1611
|
"@oclif/core" "^4"
|
1612
1612
|
|
@@ -1657,10 +1657,10 @@
|
|
1657
1657
|
strip-ansi "6.0.1"
|
1658
1658
|
ts-retry-promise "^0.8.1"
|
1659
1659
|
|
1660
|
-
"@salesforce/core@^8.4.0":
|
1661
|
-
version "8.
|
1662
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1663
|
-
integrity sha512-
|
1660
|
+
"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1":
|
1661
|
+
version "8.5.1"
|
1662
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.1.tgz#1e58f6de05c3fee8f0cf9518c8e51893057655f6"
|
1663
|
+
integrity sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==
|
1664
1664
|
dependencies:
|
1665
1665
|
"@jsforce/jsforce-node" "^3.4.0"
|
1666
1666
|
"@salesforce/kit" "^3.1.6"
|
@@ -1718,10 +1718,10 @@
|
|
1718
1718
|
typescript "^5.5.4"
|
1719
1719
|
wireit "^0.14.5"
|
1720
1720
|
|
1721
|
-
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1":
|
1722
|
-
version "3.2.
|
1723
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
1724
|
-
integrity sha512-
|
1721
|
+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.2":
|
1722
|
+
version "3.2.2"
|
1723
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.2.tgz#2a0db472116a416cb12b510d546cb35a582d619a"
|
1724
|
+
integrity sha512-Qh+Jx65LKR3BlH+bxNBbvI4+/+/igAJ9x2iEDM3tHb3B2JCEnssPP0lw+K/zWHsdtk+OorBiKpHaC6RrjW+9fw==
|
1725
1725
|
dependencies:
|
1726
1726
|
"@salesforce/ts-types" "^2.0.12"
|
1727
1727
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
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.3",
|
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
10
|
"@oclif/core": "^4.0.19",
|
11
|
-
"@salesforce/core": "^8.
|
12
|
-
"@salesforce/kit": "^3.2.
|
11
|
+
"@salesforce/core": "^8.5.1",
|
12
|
+
"@salesforce/kit": "^3.2.2",
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
14
14
|
"@salesforce/source-deploy-retrieve": "^12.6.0",
|
15
15
|
"@salesforce/source-tracking": "^7.1.9",
|
@@ -21,8 +21,8 @@
|
|
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.
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.2.15",
|
25
|
+
"@oclif/plugin-help": "^6.2.10",
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
27
27
|
"@salesforce/dev-scripts": "^10.2.9",
|
28
28
|
"@salesforce/ts-sinon": "^1.4.26",
|