@saltcorn/cli 0.6.2-beta.5 → 0.6.2

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
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
20
20
  $ saltcorn COMMAND
21
21
  running command...
22
22
  $ saltcorn (-v|--version|version)
23
- @saltcorn/cli/0.6.2-beta.5 darwin-x64 node-v14.16.1
23
+ @saltcorn/cli/0.6.2 darwin-x64 node-v14.16.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -68,7 +68,7 @@ USAGE
68
68
  $ saltcorn add-schema
69
69
  ```
70
70
 
71
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/add-schema.js)_
71
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/add-schema.js)_
72
72
 
73
73
  ## `saltcorn backup`
74
74
 
@@ -84,7 +84,7 @@ OPTIONS
84
84
  -z, --zip zip format
85
85
  ```
86
86
 
87
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/backup.js)_
87
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/backup.js)_
88
88
 
89
89
  ## `saltcorn create-tenant TENANT`
90
90
 
@@ -102,7 +102,7 @@ OPTIONS
102
102
  -e, --email=email Email of owner of tenant
103
103
  ```
104
104
 
105
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-tenant.js)_
105
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/create-tenant.js)_
106
106
 
107
107
  ## `saltcorn create-user`
108
108
 
@@ -120,7 +120,7 @@ OPTIONS
120
120
  -t, --tenant=tenant tenant
121
121
  ```
122
122
 
123
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/create-user.js)_
123
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/create-user.js)_
124
124
 
125
125
  ## `saltcorn fixtures`
126
126
 
@@ -138,7 +138,7 @@ DESCRIPTION
138
138
  This manual step it is never required for users and rarely required for developers
139
139
  ```
140
140
 
141
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/fixtures.js)_
141
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/fixtures.js)_
142
142
 
143
143
  ## `saltcorn help [COMMAND]`
144
144
 
@@ -155,7 +155,7 @@ OPTIONS
155
155
  --all see all commands in CLI
156
156
  ```
157
157
 
158
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.17/src/commands/help.ts)_
158
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.19/src/commands/help.ts)_
159
159
 
160
160
  ## `saltcorn info`
161
161
 
@@ -176,7 +176,7 @@ ALIASES
176
176
  $ saltcorn paths
177
177
  ```
178
178
 
179
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/info.js)_
179
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/info.js)_
180
180
 
181
181
  ## `saltcorn install-pack`
182
182
 
@@ -192,7 +192,7 @@ OPTIONS
192
192
  -t, --tenant=tenant tenant
193
193
  ```
194
194
 
195
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-pack.js)_
195
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/install-pack.js)_
196
196
 
197
197
  ## `saltcorn install-plugin`
198
198
 
@@ -208,7 +208,7 @@ OPTIONS
208
208
  -t, --tenant=tenant tenant
209
209
  ```
210
210
 
211
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/install-plugin.js)_
211
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/install-plugin.js)_
212
212
 
213
213
  ## `saltcorn list-tenants`
214
214
 
@@ -219,7 +219,7 @@ USAGE
219
219
  $ saltcorn list-tenants
220
220
  ```
221
221
 
222
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/list-tenants.js)_
222
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/list-tenants.js)_
223
223
 
224
224
  ## `saltcorn localize-plugin PLUGIN PATH`
225
225
 
@@ -237,7 +237,7 @@ OPTIONS
237
237
  -t, --tenant=tenant tenant
238
238
  ```
239
239
 
240
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/localize-plugin.js)_
240
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/localize-plugin.js)_
241
241
 
242
242
  ## `saltcorn make-migration`
243
243
 
@@ -253,7 +253,7 @@ DESCRIPTION
253
253
  unless you are a developer.
254
254
  ```
255
255
 
256
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/make-migration.js)_
256
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/make-migration.js)_
257
257
 
258
258
  ## `saltcorn saltcorn migrate`
259
259
 
@@ -275,7 +275,7 @@ DESCRIPTION
275
275
  servers and need to control when the migrations are run.
276
276
  ```
277
277
 
278
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/migrate.js)_
278
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/migrate.js)_
279
279
 
280
280
  ## `saltcorn plugins`
281
281
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  plugins -u -f - force plugin update
303
303
  ```
304
304
 
305
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/plugins.js)_
305
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/plugins.js)_
306
306
 
307
307
  ## `saltcorn release VERSION`
308
308
 
@@ -316,7 +316,7 @@ ARGUMENTS
316
316
  VERSION New version number
317
317
  ```
318
318
 
319
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/release.js)_
319
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/release.js)_
320
320
 
321
321
  ## `saltcorn reset-schema`
322
322
 
@@ -335,7 +335,7 @@ DESCRIPTION
335
335
  This will delete all existing information
336
336
  ```
337
337
 
338
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/reset-schema.js)_
338
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/reset-schema.js)_
339
339
 
340
340
  ## `saltcorn restore FILE`
341
341
 
@@ -352,7 +352,7 @@ OPTIONS
352
352
  -t, --tenant=tenant tenant
353
353
  ```
354
354
 
355
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/restore.js)_
355
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/restore.js)_
356
356
 
357
357
  ## `saltcorn rm-tenant TENANT`
358
358
 
@@ -366,7 +366,7 @@ ARGUMENTS
366
366
  TENANT Tenant to remove
367
367
  ```
368
368
 
369
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/rm-tenant.js)_
369
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/rm-tenant.js)_
370
370
 
371
371
  ## `saltcorn run-benchmark [BASEURL]`
372
372
 
@@ -385,7 +385,7 @@ OPTIONS
385
385
  -t, --token=token API Token for reporting results
386
386
  ```
387
387
 
388
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-benchmark.js)_
388
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/run-benchmark.js)_
389
389
 
390
390
  ## `saltcorn run-tests [PACKAGE]`
391
391
 
@@ -405,7 +405,7 @@ OPTIONS
405
405
  --watchAll Watch files for changes and rerun all tests.
406
406
  ```
407
407
 
408
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/run-tests.js)_
408
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/run-tests.js)_
409
409
 
410
410
  ## `saltcorn scheduler`
411
411
 
@@ -419,7 +419,7 @@ OPTIONS
419
419
  -v, --verbose Verbose
420
420
  ```
421
421
 
422
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/scheduler.js)_
422
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/scheduler.js)_
423
423
 
424
424
  ## `saltcorn serve`
425
425
 
@@ -439,7 +439,7 @@ OPTIONS
439
439
  -v, --verbose Verbose
440
440
  ```
441
441
 
442
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/serve.js)_
442
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/serve.js)_
443
443
 
444
444
  ## `saltcorn set-cfg KEY VALUE`
445
445
 
@@ -458,7 +458,7 @@ OPTIONS
458
458
  -t, --tenant=tenant tenant
459
459
  ```
460
460
 
461
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/set-cfg.js)_
461
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/set-cfg.js)_
462
462
 
463
463
  ## `saltcorn setup`
464
464
 
@@ -477,7 +477,7 @@ DESCRIPTION
477
477
  configuration file
478
478
  ```
479
479
 
480
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup.js)_
480
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/setup.js)_
481
481
 
482
482
  ## `saltcorn setup-benchmark`
483
483
 
@@ -491,7 +491,7 @@ OPTIONS
491
491
  -t, --tenant=tenant tenant
492
492
  ```
493
493
 
494
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/setup-benchmark.js)_
494
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/setup-benchmark.js)_
495
495
 
496
496
  ## `saltcorn test-plugin PATH`
497
497
 
@@ -509,7 +509,7 @@ DESCRIPTION
509
509
  Extra documentation goes here
510
510
  ```
511
511
 
512
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/test-plugin.js)_
512
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/test-plugin.js)_
513
513
 
514
514
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
515
515
 
@@ -526,5 +526,5 @@ ARGUMENTS
526
526
  TENANT tenant name
527
527
  ```
528
528
 
529
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.5/src/commands/transform-field.js)_
529
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2/src/commands/transform-field.js)_
530
530
  <!-- commandsstop -->
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.6.2-beta.5",
3
+ "version": "0.6.2",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -13,9 +13,9 @@
13
13
  }
14
14
  },
15
15
  "@babel/generator": {
16
- "version": "7.16.0",
17
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz",
18
- "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==",
16
+ "version": "7.16.5",
17
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz",
18
+ "integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==",
19
19
  "requires": {
20
20
  "@babel/types": "^7.16.0",
21
21
  "jsesc": "^2.5.1",
@@ -37,6 +37,14 @@
37
37
  "@babel/types": "^7.16.0"
38
38
  }
39
39
  },
40
+ "@babel/helper-environment-visitor": {
41
+ "version": "7.16.5",
42
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz",
43
+ "integrity": "sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==",
44
+ "requires": {
45
+ "@babel/types": "^7.16.0"
46
+ }
47
+ },
40
48
  "@babel/helper-function-name": {
41
49
  "version": "7.16.0",
42
50
  "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
@@ -95,9 +103,9 @@
95
103
  }
96
104
  },
97
105
  "@babel/parser": {
98
- "version": "7.16.4",
99
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.4.tgz",
100
- "integrity": "sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng=="
106
+ "version": "7.16.6",
107
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz",
108
+ "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ=="
101
109
  },
102
110
  "@babel/template": {
103
111
  "version": "7.16.0",
@@ -110,16 +118,17 @@
110
118
  }
111
119
  },
112
120
  "@babel/traverse": {
113
- "version": "7.16.3",
114
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.3.tgz",
115
- "integrity": "sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==",
121
+ "version": "7.16.5",
122
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz",
123
+ "integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==",
116
124
  "requires": {
117
125
  "@babel/code-frame": "^7.16.0",
118
- "@babel/generator": "^7.16.0",
126
+ "@babel/generator": "^7.16.5",
127
+ "@babel/helper-environment-visitor": "^7.16.5",
119
128
  "@babel/helper-function-name": "^7.16.0",
120
129
  "@babel/helper-hoist-variables": "^7.16.0",
121
130
  "@babel/helper-split-export-declaration": "^7.16.0",
122
- "@babel/parser": "^7.16.3",
131
+ "@babel/parser": "^7.16.5",
123
132
  "@babel/types": "^7.16.0",
124
133
  "debug": "^4.1.0",
125
134
  "globals": "^11.1.0"
@@ -189,181 +198,16 @@
189
198
  }
190
199
  },
191
200
  "@oclif/command": {
192
- "version": "1.8.12",
193
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
194
- "integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
201
+ "version": "1.8.15",
202
+ "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.15.tgz",
203
+ "integrity": "sha512-lMRsr38sm4XBDBt2u88nvGyk3YxMjQenfX1HM140ZckTVqwuvFVZLP4HZ0rSAK9FdJzfryO/tH5hovdiC6bgsw==",
195
204
  "requires": {
196
205
  "@oclif/config": "^1.18.2",
197
206
  "@oclif/errors": "^1.3.5",
207
+ "@oclif/help": "^1.0.1",
198
208
  "@oclif/parser": "^3.8.6",
199
- "@oclif/plugin-help": "3.2.16",
200
209
  "debug": "^4.1.1",
201
210
  "semver": "^7.3.2"
202
- },
203
- "dependencies": {
204
- "@oclif/command": {
205
- "version": "1.8.11",
206
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
207
- "integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
208
- "dev": true,
209
- "requires": {
210
- "@oclif/config": "^1.18.2",
211
- "@oclif/errors": "^1.3.5",
212
- "@oclif/parser": "^3.8.6",
213
- "@oclif/plugin-help": "3.2.14",
214
- "debug": "^4.1.1",
215
- "semver": "^7.3.2"
216
- },
217
- "dependencies": {
218
- "@oclif/plugin-help": {
219
- "version": "3.2.14",
220
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
221
- "integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
222
- "dev": true,
223
- "requires": {
224
- "@oclif/command": "^1.8.9",
225
- "@oclif/config": "^1.18.2",
226
- "@oclif/errors": "^1.3.5",
227
- "chalk": "^4.1.2",
228
- "indent-string": "^4.0.0",
229
- "lodash": "^4.17.21",
230
- "string-width": "^4.2.0",
231
- "strip-ansi": "^6.0.0",
232
- "widest-line": "^3.1.0",
233
- "wrap-ansi": "^6.2.0"
234
- }
235
- }
236
- }
237
- },
238
- "@oclif/plugin-help": {
239
- "version": "3.2.16",
240
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
241
- "integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
242
- "requires": {
243
- "@oclif/command": "1.8.11",
244
- "@oclif/config": "1.18.2",
245
- "@oclif/errors": "1.3.5",
246
- "chalk": "^4.1.2",
247
- "indent-string": "^4.0.0",
248
- "lodash": "^4.17.21",
249
- "string-width": "^4.2.0",
250
- "strip-ansi": "^6.0.0",
251
- "widest-line": "^3.1.0",
252
- "wrap-ansi": "^6.2.0"
253
- },
254
- "dependencies": {
255
- "@oclif/command": {
256
- "version": "1.8.11",
257
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
258
- "integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
259
- "requires": {
260
- "@oclif/config": "^1.18.2",
261
- "@oclif/errors": "^1.3.5",
262
- "@oclif/parser": "^3.8.6",
263
- "debug": "^4.1.1",
264
- "semver": "^7.3.2"
265
- }
266
- },
267
- "@oclif/plugin-help": {
268
- "version": "3.2.14",
269
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
270
- "integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
271
- "requires": {
272
- "@oclif/command": "^1.8.9",
273
- "@oclif/config": "^1.18.2",
274
- "@oclif/errors": "^1.3.5",
275
- "chalk": "^4.1.2",
276
- "indent-string": "^4.0.0",
277
- "lodash": "^4.17.21",
278
- "string-width": "^4.2.0",
279
- "strip-ansi": "^6.0.0",
280
- "widest-line": "^3.1.0",
281
- "wrap-ansi": "^6.2.0"
282
- }
283
- }
284
- }
285
- },
286
- "ansi-regex": {
287
- "version": "5.0.1",
288
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
289
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
290
- },
291
- "ansi-styles": {
292
- "version": "4.3.0",
293
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
294
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
295
- "requires": {
296
- "color-convert": "^2.0.1"
297
- }
298
- },
299
- "chalk": {
300
- "version": "4.1.2",
301
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
302
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
303
- "requires": {
304
- "ansi-styles": "^4.1.0",
305
- "supports-color": "^7.1.0"
306
- }
307
- },
308
- "color-convert": {
309
- "version": "2.0.1",
310
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
311
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
312
- "requires": {
313
- "color-name": "~1.1.4"
314
- }
315
- },
316
- "color-name": {
317
- "version": "1.1.4",
318
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
319
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
320
- },
321
- "has-flag": {
322
- "version": "4.0.0",
323
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
324
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
325
- },
326
- "is-fullwidth-code-point": {
327
- "version": "3.0.0",
328
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
329
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
330
- },
331
- "string-width": {
332
- "version": "4.2.3",
333
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
334
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
335
- "requires": {
336
- "emoji-regex": "^8.0.0",
337
- "is-fullwidth-code-point": "^3.0.0",
338
- "strip-ansi": "^6.0.1"
339
- }
340
- },
341
- "strip-ansi": {
342
- "version": "6.0.1",
343
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
344
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
345
- "requires": {
346
- "ansi-regex": "^5.0.1"
347
- }
348
- },
349
- "supports-color": {
350
- "version": "7.2.0",
351
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
352
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
353
- "requires": {
354
- "has-flag": "^4.0.0"
355
- }
356
- },
357
- "wrap-ansi": {
358
- "version": "6.2.0",
359
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
360
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
361
- "requires": {
362
- "ansi-styles": "^4.0.0",
363
- "string-width": "^4.1.0",
364
- "strip-ansi": "^6.0.0"
365
- }
366
- }
367
211
  }
368
212
  },
369
213
  "@oclif/config": {
@@ -400,16 +244,16 @@
400
244
  }
401
245
  },
402
246
  "@oclif/dev-cli": {
403
- "version": "1.26.9",
404
- "resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.9.tgz",
405
- "integrity": "sha512-/kHU558nkU9qXx08l9hTTE6oi5/Mtik9D7hmdc5+jeqGYTdCRv7Xx0iabsqC/fJVZLWbnjKSEbGqisBS280lCA==",
247
+ "version": "1.26.10",
248
+ "resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.10.tgz",
249
+ "integrity": "sha512-dJ+II9rVXckzFvG+82PbfphMTnoqiHvsuAAbcHrLdZWPBnFAiDKhNYE0iHnA/knAC4VGXhogsrAJ3ERT5d5r2g==",
406
250
  "dev": true,
407
251
  "requires": {
408
- "@oclif/command": "1.8.10",
252
+ "@oclif/command": "^1.8.15",
409
253
  "@oclif/config": "^1.18.2",
410
254
  "@oclif/errors": "^1.3.5",
411
- "@oclif/plugin-help": "3.2.14",
412
- "cli-ux": "5.6.6",
255
+ "@oclif/plugin-help": "3.2.18",
256
+ "cli-ux": "5.6.7",
413
257
  "debug": "^4.1.1",
414
258
  "find-yarn-workspace-root": "^2.0.0",
415
259
  "fs-extra": "^8.1",
@@ -420,29 +264,16 @@
420
264
  "tslib": "^2.0.3"
421
265
  },
422
266
  "dependencies": {
423
- "@oclif/command": {
424
- "version": "1.8.10",
425
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.10.tgz",
426
- "integrity": "sha512-GHL3Cdmabg2VAt5DL2GmRwmlROsN+Ma0JfxWlAhsKjxsa5vdWZ7BG82+A1NJQFgElm808z22Pldb7A4OJCq1pw==",
427
- "dev": true,
428
- "requires": {
429
- "@oclif/config": "^1.18.2",
430
- "@oclif/errors": "^1.3.5",
431
- "@oclif/parser": "^3.8.6",
432
- "@oclif/plugin-help": "3.2.14",
433
- "debug": "^4.1.1",
434
- "semver": "^7.3.2"
435
- }
436
- },
437
267
  "@oclif/plugin-help": {
438
- "version": "3.2.14",
439
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
440
- "integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
268
+ "version": "3.2.18",
269
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.18.tgz",
270
+ "integrity": "sha512-5n5Pkz4L0duknIvFwx2Ko9Xda3miT6RZP8bgaaK3Q/9fzVBrhi4bOM0u05/OThI6V+3NsSdxYS2o1NLcXToWDg==",
441
271
  "dev": true,
442
272
  "requires": {
443
- "@oclif/command": "^1.8.9",
444
- "@oclif/config": "^1.18.2",
445
- "@oclif/errors": "^1.3.5",
273
+ "@oclif/command": "^1.8.14",
274
+ "@oclif/config": "1.18.2",
275
+ "@oclif/errors": "1.3.5",
276
+ "@oclif/help": "^1.0.0",
446
277
  "chalk": "^4.1.2",
447
278
  "indent-string": "^4.0.0",
448
279
  "lodash": "^4.17.21",
@@ -579,6 +410,105 @@
579
410
  }
580
411
  }
581
412
  },
413
+ "@oclif/help": {
414
+ "version": "1.0.1",
415
+ "resolved": "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz",
416
+ "integrity": "sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==",
417
+ "requires": {
418
+ "@oclif/config": "1.18.2",
419
+ "@oclif/errors": "1.3.5",
420
+ "chalk": "^4.1.2",
421
+ "indent-string": "^4.0.0",
422
+ "lodash": "^4.17.21",
423
+ "string-width": "^4.2.0",
424
+ "strip-ansi": "^6.0.0",
425
+ "widest-line": "^3.1.0",
426
+ "wrap-ansi": "^6.2.0"
427
+ },
428
+ "dependencies": {
429
+ "ansi-regex": {
430
+ "version": "5.0.1",
431
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
432
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
433
+ },
434
+ "ansi-styles": {
435
+ "version": "4.3.0",
436
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
437
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
438
+ "requires": {
439
+ "color-convert": "^2.0.1"
440
+ }
441
+ },
442
+ "chalk": {
443
+ "version": "4.1.2",
444
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
445
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
446
+ "requires": {
447
+ "ansi-styles": "^4.1.0",
448
+ "supports-color": "^7.1.0"
449
+ }
450
+ },
451
+ "color-convert": {
452
+ "version": "2.0.1",
453
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
454
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
455
+ "requires": {
456
+ "color-name": "~1.1.4"
457
+ }
458
+ },
459
+ "color-name": {
460
+ "version": "1.1.4",
461
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
462
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
463
+ },
464
+ "has-flag": {
465
+ "version": "4.0.0",
466
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
467
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
468
+ },
469
+ "is-fullwidth-code-point": {
470
+ "version": "3.0.0",
471
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
472
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
473
+ },
474
+ "string-width": {
475
+ "version": "4.2.3",
476
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
477
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
478
+ "requires": {
479
+ "emoji-regex": "^8.0.0",
480
+ "is-fullwidth-code-point": "^3.0.0",
481
+ "strip-ansi": "^6.0.1"
482
+ }
483
+ },
484
+ "strip-ansi": {
485
+ "version": "6.0.1",
486
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
487
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
488
+ "requires": {
489
+ "ansi-regex": "^5.0.1"
490
+ }
491
+ },
492
+ "supports-color": {
493
+ "version": "7.2.0",
494
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
495
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
496
+ "requires": {
497
+ "has-flag": "^4.0.0"
498
+ }
499
+ },
500
+ "wrap-ansi": {
501
+ "version": "6.2.0",
502
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
503
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
504
+ "requires": {
505
+ "ansi-styles": "^4.0.0",
506
+ "string-width": "^4.1.0",
507
+ "strip-ansi": "^6.0.0"
508
+ }
509
+ }
510
+ }
511
+ },
582
512
  "@oclif/linewrap": {
583
513
  "version": "1.0.0",
584
514
  "resolved": "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz",
@@ -646,13 +576,14 @@
646
576
  }
647
577
  },
648
578
  "@oclif/plugin-help": {
649
- "version": "3.2.17",
650
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.17.tgz",
651
- "integrity": "sha512-dutwtACVnQ0tDqu9Fq3nhYzBAW5jwhslC6tYlyMQv4WBbQXowJ1ML5CnPmaSRhm5rHtIAcR8wrK3xCV3CUcQCQ==",
579
+ "version": "3.2.19",
580
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.19.tgz",
581
+ "integrity": "sha512-aA+KfHTDODEg/EF+OFHclS8x6whBn/w6+u+r7LvRNYDvjhnIA3kYCLW54ZCFR984Q+ufy6im8+JXBir7ulNzSA==",
652
582
  "requires": {
653
- "@oclif/cmd": "npm:@oclif/command@1.8.12",
583
+ "@oclif/command": "^1.8.15",
654
584
  "@oclif/config": "1.18.2",
655
585
  "@oclif/errors": "1.3.5",
586
+ "@oclif/help": "^1.0.1",
656
587
  "chalk": "^4.1.2",
657
588
  "indent-string": "^4.0.0",
658
589
  "lodash": "^4.17.21",
@@ -662,87 +593,6 @@
662
593
  "wrap-ansi": "^6.2.0"
663
594
  },
664
595
  "dependencies": {
665
- "@oclif/cmd": {
666
- "version": "npm:@oclif/command@1.8.12",
667
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.12.tgz",
668
- "integrity": "sha512-Qv+5kUdydIUM00HN0m/xuEB+SxI+5lI4bap1P5I4d8ZLqtwVi7Q6wUZpDM5QqVvRkay7p4TiYXRXw1rfXYwEjw==",
669
- "requires": {
670
- "@oclif/config": "^1.18.2",
671
- "@oclif/errors": "^1.3.5",
672
- "@oclif/parser": "^3.8.6",
673
- "@oclif/plugin-help": "3.2.16",
674
- "debug": "^4.1.1",
675
- "semver": "^7.3.2"
676
- },
677
- "dependencies": {
678
- "@oclif/plugin-help": {
679
- "version": "3.2.16",
680
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
681
- "integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
682
- "requires": {
683
- "@oclif/command": "1.8.11",
684
- "@oclif/config": "1.18.2",
685
- "@oclif/errors": "1.3.5",
686
- "chalk": "^4.1.2",
687
- "indent-string": "^4.0.0",
688
- "lodash": "^4.17.21",
689
- "string-width": "^4.2.0",
690
- "strip-ansi": "^6.0.0",
691
- "widest-line": "^3.1.0",
692
- "wrap-ansi": "^6.2.0"
693
- }
694
- }
695
- }
696
- },
697
- "@oclif/command": {
698
- "version": "1.8.11",
699
- "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.11.tgz",
700
- "integrity": "sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==",
701
- "requires": {
702
- "@oclif/config": "^1.18.2",
703
- "@oclif/errors": "^1.3.5",
704
- "@oclif/parser": "^3.8.6",
705
- "@oclif/plugin-help": "3.2.14",
706
- "debug": "^4.1.1",
707
- "semver": "^7.3.2"
708
- },
709
- "dependencies": {
710
- "@oclif/plugin-help": {
711
- "version": "3.2.14",
712
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
713
- "integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
714
- "requires": {
715
- "@oclif/command": "^1.8.9",
716
- "@oclif/config": "^1.18.2",
717
- "@oclif/errors": "^1.3.5",
718
- "chalk": "^4.1.2",
719
- "indent-string": "^4.0.0",
720
- "lodash": "^4.17.21",
721
- "string-width": "^4.2.0",
722
- "strip-ansi": "^6.0.0",
723
- "widest-line": "^3.1.0",
724
- "wrap-ansi": "^6.2.0"
725
- }
726
- }
727
- }
728
- },
729
- "@oclif/plugin-help": {
730
- "version": "3.2.16",
731
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.16.tgz",
732
- "integrity": "sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==",
733
- "requires": {
734
- "@oclif/command": "1.8.11",
735
- "@oclif/config": "1.18.2",
736
- "@oclif/errors": "1.3.5",
737
- "chalk": "^4.1.2",
738
- "indent-string": "^4.0.0",
739
- "lodash": "^4.17.21",
740
- "string-width": "^4.2.0",
741
- "strip-ansi": "^6.0.0",
742
- "widest-line": "^3.1.0",
743
- "wrap-ansi": "^6.2.0"
744
- }
745
- },
746
596
  "ansi-regex": {
747
597
  "version": "5.0.1",
748
598
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -952,30 +802,30 @@
952
802
  }
953
803
  },
954
804
  "@saltcorn/base-plugin": {
955
- "version": "0.6.2-beta.5",
956
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2-beta.5.tgz",
957
- "integrity": "sha512-UqANEgTXgpF11fxzDFLDQmwvsB3N+9Xd9xwu43MoX6yJs3VCCSeqcb/rT8laD2XmdmjzfU0HeHST1YnN6Gl4FQ==",
805
+ "version": "0.6.2",
806
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2.tgz",
807
+ "integrity": "sha512-326QaXTABHEjyinOoRheHFpa/dFuJmvJddQiZQj6bDHush9X22rn8F8LCnaNkxIUbCDkD69jj4lStDQ2wFJqlg==",
958
808
  "requires": {
959
- "@saltcorn/data": "0.6.2-beta.5"
809
+ "@saltcorn/data": "0.6.2"
960
810
  }
961
811
  },
962
812
  "@saltcorn/builder": {
963
- "version": "0.6.2-beta.5",
964
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2-beta.5.tgz",
965
- "integrity": "sha512-U207RcKTONo9OISBDh6YXiO/MecjPWalljzZc4ERyN5n9Or0ujIodel42HFWXdwWnYXuNUN9Vknch4aSNMcSJg==",
813
+ "version": "0.6.2",
814
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2.tgz",
815
+ "integrity": "sha512-BMftqFkkgsgG6mUL+CvD7N16ISt5srbkBg4vB4GG1vIAVZFEX9Y/4ttoS8wt0VYE4KswFxHmC8zSEB6XA5BbTg==",
966
816
  "requires": {
967
817
  "styled-components": "^4.4.1"
968
818
  }
969
819
  },
970
820
  "@saltcorn/data": {
971
- "version": "0.6.2-beta.5",
972
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2-beta.5.tgz",
973
- "integrity": "sha512-LYKEbmiQwarRtNXc0s2SSRfgEGwHJD8XZmdZnaYwFsKyErEnpLVtzFTH2p/Sunj38lRWwXs/aZjCWYLGiu6CbQ==",
974
- "requires": {
975
- "@saltcorn/db-common": "0.6.2-beta.5",
976
- "@saltcorn/markup": "0.6.2-beta.5",
977
- "@saltcorn/postgres": "0.6.2-beta.5",
978
- "@saltcorn/sqlite": "0.6.2-beta.5",
821
+ "version": "0.6.2",
822
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2.tgz",
823
+ "integrity": "sha512-GmA8IbA1e9BCcdJcS4WwgLdY9zDNN7UrU98zna/AulHrjHrdmKStX1ju3pyF2h9b+5KI/y6rkfWIEfRxNlmByw==",
824
+ "requires": {
825
+ "@saltcorn/db-common": "0.6.2",
826
+ "@saltcorn/markup": "0.6.2",
827
+ "@saltcorn/postgres": "0.6.2",
828
+ "@saltcorn/sqlite": "0.6.2",
979
829
  "acorn": "^8.0.3",
980
830
  "adm-zip": "0.5.5",
981
831
  "astring": "^1.4.3",
@@ -1003,18 +853,14 @@
1003
853
  }
1004
854
  },
1005
855
  "@saltcorn/db-common": {
1006
- "version": "0.6.2-beta.5",
1007
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2-beta.5.tgz",
1008
- "integrity": "sha512-XU4iya34bOWFYOqMyQUB+SAzJV7NJFRCTGSwnYiFzhoGf0QhpcrdDI3xHHzufWQMrrlW4TXxYUWGvpI2QyXQkg==",
1009
- "requires": {
1010
- "@saltcorn/markup": "0.6.2-beta.5",
1011
- "contractis": "^0.1.0"
1012
- }
856
+ "version": "0.6.2",
857
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2.tgz",
858
+ "integrity": "sha512-0ETCFHQrCsLBCz+ZgzN5lab6Whgs5Y/8u4alFFy/IZunBElR5r+6xUbpS9Jw4A+YnHVsMQC1OnKtAEsH4xoBpA=="
1013
859
  },
1014
860
  "@saltcorn/markup": {
1015
- "version": "0.6.2-beta.5",
1016
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2-beta.5.tgz",
1017
- "integrity": "sha512-GvHmOxtxhP4ejRmdd5sg4VUT4JDbjVYBP5J6zucD13PsbTSL/cP25IvsNfSfLy80Zo4vC6ROjIIkpn8qbnkpWA==",
861
+ "version": "0.6.2",
862
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2.tgz",
863
+ "integrity": "sha512-ueztzQ4wIEoKe00Gb8qiL2ngfsUAd9bF1Ty5XKvPo2B9mWsXl/12fQ4srPjzz14ZW9gnT/WULaziIXqY9uBRuQ==",
1018
864
  "requires": {
1019
865
  "escape-html": "^1.0.3",
1020
866
  "html-tags": "3.1.0",
@@ -1022,36 +868,36 @@
1022
868
  }
1023
869
  },
1024
870
  "@saltcorn/postgres": {
1025
- "version": "0.6.2-beta.5",
1026
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2-beta.5.tgz",
1027
- "integrity": "sha512-o/HAnhqk1QS0S58tJBqPxjKgxBuoFwVKCRlEU4N69N2Ci8Wz9sX4EWGYaD4iVanCzdgg5UWtcyYJVbPf/H1gNA==",
871
+ "version": "0.6.2",
872
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2.tgz",
873
+ "integrity": "sha512-L8rt9zyVk0ec5AVHiBqQj4DIhsdBdX3v8Z49ScJIlg5mBFigWpBJNarC447MfJi10F5eZcgc+dhYeszZvCVtiQ==",
1028
874
  "optional": true,
1029
875
  "requires": {
1030
- "@saltcorn/db-common": "0.6.2-beta.5",
876
+ "@saltcorn/db-common": "0.6.2",
1031
877
  "pg": "^8.2.1",
1032
878
  "pg-copy-streams": "^5.1.1"
1033
879
  }
1034
880
  },
1035
881
  "@saltcorn/sbadmin2": {
1036
- "version": "0.6.2-beta.5",
1037
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2-beta.5.tgz",
1038
- "integrity": "sha512-eLH4zsPx4jAQRRykAJiacDMjMHuXVxsYoUFS/Mg/d5AT/Z3IiQDezkDJCOzhnyWLQfh3AWAa9rDgwJhfgLTNzA==",
882
+ "version": "0.6.2",
883
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2.tgz",
884
+ "integrity": "sha512-lUB1PR2euSUs8vklN04Qo2bfKeF/UnlTgb1EzUz49gwVsnhdlzSWsUEVflEyw/keoLAFdLdrDrdq+emAsKodyQ==",
1039
885
  "requires": {
1040
- "@saltcorn/data": "0.6.2-beta.5",
1041
- "@saltcorn/markup": "0.6.2-beta.5",
886
+ "@saltcorn/data": "0.6.2",
887
+ "@saltcorn/markup": "0.6.2",
1042
888
  "startbootstrap-sb-admin-2": "^4.1.4"
1043
889
  }
1044
890
  },
1045
891
  "@saltcorn/server": {
1046
- "version": "0.6.2-beta.5",
1047
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2-beta.5.tgz",
1048
- "integrity": "sha512-eJ3IG1nZnqFwJ2zv0u2whRPj+TtRHaGv4R59MxSQryS6TLgWO38tSiG9bqcJgCs0hVqrg4ZCjucnN6JdNDWCYA==",
1049
- "requires": {
1050
- "@saltcorn/base-plugin": "0.6.2-beta.5",
1051
- "@saltcorn/builder": "0.6.2-beta.5",
1052
- "@saltcorn/data": "0.6.2-beta.5",
1053
- "@saltcorn/markup": "0.6.2-beta.5",
1054
- "@saltcorn/sbadmin2": "0.6.2-beta.5",
892
+ "version": "0.6.2",
893
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2.tgz",
894
+ "integrity": "sha512-SbW4fpVUuTxBwhq/wNQR2NsIbsm8yIIhtOKVs32N2PRw42kIumzLZ3vg0pZAPeLkWufQtFqxgkhJv9Nt5RMTlA==",
895
+ "requires": {
896
+ "@saltcorn/base-plugin": "0.6.2",
897
+ "@saltcorn/builder": "0.6.2",
898
+ "@saltcorn/data": "0.6.2",
899
+ "@saltcorn/markup": "0.6.2",
900
+ "@saltcorn/sbadmin2": "0.6.2",
1055
901
  "@socket.io/cluster-adapter": "^0.1.0",
1056
902
  "@socket.io/sticky": "^1.0.1",
1057
903
  "aws-sdk": "^2.1037.0",
@@ -1091,12 +937,12 @@
1091
937
  }
1092
938
  },
1093
939
  "@saltcorn/sqlite": {
1094
- "version": "0.6.2-beta.5",
1095
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2-beta.5.tgz",
1096
- "integrity": "sha512-C+7Pq5jrobSNZG3oC0X5vndl2X05yX2vmzwRT7fXtwkyiODHQsIO2z39gVFes6pDdu9KxRFcwqFUOJm9myIJNQ==",
940
+ "version": "0.6.2",
941
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2.tgz",
942
+ "integrity": "sha512-uJmcoxRsO6YV5trtvJi/cx7firEw/BB8tP3nmAfbCgJaraWArlqJ6FjRpNTfn25dlrhcJ+SHJDah+d5ln51gIQ==",
1097
943
  "optional": true,
1098
944
  "requires": {
1099
- "@saltcorn/db-common": "0.6.2-beta.5",
945
+ "@saltcorn/db-common": "0.6.2",
1100
946
  "sqlite3": "^5.0.2"
1101
947
  }
1102
948
  },
@@ -1980,11 +1826,11 @@
1980
1826
  }
1981
1827
  },
1982
1828
  "cli-ux": {
1983
- "version": "5.6.6",
1984
- "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.6.tgz",
1985
- "integrity": "sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg==",
1829
+ "version": "5.6.7",
1830
+ "resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.7.tgz",
1831
+ "integrity": "sha512-dsKAurMNyFDnO6X1TiiRNiVbL90XReLKcvIq4H777NMqXGBxBws23ag8ubCJE97vVZEgWG2eSUhsyLf63Jv8+g==",
1986
1832
  "requires": {
1987
- "@oclif/command": "^1.8.9",
1833
+ "@oclif/command": "^1.8.15",
1988
1834
  "@oclif/errors": "^1.3.5",
1989
1835
  "@oclif/linewrap": "^1.0.0",
1990
1836
  "@oclif/screen": "^1.0.4",
@@ -2291,18 +2137,11 @@
2291
2137
  "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
2292
2138
  },
2293
2139
  "content-disposition": {
2294
- "version": "0.5.3",
2295
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
2296
- "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
2140
+ "version": "0.5.4",
2141
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
2142
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
2297
2143
  "requires": {
2298
- "safe-buffer": "5.1.2"
2299
- },
2300
- "dependencies": {
2301
- "safe-buffer": {
2302
- "version": "5.1.2",
2303
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
2304
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
2305
- }
2144
+ "safe-buffer": "5.2.1"
2306
2145
  }
2307
2146
  },
2308
2147
  "content-security-policy-builder": {
@@ -2425,15 +2264,15 @@
2425
2264
  "integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
2426
2265
  },
2427
2266
  "css-select": {
2428
- "version": "4.1.3",
2429
- "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
2430
- "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",
2267
+ "version": "4.2.0",
2268
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.0.tgz",
2269
+ "integrity": "sha512-6YVG6hsH9yIb/si3Th/is8Pex7qnVHO6t7q7U6TIUnkQASGbS8tnUDBftnPynLNnuUl/r2+PTd0ekiiq7R0zJw==",
2431
2270
  "requires": {
2432
2271
  "boolbase": "^1.0.0",
2433
- "css-what": "^5.0.0",
2434
- "domhandler": "^4.2.0",
2435
- "domutils": "^2.6.0",
2436
- "nth-check": "^2.0.0"
2272
+ "css-what": "^5.1.0",
2273
+ "domhandler": "^4.3.0",
2274
+ "domutils": "^2.8.0",
2275
+ "nth-check": "^2.0.1"
2437
2276
  }
2438
2277
  },
2439
2278
  "css-to-react-native": {
@@ -2940,6 +2779,14 @@
2940
2779
  "vary": "~1.1.2"
2941
2780
  },
2942
2781
  "dependencies": {
2782
+ "content-disposition": {
2783
+ "version": "0.5.3",
2784
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
2785
+ "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
2786
+ "requires": {
2787
+ "safe-buffer": "5.1.2"
2788
+ }
2789
+ },
2943
2790
  "cookie": {
2944
2791
  "version": "0.4.0",
2945
2792
  "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
@@ -1 +1 @@
1
- {"version":"0.6.2-beta.5","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
1
+ {"version":"0.6.2","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
package/package.json CHANGED
@@ -2,19 +2,19 @@
2
2
  "name": "@saltcorn/cli",
3
3
  "description": "Command-line interface for Saltcorn, open-source no-code platform",
4
4
  "homepage": "https://saltcorn.com",
5
- "version": "0.6.2-beta.5",
5
+ "version": "0.6.2",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
9
9
  },
10
10
  "bugs": "https://github.com/saltcorn/saltcorn/issues",
11
11
  "dependencies": {
12
- "@oclif/command": "^1.8.12",
12
+ "@oclif/command": "^1.8.15",
13
13
  "@oclif/config": "^1.18.2",
14
- "@oclif/plugin-help": "^3.2.17",
15
- "@saltcorn/data": "0.6.2-beta.5",
16
- "@saltcorn/server": "0.6.2-beta.5",
17
- "cli-ux": "^5.6.6",
14
+ "@oclif/plugin-help": "^3.2.19",
15
+ "@saltcorn/data": "0.6.2",
16
+ "@saltcorn/server": "0.6.2",
17
+ "cli-ux": "^5.6.7",
18
18
  "contractis": "^0.1.0",
19
19
  "dateformat": "^3.0.3",
20
20
  "inquirer": "^7.3.3",
@@ -27,7 +27,7 @@
27
27
  "wrk": "^1.2.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@oclif/dev-cli": "^1.26.9",
30
+ "@oclif/dev-cli": "^1.26.10",
31
31
  "globby": "^10.0.2"
32
32
  },
33
33
  "engines": {
@@ -90,6 +90,11 @@ class RunTestsCommand extends Command {
90
90
  const { args, flags } = this.parse(RunTestsCommand);
91
91
  this.validateCall(args, flags);
92
92
  var env;
93
+
94
+ spawnSync("npm", ["run", "tsc"], {
95
+ stdio: "inherit",
96
+ });
97
+
93
98
  const db = require("@saltcorn/data/db");
94
99
 
95
100
  if (db.isSQLite) {