sfdx-jayree 4.8.60 → 4.8.61

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## [4.8.61](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.60...v4.8.61) (2024-03-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.57 to 3.1.58 ([#1224](https://github.com/jayree/sfdx-jayree-plugin/issues/1224)) ([63ee6f5](https://github.com/jayree/sfdx-jayree-plugin/commit/63ee6f5124a203245f4cd0a98d665150ab7125e1))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.37 to 1.2.38 ([#1230](https://github.com/jayree/sfdx-jayree-plugin/issues/1230)) ([5903869](https://github.com/jayree/sfdx-jayree-plugin/commit/5903869aa327d1cd840397f083a56169b5d8c156))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.48 to 1.3.49 ([#1227](https://github.com/jayree/sfdx-jayree-plugin/issues/1227)) ([e0ce42d](https://github.com/jayree/sfdx-jayree-plugin/commit/e0ce42df1420930f6a2964a5df08efb5252d1b8f))
9
+ * **deps:** bump follow-redirects from 1.15.5 to 1.15.6 ([#1229](https://github.com/jayree/sfdx-jayree-plugin/issues/1229)) ([9522a22](https://github.com/jayree/sfdx-jayree-plugin/commit/9522a222f12de412be824c29ea9ca24c1a3e0062))
10
+
1
11
  ## [4.8.60](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.59...v4.8.60) (2024-03-08)
2
12
 
3
13
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  ...
61
61
  ```
62
62
 
63
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/flow/get/coverage.ts)_
63
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/flow/get/coverage.ts)_
64
64
 
65
65
  ### `sfdx jayree manifest cleanup`
66
66
 
@@ -88,7 +88,7 @@ EXAMPLES
88
88
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
89
89
  ```
90
90
 
91
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.57/src/commands/jayree/manifest/cleanup.ts)_
91
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/cleanup.ts)_
92
92
 
93
93
  ### `sfdx jayree manifest generate`
94
94
 
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
126
126
  ```
127
127
 
128
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.57/src/commands/jayree/manifest/generate.ts)_
128
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/generate.ts)_
129
129
 
130
130
  ### `sfdx jayree manifest git diff`
131
131
 
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
207
207
  The location can be an absolute path or relative to the current working directory.
208
208
  ```
209
209
 
210
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.57/src/commands/jayree/manifest/git/diff.ts)_
210
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.58/src/commands/jayree/manifest/git/diff.ts)_
211
211
 
212
212
  ### `sfdx jayree org configure`
213
213
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
236
236
  ```
237
237
 
238
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/org/configure/index.ts)_
238
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/index.ts)_
239
239
 
240
240
  ### `sfdx jayree org configure country`
241
241
 
@@ -254,7 +254,7 @@ GLOBAL FLAGS
254
254
  --json Format output as json.
255
255
  ```
256
256
 
257
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/org/configure/country.ts)_
257
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/country.ts)_
258
258
 
259
259
  ### `sfdx jayree org configure state`
260
260
 
@@ -278,7 +278,7 @@ GLOBAL FLAGS
278
278
  --json Format output as json.
279
279
  ```
280
280
 
281
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/org/configure/state.ts)_
281
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/configure/state.ts)_
282
282
 
283
283
  ### `sfdx jayree org get settings`
284
284
 
@@ -307,7 +307,7 @@ EXAMPLES
307
307
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
308
308
  ```
309
309
 
310
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/org/get/settings.ts)_
310
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/get/settings.ts)_
311
311
 
312
312
  ### `sfdx jayree org stream`
313
313
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  ...
339
339
  ```
340
340
 
341
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.37/src/commands/jayree/org/stream.ts)_
341
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.38/src/commands/jayree/org/stream.ts)_
342
342
 
343
343
  ### `sfdx jayree project compare snapshot`
344
344
 
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.60",
3
+ "version": "4.8.61",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.60",
9
+ "version": "4.8.61",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^3.1.57",
13
- "@jayree/sfdx-plugin-org": "^1.2.37",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.48",
12
+ "@jayree/sfdx-plugin-manifest": "^3.1.58",
13
+ "@jayree/sfdx-plugin-org": "^1.2.38",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.49",
15
15
  "@jayree/sfdx-plugin-source": "^1.3.45"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-help": "^6.0.17",
18
+ "@oclif/plugin-help": "^6.0.18",
19
19
  "@salesforce/dev-scripts": "^8.4.2",
20
20
  "@salesforce/ts-sinon": "^1.4.19",
21
21
  "c8": "^9.1.0",
22
22
  "eslint-plugin-prettier": "^5.1.3",
23
23
  "eslint-plugin-sf-plugin": "^1.17.4",
24
24
  "nock": "^13.5.4",
25
- "oclif": "^4.5.2",
25
+ "oclif": "^4.5.4",
26
26
  "patch-package": "^8.0.0",
27
27
  "pinst": "^3.0.0",
28
28
  "prettier": "^3.2.5",
@@ -2517,17 +2517,17 @@
2517
2517
  }
2518
2518
  },
2519
2519
  "node_modules/@jayree/sfdx-plugin-manifest": {
2520
- "version": "3.1.57",
2521
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.57.tgz",
2522
- "integrity": "sha512-LwEhr39DIWmGv/0GPNoaP65ApQXgKVXCmpkdtLU4EACVHetPHirGoQ8pL7csJSxvJiDwjC9ir7yIHjx3NJBwzQ==",
2520
+ "version": "3.1.58",
2521
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.58.tgz",
2522
+ "integrity": "sha512-jzHoUmWWH/dYbWOm87V24+PMT8SkvYTeOMAgqJuXh8yFFDY4G6Bhp9cIoF4RSvN6YFxHUUPdbBmDHKuhWPBueg==",
2523
2523
  "license": "BSD-3-Clause",
2524
2524
  "dependencies": {
2525
2525
  "@jayree/changelog": "^1.1.10",
2526
- "@oclif/core": "^3.23.0",
2527
- "@salesforce/core": "^6.5.5",
2526
+ "@oclif/core": "^3.25.1",
2527
+ "@salesforce/core": "^6.7.1",
2528
2528
  "@salesforce/kit": "^3.0.15",
2529
- "@salesforce/sf-plugins-core": "^7.1.14",
2530
- "@salesforce/source-deploy-retrieve": "^10.5.1",
2529
+ "@salesforce/sf-plugins-core": "^7.1.15",
2530
+ "@salesforce/source-deploy-retrieve": "^10.5.2",
2531
2531
  "@salesforce/ts-types": "^2.0.9",
2532
2532
  "chalk": "^5.3.0",
2533
2533
  "debug": "^4.3.4",
@@ -2555,17 +2555,17 @@
2555
2555
  }
2556
2556
  },
2557
2557
  "node_modules/@jayree/sfdx-plugin-org": {
2558
- "version": "1.2.37",
2559
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.37.tgz",
2560
- "integrity": "sha512-laKKeL3m6gUW6/e3ZGg38Km9pZKAF6r7VP3FxxR0LXs6rdEgP5UT0ZWbsRHi4K+9WPaak3PnPPVXARSINPisyQ==",
2558
+ "version": "1.2.38",
2559
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.38.tgz",
2560
+ "integrity": "sha512-JBjCGDSF0My00SR9lQr1n7ZXB0KpmREDxrC+CjcX5mEGmvzsHj0EukGL0Kb4AShhe7MROmPkpD0+1Dek9iGTSA==",
2561
2561
  "license": "BSD-3-Clause",
2562
2562
  "dependencies": {
2563
2563
  "@jayree/changelog": "^1.1.10",
2564
2564
  "@listr2/prompt-adapter-enquirer": "^2.0.2",
2565
2565
  "@oclif/core": "^3.20.0",
2566
- "@salesforce/core": "^6.7.0",
2567
- "@salesforce/sf-plugins-core": "^7.1.14",
2568
- "@salesforce/source-deploy-retrieve": "^10.5.1",
2566
+ "@salesforce/core": "^6.7.1",
2567
+ "@salesforce/sf-plugins-core": "^7.1.15",
2568
+ "@salesforce/source-deploy-retrieve": "^10.5.2",
2569
2569
  "@salesforce/ts-types": "^2.0.9",
2570
2570
  "chalk": "^5.3.0",
2571
2571
  "cli-truncate": "^4.0.0",
@@ -2578,7 +2578,7 @@
2578
2578
  "listr2": "^8.0.2",
2579
2579
  "log-update": "^6.0.0",
2580
2580
  "playwright-chromium": "^1.42.1",
2581
- "tabletojson": "4.1.1",
2581
+ "tabletojson": "4.1.3",
2582
2582
  "tslib": "^2.6.1",
2583
2583
  "wrap-ansi": "^9.0.0"
2584
2584
  },
@@ -2708,18 +2708,18 @@
2708
2708
  }
2709
2709
  },
2710
2710
  "node_modules/@jayree/sfdx-plugin-prettier": {
2711
- "version": "1.3.48",
2712
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.48.tgz",
2713
- "integrity": "sha512-25Od4+yhSfFeXIzOwTIC5rvjRjh/BGrgXFL6EqkvtpKBr5o9tYD88a5XCouwTAdJqUeYnkOGwI5ffkF15lrK7w==",
2711
+ "version": "1.3.49",
2712
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.49.tgz",
2713
+ "integrity": "sha512-5fzTDavryTMrI73c+V/yAIoVwY3jTvnf/kG8zECZcUWBNxHnRKmWlHBjgj1Qdej6E1C7s9hP5yFivEkGrlLQNA==",
2714
2714
  "license": "BSD-3-Clause",
2715
2715
  "dependencies": {
2716
2716
  "@jayree/changelog": "^1.1.10",
2717
- "@oclif/core": "^3.23.0",
2717
+ "@oclif/core": "^3.25.1",
2718
2718
  "@prettier/plugin-xml": "^3.3.1",
2719
- "@salesforce/core": "^6.5.3",
2719
+ "@salesforce/core": "^6.7.1",
2720
2720
  "@salesforce/kit": "^3.0.15",
2721
- "@salesforce/sf-plugins-core": "^7.1.14",
2722
- "@salesforce/source-deploy-retrieve": "^10.5.1",
2721
+ "@salesforce/sf-plugins-core": "^7.1.15",
2722
+ "@salesforce/source-deploy-retrieve": "^10.5.2",
2723
2723
  "cli-progress": "^3.12.0",
2724
2724
  "debug": "^4.3.4",
2725
2725
  "fs-extra": "^11.2.0",
@@ -3155,9 +3155,9 @@
3155
3155
  }
3156
3156
  },
3157
3157
  "node_modules/@oclif/core": {
3158
- "version": "3.23.0",
3159
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
3160
- "integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
3158
+ "version": "3.25.1",
3159
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.1.tgz",
3160
+ "integrity": "sha512-L0WTgrcXBa1mc7CYxG0W07sRa4Zs5XpFD2HHhck7Xfqq7jnNcKDSuZ/LdqesVCry6eUHMh3C00IhJr6Msk19Iw==",
3161
3161
  "license": "MIT",
3162
3162
  "dependencies": {
3163
3163
  "@types/cli-progress": "^3.11.5",
@@ -3284,13 +3284,13 @@
3284
3284
  }
3285
3285
  },
3286
3286
  "node_modules/@oclif/plugin-help": {
3287
- "version": "6.0.17",
3288
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
3289
- "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
3287
+ "version": "6.0.18",
3288
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
3289
+ "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
3290
3290
  "dev": true,
3291
3291
  "license": "MIT",
3292
3292
  "dependencies": {
3293
- "@oclif/core": "^3.21.0"
3293
+ "@oclif/core": "^3.23.0"
3294
3294
  },
3295
3295
  "engines": {
3296
3296
  "node": ">=18.0.0"
@@ -3535,9 +3535,9 @@
3535
3535
  }
3536
3536
  },
3537
3537
  "node_modules/@salesforce/core": {
3538
- "version": "6.7.0",
3539
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
3540
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
3538
+ "version": "6.7.1",
3539
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
3540
+ "integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
3541
3541
  "license": "BSD-3-Clause",
3542
3542
  "dependencies": {
3543
3543
  "@salesforce/kit": "^3.0.15",
@@ -3903,14 +3903,14 @@
3903
3903
  "license": "ISC"
3904
3904
  },
3905
3905
  "node_modules/@salesforce/sf-plugins-core": {
3906
- "version": "7.1.14",
3907
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
3908
- "integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
3906
+ "version": "7.1.15",
3907
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz",
3908
+ "integrity": "sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==",
3909
3909
  "license": "BSD-3-Clause",
3910
3910
  "dependencies": {
3911
3911
  "@inquirer/confirm": "^2.0.17",
3912
3912
  "@inquirer/password": "^1.1.16",
3913
- "@oclif/core": "^3.19.6",
3913
+ "@oclif/core": "^3.23.0",
3914
3914
  "@salesforce/core": "^6.6.0",
3915
3915
  "@salesforce/kit": "^3.0.15",
3916
3916
  "@salesforce/ts-types": "^2.0.9",
@@ -3933,9 +3933,9 @@
3933
3933
  }
3934
3934
  },
3935
3935
  "node_modules/@salesforce/source-deploy-retrieve": {
3936
- "version": "10.5.1",
3937
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.1.tgz",
3938
- "integrity": "sha512-4xeVhKzi0wpzlwKj06hAL3EjJaRuMyx7xZsTr8T0/GFaEfsML14aUV3imMd0V3DcZRJ2oo+a9UrUYy5KnP76Kw==",
3936
+ "version": "10.5.2",
3937
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz",
3938
+ "integrity": "sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==",
3939
3939
  "license": "BSD-3-Clause",
3940
3940
  "dependencies": {
3941
3941
  "@salesforce/core": "^6.7.0",
@@ -9305,9 +9305,9 @@
9305
9305
  "license": "ISC"
9306
9306
  },
9307
9307
  "node_modules/follow-redirects": {
9308
- "version": "1.15.5",
9309
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
9310
- "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==",
9308
+ "version": "1.15.6",
9309
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
9310
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
9311
9311
  "funding": [
9312
9312
  {
9313
9313
  "type": "individual",
@@ -14339,9 +14339,9 @@
14339
14339
  }
14340
14340
  },
14341
14341
  "node_modules/oclif": {
14342
- "version": "4.5.2",
14343
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.2.tgz",
14344
- "integrity": "sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==",
14342
+ "version": "4.5.4",
14343
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.4.tgz",
14344
+ "integrity": "sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==",
14345
14345
  "dev": true,
14346
14346
  "license": "MIT",
14347
14347
  "dependencies": {
@@ -14349,7 +14349,7 @@
14349
14349
  "@aws-sdk/client-s3": "^3.515.0",
14350
14350
  "@oclif/core": "^3.21.0",
14351
14351
  "@oclif/plugin-help": "^6.0.14",
14352
- "@oclif/plugin-not-found": "^3.0.10",
14352
+ "@oclif/plugin-not-found": "^3.0.14",
14353
14353
  "@oclif/plugin-warn-if-update-available": "^3.0.12",
14354
14354
  "async-retry": "^1.3.3",
14355
14355
  "change-case": "^4",
@@ -17363,9 +17363,9 @@
17363
17363
  }
17364
17364
  },
17365
17365
  "node_modules/tabletojson": {
17366
- "version": "4.1.1",
17367
- "resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.1.tgz",
17368
- "integrity": "sha512-hGH2tY9fLveCl///istEvuRbkGquC1bqdWN3ahgmkqCtvsUJlPQIAsrEidC19HNcMyPjo6rrDnJvL/Fe6YSFdw==",
17366
+ "version": "4.1.3",
17367
+ "resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.3.tgz",
17368
+ "integrity": "sha512-ac63/I5xfW1L162XZY9P1y1CtpZ0Hf7TW+PgRqOEeXFuLhm5D7kg/+7Wm2D6myU1H9qJlr4f+Jiozzq10BFjTg==",
17369
17369
  "license": "ISC",
17370
17370
  "dependencies": {
17371
17371
  "cheerio": "^1.0.0-rc.12"
package/oclif.lock CHANGED
@@ -1209,17 +1209,17 @@
1209
1209
  semver "^7.5.4"
1210
1210
  semver-compare "^1.0.0"
1211
1211
 
1212
- "@jayree/sfdx-plugin-manifest@^3.1.57":
1213
- version "3.1.57"
1214
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.57.tgz"
1215
- integrity sha512-LwEhr39DIWmGv/0GPNoaP65ApQXgKVXCmpkdtLU4EACVHetPHirGoQ8pL7csJSxvJiDwjC9ir7yIHjx3NJBwzQ==
1212
+ "@jayree/sfdx-plugin-manifest@^3.1.58":
1213
+ version "3.1.58"
1214
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.1.58.tgz"
1215
+ integrity sha512-jzHoUmWWH/dYbWOm87V24+PMT8SkvYTeOMAgqJuXh8yFFDY4G6Bhp9cIoF4RSvN6YFxHUUPdbBmDHKuhWPBueg==
1216
1216
  dependencies:
1217
1217
  "@jayree/changelog" "^1.1.10"
1218
- "@oclif/core" "^3.23.0"
1219
- "@salesforce/core" "^6.5.5"
1218
+ "@oclif/core" "^3.25.1"
1219
+ "@salesforce/core" "^6.7.1"
1220
1220
  "@salesforce/kit" "^3.0.15"
1221
- "@salesforce/sf-plugins-core" "^7.1.14"
1222
- "@salesforce/source-deploy-retrieve" "^10.5.1"
1221
+ "@salesforce/sf-plugins-core" "^7.1.15"
1222
+ "@salesforce/source-deploy-retrieve" "^10.5.2"
1223
1223
  "@salesforce/ts-types" "^2.0.9"
1224
1224
  chalk "^5.3.0"
1225
1225
  debug "^4.3.4"
@@ -1230,17 +1230,17 @@
1230
1230
  isomorphic-git "1.25.6"
1231
1231
  tslib "^2.6.2"
1232
1232
 
1233
- "@jayree/sfdx-plugin-org@^1.2.37":
1234
- version "1.2.37"
1235
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.37.tgz"
1236
- integrity sha512-laKKeL3m6gUW6/e3ZGg38Km9pZKAF6r7VP3FxxR0LXs6rdEgP5UT0ZWbsRHi4K+9WPaak3PnPPVXARSINPisyQ==
1233
+ "@jayree/sfdx-plugin-org@^1.2.38":
1234
+ version "1.2.38"
1235
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.38.tgz"
1236
+ integrity sha512-JBjCGDSF0My00SR9lQr1n7ZXB0KpmREDxrC+CjcX5mEGmvzsHj0EukGL0Kb4AShhe7MROmPkpD0+1Dek9iGTSA==
1237
1237
  dependencies:
1238
1238
  "@jayree/changelog" "^1.1.10"
1239
1239
  "@listr2/prompt-adapter-enquirer" "^2.0.2"
1240
1240
  "@oclif/core" "^3.20.0"
1241
- "@salesforce/core" "^6.7.0"
1242
- "@salesforce/sf-plugins-core" "^7.1.14"
1243
- "@salesforce/source-deploy-retrieve" "^10.5.1"
1241
+ "@salesforce/core" "^6.7.1"
1242
+ "@salesforce/sf-plugins-core" "^7.1.15"
1243
+ "@salesforce/source-deploy-retrieve" "^10.5.2"
1244
1244
  "@salesforce/ts-types" "^2.0.9"
1245
1245
  chalk "^5.3.0"
1246
1246
  cli-truncate "^4.0.0"
@@ -1253,22 +1253,22 @@
1253
1253
  listr2 "^8.0.2"
1254
1254
  log-update "^6.0.0"
1255
1255
  playwright-chromium "^1.42.1"
1256
- tabletojson "4.1.1"
1256
+ tabletojson "4.1.3"
1257
1257
  tslib "^2.6.1"
1258
1258
  wrap-ansi "^9.0.0"
1259
1259
 
1260
- "@jayree/sfdx-plugin-prettier@^1.3.48":
1261
- version "1.3.48"
1262
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.48.tgz"
1263
- integrity sha512-25Od4+yhSfFeXIzOwTIC5rvjRjh/BGrgXFL6EqkvtpKBr5o9tYD88a5XCouwTAdJqUeYnkOGwI5ffkF15lrK7w==
1260
+ "@jayree/sfdx-plugin-prettier@^1.3.49":
1261
+ version "1.3.49"
1262
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.49.tgz"
1263
+ integrity sha512-5fzTDavryTMrI73c+V/yAIoVwY3jTvnf/kG8zECZcUWBNxHnRKmWlHBjgj1Qdej6E1C7s9hP5yFivEkGrlLQNA==
1264
1264
  dependencies:
1265
1265
  "@jayree/changelog" "^1.1.10"
1266
- "@oclif/core" "^3.23.0"
1266
+ "@oclif/core" "^3.25.1"
1267
1267
  "@prettier/plugin-xml" "^3.3.1"
1268
- "@salesforce/core" "^6.5.3"
1268
+ "@salesforce/core" "^6.7.1"
1269
1269
  "@salesforce/kit" "^3.0.15"
1270
- "@salesforce/sf-plugins-core" "^7.1.14"
1271
- "@salesforce/source-deploy-retrieve" "^10.5.1"
1270
+ "@salesforce/sf-plugins-core" "^7.1.15"
1271
+ "@salesforce/source-deploy-retrieve" "^10.5.2"
1272
1272
  cli-progress "^3.12.0"
1273
1273
  debug "^4.3.4"
1274
1274
  fs-extra "^11.2.0"
@@ -1564,10 +1564,10 @@
1564
1564
  read-package-json-fast "^3.0.0"
1565
1565
  which "^3.0.0"
1566
1566
 
1567
- "@oclif/core@^3.19.5", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0", "@oclif/core@^3.23.0":
1568
- version "3.23.0"
1569
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz"
1570
- integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
1567
+ "@oclif/core@^3.19.5", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.1":
1568
+ version "3.25.1"
1569
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.25.1.tgz"
1570
+ integrity sha512-L0WTgrcXBa1mc7CYxG0W07sRa4Zs5XpFD2HHhck7Xfqq7jnNcKDSuZ/LdqesVCry6eUHMh3C00IhJr6Msk19Iw==
1571
1571
  dependencies:
1572
1572
  "@types/cli-progress" "^3.11.5"
1573
1573
  ansi-escapes "^4.3.2"
@@ -1598,14 +1598,14 @@
1598
1598
  wordwrap "^1.0.0"
1599
1599
  wrap-ansi "^7.0.0"
1600
1600
 
1601
- "@oclif/plugin-help@^6.0.14", "@oclif/plugin-help@^6.0.17":
1602
- version "6.0.17"
1603
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz"
1604
- integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
1601
+ "@oclif/plugin-help@^6.0.14", "@oclif/plugin-help@^6.0.18":
1602
+ version "6.0.18"
1603
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz"
1604
+ integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
1605
1605
  dependencies:
1606
- "@oclif/core" "^3.21.0"
1606
+ "@oclif/core" "^3.23.0"
1607
1607
 
1608
- "@oclif/plugin-not-found@^3.0.10":
1608
+ "@oclif/plugin-not-found@^3.0.14":
1609
1609
  version "3.0.14"
1610
1610
  resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz"
1611
1611
  integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
@@ -1743,10 +1743,10 @@
1743
1743
  dependencies:
1744
1744
  "@xml-tools/parser" "^1.0.11"
1745
1745
 
1746
- "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
1747
- version "6.7.0"
1748
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz"
1749
- integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
1746
+ "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
1747
+ version "6.7.1"
1748
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz"
1749
+ integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
1750
1750
  dependencies:
1751
1751
  "@salesforce/kit" "^3.0.15"
1752
1752
  "@salesforce/schemas" "^1.6.1"
@@ -1822,23 +1822,23 @@
1822
1822
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz"
1823
1823
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1824
1824
 
1825
- "@salesforce/sf-plugins-core@^7.1.14":
1826
- version "7.1.14"
1827
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz"
1828
- integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==
1825
+ "@salesforce/sf-plugins-core@^7.1.14", "@salesforce/sf-plugins-core@^7.1.15":
1826
+ version "7.1.15"
1827
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz"
1828
+ integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
1829
1829
  dependencies:
1830
1830
  "@inquirer/confirm" "^2.0.17"
1831
1831
  "@inquirer/password" "^1.1.16"
1832
- "@oclif/core" "^3.19.6"
1832
+ "@oclif/core" "^3.23.0"
1833
1833
  "@salesforce/core" "^6.6.0"
1834
1834
  "@salesforce/kit" "^3.0.15"
1835
1835
  "@salesforce/ts-types" "^2.0.9"
1836
1836
  chalk "^5.3.0"
1837
1837
 
1838
- "@salesforce/source-deploy-retrieve@^10.5.1":
1839
- version "10.5.1"
1840
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.1.tgz"
1841
- integrity sha512-4xeVhKzi0wpzlwKj06hAL3EjJaRuMyx7xZsTr8T0/GFaEfsML14aUV3imMd0V3DcZRJ2oo+a9UrUYy5KnP76Kw==
1838
+ "@salesforce/source-deploy-retrieve@^10.5.1", "@salesforce/source-deploy-retrieve@^10.5.2":
1839
+ version "10.5.2"
1840
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.2.tgz"
1841
+ integrity sha512-J82cNDJF7gA1/VQ/igfpR2Aa31htDvym5LnGJv2Yhd3BRaa7kTR8lJdzseN8m/EFrBfqYfRT14yzSewsR686EQ==
1842
1842
  dependencies:
1843
1843
  "@salesforce/core" "^6.7.0"
1844
1844
  "@salesforce/kit" "^3.0.15"
@@ -5030,9 +5030,9 @@ flatted@^3.2.9:
5030
5030
  integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
5031
5031
 
5032
5032
  follow-redirects@^1.15.4:
5033
- version "1.15.5"
5034
- resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz"
5035
- integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
5033
+ version "1.15.6"
5034
+ resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz"
5035
+ integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
5036
5036
 
5037
5037
  for-each@^0.3.3:
5038
5038
  version "0.3.3"
@@ -7793,16 +7793,16 @@ object.values@^1.1.7:
7793
7793
  define-properties "^1.2.0"
7794
7794
  es-abstract "^1.22.1"
7795
7795
 
7796
- oclif@^4.5.2:
7797
- version "4.5.2"
7798
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.5.2.tgz"
7799
- integrity sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==
7796
+ oclif@^4.5.4:
7797
+ version "4.5.4"
7798
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.5.4.tgz"
7799
+ integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q==
7800
7800
  dependencies:
7801
7801
  "@aws-sdk/client-cloudfront" "^3.525.0"
7802
7802
  "@aws-sdk/client-s3" "^3.515.0"
7803
7803
  "@oclif/core" "^3.21.0"
7804
7804
  "@oclif/plugin-help" "^6.0.14"
7805
- "@oclif/plugin-not-found" "^3.0.10"
7805
+ "@oclif/plugin-not-found" "^3.0.14"
7806
7806
  "@oclif/plugin-warn-if-update-available" "^3.0.12"
7807
7807
  async-retry "^1.3.3"
7808
7808
  change-case "^4"
@@ -9627,10 +9627,10 @@ synckit@^0.8.6:
9627
9627
  "@pkgr/core" "^0.1.0"
9628
9628
  tslib "^2.6.2"
9629
9629
 
9630
- tabletojson@4.1.1:
9631
- version "4.1.1"
9632
- resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.1.tgz"
9633
- integrity sha512-hGH2tY9fLveCl///istEvuRbkGquC1bqdWN3ahgmkqCtvsUJlPQIAsrEidC19HNcMyPjo6rrDnJvL/Fe6YSFdw==
9630
+ tabletojson@4.1.3:
9631
+ version "4.1.3"
9632
+ resolved "https://registry.npmjs.org/tabletojson/-/tabletojson-4.1.3.tgz"
9633
+ integrity sha512-ac63/I5xfW1L162XZY9P1y1CtpZ0Hf7TW+PgRqOEeXFuLhm5D7kg/+7Wm2D6myU1H9qJlr4f+Jiozzq10BFjTg==
9634
9634
  dependencies:
9635
9635
  cheerio "^1.0.0-rc.12"
9636
9636
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.60"
3
+ "version": "4.8.61"
4
4
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
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.60",
4
+ "version": "4.8.61",
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
- "@jayree/sfdx-plugin-manifest": "^3.1.57",
10
- "@jayree/sfdx-plugin-org": "^1.2.37",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.48",
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.58",
10
+ "@jayree/sfdx-plugin-org": "^1.2.38",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.49",
12
12
  "@jayree/sfdx-plugin-source": "^1.3.45"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.0.17",
15
+ "@oclif/plugin-help": "^6.0.18",
16
16
  "@salesforce/dev-scripts": "^8.4.2",
17
17
  "@salesforce/ts-sinon": "^1.4.19",
18
18
  "c8": "^9.1.0",
19
19
  "eslint-plugin-prettier": "^5.1.3",
20
20
  "eslint-plugin-sf-plugin": "^1.17.4",
21
21
  "nock": "^13.5.4",
22
- "oclif": "^4.5.2",
22
+ "oclif": "^4.5.4",
23
23
  "patch-package": "^8.0.0",
24
24
  "pinst": "^3.0.0",
25
25
  "prettier": "^3.2.5",