sfdx-jayree 4.8.197 → 4.8.199
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 +16 -0
- package/README.md +6 -6
- package/npm-shrinkwrap.json +41 -41
- package/oclif.lock +44 -44
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [4.8.199](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.198...v4.8.199) (2026-04-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.167 to 1.2.168 ([#1953](https://github.com/jayree/sfdx-jayree-plugin/issues/1953)) ([5475958](https://github.com/jayree/sfdx-jayree-plugin/commit/5475958742328a120a6608143a170b63b56ce696))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.163 to 1.3.164 ([#1951](https://github.com/jayree/sfdx-jayree-plugin/issues/1951)) ([2e22e59](https://github.com/jayree/sfdx-jayree-plugin/commit/2e22e59b5502b10b5ad5eb08699ed25d1b462069))
|
|
8
|
+
* **deps:** bump basic-ftp from 5.2.2 to 5.3.0 ([#1948](https://github.com/jayree/sfdx-jayree-plugin/issues/1948)) ([af96183](https://github.com/jayree/sfdx-jayree-plugin/commit/af9618325a6b072098ef8cc24d1b1ceee2358301))
|
|
9
|
+
|
|
10
|
+
## [4.8.198](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.197...v4.8.198) (2026-04-16)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump follow-redirects from 1.15.11 to 1.16.0 ([#1947](https://github.com/jayree/sfdx-jayree-plugin/issues/1947)) ([b99d53d](https://github.com/jayree/sfdx-jayree-plugin/commit/b99d53dc00911e7f5d6009ef345ae522901adcb1))
|
|
16
|
+
|
|
1
17
|
## [4.8.197](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.196...v4.8.197) (2026-04-11)
|
|
2
18
|
|
|
3
19
|
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ EXAMPLES
|
|
|
61
61
|
...
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/flow/get/coverage.ts)_
|
|
65
65
|
|
|
66
66
|
### `sfdx jayree manifest cleanup`
|
|
67
67
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
241
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/org/configure/index.ts)_
|
|
242
242
|
|
|
243
243
|
### `sfdx jayree org configure country`
|
|
244
244
|
|
|
@@ -258,7 +258,7 @@ GLOBAL FLAGS
|
|
|
258
258
|
--json Format output as json.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
261
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/org/configure/country.ts)_
|
|
262
262
|
|
|
263
263
|
### `sfdx jayree org configure state`
|
|
264
264
|
|
|
@@ -283,7 +283,7 @@ GLOBAL FLAGS
|
|
|
283
283
|
--json Format output as json.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
286
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/org/configure/state.ts)_
|
|
287
287
|
|
|
288
288
|
### `sfdx jayree org get settings`
|
|
289
289
|
|
|
@@ -313,7 +313,7 @@ EXAMPLES
|
|
|
313
313
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
316
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/org/get/settings.ts)_
|
|
317
317
|
|
|
318
318
|
### `sfdx jayree org stream`
|
|
319
319
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
...
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
348
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.168/src/commands/jayree/org/stream.ts)_
|
|
349
349
|
|
|
350
350
|
### `sfdx jayree project compare snapshot`
|
|
351
351
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.199",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.199",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.168",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.164",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.163"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.44",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
21
21
|
"c8": "^11.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"oclif": "^4.23.0",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
|
-
"prettier": "^3.8.
|
|
29
|
+
"prettier": "^3.8.3",
|
|
30
30
|
"pretty-quick": "^4.2.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.9.3"
|
|
@@ -5127,18 +5127,18 @@
|
|
|
5127
5127
|
"license": "MIT"
|
|
5128
5128
|
},
|
|
5129
5129
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
5130
|
-
"version": "1.2.
|
|
5131
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
5132
|
-
"integrity": "sha512-
|
|
5130
|
+
"version": "1.2.168",
|
|
5131
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.168.tgz",
|
|
5132
|
+
"integrity": "sha512-BJ9BMh3qENzTSZUY57LcPHKpxKIMX1nCdp5XCjKF4AWwTQPvL8yNKWrQAwZ5eP1Dn5zoKC+Cn1Y1pFWUHBJ6jg==",
|
|
5133
5133
|
"license": "Apache-2.0",
|
|
5134
5134
|
"dependencies": {
|
|
5135
5135
|
"@jayree/changelog": "^1.2.28",
|
|
5136
5136
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5137
5137
|
"@listr2/prompt-adapter-enquirer": "^3.0.5",
|
|
5138
5138
|
"@oclif/core": "^4.10.5",
|
|
5139
|
-
"@salesforce/core": "^8.28.
|
|
5139
|
+
"@salesforce/core": "^8.28.3",
|
|
5140
5140
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5141
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5141
|
+
"@salesforce/source-deploy-retrieve": "^12.32.8",
|
|
5142
5142
|
"@salesforce/ts-types": "^2.0.12",
|
|
5143
5143
|
"chalk": "^5.6.2",
|
|
5144
5144
|
"cli-progress": "^3.12.0",
|
|
@@ -5151,7 +5151,7 @@
|
|
|
5151
5151
|
"listr2": "^9.0.5",
|
|
5152
5152
|
"log-update": "^7.2.0",
|
|
5153
5153
|
"playwright-chromium": "^1.59.1",
|
|
5154
|
-
"tabletojson": "4.1.
|
|
5154
|
+
"tabletojson": "4.1.10",
|
|
5155
5155
|
"tslib": "^2.8.1",
|
|
5156
5156
|
"wrap-ansi": "^9.0.2"
|
|
5157
5157
|
},
|
|
@@ -5316,23 +5316,23 @@
|
|
|
5316
5316
|
}
|
|
5317
5317
|
},
|
|
5318
5318
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
5319
|
-
"version": "1.3.
|
|
5320
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
5321
|
-
"integrity": "sha512-
|
|
5319
|
+
"version": "1.3.164",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.164.tgz",
|
|
5321
|
+
"integrity": "sha512-QTzCqd0ZNWP030V/kk6HyidevHL2JyR0QDXxe0g4l3q99D371O9DGPtVPmvJLD1nrjwv6+mulnH3FoX+EX9Usg==",
|
|
5322
5322
|
"license": "Apache-2.0",
|
|
5323
5323
|
"dependencies": {
|
|
5324
5324
|
"@jayree/changelog": "^1.2.28",
|
|
5325
5325
|
"@oclif/core": "^4.10.5",
|
|
5326
5326
|
"@prettier/plugin-xml": "^3.4.2",
|
|
5327
|
-
"@salesforce/core": "^8.28.
|
|
5327
|
+
"@salesforce/core": "^8.28.3",
|
|
5328
5328
|
"@salesforce/kit": "^3.2.6",
|
|
5329
5329
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5330
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
5330
|
+
"@salesforce/source-deploy-retrieve": "^12.32.8",
|
|
5331
5331
|
"cli-progress": "^3.12.0",
|
|
5332
5332
|
"debug": "^4.4.1",
|
|
5333
5333
|
"fs-extra": "^11.3.4",
|
|
5334
5334
|
"ignore": "^7.0.4",
|
|
5335
|
-
"prettier": "^3.8.
|
|
5335
|
+
"prettier": "^3.8.3",
|
|
5336
5336
|
"prettier-plugin-apex": "^2.2.6",
|
|
5337
5337
|
"tslib": "^2.8.1"
|
|
5338
5338
|
},
|
|
@@ -5881,9 +5881,9 @@
|
|
|
5881
5881
|
}
|
|
5882
5882
|
},
|
|
5883
5883
|
"node_modules/@oclif/plugin-help": {
|
|
5884
|
-
"version": "6.2.
|
|
5885
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
5886
|
-
"integrity": "sha512-
|
|
5884
|
+
"version": "6.2.44",
|
|
5885
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.44.tgz",
|
|
5886
|
+
"integrity": "sha512-x03Se2LtlOOlGfTuuubt5C4Z8NHeR4zKXtVnfycuLU+2VOMu2WpsGy9nbs3nYuInuvsIY1BizjVaTjUz060Sig==",
|
|
5887
5887
|
"dev": true,
|
|
5888
5888
|
"license": "MIT",
|
|
5889
5889
|
"dependencies": {
|
|
@@ -6100,9 +6100,9 @@
|
|
|
6100
6100
|
}
|
|
6101
6101
|
},
|
|
6102
6102
|
"node_modules/@salesforce/core": {
|
|
6103
|
-
"version": "8.28.
|
|
6104
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.
|
|
6105
|
-
"integrity": "sha512-
|
|
6103
|
+
"version": "8.28.3",
|
|
6104
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
|
|
6105
|
+
"integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
|
|
6106
6106
|
"license": "BSD-3-Clause",
|
|
6107
6107
|
"dependencies": {
|
|
6108
6108
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -6404,9 +6404,9 @@
|
|
|
6404
6404
|
}
|
|
6405
6405
|
},
|
|
6406
6406
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6407
|
-
"version": "12.32.
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
6409
|
-
"integrity": "sha512-
|
|
6407
|
+
"version": "12.32.8",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz",
|
|
6409
|
+
"integrity": "sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==",
|
|
6410
6410
|
"license": "Apache-2.0",
|
|
6411
6411
|
"dependencies": {
|
|
6412
6412
|
"@salesforce/core": "^8.27.1",
|
|
@@ -6414,13 +6414,13 @@
|
|
|
6414
6414
|
"@salesforce/ts-types": "^2.0.12",
|
|
6415
6415
|
"@salesforce/types": "^1.6.0",
|
|
6416
6416
|
"fast-levenshtein": "^3.0.0",
|
|
6417
|
-
"fast-xml-parser": "^5.5.
|
|
6417
|
+
"fast-xml-parser": "^5.5.11",
|
|
6418
6418
|
"got": "^11.8.6",
|
|
6419
6419
|
"graceful-fs": "^4.2.11",
|
|
6420
6420
|
"ignore": "^5.3.2",
|
|
6421
6421
|
"jszip": "^3.10.1",
|
|
6422
6422
|
"mime": "2.6.0",
|
|
6423
|
-
"minimatch": "^9.0.
|
|
6423
|
+
"minimatch": "^9.0.9",
|
|
6424
6424
|
"proxy-agent": "^6.5.0",
|
|
6425
6425
|
"yaml": "^2.8.3"
|
|
6426
6426
|
},
|
|
@@ -8513,9 +8513,9 @@
|
|
|
8513
8513
|
}
|
|
8514
8514
|
},
|
|
8515
8515
|
"node_modules/basic-ftp": {
|
|
8516
|
-
"version": "5.
|
|
8517
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.
|
|
8518
|
-
"integrity": "sha512-
|
|
8516
|
+
"version": "5.3.0",
|
|
8517
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz",
|
|
8518
|
+
"integrity": "sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==",
|
|
8519
8519
|
"license": "MIT",
|
|
8520
8520
|
"engines": {
|
|
8521
8521
|
"node": ">=10.0.0"
|
|
@@ -11863,9 +11863,9 @@
|
|
|
11863
11863
|
"license": "ISC"
|
|
11864
11864
|
},
|
|
11865
11865
|
"node_modules/follow-redirects": {
|
|
11866
|
-
"version": "1.
|
|
11867
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
11868
|
-
"integrity": "sha512-
|
|
11866
|
+
"version": "1.16.0",
|
|
11867
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
11868
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
11869
11869
|
"funding": [
|
|
11870
11870
|
{
|
|
11871
11871
|
"type": "individual",
|
|
@@ -17132,9 +17132,9 @@
|
|
|
17132
17132
|
}
|
|
17133
17133
|
},
|
|
17134
17134
|
"node_modules/prettier": {
|
|
17135
|
-
"version": "3.8.
|
|
17136
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
17137
|
-
"integrity": "sha512-
|
|
17135
|
+
"version": "3.8.3",
|
|
17136
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
|
|
17137
|
+
"integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
|
|
17138
17138
|
"license": "MIT",
|
|
17139
17139
|
"bin": {
|
|
17140
17140
|
"prettier": "bin/prettier.cjs"
|
|
@@ -18878,9 +18878,9 @@
|
|
|
18878
18878
|
}
|
|
18879
18879
|
},
|
|
18880
18880
|
"node_modules/tabletojson": {
|
|
18881
|
-
"version": "4.1.
|
|
18882
|
-
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
18883
|
-
"integrity": "sha512
|
|
18881
|
+
"version": "4.1.10",
|
|
18882
|
+
"resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.10.tgz",
|
|
18883
|
+
"integrity": "sha512-hvYEHg+iXpXrlOXXwa9waMJ2hgFPKHxgmHKnoN1lbi6rPcKS1rswMi0fhlqAHxmuz4st9gKcYGbuiKAfftM4wg==",
|
|
18884
18884
|
"license": "ISC",
|
|
18885
18885
|
"dependencies": {
|
|
18886
18886
|
"cheerio": "^1.2.0"
|
package/oclif.lock
CHANGED
|
@@ -1629,18 +1629,18 @@
|
|
|
1629
1629
|
graceful-fs "^4.2.11"
|
|
1630
1630
|
isomorphic-git "1.36.3"
|
|
1631
1631
|
|
|
1632
|
-
"@jayree/sfdx-plugin-org@^1.2.
|
|
1633
|
-
version "1.2.
|
|
1634
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
1635
|
-
integrity sha512-
|
|
1632
|
+
"@jayree/sfdx-plugin-org@^1.2.168":
|
|
1633
|
+
version "1.2.168"
|
|
1634
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.168.tgz"
|
|
1635
|
+
integrity sha512-BJ9BMh3qENzTSZUY57LcPHKpxKIMX1nCdp5XCjKF4AWwTQPvL8yNKWrQAwZ5eP1Dn5zoKC+Cn1Y1pFWUHBJ6jg==
|
|
1636
1636
|
dependencies:
|
|
1637
1637
|
"@jayree/changelog" "^1.2.28"
|
|
1638
1638
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
1639
1639
|
"@listr2/prompt-adapter-enquirer" "^3.0.5"
|
|
1640
1640
|
"@oclif/core" "^4.10.5"
|
|
1641
|
-
"@salesforce/core" "^8.28.
|
|
1641
|
+
"@salesforce/core" "^8.28.3"
|
|
1642
1642
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1643
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
1643
|
+
"@salesforce/source-deploy-retrieve" "^12.32.8"
|
|
1644
1644
|
"@salesforce/ts-types" "^2.0.12"
|
|
1645
1645
|
chalk "^5.6.2"
|
|
1646
1646
|
cli-progress "^3.12.0"
|
|
@@ -1653,27 +1653,27 @@
|
|
|
1653
1653
|
listr2 "^9.0.5"
|
|
1654
1654
|
log-update "^7.2.0"
|
|
1655
1655
|
playwright-chromium "^1.59.1"
|
|
1656
|
-
tabletojson "4.1.
|
|
1656
|
+
tabletojson "4.1.10"
|
|
1657
1657
|
tslib "^2.8.1"
|
|
1658
1658
|
wrap-ansi "^9.0.2"
|
|
1659
1659
|
|
|
1660
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1661
|
-
version "1.3.
|
|
1662
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1663
|
-
integrity sha512-
|
|
1660
|
+
"@jayree/sfdx-plugin-prettier@^1.3.164":
|
|
1661
|
+
version "1.3.164"
|
|
1662
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.164.tgz"
|
|
1663
|
+
integrity sha512-QTzCqd0ZNWP030V/kk6HyidevHL2JyR0QDXxe0g4l3q99D371O9DGPtVPmvJLD1nrjwv6+mulnH3FoX+EX9Usg==
|
|
1664
1664
|
dependencies:
|
|
1665
1665
|
"@jayree/changelog" "^1.2.28"
|
|
1666
1666
|
"@oclif/core" "^4.10.5"
|
|
1667
1667
|
"@prettier/plugin-xml" "^3.4.2"
|
|
1668
|
-
"@salesforce/core" "^8.28.
|
|
1668
|
+
"@salesforce/core" "^8.28.3"
|
|
1669
1669
|
"@salesforce/kit" "^3.2.6"
|
|
1670
1670
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
1671
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
1671
|
+
"@salesforce/source-deploy-retrieve" "^12.32.8"
|
|
1672
1672
|
cli-progress "^3.12.0"
|
|
1673
1673
|
debug "^4.4.1"
|
|
1674
1674
|
fs-extra "^11.3.4"
|
|
1675
1675
|
ignore "^7.0.4"
|
|
1676
|
-
prettier "^3.8.
|
|
1676
|
+
prettier "^3.8.3"
|
|
1677
1677
|
prettier-plugin-apex "^2.2.6"
|
|
1678
1678
|
tslib "^2.8.1"
|
|
1679
1679
|
|
|
@@ -1891,10 +1891,10 @@
|
|
|
1891
1891
|
wordwrap "^1.0.0"
|
|
1892
1892
|
wrap-ansi "^7.0.0"
|
|
1893
1893
|
|
|
1894
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1895
|
-
version "6.2.
|
|
1896
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1897
|
-
integrity sha512-
|
|
1894
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.44":
|
|
1895
|
+
version "6.2.44"
|
|
1896
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.44.tgz"
|
|
1897
|
+
integrity sha512-x03Se2LtlOOlGfTuuubt5C4Z8NHeR4zKXtVnfycuLU+2VOMu2WpsGy9nbs3nYuInuvsIY1BizjVaTjUz060Sig==
|
|
1898
1898
|
dependencies:
|
|
1899
1899
|
"@oclif/core" "^4"
|
|
1900
1900
|
|
|
@@ -2001,10 +2001,10 @@
|
|
|
2001
2001
|
dependencies:
|
|
2002
2002
|
"@xml-tools/parser" "^1.0.11"
|
|
2003
2003
|
|
|
2004
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1":
|
|
2005
|
-
version "8.28.
|
|
2006
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.
|
|
2007
|
-
integrity sha512-
|
|
2004
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3":
|
|
2005
|
+
version "8.28.3"
|
|
2006
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz"
|
|
2007
|
+
integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
|
|
2008
2008
|
dependencies:
|
|
2009
2009
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2010
2010
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2091,23 +2091,23 @@
|
|
|
2091
2091
|
cli-progress "^3.12.0"
|
|
2092
2092
|
terminal-link "^3.0.0"
|
|
2093
2093
|
|
|
2094
|
-
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.1", "@salesforce/source-deploy-retrieve@^12.32.3":
|
|
2095
|
-
version "12.32.
|
|
2096
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2097
|
-
integrity sha512-
|
|
2094
|
+
"@salesforce/source-deploy-retrieve@^12.31.8", "@salesforce/source-deploy-retrieve@^12.32.1", "@salesforce/source-deploy-retrieve@^12.32.3", "@salesforce/source-deploy-retrieve@^12.32.8":
|
|
2095
|
+
version "12.32.8"
|
|
2096
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.8.tgz"
|
|
2097
|
+
integrity sha512-1vTWVGmrrDZSixJjDOb2NfrIsbio9xuUaVcGZpxCfTgcEnggekxMkzq0vSqebgbi9cibLn/3BUkSSuEhsDK8Rw==
|
|
2098
2098
|
dependencies:
|
|
2099
2099
|
"@salesforce/core" "^8.27.1"
|
|
2100
2100
|
"@salesforce/kit" "^3.2.4"
|
|
2101
2101
|
"@salesforce/ts-types" "^2.0.12"
|
|
2102
2102
|
"@salesforce/types" "^1.6.0"
|
|
2103
2103
|
fast-levenshtein "^3.0.0"
|
|
2104
|
-
fast-xml-parser "^5.5.
|
|
2104
|
+
fast-xml-parser "^5.5.11"
|
|
2105
2105
|
got "^11.8.6"
|
|
2106
2106
|
graceful-fs "^4.2.11"
|
|
2107
2107
|
ignore "^5.3.2"
|
|
2108
2108
|
jszip "^3.10.1"
|
|
2109
2109
|
mime "2.6.0"
|
|
2110
|
-
minimatch "^9.0.
|
|
2110
|
+
minimatch "^9.0.9"
|
|
2111
2111
|
proxy-agent "^6.5.0"
|
|
2112
2112
|
yaml "^2.8.3"
|
|
2113
2113
|
|
|
@@ -3597,9 +3597,9 @@ base64url@^3.0.1:
|
|
|
3597
3597
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
3598
3598
|
|
|
3599
3599
|
basic-ftp@^5.0.2:
|
|
3600
|
-
version "5.
|
|
3601
|
-
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.
|
|
3602
|
-
integrity sha512-
|
|
3600
|
+
version "5.3.0"
|
|
3601
|
+
resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz"
|
|
3602
|
+
integrity sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==
|
|
3603
3603
|
|
|
3604
3604
|
binary-extensions@^2.0.0:
|
|
3605
3605
|
version "2.2.0"
|
|
@@ -5207,7 +5207,7 @@ fast-xml-parser@^4.5.3:
|
|
|
5207
5207
|
dependencies:
|
|
5208
5208
|
strnum "^1.1.1"
|
|
5209
5209
|
|
|
5210
|
-
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7
|
|
5210
|
+
fast-xml-parser@^5.3.3, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7:
|
|
5211
5211
|
version "5.5.11"
|
|
5212
5212
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz"
|
|
5213
5213
|
integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
|
|
@@ -5360,9 +5360,9 @@ flatted@^3.2.9:
|
|
|
5360
5360
|
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
5361
5361
|
|
|
5362
5362
|
follow-redirects@^1.15.11:
|
|
5363
|
-
version "1.
|
|
5364
|
-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
5365
|
-
integrity sha512-
|
|
5363
|
+
version "1.16.0"
|
|
5364
|
+
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz"
|
|
5365
|
+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
|
|
5366
5366
|
|
|
5367
5367
|
for-each@^0.3.3:
|
|
5368
5368
|
version "0.3.3"
|
|
@@ -7321,7 +7321,7 @@ minimatch@^9.0.5:
|
|
|
7321
7321
|
dependencies:
|
|
7322
7322
|
brace-expansion "^2.0.1"
|
|
7323
7323
|
|
|
7324
|
-
minimatch@^9.0.
|
|
7324
|
+
minimatch@^9.0.9:
|
|
7325
7325
|
version "9.0.9"
|
|
7326
7326
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
|
|
7327
7327
|
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
@@ -8204,10 +8204,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
8204
8204
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
8205
8205
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
8206
8206
|
|
|
8207
|
-
prettier@^3.0.0, prettier@^3.8.
|
|
8208
|
-
version "3.8.
|
|
8209
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.
|
|
8210
|
-
integrity sha512-
|
|
8207
|
+
prettier@^3.0.0, prettier@^3.8.3, prettier@>=3.0.0:
|
|
8208
|
+
version "3.8.3"
|
|
8209
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz"
|
|
8210
|
+
integrity sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==
|
|
8211
8211
|
|
|
8212
8212
|
pretty-quick@^3.3.1:
|
|
8213
8213
|
version "3.3.1"
|
|
@@ -9345,10 +9345,10 @@ synckit@^0.11.12:
|
|
|
9345
9345
|
dependencies:
|
|
9346
9346
|
"@pkgr/core" "^0.2.9"
|
|
9347
9347
|
|
|
9348
|
-
tabletojson@4.1.
|
|
9349
|
-
version "4.1.
|
|
9350
|
-
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.
|
|
9351
|
-
integrity sha512
|
|
9348
|
+
tabletojson@4.1.10:
|
|
9349
|
+
version "4.1.10"
|
|
9350
|
+
resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.10.tgz"
|
|
9351
|
+
integrity sha512-hvYEHg+iXpXrlOXXwa9waMJ2hgFPKHxgmHKnoN1lbi6rPcKS1rswMi0fhlqAHxmuz4st9gKcYGbuiKAfftM4wg==
|
|
9352
9352
|
dependencies:
|
|
9353
9353
|
cheerio "^1.2.0"
|
|
9354
9354
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.199",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.168",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.164",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.163"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-help": "^6.2.
|
|
15
|
+
"@oclif/plugin-help": "^6.2.44",
|
|
16
16
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
17
17
|
"@salesforce/ts-sinon": "^1.4.34",
|
|
18
18
|
"c8": "^11.0.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"oclif": "^4.23.0",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
|
-
"prettier": "^3.8.
|
|
26
|
+
"prettier": "^3.8.3",
|
|
27
27
|
"pretty-quick": "^4.2.2",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"typescript": "^5.9.3"
|