@jayree/sfdx-plugin-manifest 3.2.9 → 3.2.11
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 +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +32 -32
- package/oclif.lock +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [3.2.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.10...3.2.11) (2024-05-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 11.4.3 to 11.4.4 ([#1307](https://github.com/jayree/sfdx-plugin-manifest/issues/1307)) ([6976f82](https://github.com/jayree/sfdx-plugin-manifest/commit/6976f82c12131dab3ae77f8368d534b96f6d8b07))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [3.2.10](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.9...3.2.10) (2024-05-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/changelog from 1.1.11 to 1.1.12 ([#1301](https://github.com/jayree/sfdx-plugin-manifest/issues/1301)) ([20cd78a](https://github.com/jayree/sfdx-plugin-manifest/commit/20cd78ada2cf8aab49303b68478bd757a7d3e0a1))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [3.2.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.8...3.2.9) (2024-05-14)
|
|
2
20
|
|
|
3
21
|
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ EXAMPLES
|
|
|
47
47
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.11/src/commands/jayree/manifest/cleanup.ts)_
|
|
51
51
|
|
|
52
52
|
### `sf jayree manifest generate`
|
|
53
53
|
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
|
88
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.11/src/commands/jayree/manifest/generate.ts)_
|
|
89
89
|
|
|
90
90
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
91
91
|
|
|
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
|
|
|
168
168
|
The location can be an absolute path or relative to the current working directory.
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.
|
|
171
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.11/src/commands/jayree/manifest/git/diff.ts)_
|
|
172
172
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.1.
|
|
12
|
+
"@jayree/changelog": "^1.1.12",
|
|
13
13
|
"@oclif/core": "^3.26.6",
|
|
14
14
|
"@salesforce/core": "^7.3.6",
|
|
15
15
|
"@salesforce/kit": "^3.1.1",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "^11.4.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"chalk": "^5.3.0",
|
|
20
20
|
"debug": "^4.3.4",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
30
|
-
"@oclif/plugin-help": "^6.0.
|
|
30
|
+
"@oclif/plugin-help": "^6.0.22",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
|
32
|
-
"@salesforce/dev-scripts": "^9.1.
|
|
32
|
+
"@salesforce/dev-scripts": "^9.1.2",
|
|
33
33
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
34
34
|
"@types/debug": "^4.1.12",
|
|
35
35
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-prettier": "^5.1.3",
|
|
41
41
|
"eslint-plugin-sf-plugin": "^1.18.3",
|
|
42
42
|
"is-ci": "^3.0.1",
|
|
43
|
-
"oclif": "^4.10.
|
|
43
|
+
"oclif": "^4.10.11",
|
|
44
44
|
"patch-package": "^8.0.0",
|
|
45
45
|
"prettier": "^3.2.5",
|
|
46
46
|
"pretty-quick": "^4.0.0",
|
|
@@ -4108,16 +4108,16 @@
|
|
|
4108
4108
|
}
|
|
4109
4109
|
},
|
|
4110
4110
|
"node_modules/@jayree/changelog": {
|
|
4111
|
-
"version": "1.1.
|
|
4112
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.1.
|
|
4113
|
-
"integrity": "sha512-
|
|
4111
|
+
"version": "1.1.12",
|
|
4112
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.1.12.tgz",
|
|
4113
|
+
"integrity": "sha512-DxBqyIBr8m/gk3iT3M29a3jckajATWzRnNdsX4plZMfr2Xn3oOxobeZX5goWHGC0+YOwQmtW60CtwKimssAWMQ==",
|
|
4114
4114
|
"license": "BSD-3-Clause",
|
|
4115
4115
|
"dependencies": {
|
|
4116
4116
|
"debug": "^4.3.4",
|
|
4117
4117
|
"fs-extra": "^11.2.0",
|
|
4118
|
-
"marked": "^12.0.
|
|
4118
|
+
"marked": "^12.0.2",
|
|
4119
4119
|
"marked-terminal": "^7.0.0",
|
|
4120
|
-
"semver": "^7.
|
|
4120
|
+
"semver": "^7.6.2",
|
|
4121
4121
|
"semver-compare": "^1.0.0"
|
|
4122
4122
|
},
|
|
4123
4123
|
"engines": {
|
|
@@ -4509,22 +4509,22 @@
|
|
|
4509
4509
|
}
|
|
4510
4510
|
},
|
|
4511
4511
|
"node_modules/@oclif/plugin-help": {
|
|
4512
|
-
"version": "6.0.
|
|
4513
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
4514
|
-
"integrity": "sha512-
|
|
4512
|
+
"version": "6.0.22",
|
|
4513
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.22.tgz",
|
|
4514
|
+
"integrity": "sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==",
|
|
4515
4515
|
"dev": true,
|
|
4516
4516
|
"license": "MIT",
|
|
4517
4517
|
"dependencies": {
|
|
4518
|
-
"@oclif/core": "^3.26.
|
|
4518
|
+
"@oclif/core": "^3.26.6"
|
|
4519
4519
|
},
|
|
4520
4520
|
"engines": {
|
|
4521
4521
|
"node": ">=18.0.0"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
"node_modules/@oclif/plugin-not-found": {
|
|
4525
|
-
"version": "3.1.
|
|
4526
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
4527
|
-
"integrity": "sha512-
|
|
4525
|
+
"version": "3.1.9",
|
|
4526
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz",
|
|
4527
|
+
"integrity": "sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==",
|
|
4528
4528
|
"dev": true,
|
|
4529
4529
|
"license": "MIT",
|
|
4530
4530
|
"dependencies": {
|
|
@@ -4757,9 +4757,9 @@
|
|
|
4757
4757
|
"license": "BSD-3-Clause"
|
|
4758
4758
|
},
|
|
4759
4759
|
"node_modules/@salesforce/dev-scripts": {
|
|
4760
|
-
"version": "9.1.
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.
|
|
4762
|
-
"integrity": "sha512-
|
|
4760
|
+
"version": "9.1.2",
|
|
4761
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz",
|
|
4762
|
+
"integrity": "sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==",
|
|
4763
4763
|
"dev": true,
|
|
4764
4764
|
"license": "BSD-3-Clause",
|
|
4765
4765
|
"dependencies": {
|
|
@@ -5010,9 +5010,9 @@
|
|
|
5010
5010
|
}
|
|
5011
5011
|
},
|
|
5012
5012
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5013
|
-
"version": "11.4.
|
|
5014
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.
|
|
5015
|
-
"integrity": "sha512
|
|
5013
|
+
"version": "11.4.4",
|
|
5014
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.4.tgz",
|
|
5015
|
+
"integrity": "sha512-6dohRR9t6Aj2mbHzfYtbphxqxF83AwmAjkFFQPB6+Yn1ceVKmJjd0WY23fgWTTaTum+2pnw9XA35qwu4naBCVw==",
|
|
5016
5016
|
"license": "BSD-3-Clause",
|
|
5017
5017
|
"dependencies": {
|
|
5018
5018
|
"@salesforce/core": "^7.3.5",
|
|
@@ -12254,9 +12254,9 @@
|
|
|
12254
12254
|
}
|
|
12255
12255
|
},
|
|
12256
12256
|
"node_modules/marked": {
|
|
12257
|
-
"version": "12.0.
|
|
12258
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.
|
|
12259
|
-
"integrity": "sha512-
|
|
12257
|
+
"version": "12.0.2",
|
|
12258
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
|
|
12259
|
+
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
|
|
12260
12260
|
"license": "MIT",
|
|
12261
12261
|
"bin": {
|
|
12262
12262
|
"marked": "bin/marked.js"
|
|
@@ -13153,9 +13153,9 @@
|
|
|
13153
13153
|
}
|
|
13154
13154
|
},
|
|
13155
13155
|
"node_modules/oclif": {
|
|
13156
|
-
"version": "4.10.
|
|
13157
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.
|
|
13158
|
-
"integrity": "sha512-
|
|
13156
|
+
"version": "4.10.11",
|
|
13157
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.11.tgz",
|
|
13158
|
+
"integrity": "sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==",
|
|
13159
13159
|
"dev": true,
|
|
13160
13160
|
"license": "MIT",
|
|
13161
13161
|
"dependencies": {
|
|
@@ -13166,7 +13166,7 @@
|
|
|
13166
13166
|
"@inquirer/select": "^2.3.2",
|
|
13167
13167
|
"@oclif/core": "^3.26.5",
|
|
13168
13168
|
"@oclif/plugin-help": "^6.0.21",
|
|
13169
|
-
"@oclif/plugin-not-found": "^3.1.
|
|
13169
|
+
"@oclif/plugin-not-found": "^3.1.9",
|
|
13170
13170
|
"@oclif/plugin-warn-if-update-available": "^3.0.18",
|
|
13171
13171
|
"async-retry": "^1.3.3",
|
|
13172
13172
|
"chalk": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1601,16 +1601,16 @@
|
|
|
1601
1601
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1602
1602
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1603
1603
|
|
|
1604
|
-
"@jayree/changelog@^1.1.
|
|
1605
|
-
version "1.1.
|
|
1606
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.
|
|
1607
|
-
integrity sha512-
|
|
1604
|
+
"@jayree/changelog@^1.1.12":
|
|
1605
|
+
version "1.1.12"
|
|
1606
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.12.tgz#23f77f04703a3dd82b15068167191c43f9715c19"
|
|
1607
|
+
integrity sha512-DxBqyIBr8m/gk3iT3M29a3jckajATWzRnNdsX4plZMfr2Xn3oOxobeZX5goWHGC0+YOwQmtW60CtwKimssAWMQ==
|
|
1608
1608
|
dependencies:
|
|
1609
1609
|
debug "^4.3.4"
|
|
1610
1610
|
fs-extra "^11.2.0"
|
|
1611
|
-
marked "^12.0.
|
|
1611
|
+
marked "^12.0.2"
|
|
1612
1612
|
marked-terminal "^7.0.0"
|
|
1613
|
-
semver "^7.
|
|
1613
|
+
semver "^7.6.2"
|
|
1614
1614
|
semver-compare "^1.0.0"
|
|
1615
1615
|
|
|
1616
1616
|
"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1695
1695
|
fastq "^1.6.0"
|
|
1696
1696
|
|
|
1697
|
-
"@oclif/core@3.26.6", "@oclif/core@^3.26.
|
|
1697
|
+
"@oclif/core@3.26.6", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
|
|
1698
1698
|
version "3.26.6"
|
|
1699
1699
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
|
|
1700
1700
|
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
|
|
@@ -1744,17 +1744,17 @@
|
|
|
1744
1744
|
semver "^7.6.0"
|
|
1745
1745
|
ts-json-schema-generator "^1.5.1"
|
|
1746
1746
|
|
|
1747
|
-
"@oclif/plugin-help@^6.0.21":
|
|
1748
|
-
version "6.0.
|
|
1749
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
1750
|
-
integrity sha512-
|
|
1747
|
+
"@oclif/plugin-help@^6.0.21", "@oclif/plugin-help@^6.0.22":
|
|
1748
|
+
version "6.0.22"
|
|
1749
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.22.tgz#dca96ad1c28a68170e0bbf9f8f93f7dd171e4667"
|
|
1750
|
+
integrity sha512-IPgUvPSdZMCHzCwCRVDUMWtFkWZSoU6Z7igNclugLIpF3Ac3vKkZGguWZ+SLK3e7012etDzgAHjXFELYOqqbsw==
|
|
1751
1751
|
dependencies:
|
|
1752
|
-
"@oclif/core" "^3.26.
|
|
1752
|
+
"@oclif/core" "^3.26.6"
|
|
1753
1753
|
|
|
1754
|
-
"@oclif/plugin-not-found@^3.1.
|
|
1755
|
-
version "3.1.
|
|
1756
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.
|
|
1757
|
-
integrity sha512-
|
|
1754
|
+
"@oclif/plugin-not-found@^3.1.9":
|
|
1755
|
+
version "3.1.9"
|
|
1756
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz#fcae1378761be98e774aa11d36ebef69019fd09b"
|
|
1757
|
+
integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
|
|
1758
1758
|
dependencies:
|
|
1759
1759
|
"@inquirer/confirm" "^3.1.6"
|
|
1760
1760
|
"@oclif/core" "^3.26.5"
|
|
@@ -1826,10 +1826,10 @@
|
|
|
1826
1826
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1827
1827
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1828
1828
|
|
|
1829
|
-
"@salesforce/dev-scripts@^9.1.
|
|
1830
|
-
version "9.1.
|
|
1831
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.1.
|
|
1832
|
-
integrity sha512-
|
|
1829
|
+
"@salesforce/dev-scripts@^9.1.2":
|
|
1830
|
+
version "9.1.2"
|
|
1831
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz#41180b427bc4d97acd6667410f6b7642bfc000fe"
|
|
1832
|
+
integrity sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==
|
|
1833
1833
|
dependencies:
|
|
1834
1834
|
"@commitlint/cli" "^17.1.2"
|
|
1835
1835
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1889,10 +1889,10 @@
|
|
|
1889
1889
|
"@salesforce/ts-types" "^2.0.9"
|
|
1890
1890
|
chalk "^5.3.0"
|
|
1891
1891
|
|
|
1892
|
-
"@salesforce/source-deploy-retrieve@^11.4.
|
|
1893
|
-
version "11.4.
|
|
1894
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.
|
|
1895
|
-
integrity sha512
|
|
1892
|
+
"@salesforce/source-deploy-retrieve@^11.4.4":
|
|
1893
|
+
version "11.4.4"
|
|
1894
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.4.tgz#c853e0888c6a5b64c4af3e705010ef1a6dac4c13"
|
|
1895
|
+
integrity sha512-6dohRR9t6Aj2mbHzfYtbphxqxF83AwmAjkFFQPB6+Yn1ceVKmJjd0WY23fgWTTaTum+2pnw9XA35qwu4naBCVw==
|
|
1896
1896
|
dependencies:
|
|
1897
1897
|
"@salesforce/core" "^7.3.5"
|
|
1898
1898
|
"@salesforce/kit" "^3.1.1"
|
|
@@ -6557,10 +6557,10 @@ marked@^10.0.0:
|
|
|
6557
6557
|
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
6558
6558
|
integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
|
|
6559
6559
|
|
|
6560
|
-
marked@^12.0.
|
|
6561
|
-
version "12.0.
|
|
6562
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.
|
|
6563
|
-
integrity sha512-
|
|
6560
|
+
marked@^12.0.2:
|
|
6561
|
+
version "12.0.2"
|
|
6562
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e"
|
|
6563
|
+
integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==
|
|
6564
6564
|
|
|
6565
6565
|
marked@^4.3.0:
|
|
6566
6566
|
version "4.3.0"
|
|
@@ -7007,10 +7007,10 @@ object.values@^1.1.7:
|
|
|
7007
7007
|
define-properties "^1.2.0"
|
|
7008
7008
|
es-abstract "^1.22.1"
|
|
7009
7009
|
|
|
7010
|
-
oclif@^4.10.
|
|
7011
|
-
version "4.10.
|
|
7012
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.
|
|
7013
|
-
integrity sha512-
|
|
7010
|
+
oclif@^4.10.11:
|
|
7011
|
+
version "4.10.11"
|
|
7012
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.11.tgz#15c85f67d4d8c57a496261d1a4fc95596f85d32c"
|
|
7013
|
+
integrity sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==
|
|
7014
7014
|
dependencies:
|
|
7015
7015
|
"@aws-sdk/client-cloudfront" "^3.574.0"
|
|
7016
7016
|
"@aws-sdk/client-s3" "^3.569.0"
|
|
@@ -7019,7 +7019,7 @@ oclif@^4.10.10:
|
|
|
7019
7019
|
"@inquirer/select" "^2.3.2"
|
|
7020
7020
|
"@oclif/core" "^3.26.5"
|
|
7021
7021
|
"@oclif/plugin-help" "^6.0.21"
|
|
7022
|
-
"@oclif/plugin-not-found" "^3.1.
|
|
7022
|
+
"@oclif/plugin-not-found" "^3.1.9"
|
|
7023
7023
|
"@oclif/plugin-warn-if-update-available" "^3.0.18"
|
|
7024
7024
|
async-retry "^1.3.3"
|
|
7025
7025
|
chalk "^4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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.2.
|
|
4
|
+
"version": "3.2.11",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.1.
|
|
9
|
+
"@jayree/changelog": "^1.1.12",
|
|
10
10
|
"@oclif/core": "^3.26.6",
|
|
11
11
|
"@salesforce/core": "^7.3.6",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^9.0.10",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^11.4.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^11.4.4",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
17
17
|
"debug": "^4.3.4",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
27
|
-
"@oclif/plugin-help": "^6.0.
|
|
27
|
+
"@oclif/plugin-help": "^6.0.22",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
|
29
|
-
"@salesforce/dev-scripts": "^9.1.
|
|
29
|
+
"@salesforce/dev-scripts": "^9.1.2",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
31
31
|
"@types/debug": "^4.1.12",
|
|
32
32
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"eslint-plugin-prettier": "^5.1.3",
|
|
38
38
|
"eslint-plugin-sf-plugin": "^1.18.3",
|
|
39
39
|
"is-ci": "^3.0.1",
|
|
40
|
-
"oclif": "^4.10.
|
|
40
|
+
"oclif": "^4.10.11",
|
|
41
41
|
"patch-package": "^8.0.0",
|
|
42
42
|
"prettier": "^3.2.5",
|
|
43
43
|
"pretty-quick": "^4.0.0",
|