@salesforce/plugin-signups 2.3.2 → 2.3.3

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/README.md CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.2/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.3/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.3.2",
9
+ "version": "2.3.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.2",
13
13
  "@salesforce/core": "^7.3.8",
14
14
  "@salesforce/kit": "^3.1.0",
15
- "@salesforce/sf-plugins-core": "^9.0.7",
15
+ "@salesforce/sf-plugins-core": "^9.0.10",
16
16
  "chalk": "^5.3.0",
17
17
  "change-case": "^5.4.4"
18
18
  },
@@ -24,11 +24,11 @@
24
24
  "@salesforce/ts-types": "^2.0.9",
25
25
  "@types/chai-as-promised": "^7.1.8",
26
26
  "@types/chai-string": "^1.4.5",
27
- "chai-as-promised": "7.1.1",
27
+ "chai-as-promised": "7.1.2",
28
28
  "chai-string": "^1.5.0",
29
29
  "eslint-plugin-sf-plugin": "^1.18.3",
30
30
  "jsforce": "^2.0.0-beta.28",
31
- "oclif": "^4.10.10",
31
+ "oclif": "^4.10.11",
32
32
  "ts-node": "^10.9.2",
33
33
  "typescript": "^5.4.5"
34
34
  },
@@ -3382,16 +3382,16 @@
3382
3382
  "license": "ISC"
3383
3383
  },
3384
3384
  "node_modules/@salesforce/sf-plugins-core": {
3385
- "version": "9.0.7",
3386
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
3387
- "integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
3385
+ "version": "9.0.10",
3386
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.10.tgz",
3387
+ "integrity": "sha512-vj6tjqRAweTuzxi7OBPsqC+kLPk6pl6wZUtpC8bf+CKqrVhouPtZUBnG01Xm0jG6Antjgn0vZrd26j23Yjs9Kw==",
3388
3388
  "license": "BSD-3-Clause",
3389
3389
  "dependencies": {
3390
3390
  "@inquirer/confirm": "^2.0.17",
3391
3391
  "@inquirer/password": "^1.1.16",
3392
- "@oclif/core": "^3.26.5",
3393
- "@salesforce/core": "^7.3.3",
3394
- "@salesforce/kit": "^3.1.0",
3392
+ "@oclif/core": "^3.26.6",
3393
+ "@salesforce/core": "^7.3.6",
3394
+ "@salesforce/kit": "^3.1.1",
3395
3395
  "@salesforce/ts-types": "^2.0.9",
3396
3396
  "chalk": "^5.3.0"
3397
3397
  },
@@ -5511,16 +5511,16 @@
5511
5511
  }
5512
5512
  },
5513
5513
  "node_modules/chai-as-promised": {
5514
- "version": "7.1.1",
5515
- "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz",
5516
- "integrity": "sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==",
5514
+ "version": "7.1.2",
5515
+ "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.2.tgz",
5516
+ "integrity": "sha512-aBDHZxRzYnUYuIAIPBH2s511DjlKPzXNlXSGFC8CwmroWQLfrW0LtE1nK3MAwwNhJPa9raEjNCmRoFpG0Hurdw==",
5517
5517
  "dev": true,
5518
5518
  "license": "WTFPL",
5519
5519
  "dependencies": {
5520
5520
  "check-error": "^1.0.2"
5521
5521
  },
5522
5522
  "peerDependencies": {
5523
- "chai": ">= 2.1.2 < 5"
5523
+ "chai": ">= 2.1.2 < 6"
5524
5524
  }
5525
5525
  },
5526
5526
  "node_modules/chai-string": {
@@ -10517,9 +10517,9 @@
10517
10517
  }
10518
10518
  },
10519
10519
  "node_modules/oclif": {
10520
- "version": "4.10.10",
10521
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.10.tgz",
10522
- "integrity": "sha512-9QqSWjRVsztlYOKSPlvmQNa7wwMl9Emtbp2x4N756pFrNQpKXUCgM8B2Us4vTblK8+f4FMaiQNu4hYe4/2sagQ==",
10520
+ "version": "4.10.11",
10521
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.10.11.tgz",
10522
+ "integrity": "sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==",
10523
10523
  "dev": true,
10524
10524
  "license": "MIT",
10525
10525
  "dependencies": {
@@ -10530,7 +10530,7 @@
10530
10530
  "@inquirer/select": "^2.3.2",
10531
10531
  "@oclif/core": "^3.26.5",
10532
10532
  "@oclif/plugin-help": "^6.0.21",
10533
- "@oclif/plugin-not-found": "^3.1.8",
10533
+ "@oclif/plugin-not-found": "^3.1.9",
10534
10534
  "@oclif/plugin-warn-if-update-available": "^3.0.18",
10535
10535
  "async-retry": "^1.3.3",
10536
10536
  "chalk": "^4",
package/oclif.lock CHANGED
@@ -1384,7 +1384,7 @@
1384
1384
  dependencies:
1385
1385
  "@oclif/core" "^3.26.2"
1386
1386
 
1387
- "@oclif/plugin-not-found@^3.1.8":
1387
+ "@oclif/plugin-not-found@^3.1.9":
1388
1388
  version "3.1.9"
1389
1389
  resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.9.tgz#fcae1378761be98e774aa11d36ebef69019fd09b"
1390
1390
  integrity sha512-yPh9YAIIIzDRscR8P/yu4D2fwK5z5wze57wspklmNg4pW/tOFhe7BelgOBahSdkJQodS7TUIzI/CN4DWbNWuKQ==
@@ -1426,7 +1426,7 @@
1426
1426
  strip-ansi "6.0.1"
1427
1427
  ts-retry-promise "^0.8.0"
1428
1428
 
1429
- "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8":
1429
+ "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8":
1430
1430
  version "7.3.8"
1431
1431
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
1432
1432
  integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
@@ -1518,16 +1518,16 @@
1518
1518
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1519
1519
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1520
1520
 
1521
- "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1522
- version "9.0.7"
1523
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
1524
- integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
1521
+ "@salesforce/sf-plugins-core@^9.0.10", "@salesforce/sf-plugins-core@^9.0.5":
1522
+ version "9.0.10"
1523
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.10.tgz#fb576664906f085cb160201163d3c6b05e39e72f"
1524
+ integrity sha512-vj6tjqRAweTuzxi7OBPsqC+kLPk6pl6wZUtpC8bf+CKqrVhouPtZUBnG01Xm0jG6Antjgn0vZrd26j23Yjs9Kw==
1525
1525
  dependencies:
1526
1526
  "@inquirer/confirm" "^2.0.17"
1527
1527
  "@inquirer/password" "^1.1.16"
1528
- "@oclif/core" "^3.26.5"
1529
- "@salesforce/core" "^7.3.3"
1530
- "@salesforce/kit" "^3.1.0"
1528
+ "@oclif/core" "^3.26.6"
1529
+ "@salesforce/core" "^7.3.6"
1530
+ "@salesforce/kit" "^3.1.1"
1531
1531
  "@salesforce/ts-types" "^2.0.9"
1532
1532
  chalk "^5.3.0"
1533
1533
 
@@ -2798,10 +2798,10 @@ cardinal@^2.1.1:
2798
2798
  ansicolors "~0.3.2"
2799
2799
  redeyed "~2.1.0"
2800
2800
 
2801
- chai-as-promised@7.1.1:
2802
- version "7.1.1"
2803
- resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-7.1.1.tgz#08645d825deb8696ee61725dbf590c012eb00ca0"
2804
- integrity sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==
2801
+ chai-as-promised@7.1.2:
2802
+ version "7.1.2"
2803
+ resolved "https://registry.yarnpkg.com/chai-as-promised/-/chai-as-promised-7.1.2.tgz#70cd73b74afd519754161386421fb71832c6d041"
2804
+ integrity sha512-aBDHZxRzYnUYuIAIPBH2s511DjlKPzXNlXSGFC8CwmroWQLfrW0LtE1nK3MAwwNhJPa9raEjNCmRoFpG0Hurdw==
2805
2805
  dependencies:
2806
2806
  check-error "^1.0.2"
2807
2807
 
@@ -5710,10 +5710,10 @@ object.values@^1.1.7:
5710
5710
  define-properties "^1.2.0"
5711
5711
  es-abstract "^1.22.1"
5712
5712
 
5713
- oclif@^4.10.10:
5714
- version "4.10.10"
5715
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.10.tgz#8739e1972c7ef9288884ebf66d7a3c59584ae146"
5716
- integrity sha512-9QqSWjRVsztlYOKSPlvmQNa7wwMl9Emtbp2x4N756pFrNQpKXUCgM8B2Us4vTblK8+f4FMaiQNu4hYe4/2sagQ==
5713
+ oclif@^4.10.11:
5714
+ version "4.10.11"
5715
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.11.tgz#15c85f67d4d8c57a496261d1a4fc95596f85d32c"
5716
+ integrity sha512-np+E0OKdBuWPjqQD1cImAbfv1Monrk4KkQIRvH6RPZ7Awasvi8/UvvF6fENITVb+Hw4Rlk7aiSIzlnYqY100eg==
5717
5717
  dependencies:
5718
5718
  "@aws-sdk/client-cloudfront" "^3.574.0"
5719
5719
  "@aws-sdk/client-s3" "^3.569.0"
@@ -5722,7 +5722,7 @@ oclif@^4.10.10:
5722
5722
  "@inquirer/select" "^2.3.2"
5723
5723
  "@oclif/core" "^3.26.5"
5724
5724
  "@oclif/plugin-help" "^6.0.21"
5725
- "@oclif/plugin-not-found" "^3.1.8"
5725
+ "@oclif/plugin-not-found" "^3.1.9"
5726
5726
  "@oclif/plugin-warn-if-update-available" "^3.0.18"
5727
5727
  async-retry "^1.3.3"
5728
5728
  chalk "^4"
@@ -866,5 +866,5 @@
866
866
  ]
867
867
  }
868
868
  },
869
- "version": "2.3.2"
869
+ "version": "2.3.3"
870
870
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.2",
9
9
  "@salesforce/core": "^7.3.8",
10
10
  "@salesforce/kit": "^3.1.0",
11
- "@salesforce/sf-plugins-core": "^9.0.7",
11
+ "@salesforce/sf-plugins-core": "^9.0.10",
12
12
  "chalk": "^5.3.0",
13
13
  "change-case": "^5.4.4"
14
14
  },
@@ -20,11 +20,11 @@
20
20
  "@salesforce/ts-types": "^2.0.9",
21
21
  "@types/chai-as-promised": "^7.1.8",
22
22
  "@types/chai-string": "^1.4.5",
23
- "chai-as-promised": "7.1.1",
23
+ "chai-as-promised": "7.1.2",
24
24
  "chai-string": "^1.5.0",
25
25
  "eslint-plugin-sf-plugin": "^1.18.3",
26
26
  "jsforce": "^2.0.0-beta.28",
27
- "oclif": "^4.10.10",
27
+ "oclif": "^4.10.11",
28
28
  "ts-node": "^10.9.2",
29
29
  "typescript": "^5.4.5"
30
30
  },
@@ -256,7 +256,7 @@
256
256
  "exports": "./lib/index.js",
257
257
  "type": "module",
258
258
  "sfdx": {
259
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.2.crt",
260
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.2.sig"
259
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.3.crt",
260
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.3.sig"
261
261
  }
262
262
  }