sfdx-jayree 4.8.13 → 4.8.14

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.14](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.13...v4.8.14) (2023-07-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.9 to 3.1.10 ([#870](https://github.com/jayree/sfdx-jayree-plugin/issues/870)) ([d1e2548](https://github.com/jayree/sfdx-jayree-plugin/commit/d1e254859b871776386009ef419dc58edf7a0d7e))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.1.8 to 1.1.9 ([#873](https://github.com/jayree/sfdx-jayree-plugin/issues/873)) ([cbf6d68](https://github.com/jayree/sfdx-jayree-plugin/commit/cbf6d68283475514f59407e6bd8f1eb44eea7c5a))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.10 to 1.3.11 ([#875](https://github.com/jayree/sfdx-jayree-plugin/issues/875)) ([62d45d8](https://github.com/jayree/sfdx-jayree-plugin/commit/62d45d8dcb43a81ffb2e8c74dfe0fe16ca4778a4))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.7 to 1.3.8 ([#866](https://github.com/jayree/sfdx-jayree-plugin/issues/866)) ([8660483](https://github.com/jayree/sfdx-jayree-plugin/commit/866048303dc33297edc8639d6b8dc066b3e28c76))
10
+
1
11
  ## [4.8.13](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.12...v4.8.13) (2023-07-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.1.8/src/commands/jayree/flow/get/coverage.ts)_
62
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/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.9/src/commands/jayree/manifest/cleanup.ts)_
90
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.10/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.9/src/commands/jayree/manifest/generate.ts)_
126
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.10/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.9/src/commands/jayree/manifest/git/diff.ts)_
208
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.10/src/commands/jayree/manifest/git/diff.ts)_
209
209
 
210
210
  ### `sfdx jayree:org:configure`
211
211
 
@@ -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.1.8/src/commands/jayree/org/configure/index.ts)_
241
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/src/commands/jayree/org/configure/index.ts)_
242
242
 
243
243
  ### `sfdx jayree:org:configure:country`
244
244
 
@@ -261,7 +261,7 @@ DESCRIPTION
261
261
  update country integration values in the State/Country Picklists
262
262
  ```
263
263
 
264
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.8/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/src/commands/jayree/org/configure/country.ts)_
265
265
 
266
266
  ### `sfdx jayree:org:configure:state`
267
267
 
@@ -289,7 +289,7 @@ DESCRIPTION
289
289
  import (create/update) states into the State/Country Picklists
290
290
  ```
291
291
 
292
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.8/src/commands/jayree/org/configure/state.ts)_
292
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/src/commands/jayree/org/configure/state.ts)_
293
293
 
294
294
  ### `sfdx jayree:org:get:settings`
295
295
 
@@ -317,7 +317,7 @@ EXAMPLES
317
317
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
318
318
  ```
319
319
 
320
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.8/src/commands/jayree/org/get/settings.ts)_
320
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/src/commands/jayree/org/get/settings.ts)_
321
321
 
322
322
  ### `sfdx jayree:org:stream`
323
323
 
@@ -347,7 +347,7 @@ EXAMPLES
347
347
  ...
348
348
  ```
349
349
 
350
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.8/src/commands/jayree/org/stream.ts)_
350
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.1.9/src/commands/jayree/org/stream.ts)_
351
351
 
352
352
  ### `sfdx jayree:project:compare:snapshot`
353
353
 
@@ -367,7 +367,7 @@ ALIASES
367
367
  $ sfdx jayree:source:snapshot:compare
368
368
  ```
369
369
 
370
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/compare/snapshot.ts)_
370
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/compare/snapshot.ts)_
371
371
 
372
372
  ### `sfdx jayree:project:fix`
373
373
 
@@ -388,7 +388,7 @@ ALIASES
388
388
  $ sfdx jayree:source:fix
389
389
  ```
390
390
 
391
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/fix.ts)_
391
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/fix.ts)_
392
392
 
393
393
  ### `sfdx jayree:project:generate:snapshot`
394
394
 
@@ -408,7 +408,7 @@ ALIASES
408
408
  $ sfdx jayree:source:snapshot:generate
409
409
  ```
410
410
 
411
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/generate/snapshot.ts)_
411
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/generate/snapshot.ts)_
412
412
 
413
413
  ### `sfdx jayree:project:list:tracking`
414
414
 
@@ -435,7 +435,7 @@ EXAMPLES
435
435
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
436
436
  ```
437
437
 
438
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/list/tracking.ts)_
438
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/list/tracking.ts)_
439
439
 
440
440
  ### `sfdx jayree:project:store:tracking:get`
441
441
 
@@ -459,7 +459,7 @@ EXAMPLES
459
459
  $ sfdx jayree:source:tracking:store:get -u me@my.org
460
460
  ```
461
461
 
462
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/store/tracking/get.ts)_
462
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/store/tracking/get.ts)_
463
463
 
464
464
  ### `sfdx jayree:project:store:tracking:set`
465
465
 
@@ -486,7 +486,7 @@ EXAMPLES
486
486
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
487
487
  ```
488
488
 
489
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.7/src/commands/jayree/project/store/tracking/set.ts)_
489
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.8/src/commands/jayree/project/store/tracking/set.ts)_
490
490
  <!-- commandsstop -->
491
491
 
492
492
  ## Hooks
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "4.8.13",
2
+ "version": "4.8.14",
3
3
  "commands": {}
4
4
  }
package/package.json CHANGED
@@ -1,27 +1,27 @@
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.13",
4
+ "version": "4.8.14",
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.9",
10
- "@jayree/sfdx-plugin-org": "^1.1.8",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.10",
12
- "@jayree/sfdx-plugin-source": "^1.3.7"
9
+ "@jayree/sfdx-plugin-manifest": "^3.1.10",
10
+ "@jayree/sfdx-plugin-org": "^1.1.9",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.11",
12
+ "@jayree/sfdx-plugin-source": "^1.3.8"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^5.2.10",
15
+ "@oclif/plugin-help": "^5.2.11",
16
16
  "@salesforce/dev-config": "^4.0.1",
17
17
  "@salesforce/dev-scripts": "^5.4.2",
18
18
  "@salesforce/prettier-config": "^0.0.3",
19
- "@salesforce/ts-sinon": "^1.4.8",
20
- "@typescript-eslint/eslint-plugin": "^5.60.1",
21
- "@typescript-eslint/parser": "^5.60.1",
19
+ "@salesforce/ts-sinon": "^1.4.9",
20
+ "@typescript-eslint/eslint-plugin": "^5.61.0",
21
+ "@typescript-eslint/parser": "^5.61.0",
22
22
  "c8": "^8.0.0",
23
23
  "chai": "^4.3.7",
24
- "eslint": "^8.43.0",
24
+ "eslint": "^8.44.0",
25
25
  "eslint-config-prettier": "^8.8.0",
26
26
  "eslint-config-salesforce": "^2.0.1",
27
27
  "eslint-config-salesforce-license": "^0.2.0",
@@ -30,7 +30,7 @@
30
30
  "eslint-plugin-import": "^2.27.5",
31
31
  "eslint-plugin-jsdoc": "^46.4.3",
32
32
  "eslint-plugin-prettier": "^4.2.1",
33
- "eslint-plugin-sf-plugin": "^1.15.9",
33
+ "eslint-plugin-sf-plugin": "^1.15.10",
34
34
  "husky": "^8.0.3",
35
35
  "mocha": "^10.2.0",
36
36
  "nock": "^13.3.1",