@salesforce/plugin-signups 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -121,7 +121,7 @@ EXAMPLES
121
121
  $ sfdx org:create:shape --target-org SourceOrg
122
122
  ```
123
123
 
124
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/create/shape.ts)_
124
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/create/shape.ts)_
125
125
 
126
126
  ## `sfdx org:create:snapshot`
127
127
 
@@ -174,7 +174,7 @@ FLAG DESCRIPTIONS
174
174
  as a version control system tag or commit ID.
175
175
  ```
176
176
 
177
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/create/snapshot.ts)_
177
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/create/snapshot.ts)_
178
178
 
179
179
  ## `sfdx org:delete:shape`
180
180
 
@@ -212,7 +212,7 @@ EXAMPLES
212
212
  $ sfdx org:delete:shape --target-org SourceOrg --no-prompt
213
213
  ```
214
214
 
215
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/delete/shape.ts)_
215
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/delete/shape.ts)_
216
216
 
217
217
  ## `sfdx org:delete:snapshot`
218
218
 
@@ -254,7 +254,7 @@ FLAG DESCRIPTIONS
254
254
  The IDs of scratch org snapshots start with 0Oo.
255
255
  ```
256
256
 
257
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/delete/snapshot.ts)_
257
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/delete/snapshot.ts)_
258
258
 
259
259
  ## `sfdx org:get:snapshot`
260
260
 
@@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
299
299
  The IDs of scratch org snapshots start with 0Oo.
300
300
  ```
301
301
 
302
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/get/snapshot.ts)_
302
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/get/snapshot.ts)_
303
303
 
304
304
  ## `sfdx org:list:shape`
305
305
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  $ sfdx org:list:shape --json > tmp/MyOrgShapeList.json
332
332
  ```
333
333
 
334
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/list/shape.ts)_
334
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/list/shape.ts)_
335
335
 
336
336
  ## `sfdx org:list:snapshot`
337
337
 
@@ -371,6 +371,6 @@ EXAMPLES
371
371
  $ sfdx org:list:snapshot --target-dev-hub SnapshotDevHub
372
372
  ```
373
373
 
374
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.3/src/commands/org/list/snapshot.ts)_
374
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/1.5.4/src/commands/org/list/snapshot.ts)_
375
375
 
376
376
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -950,12 +950,12 @@
950
950
  typescript "^4.9.5"
951
951
  wireit "^0.9.5"
952
952
 
953
- "@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.9":
954
- version "3.0.12"
955
- resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.12.tgz#8d598813fd3dce9545951186cfa579bafaac374a"
956
- integrity sha512-+2bjUaIbS1/XrYBYxpS5zKyQER8dgVakIL6X/MxZVZFJaLHithkLXvrUKYd5tZEaijxBZq1ooIkGm2yCLrg8Ew==
953
+ "@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.13", "@salesforce/kit@^3.0.9":
954
+ version "3.0.13"
955
+ resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
956
+ integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
957
957
  dependencies:
958
- "@salesforce/ts-types" "^2.0.7"
958
+ "@salesforce/ts-types" "^2.0.8"
959
959
  tslib "^2.6.2"
960
960
 
961
961
  "@salesforce/plugin-command-reference@^3.0.29":
@@ -1003,10 +1003,10 @@
1003
1003
  sinon "^5.1.1"
1004
1004
  tslib "^2.6.1"
1005
1005
 
1006
- "@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7":
1007
- version "2.0.7"
1008
- resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.7.tgz#02a6999d0b0e7bcd6c6d8ce621c79fa61af24701"
1009
- integrity sha512-8csXgstPuy6QXL3JavkIi/f8DOWHBNCvWeszrFu5sbVlcKO3YqOOCE+rDFGPkrZsYv5OywV6H8kEi877bWOz6Q==
1006
+ "@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.8":
1007
+ version "2.0.8"
1008
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.8.tgz#e732b5a42cbec6bda79c089a0633fc643daf8bca"
1009
+ integrity sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==
1010
1010
  dependencies:
1011
1011
  tslib "^2.6.2"
1012
1012
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.3",
2
+ "version": "1.5.4",
3
3
  "commands": {
4
4
  "org:create:shape": {
5
5
  "id": "org:create:shape",
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": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^2.15.0",
10
10
  "@salesforce/core": "^5.2.1",
11
- "@salesforce/kit": "^3.0.12",
11
+ "@salesforce/kit": "^3.0.13",
12
12
  "@salesforce/sf-plugins-core": "^3.1.26",
13
13
  "chalk": "^4.1.2",
14
14
  "change-case": "^4.1.2",
@@ -265,7 +265,7 @@
265
265
  }
266
266
  },
267
267
  "sfdx": {
268
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.5.3.crt",
269
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.5.3.sig"
268
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.5.4.crt",
269
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.5.4.sig"
270
270
  }
271
271
  }