@salesforce/plugin-signups 2.0.22 → 2.0.23

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
122
122
  $ sf org create shape --target-org SourceOrg
123
123
  ```
124
124
 
125
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/create/shape.ts)_
125
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/shape.ts)_
126
126
 
127
127
  ## `sf org create snapshot`
128
128
 
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
176
176
  as a version control system tag or commit ID.
177
177
  ```
178
178
 
179
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/create/snapshot.ts)_
179
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/snapshot.ts)_
180
180
 
181
181
  ## `sf org delete shape`
182
182
 
@@ -215,7 +215,7 @@ EXAMPLES
215
215
  $ sf org delete shape --target-org SourceOrg --no-prompt
216
216
  ```
217
217
 
218
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/delete/shape.ts)_
218
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/shape.ts)_
219
219
 
220
220
  ## `sf org delete snapshot`
221
221
 
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
258
258
  The IDs of scratch org snapshots start with 0Oo.
259
259
  ```
260
260
 
261
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/delete/snapshot.ts)_
261
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/snapshot.ts)_
262
262
 
263
263
  ## `sf org get snapshot`
264
264
 
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
304
304
  The IDs of scratch org snapshots start with 0Oo.
305
305
  ```
306
306
 
307
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/get/snapshot.ts)_
307
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/get/snapshot.ts)_
308
308
 
309
309
  ## `sf org list shape`
310
310
 
@@ -336,7 +336,7 @@ EXAMPLES
336
336
  $ sf org list shape --json > tmp/MyOrgShapeList.json
337
337
  ```
338
338
 
339
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/list/shape.ts)_
339
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/shape.ts)_
340
340
 
341
341
  ## `sf org list snapshot`
342
342
 
@@ -377,6 +377,6 @@ EXAMPLES
377
377
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
378
378
  ```
379
379
 
380
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.22/src/commands/org/list/snapshot.ts)_
380
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/snapshot.ts)_
381
381
 
382
382
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1721,10 +1721,10 @@
1721
1721
  node-gyp "^8.2.0"
1722
1722
  read-package-json-fast "^2.0.1"
1723
1723
 
1724
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1":
1725
- version "3.19.1"
1726
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1727
- integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1724
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1725
+ version "3.19.2"
1726
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1727
+ integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
1728
1728
  dependencies:
1729
1729
  "@types/cli-progress" "^3.11.5"
1730
1730
  ansi-escapes "^4.3.2"
@@ -1754,19 +1754,19 @@
1754
1754
  wordwrap "^1.0.0"
1755
1755
  wrap-ansi "^7.0.0"
1756
1756
 
1757
- "@oclif/plugin-command-snapshot@^5.0.6":
1758
- version "5.0.6"
1759
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
1760
- integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
1757
+ "@oclif/plugin-command-snapshot@^5.0.8":
1758
+ version "5.0.8"
1759
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
1760
+ integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
1761
1761
  dependencies:
1762
- "@oclif/core" "^3.16.0"
1762
+ "@oclif/core" "^3.18.2"
1763
1763
  "@types/lodash.difference" "^4.5.9"
1764
1764
  chalk "^5.3.0"
1765
1765
  just-diff "^5.2.0"
1766
1766
  lodash.difference "^4.5.0"
1767
1767
  lodash.get "^4.4.2"
1768
1768
  lodash.sortby "^4.7.0"
1769
- semver "^7.5.4"
1769
+ semver "^7.6.0"
1770
1770
  ts-json-schema-generator "^1.5.0"
1771
1771
 
1772
1772
  "@oclif/plugin-help@^6.0.12":
@@ -3597,10 +3597,10 @@ change-case@^4, change-case@^4.1.2:
3597
3597
  snake-case "^3.0.4"
3598
3598
  tslib "^2.0.3"
3599
3599
 
3600
- change-case@^5.4.2:
3601
- version "5.4.2"
3602
- resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.2.tgz#0b3e4d9746fb16b83f3a8b68a9411bc4a8a61863"
3603
- integrity sha512-WB3UiTDpT+vrTilAWaJS4gaIH/jc1He4H9f6erQvraUYas90uWT0JOYFkG1imdNv710XJ6gJvqynrgOHc4ihDA==
3600
+ change-case@^5.4.3:
3601
+ version "5.4.3"
3602
+ resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.3.tgz#26cb398945027c894a306198cc72933c3db13588"
3603
+ integrity sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==
3604
3604
 
3605
3605
  chardet@^0.7.0:
3606
3606
  version "0.7.0"
@@ -7934,10 +7934,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
7934
7934
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7935
7935
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7936
7936
 
7937
- semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
7938
- version "7.5.4"
7939
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7940
- integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
7937
+ semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0:
7938
+ version "7.6.0"
7939
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
7940
+ integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
7941
7941
  dependencies:
7942
7942
  lru-cache "^6.0.0"
7943
7943
 
@@ -803,5 +803,5 @@
803
803
  ]
804
804
  }
805
805
  },
806
- "version": "2.0.22"
806
+ "version": "2.0.23"
807
807
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.0.22",
4
+ "version": "2.0.23",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,10 +10,10 @@
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.1.4",
12
12
  "chalk": "^5.3.0",
13
- "change-case": "^5.4.2"
13
+ "change-case": "^5.4.3"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.0.6",
16
+ "@oclif/plugin-command-snapshot": "^5.0.8",
17
17
  "@salesforce/cli-plugins-testkit": "^5.1.8",
18
18
  "@salesforce/dev-scripts": "^8.3.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.64",
@@ -257,7 +257,7 @@
257
257
  "exports": "./lib/index.js",
258
258
  "type": "module",
259
259
  "sfdx": {
260
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.22.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.22.sig"
260
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.crt",
261
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.sig"
262
262
  }
263
263
  }