@salesforce/plugin-signups 2.0.14 → 2.0.16

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
@@ -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.14/src/commands/org/create/shape.ts)_
125
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/create/snapshot.ts)_
179
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/delete/shape.ts)_
218
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/delete/snapshot.ts)_
261
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/get/snapshot.ts)_
307
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/list/shape.ts)_
339
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/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.14/src/commands/org/list/snapshot.ts)_
380
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.16/src/commands/org/list/snapshot.ts)_
381
381
 
382
382
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -985,10 +985,10 @@
985
985
  strip-ansi "6.0.1"
986
986
  ts-retry-promise "^0.7.1"
987
987
 
988
- "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
989
- version "6.4.2"
990
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
991
- integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
988
+ "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.7":
989
+ version "6.4.7"
990
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
991
+ integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
992
992
  dependencies:
993
993
  "@salesforce/kit" "^3.0.15"
994
994
  "@salesforce/schemas" "^1.6.1"
@@ -1002,9 +1002,9 @@
1002
1002
  jsforce "^2.0.0-beta.29"
1003
1003
  jsonwebtoken "9.0.2"
1004
1004
  jszip "3.10.1"
1005
- pino "^8.16.2"
1005
+ pino "^8.17.2"
1006
1006
  pino-abstract-transport "^1.1.0"
1007
- pino-pretty "^10.3.0"
1007
+ pino-pretty "^10.3.1"
1008
1008
  proper-lockfile "^4.1.2"
1009
1009
  semver "^7.5.4"
1010
1010
  ts-retry-promise "^0.7.1"
@@ -1014,10 +1014,10 @@
1014
1014
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1015
1015
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1016
1016
 
1017
- "@salesforce/dev-scripts@^8.2.0":
1018
- version "8.2.0"
1019
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
1020
- integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
1017
+ "@salesforce/dev-scripts@^8.3.0":
1018
+ version "8.3.0"
1019
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
1020
+ integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
1021
1021
  dependencies:
1022
1022
  "@commitlint/cli" "^17.1.2"
1023
1023
  "@commitlint/config-conventional" "^17.8.1"
@@ -1032,7 +1032,7 @@
1032
1032
  cosmiconfig "^7.0.0"
1033
1033
  eslint-config-salesforce-typescript "^3.0.5"
1034
1034
  husky "^7.0.4"
1035
- linkinator "^6.0.2"
1035
+ linkinator "^6.0.3"
1036
1036
  mocha "^10.2.0"
1037
1037
  nyc "^15.1.0"
1038
1038
  prettier "^2.8.8"
@@ -1054,15 +1054,15 @@
1054
1054
  "@salesforce/ts-types" "^2.0.9"
1055
1055
  tslib "^2.6.2"
1056
1056
 
1057
- "@salesforce/plugin-command-reference@^3.0.58":
1058
- version "3.0.58"
1059
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
1060
- integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
1057
+ "@salesforce/plugin-command-reference@^3.0.59":
1058
+ version "3.0.59"
1059
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
1060
+ integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
1061
1061
  dependencies:
1062
1062
  "@oclif/core" "^3.15.1"
1063
1063
  "@salesforce/core" "^6.4.1"
1064
1064
  "@salesforce/kit" "^3.0.15"
1065
- "@salesforce/sf-plugins-core" "^5.0.12"
1065
+ "@salesforce/sf-plugins-core" "^5.0.13"
1066
1066
  "@salesforce/ts-types" "^2.0.9"
1067
1067
  chalk "^4"
1068
1068
  handlebars "^4.7.8"
@@ -1078,7 +1078,7 @@
1078
1078
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1079
1079
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1080
1080
 
1081
- "@salesforce/sf-plugins-core@^5.0.12":
1081
+ "@salesforce/sf-plugins-core@^5.0.13":
1082
1082
  version "5.0.13"
1083
1083
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
1084
1084
  integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
@@ -4754,10 +4754,10 @@ lines-and-columns@^1.1.6:
4754
4754
  resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
4755
4755
  integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
4756
4756
 
4757
- linkinator@^6.0.2:
4758
- version "6.0.2"
4759
- resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.2.tgz#6a33df3372894a2fa3b25f80f2cd5e6bb9f73e7d"
4760
- integrity sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==
4757
+ linkinator@^6.0.3:
4758
+ version "6.0.3"
4759
+ resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
4760
+ integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
4761
4761
  dependencies:
4762
4762
  chalk "^5.0.0"
4763
4763
  escape-html "^1.0.3"
@@ -4765,7 +4765,7 @@ linkinator@^6.0.2:
4765
4765
  glob "^10.3.10"
4766
4766
  htmlparser2 "^9.0.0"
4767
4767
  marked "^10.0.0"
4768
- meow "^12.0.1"
4768
+ meow "^13.0.0"
4769
4769
  mime "^3.0.0"
4770
4770
  server-destroy "^1.0.1"
4771
4771
  srcset "^5.0.0"
@@ -5077,10 +5077,10 @@ marked@^4.3.0:
5077
5077
  vinyl "^2.0.1"
5078
5078
  vinyl-file "^3.0.0"
5079
5079
 
5080
- meow@^12.0.1:
5081
- version "12.1.1"
5082
- resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
5083
- integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
5080
+ meow@^13.0.0:
5081
+ version "13.1.0"
5082
+ resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
5083
+ integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
5084
5084
 
5085
5085
  meow@^8.0.0:
5086
5086
  version "8.1.2"
@@ -6021,10 +6021,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
6021
6021
  readable-stream "^4.0.0"
6022
6022
  split2 "^4.0.0"
6023
6023
 
6024
- pino-pretty@^10.3.0:
6025
- version "10.3.0"
6026
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6027
- integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6024
+ pino-pretty@^10.3.1:
6025
+ version "10.3.1"
6026
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
6027
+ integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
6028
6028
  dependencies:
6029
6029
  colorette "^2.0.7"
6030
6030
  dateformat "^4.6.3"
@@ -6046,17 +6046,17 @@ pino-std-serializers@^6.0.0:
6046
6046
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6047
6047
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6048
6048
 
6049
- pino@^8.16.2:
6050
- version "8.16.2"
6051
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
6052
- integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
6049
+ pino@^8.17.2:
6050
+ version "8.17.2"
6051
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
6052
+ integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
6053
6053
  dependencies:
6054
6054
  atomic-sleep "^1.0.0"
6055
6055
  fast-redact "^3.1.1"
6056
6056
  on-exit-leak-free "^2.1.0"
6057
6057
  pino-abstract-transport v1.1.0
6058
6058
  pino-std-serializers "^6.0.0"
6059
- process-warning "^2.0.0"
6059
+ process-warning "^3.0.0"
6060
6060
  quick-format-unescaped "^4.0.3"
6061
6061
  real-require "^0.2.0"
6062
6062
  safe-stable-stringify "^2.3.1"
@@ -6129,10 +6129,10 @@ process-on-spawn@^1.0.0:
6129
6129
  dependencies:
6130
6130
  fromentries "^1.2.0"
6131
6131
 
6132
- process-warning@^2.0.0:
6133
- version "2.2.0"
6134
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.2.0.tgz#008ec76b579820a8e5c35d81960525ca64feb626"
6135
- integrity sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==
6132
+ process-warning@^3.0.0:
6133
+ version "3.0.0"
6134
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
6135
+ integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
6136
6136
 
6137
6137
  process@^0.11.10:
6138
6138
  version "0.11.10"
@@ -803,5 +803,5 @@
803
803
  ]
804
804
  }
805
805
  },
806
- "version": "2.0.14"
806
+ "version": "2.0.16"
807
807
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.0.14",
4
+ "version": "2.0.16",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.15.1",
9
- "@salesforce/core": "^6.4.2",
9
+ "@salesforce/core": "^6.4.7",
10
10
  "@salesforce/kit": "^3.0.15",
11
11
  "@salesforce/sf-plugins-core": "^7.0.0",
12
12
  "chalk": "^5.3.0",
@@ -15,8 +15,8 @@
15
15
  "devDependencies": {
16
16
  "@oclif/plugin-command-snapshot": "^5.0.5",
17
17
  "@salesforce/cli-plugins-testkit": "^5.1.3",
18
- "@salesforce/dev-scripts": "^8.2.0",
19
- "@salesforce/plugin-command-reference": "^3.0.58",
18
+ "@salesforce/dev-scripts": "^8.3.0",
19
+ "@salesforce/plugin-command-reference": "^3.0.59",
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",
@@ -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.14.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.14.sig"
260
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.16.crt",
261
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.16.sig"
262
262
  }
263
263
  }