sfdx-jayree 4.8.26 → 4.8.27

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.27](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.26...v4.8.27) (2023-09-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.23 to 3.1.25 ([#987](https://github.com/jayree/sfdx-jayree-plugin/issues/987)) ([a6b9b0f](https://github.com/jayree/sfdx-jayree-plugin/commit/a6b9b0fdf140fb1eac1f78b7bc61f100c451d997))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.7 to 1.2.8 ([#990](https://github.com/jayree/sfdx-jayree-plugin/issues/990)) ([a29f1c5](https://github.com/jayree/sfdx-jayree-plugin/commit/a29f1c535fe11b66f920377446ad710753cce607))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.20 to 1.3.21 ([#989](https://github.com/jayree/sfdx-jayree-plugin/issues/989)) ([bb05009](https://github.com/jayree/sfdx-jayree-plugin/commit/bb050099e0b1bdc68f6bca6a6113332704106cb2))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.17 to 1.3.18 ([#984](https://github.com/jayree/sfdx-jayree-plugin/issues/984)) ([fe947a4](https://github.com/jayree/sfdx-jayree-plugin/commit/fe947a4b38bb77493789bcbc0b75ed21b77424c2))
10
+
1
11
  ## [4.8.26](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.25...v4.8.26) (2023-09-01)
2
12
 
3
13
 
package/README.md CHANGED
@@ -59,7 +59,7 @@ EXAMPLES
59
59
  ...
60
60
  ```
61
61
 
62
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/flow/get/coverage.ts)_
63
63
 
64
64
  ### `sfdx jayree:manifest:cleanup`
65
65
 
@@ -87,7 +87,7 @@ EXAMPLES
87
87
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
88
88
  ```
89
89
 
90
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.23/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.25/src/commands/jayree/manifest/cleanup.ts)_
91
91
 
92
92
  ### `sfdx jayree:manifest:generate`
93
93
 
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
124
124
  ```
125
125
 
126
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.23/src/commands/jayree/manifest/generate.ts)_
126
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.25/src/commands/jayree/manifest/generate.ts)_
127
127
 
128
128
  ### `sfdx jayree:manifest:git:diff`
129
129
 
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
205
205
  The location can be an absolute path or relative to the current working directory.
206
206
  ```
207
207
 
208
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.23/src/commands/jayree/manifest/git/diff.ts)_
208
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.25/src/commands/jayree/manifest/git/diff.ts)_
209
209
 
210
210
  ### `sfdx jayree:org:configure`
211
211
 
@@ -232,7 +232,7 @@ EXAMPLES
232
232
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
233
233
  ```
234
234
 
235
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/org/configure/index.ts)_
235
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/org/configure/index.ts)_
236
236
 
237
237
  ### `sfdx jayree:org:configure:country`
238
238
 
@@ -250,7 +250,7 @@ GLOBAL FLAGS
250
250
  --json Format output as json.
251
251
  ```
252
252
 
253
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/org/configure/country.ts)_
253
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/org/configure/country.ts)_
254
254
 
255
255
  ### `sfdx jayree:org:configure:state`
256
256
 
@@ -273,7 +273,7 @@ GLOBAL FLAGS
273
273
  --json Format output as json.
274
274
  ```
275
275
 
276
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/org/configure/state.ts)_
276
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/org/configure/state.ts)_
277
277
 
278
278
  ### `sfdx jayree:org:get:settings`
279
279
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
302
302
  ```
303
303
 
304
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/org/get/settings.ts)_
304
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/org/get/settings.ts)_
305
305
 
306
306
  ### `sfdx jayree:org:stream`
307
307
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  ...
332
332
  ```
333
333
 
334
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.7/src/commands/jayree/org/stream.ts)_
334
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.8/src/commands/jayree/org/stream.ts)_
335
335
 
336
336
  ### `sfdx jayree:project:compare:snapshot`
337
337
 
@@ -351,7 +351,7 @@ ALIASES
351
351
  $ sfdx jayree:source:snapshot:compare
352
352
  ```
353
353
 
354
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/compare/snapshot.ts)_
354
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/compare/snapshot.ts)_
355
355
 
356
356
  ### `sfdx jayree:project:fix`
357
357
 
@@ -372,7 +372,7 @@ ALIASES
372
372
  $ sfdx jayree:source:fix
373
373
  ```
374
374
 
375
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/fix.ts)_
375
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/fix.ts)_
376
376
 
377
377
  ### `sfdx jayree:project:generate:snapshot`
378
378
 
@@ -392,7 +392,7 @@ ALIASES
392
392
  $ sfdx jayree:source:snapshot:generate
393
393
  ```
394
394
 
395
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/generate/snapshot.ts)_
395
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/generate/snapshot.ts)_
396
396
 
397
397
  ### `sfdx jayree:project:list:tracking`
398
398
 
@@ -419,7 +419,7 @@ EXAMPLES
419
419
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
420
420
  ```
421
421
 
422
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/list/tracking.ts)_
422
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/list/tracking.ts)_
423
423
 
424
424
  ### `sfdx jayree:project:store:tracking:get`
425
425
 
@@ -443,7 +443,7 @@ EXAMPLES
443
443
  $ sfdx jayree:source:tracking:store:get -u me@my.org
444
444
  ```
445
445
 
446
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/store/tracking/get.ts)_
446
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/store/tracking/get.ts)_
447
447
 
448
448
  ### `sfdx jayree:project:store:tracking:set`
449
449
 
@@ -470,7 +470,7 @@ EXAMPLES
470
470
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
471
471
  ```
472
472
 
473
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.17/src/commands/jayree/project/store/tracking/set.ts)_
473
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.18/src/commands/jayree/project/store/tracking/set.ts)_
474
474
  <!-- commandsstop -->
475
475
 
476
476
  ## Hooks
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "4.8.26",
2
+ "version": "4.8.27",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
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.26",
4
+ "version": "4.8.27",
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.23",
10
- "@jayree/sfdx-plugin-org": "^1.2.7",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.20",
12
- "@jayree/sfdx-plugin-source": "^1.3.17"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.25",
10
+ "@jayree/sfdx-plugin-org": "^1.2.8",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.21",
12
+ "@jayree/sfdx-plugin-source": "^1.3.18"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^5.2.18",
15
+ "@oclif/plugin-help": "^5.2.19",
16
16
  "@salesforce/dev-config": "^4.0.1",
17
17
  "@salesforce/dev-scripts": "^5.8.0",
18
18
  "@salesforce/prettier-config": "^0.0.3",
19
19
  "@salesforce/ts-sinon": "^1.4.15",
20
- "@typescript-eslint/eslint-plugin": "^6.5.0",
21
- "@typescript-eslint/parser": "^6.5.0",
20
+ "@typescript-eslint/eslint-plugin": "^6.6.0",
21
+ "@typescript-eslint/parser": "^6.6.0",
22
22
  "c8": "^8.0.1",
23
23
  "chai": "^4.3.8",
24
24
  "eslint": "^8.48.0",
@@ -29,12 +29,12 @@
29
29
  "eslint-plugin-import": "^2.28.1",
30
30
  "eslint-plugin-jsdoc": "^46.5.1",
31
31
  "eslint-plugin-prettier": "^5.0.0",
32
- "eslint-plugin-sf-plugin": "^1.16.3",
32
+ "eslint-plugin-sf-plugin": "^1.16.4",
33
33
  "husky": "^8.0.3",
34
34
  "mocha": "^10.2.0",
35
35
  "nock": "^13.3.3",
36
36
  "nyc": "^15.1.0",
37
- "oclif": "^3.13.1",
37
+ "oclif": "^3.15.0",
38
38
  "patch-package": "^8.0.0",
39
39
  "pinst": "^3.0.0",
40
40
  "prettier": "^3.0.3",
@@ -43,7 +43,7 @@
43
43
  "sinon": "^15.2.0",
44
44
  "ts-node": "^10.9.1",
45
45
  "typescript": "^5.2.2",
46
- "wireit": "^0.11.0"
46
+ "wireit": "^0.13.0"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=16.0.0"