@jayree/sfdx-plugin-manifest 3.6.12 → 3.6.13
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 +14 -14
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [3.6.13](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.12...3.6.13) (2024-11-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.0.32 to 4.0.33 ([#1577](https://github.com/jayree/sfdx-plugin-manifest/issues/1577)) ([3893950](https://github.com/jayree/sfdx-plugin-manifest/commit/3893950d1be1bc15beda290de6c7d0ead321b470))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [3.6.12](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.11...3.6.12) (2024-11-23)
|
|
2
11
|
|
|
3
12
|
|
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.6.
|
|
63
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.13/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.6.
|
|
101
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.13/src/commands/jayree/manifest/generate.ts)_
|
|
102
102
|
|
|
103
103
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
104
104
|
|
|
@@ -181,7 +181,7 @@ 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.6.
|
|
184
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.13/src/commands/jayree/manifest/git/diff.ts)_
|
|
185
185
|
<!-- commandsstop -->
|
|
186
186
|
|
|
187
187
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.13",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.4",
|
|
13
|
-
"@oclif/core": "^4.0.
|
|
13
|
+
"@oclif/core": "^4.0.33",
|
|
14
14
|
"@salesforce/core": "^8.6.4",
|
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
|
29
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
28
|
+
"@oclif/plugin-help": "^6.2.18",
|
|
29
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
31
31
|
"@salesforce/ts-sinon": "^1.4.29",
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -4863,9 +4863,9 @@
|
|
|
4863
4863
|
}
|
|
4864
4864
|
},
|
|
4865
4865
|
"node_modules/@oclif/core": {
|
|
4866
|
-
"version": "4.0.
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4868
|
-
"integrity": "sha512-
|
|
4866
|
+
"version": "4.0.33",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.33.tgz",
|
|
4868
|
+
"integrity": "sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==",
|
|
4869
4869
|
"license": "MIT",
|
|
4870
4870
|
"dependencies": {
|
|
4871
4871
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5022,9 +5022,9 @@
|
|
|
5022
5022
|
}
|
|
5023
5023
|
},
|
|
5024
5024
|
"node_modules/@oclif/plugin-help": {
|
|
5025
|
-
"version": "6.2.
|
|
5026
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5027
|
-
"integrity": "sha512
|
|
5025
|
+
"version": "6.2.18",
|
|
5026
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.18.tgz",
|
|
5027
|
+
"integrity": "sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==",
|
|
5028
5028
|
"dev": true,
|
|
5029
5029
|
"license": "MIT",
|
|
5030
5030
|
"dependencies": {
|
|
@@ -5232,9 +5232,9 @@
|
|
|
5232
5232
|
}
|
|
5233
5233
|
},
|
|
5234
5234
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
5235
|
-
"version": "5.3.
|
|
5236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
5237
|
-
"integrity": "sha512-
|
|
5235
|
+
"version": "5.3.38",
|
|
5236
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz",
|
|
5237
|
+
"integrity": "sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==",
|
|
5238
5238
|
"dev": true,
|
|
5239
5239
|
"license": "BSD-3-Clause",
|
|
5240
5240
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1824,10 +1824,10 @@
|
|
|
1824
1824
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1825
1825
|
fastq "^1.6.0"
|
|
1826
1826
|
|
|
1827
|
-
"@oclif/core@^4", "@oclif/core@^4.0.32":
|
|
1828
|
-
version "4.0.
|
|
1829
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1830
|
-
integrity sha512-
|
|
1827
|
+
"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
|
|
1828
|
+
version "4.0.33"
|
|
1829
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
|
|
1830
|
+
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
|
|
1831
1831
|
dependencies:
|
|
1832
1832
|
ansi-escapes "^4.3.2"
|
|
1833
1833
|
ansis "^3.3.2"
|
|
@@ -1863,10 +1863,10 @@
|
|
|
1863
1863
|
semver "^7.6.3"
|
|
1864
1864
|
ts-json-schema-generator "^1.5.1"
|
|
1865
1865
|
|
|
1866
|
-
"@oclif/plugin-help@^6.2.17":
|
|
1867
|
-
version "6.2.
|
|
1868
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1869
|
-
integrity sha512
|
|
1866
|
+
"@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.18":
|
|
1867
|
+
version "6.2.18"
|
|
1868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.18.tgz#fab8173773bb0afcc7a8e459187021fe65c461df"
|
|
1869
|
+
integrity sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==
|
|
1870
1870
|
dependencies:
|
|
1871
1871
|
"@oclif/core" "^4"
|
|
1872
1872
|
|
|
@@ -1939,10 +1939,10 @@
|
|
|
1939
1939
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1940
1940
|
config-chain "^1.1.11"
|
|
1941
1941
|
|
|
1942
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1943
|
-
version "5.3.
|
|
1944
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1945
|
-
integrity sha512-
|
|
1942
|
+
"@salesforce/cli-plugins-testkit@^5.3.38":
|
|
1943
|
+
version "5.3.38"
|
|
1944
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.38.tgz#ab34836662cf5aa1cb4d53e4b994fc750df206e5"
|
|
1945
|
+
integrity sha512-wNLEEk5SCeTsNhd0RM8zxTv8sEuuSLowjVN9jlP8H50/unGHKAsfsc/7ZJpi78U3T4tgxbGXdneOo8WpaZe4zg==
|
|
1946
1946
|
dependencies:
|
|
1947
1947
|
"@salesforce/core" "^8.8.0"
|
|
1948
1948
|
"@salesforce/kit" "^3.2.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.6.
|
|
4
|
+
"version": "3.6.13",
|
|
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.4",
|
|
10
|
-
"@oclif/core": "^4.0.
|
|
10
|
+
"@oclif/core": "^4.0.33",
|
|
11
11
|
"@salesforce/core": "^8.6.4",
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
25
|
-
"@oclif/plugin-help": "^6.2.
|
|
26
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
25
|
+
"@oclif/plugin-help": "^6.2.18",
|
|
26
|
+
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
|
27
27
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
28
28
|
"@salesforce/ts-sinon": "^1.4.29",
|
|
29
29
|
"@types/fs-extra": "^11.0.4",
|