@saltcorn/cli 0.6.3-beta.2 → 0.6.3-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/npm-shrinkwrap.json +244 -90
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.3-beta.
|
|
23
|
+
@saltcorn/cli/0.6.3-beta.3 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -69,7 +69,7 @@ USAGE
|
|
|
69
69
|
$ saltcorn add-schema
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
72
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/add-schema.js)_
|
|
73
73
|
|
|
74
74
|
## `saltcorn backup`
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ OPTIONS
|
|
|
85
85
|
-z, --zip zip format
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
88
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/backup.js)_
|
|
89
89
|
|
|
90
90
|
## `saltcorn create-tenant TENANT`
|
|
91
91
|
|
|
@@ -103,7 +103,7 @@ OPTIONS
|
|
|
103
103
|
-e, --email=email Email of owner of tenant
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
106
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/create-tenant.js)_
|
|
107
107
|
|
|
108
108
|
## `saltcorn create-user`
|
|
109
109
|
|
|
@@ -121,7 +121,7 @@ OPTIONS
|
|
|
121
121
|
-t, --tenant=tenant tenant
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
124
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/create-user.js)_
|
|
125
125
|
|
|
126
126
|
## `saltcorn delete-tenants`
|
|
127
127
|
|
|
@@ -132,7 +132,7 @@ USAGE
|
|
|
132
132
|
$ saltcorn delete-tenants
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
135
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/delete-tenants.js)_
|
|
136
136
|
|
|
137
137
|
## `saltcorn fixtures`
|
|
138
138
|
|
|
@@ -151,7 +151,7 @@ DESCRIPTION
|
|
|
151
151
|
This manual step it is never required for users and rarely required for developers
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
154
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/fixtures.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn help [COMMAND]`
|
|
157
157
|
|
|
@@ -189,7 +189,7 @@ ALIASES
|
|
|
189
189
|
$ saltcorn paths
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
192
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/info.js)_
|
|
193
193
|
|
|
194
194
|
## `saltcorn install-pack`
|
|
195
195
|
|
|
@@ -205,7 +205,7 @@ OPTIONS
|
|
|
205
205
|
-t, --tenant=tenant tenant
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
208
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/install-pack.js)_
|
|
209
209
|
|
|
210
210
|
## `saltcorn install-plugin`
|
|
211
211
|
|
|
@@ -221,7 +221,7 @@ OPTIONS
|
|
|
221
221
|
-t, --tenant=tenant tenant
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
224
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/install-plugin.js)_
|
|
225
225
|
|
|
226
226
|
## `saltcorn list-tenants`
|
|
227
227
|
|
|
@@ -232,7 +232,7 @@ USAGE
|
|
|
232
232
|
$ saltcorn list-tenants
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
235
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/list-tenants.js)_
|
|
236
236
|
|
|
237
237
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ OPTIONS
|
|
|
250
250
|
-t, --tenant=tenant tenant
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
253
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/localize-plugin.js)_
|
|
254
254
|
|
|
255
255
|
## `saltcorn make-migration`
|
|
256
256
|
|
|
@@ -266,7 +266,7 @@ DESCRIPTION
|
|
|
266
266
|
unless you are a developer.
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
269
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/make-migration.js)_
|
|
270
270
|
|
|
271
271
|
## `saltcorn saltcorn migrate`
|
|
272
272
|
|
|
@@ -288,7 +288,7 @@ DESCRIPTION
|
|
|
288
288
|
servers and need to control when the migrations are run.
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
291
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/migrate.js)_
|
|
292
292
|
|
|
293
293
|
## `saltcorn plugins`
|
|
294
294
|
|
|
@@ -315,7 +315,7 @@ EXAMPLES
|
|
|
315
315
|
plugins -u -f - force plugin update
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
318
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/plugins.js)_
|
|
319
319
|
|
|
320
320
|
## `saltcorn release VERSION`
|
|
321
321
|
|
|
@@ -329,7 +329,7 @@ ARGUMENTS
|
|
|
329
329
|
VERSION New version number
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
332
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/release.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn reset-schema`
|
|
335
335
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
This will delete all existing information
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
351
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/reset-schema.js)_
|
|
352
352
|
|
|
353
353
|
## `saltcorn restore FILE`
|
|
354
354
|
|
|
@@ -365,7 +365,7 @@ OPTIONS
|
|
|
365
365
|
-t, --tenant=tenant tenant
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
368
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/restore.js)_
|
|
369
369
|
|
|
370
370
|
## `saltcorn rm-tenant TENANT`
|
|
371
371
|
|
|
@@ -379,7 +379,7 @@ ARGUMENTS
|
|
|
379
379
|
TENANT Tenant to remove
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
382
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/rm-tenant.js)_
|
|
383
383
|
|
|
384
384
|
## `saltcorn run-benchmark [BASEURL]`
|
|
385
385
|
|
|
@@ -398,7 +398,7 @@ OPTIONS
|
|
|
398
398
|
-t, --token=token API Token for reporting results
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
401
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/run-benchmark.js)_
|
|
402
402
|
|
|
403
403
|
## `saltcorn run-tests [PACKAGE]`
|
|
404
404
|
|
|
@@ -418,7 +418,7 @@ OPTIONS
|
|
|
418
418
|
--watchAll Watch files for changes and rerun all tests.
|
|
419
419
|
```
|
|
420
420
|
|
|
421
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
421
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/run-tests.js)_
|
|
422
422
|
|
|
423
423
|
## `saltcorn scheduler`
|
|
424
424
|
|
|
@@ -432,7 +432,7 @@ OPTIONS
|
|
|
432
432
|
-v, --verbose Verbose
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
435
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/scheduler.js)_
|
|
436
436
|
|
|
437
437
|
## `saltcorn serve`
|
|
438
438
|
|
|
@@ -452,7 +452,7 @@ OPTIONS
|
|
|
452
452
|
-v, --verbose Verbose
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
455
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/serve.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn set-cfg KEY VALUE`
|
|
458
458
|
|
|
@@ -471,7 +471,7 @@ OPTIONS
|
|
|
471
471
|
-t, --tenant=tenant tenant
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
474
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/set-cfg.js)_
|
|
475
475
|
|
|
476
476
|
## `saltcorn setup`
|
|
477
477
|
|
|
@@ -490,7 +490,7 @@ DESCRIPTION
|
|
|
490
490
|
configuration file
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
493
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/setup.js)_
|
|
494
494
|
|
|
495
495
|
## `saltcorn setup-benchmark`
|
|
496
496
|
|
|
@@ -504,7 +504,7 @@ OPTIONS
|
|
|
504
504
|
-t, --tenant=tenant tenant
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
507
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/setup-benchmark.js)_
|
|
508
508
|
|
|
509
509
|
## `saltcorn test-plugin PATH`
|
|
510
510
|
|
|
@@ -522,7 +522,7 @@ DESCRIPTION
|
|
|
522
522
|
Extra documentation goes here
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
525
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/test-plugin.js)_
|
|
526
526
|
|
|
527
527
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
528
528
|
|
|
@@ -539,5 +539,5 @@ ARGUMENTS
|
|
|
539
539
|
TENANT tenant name
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.
|
|
542
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.3/src/commands/transform-field.js)_
|
|
543
543
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.3-beta.
|
|
3
|
+
"version": "0.6.3-beta.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"@babel/generator": {
|
|
17
|
-
"version": "7.16.
|
|
18
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.
|
|
19
|
-
"integrity": "sha512
|
|
17
|
+
"version": "7.16.8",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
|
|
19
|
+
"integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
|
|
20
20
|
"requires": {
|
|
21
|
-
"@babel/types": "^7.16.
|
|
21
|
+
"@babel/types": "^7.16.8",
|
|
22
22
|
"jsesc": "^2.5.1",
|
|
23
23
|
"source-map": "^0.5.0"
|
|
24
24
|
},
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"@babel/parser": {
|
|
109
|
-
"version": "7.16.
|
|
110
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.
|
|
111
|
-
"integrity": "sha512-
|
|
109
|
+
"version": "7.16.8",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
|
|
111
|
+
"integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
|
|
112
112
|
},
|
|
113
113
|
"@babel/template": {
|
|
114
114
|
"version": "7.16.7",
|
|
@@ -146,18 +146,18 @@
|
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"@babel/traverse": {
|
|
149
|
-
"version": "7.16.
|
|
150
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.
|
|
151
|
-
"integrity": "sha512-
|
|
149
|
+
"version": "7.16.8",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
|
|
151
|
+
"integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
|
|
152
152
|
"requires": {
|
|
153
153
|
"@babel/code-frame": "^7.16.7",
|
|
154
|
-
"@babel/generator": "^7.16.
|
|
154
|
+
"@babel/generator": "^7.16.8",
|
|
155
155
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
156
156
|
"@babel/helper-function-name": "^7.16.7",
|
|
157
157
|
"@babel/helper-hoist-variables": "^7.16.7",
|
|
158
158
|
"@babel/helper-split-export-declaration": "^7.16.7",
|
|
159
|
-
"@babel/parser": "^7.16.
|
|
160
|
-
"@babel/types": "^7.16.
|
|
159
|
+
"@babel/parser": "^7.16.8",
|
|
160
|
+
"@babel/types": "^7.16.8",
|
|
161
161
|
"debug": "^4.1.0",
|
|
162
162
|
"globals": "^11.1.0"
|
|
163
163
|
},
|
|
@@ -188,9 +188,9 @@
|
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
190
|
"@babel/types": {
|
|
191
|
-
"version": "7.16.
|
|
192
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.
|
|
193
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "7.16.8",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
|
|
193
|
+
"integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
|
|
194
194
|
"requires": {
|
|
195
195
|
"@babel/helper-validator-identifier": "^7.16.7",
|
|
196
196
|
"to-fast-properties": "^2.0.0"
|
|
@@ -862,31 +862,31 @@
|
|
|
862
862
|
}
|
|
863
863
|
},
|
|
864
864
|
"@saltcorn/base-plugin": {
|
|
865
|
-
"version": "0.6.3-beta.
|
|
866
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3-beta.
|
|
867
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "0.6.3-beta.3",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3-beta.3.tgz",
|
|
867
|
+
"integrity": "sha512-S0K4ViINS0QOSm0+mGhwp64aBU7ciPztqDhzf933HdHqGf7+5iTA0UTz/lq1R8Nem/rBUoDNA1W4A7nUZlmcZw==",
|
|
868
868
|
"requires": {
|
|
869
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
869
|
+
"@saltcorn/data": "0.6.3-beta.3"
|
|
870
870
|
}
|
|
871
871
|
},
|
|
872
872
|
"@saltcorn/builder": {
|
|
873
|
-
"version": "0.6.3-beta.
|
|
874
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3-beta.
|
|
875
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "0.6.3-beta.3",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3-beta.3.tgz",
|
|
875
|
+
"integrity": "sha512-F0+WSC68Je19kn1hUg4G2QDZ5JjzSBhwykWAj1yPha1re5BgrWQ7BMyd30ctCE83pfFJZ/qBxfIOQZgKjhqtLQ==",
|
|
876
876
|
"requires": {
|
|
877
877
|
"styled-components": "^4.4.1"
|
|
878
878
|
}
|
|
879
879
|
},
|
|
880
880
|
"@saltcorn/data": {
|
|
881
|
-
"version": "0.6.3-beta.
|
|
882
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3-beta.
|
|
883
|
-
"integrity": "sha512-
|
|
884
|
-
"requires": {
|
|
885
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
886
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
887
|
-
"@saltcorn/postgres": "0.6.3-beta.
|
|
888
|
-
"@saltcorn/sqlite": "0.6.3-beta.
|
|
889
|
-
"@saltcorn/types": "0.6.3-beta.
|
|
881
|
+
"version": "0.6.3-beta.3",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3-beta.3.tgz",
|
|
883
|
+
"integrity": "sha512-qHZR/MmTDwGESxzNUfSPEES/ywKPw/XWryEmSVGw1ApAGU7VM6BpOhjyKpkl00AzFJDzY65g8ZtnHxlb2s4rFA==",
|
|
884
|
+
"requires": {
|
|
885
|
+
"@saltcorn/db-common": "0.6.3-beta.3",
|
|
886
|
+
"@saltcorn/markup": "0.6.3-beta.3",
|
|
887
|
+
"@saltcorn/postgres": "0.6.3-beta.3",
|
|
888
|
+
"@saltcorn/sqlite": "0.6.3-beta.3",
|
|
889
|
+
"@saltcorn/types": "0.6.3-beta.3",
|
|
890
890
|
"acorn": "^8.0.3",
|
|
891
891
|
"adm-zip": "0.5.5",
|
|
892
892
|
"astring": "^1.4.3",
|
|
@@ -914,14 +914,14 @@
|
|
|
914
914
|
}
|
|
915
915
|
},
|
|
916
916
|
"@saltcorn/db-common": {
|
|
917
|
-
"version": "0.6.3-beta.
|
|
918
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3-beta.
|
|
919
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "0.6.3-beta.3",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3-beta.3.tgz",
|
|
919
|
+
"integrity": "sha512-vzc3Wu1SzLGK57Pf8mU3gG1TBwFSqRxyKBbLQhjxfy5fldQW/vU66z/yZOwfqrHf9jVdxenbuxiYEI94cySK5g=="
|
|
920
920
|
},
|
|
921
921
|
"@saltcorn/markup": {
|
|
922
|
-
"version": "0.6.3-beta.
|
|
923
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3-beta.
|
|
924
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "0.6.3-beta.3",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3-beta.3.tgz",
|
|
924
|
+
"integrity": "sha512-LWvexhPcrp97P2sDWUQEjCZD4/nwjXD/fGfsK8LToZuXtfLLVot5VrMWx8WykonKHDKf9EHe8OwleFLrIrBkxA==",
|
|
925
925
|
"requires": {
|
|
926
926
|
"escape-html": "^1.0.3",
|
|
927
927
|
"html-tags": "3.1.0",
|
|
@@ -929,36 +929,36 @@
|
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
931
|
"@saltcorn/postgres": {
|
|
932
|
-
"version": "0.6.3-beta.
|
|
933
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3-beta.
|
|
934
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "0.6.3-beta.3",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3-beta.3.tgz",
|
|
934
|
+
"integrity": "sha512-idc7V7ea4MQ343Q0tbVNUWS8Ft1r0Hu3hWvNxr3VGHeuy8kE8t0e6dm7smAPYCHCyO4U2jQuUg9/Srq9MEZDOg==",
|
|
935
935
|
"optional": true,
|
|
936
936
|
"requires": {
|
|
937
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
937
|
+
"@saltcorn/db-common": "0.6.3-beta.3",
|
|
938
938
|
"pg": "^8.2.1",
|
|
939
939
|
"pg-copy-streams": "^5.1.1"
|
|
940
940
|
}
|
|
941
941
|
},
|
|
942
942
|
"@saltcorn/sbadmin2": {
|
|
943
|
-
"version": "0.6.3-beta.
|
|
944
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3-beta.
|
|
945
|
-
"integrity": "sha512-
|
|
943
|
+
"version": "0.6.3-beta.3",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3-beta.3.tgz",
|
|
945
|
+
"integrity": "sha512-mrfjlA5SjTIgPr/ACDASkiRWHyW/HNQ0aXhAjFrYf9TgQvPpWy9/CvP+Qn6ZNYuHXlbqEQvxrVNbmiXN/LcDNg==",
|
|
946
946
|
"requires": {
|
|
947
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
948
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
947
|
+
"@saltcorn/data": "0.6.3-beta.3",
|
|
948
|
+
"@saltcorn/markup": "0.6.3-beta.3",
|
|
949
949
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
950
950
|
}
|
|
951
951
|
},
|
|
952
952
|
"@saltcorn/server": {
|
|
953
|
-
"version": "0.6.3-beta.
|
|
954
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3-beta.
|
|
955
|
-
"integrity": "sha512-
|
|
956
|
-
"requires": {
|
|
957
|
-
"@saltcorn/base-plugin": "0.6.3-beta.
|
|
958
|
-
"@saltcorn/builder": "0.6.3-beta.
|
|
959
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
960
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
961
|
-
"@saltcorn/sbadmin2": "0.6.3-beta.
|
|
953
|
+
"version": "0.6.3-beta.3",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3-beta.3.tgz",
|
|
955
|
+
"integrity": "sha512-O+M++Y9CJ5qGEq55AxGPbyd8gJEobcggS0u9kDcVdRK+iKQghi2nkhxqTzK+1bJo7XcYoOSckOpvnv/Nc3XTBA==",
|
|
956
|
+
"requires": {
|
|
957
|
+
"@saltcorn/base-plugin": "0.6.3-beta.3",
|
|
958
|
+
"@saltcorn/builder": "0.6.3-beta.3",
|
|
959
|
+
"@saltcorn/data": "0.6.3-beta.3",
|
|
960
|
+
"@saltcorn/markup": "0.6.3-beta.3",
|
|
961
|
+
"@saltcorn/sbadmin2": "0.6.3-beta.3",
|
|
962
962
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
963
963
|
"@socket.io/sticky": "^1.0.1",
|
|
964
964
|
"aws-sdk": "^2.1037.0",
|
|
@@ -986,31 +986,35 @@
|
|
|
986
986
|
"multer-s3": "^2.10.0",
|
|
987
987
|
"node-fetch": "2.6.2",
|
|
988
988
|
"node-watch": "^0.7.2",
|
|
989
|
+
"notp": "2.0.3",
|
|
989
990
|
"passport": "^0.4.1",
|
|
990
991
|
"passport-custom": "^1.1.1",
|
|
991
992
|
"passport-http-bearer": "^1.0.1",
|
|
993
|
+
"passport-totp": "0.0.2",
|
|
992
994
|
"pg": "^8.2.1",
|
|
993
995
|
"pluralize": "^8.0.0",
|
|
996
|
+
"qrcode": "1.5.0",
|
|
994
997
|
"sd-notify": "^2.8.0",
|
|
995
998
|
"socket.io": "4.2.0",
|
|
999
|
+
"thirty-two": "1.0.2",
|
|
996
1000
|
"tmp-promise": "^3.0.2",
|
|
997
1001
|
"uuid": "^8.2.0"
|
|
998
1002
|
}
|
|
999
1003
|
},
|
|
1000
1004
|
"@saltcorn/sqlite": {
|
|
1001
|
-
"version": "0.6.3-beta.
|
|
1002
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3-beta.
|
|
1003
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "0.6.3-beta.3",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3-beta.3.tgz",
|
|
1007
|
+
"integrity": "sha512-MCKpcP11m5hJWOykicyTY9ZWHtVj7ggX2Mq3DEoLmjT1+eVR+WQ6RiNmrZuiAWpl1RMUPs2q4TXdUSJYWNskWg==",
|
|
1004
1008
|
"optional": true,
|
|
1005
1009
|
"requires": {
|
|
1006
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
1010
|
+
"@saltcorn/db-common": "0.6.3-beta.3",
|
|
1007
1011
|
"sqlite3": "^5.0.2"
|
|
1008
1012
|
}
|
|
1009
1013
|
},
|
|
1010
1014
|
"@saltcorn/types": {
|
|
1011
|
-
"version": "0.6.3-beta.
|
|
1012
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.3-beta.
|
|
1013
|
-
"integrity": "sha512-
|
|
1015
|
+
"version": "0.6.3-beta.3",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.3-beta.3.tgz",
|
|
1017
|
+
"integrity": "sha512-qdVD/0Hf3vjfd4iIhHLgWfSih6H3KCHDkMd+rm8kdWitAU+Qma06XNoMosSfY8OGw8RcLbc4chw0Ph0+ALO29Q=="
|
|
1014
1018
|
},
|
|
1015
1019
|
"@sindresorhus/is": {
|
|
1016
1020
|
"version": "0.14.0",
|
|
@@ -1375,9 +1379,9 @@
|
|
|
1375
1379
|
"integrity": "sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ=="
|
|
1376
1380
|
},
|
|
1377
1381
|
"async": {
|
|
1378
|
-
"version": "3.2.
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.
|
|
1380
|
-
"integrity": "sha512-
|
|
1382
|
+
"version": "3.2.3",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
|
|
1384
|
+
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
|
|
1381
1385
|
},
|
|
1382
1386
|
"async-foreach": {
|
|
1383
1387
|
"version": "0.1.3",
|
|
@@ -1390,9 +1394,9 @@
|
|
|
1390
1394
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
1391
1395
|
},
|
|
1392
1396
|
"aws-sdk": {
|
|
1393
|
-
"version": "2.
|
|
1394
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1395
|
-
"integrity": "sha512
|
|
1397
|
+
"version": "2.1055.0",
|
|
1398
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1055.0.tgz",
|
|
1399
|
+
"integrity": "sha512-99drH3mvXakw9we8Rs2cDQmi2pS7PVAC9pvTlB7lHPUwLYftMlko5cFMceZxvTHeyLkdvg98iNIHI3hbnzitoQ==",
|
|
1396
1400
|
"requires": {
|
|
1397
1401
|
"buffer": "4.9.2",
|
|
1398
1402
|
"events": "1.1.1",
|
|
@@ -2566,6 +2570,11 @@
|
|
|
2566
2570
|
"streamsearch": "0.1.2"
|
|
2567
2571
|
}
|
|
2568
2572
|
},
|
|
2573
|
+
"dijkstrajs": {
|
|
2574
|
+
"version": "1.0.2",
|
|
2575
|
+
"resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.2.tgz",
|
|
2576
|
+
"integrity": "sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg=="
|
|
2577
|
+
},
|
|
2569
2578
|
"dir-glob": {
|
|
2570
2579
|
"version": "3.0.1",
|
|
2571
2580
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
@@ -2668,6 +2677,11 @@
|
|
|
2668
2677
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2669
2678
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2670
2679
|
},
|
|
2680
|
+
"encode-utf8": {
|
|
2681
|
+
"version": "1.0.3",
|
|
2682
|
+
"resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz",
|
|
2683
|
+
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw=="
|
|
2684
|
+
},
|
|
2671
2685
|
"encodeurl": {
|
|
2672
2686
|
"version": "1.0.2",
|
|
2673
2687
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
@@ -2682,9 +2696,9 @@
|
|
|
2682
2696
|
}
|
|
2683
2697
|
},
|
|
2684
2698
|
"engine.io": {
|
|
2685
|
-
"version": "5.2.
|
|
2686
|
-
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.
|
|
2687
|
-
"integrity": "sha512-
|
|
2699
|
+
"version": "5.2.1",
|
|
2700
|
+
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.1.tgz",
|
|
2701
|
+
"integrity": "sha512-hyNxjVgWp619QMfqi/+/6/LQF+ueOIWeVOza3TeyvxUGjeT9U/xPkkHW/NJNuhbStrxMujEoMadoc2EY7DDEnw==",
|
|
2688
2702
|
"requires": {
|
|
2689
2703
|
"accepts": "~1.3.4",
|
|
2690
2704
|
"base64id": "2.0.0",
|
|
@@ -3069,7 +3083,6 @@
|
|
|
3069
3083
|
"version": "4.1.0",
|
|
3070
3084
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
3071
3085
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
3072
|
-
"dev": true,
|
|
3073
3086
|
"requires": {
|
|
3074
3087
|
"locate-path": "^5.0.0",
|
|
3075
3088
|
"path-exists": "^4.0.0"
|
|
@@ -4316,7 +4329,6 @@
|
|
|
4316
4329
|
"version": "5.0.0",
|
|
4317
4330
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
4318
4331
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
4319
|
-
"dev": true,
|
|
4320
4332
|
"requires": {
|
|
4321
4333
|
"p-locate": "^4.1.0"
|
|
4322
4334
|
}
|
|
@@ -5046,6 +5058,11 @@
|
|
|
5046
5058
|
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz",
|
|
5047
5059
|
"integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA=="
|
|
5048
5060
|
},
|
|
5061
|
+
"notp": {
|
|
5062
|
+
"version": "2.0.3",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/notp/-/notp-2.0.3.tgz",
|
|
5064
|
+
"integrity": "sha1-qf0R4lz+HMs5/GaJVE7kwQ75pXc="
|
|
5065
|
+
},
|
|
5049
5066
|
"npm-bundled": {
|
|
5050
5067
|
"version": "1.1.2",
|
|
5051
5068
|
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
|
|
@@ -5212,7 +5229,6 @@
|
|
|
5212
5229
|
"version": "4.1.0",
|
|
5213
5230
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
5214
5231
|
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
5215
|
-
"dev": true,
|
|
5216
5232
|
"requires": {
|
|
5217
5233
|
"p-limit": "^2.2.0"
|
|
5218
5234
|
}
|
|
@@ -5325,6 +5341,16 @@
|
|
|
5325
5341
|
"resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
|
|
5326
5342
|
"integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
|
|
5327
5343
|
},
|
|
5344
|
+
"passport-totp": {
|
|
5345
|
+
"version": "0.0.2",
|
|
5346
|
+
"resolved": "https://registry.npmjs.org/passport-totp/-/passport-totp-0.0.2.tgz",
|
|
5347
|
+
"integrity": "sha1-MXOBWva3UYb5af1CVr5//Uwb5Zo=",
|
|
5348
|
+
"requires": {
|
|
5349
|
+
"notp": "2.0.x",
|
|
5350
|
+
"passport-strategy": "1.0.0",
|
|
5351
|
+
"pkginfo": "0.2.x"
|
|
5352
|
+
}
|
|
5353
|
+
},
|
|
5328
5354
|
"password-prompt": {
|
|
5329
5355
|
"version": "1.1.2",
|
|
5330
5356
|
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.2.tgz",
|
|
@@ -5344,8 +5370,7 @@
|
|
|
5344
5370
|
"path-exists": {
|
|
5345
5371
|
"version": "4.0.0",
|
|
5346
5372
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
5347
|
-
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
|
|
5348
|
-
"dev": true
|
|
5373
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
|
|
5349
5374
|
},
|
|
5350
5375
|
"path-is-absolute": {
|
|
5351
5376
|
"version": "1.0.1",
|
|
@@ -5487,6 +5512,11 @@
|
|
|
5487
5512
|
"find-up": "^4.0.0"
|
|
5488
5513
|
}
|
|
5489
5514
|
},
|
|
5515
|
+
"pkginfo": {
|
|
5516
|
+
"version": "0.2.3",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz",
|
|
5518
|
+
"integrity": "sha1-cjnEKl72wwuPMoQ52bn/cQQkkPg="
|
|
5519
|
+
},
|
|
5490
5520
|
"pluralize": {
|
|
5491
5521
|
"version": "8.0.0",
|
|
5492
5522
|
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
|
|
@@ -5497,6 +5527,11 @@
|
|
|
5497
5527
|
"resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
|
|
5498
5528
|
"integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA=="
|
|
5499
5529
|
},
|
|
5530
|
+
"pngjs": {
|
|
5531
|
+
"version": "5.0.0",
|
|
5532
|
+
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
|
|
5533
|
+
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw=="
|
|
5534
|
+
},
|
|
5500
5535
|
"postcss": {
|
|
5501
5536
|
"version": "7.0.39",
|
|
5502
5537
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
|
@@ -5550,9 +5585,9 @@
|
|
|
5550
5585
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
5551
5586
|
},
|
|
5552
5587
|
"prop-types": {
|
|
5553
|
-
"version": "15.8.
|
|
5554
|
-
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.
|
|
5555
|
-
"integrity": "sha512-
|
|
5588
|
+
"version": "15.8.1",
|
|
5589
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
5590
|
+
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
|
|
5556
5591
|
"requires": {
|
|
5557
5592
|
"loose-envify": "^1.4.0",
|
|
5558
5593
|
"object-assign": "^4.1.1",
|
|
@@ -5626,10 +5661,124 @@
|
|
|
5626
5661
|
}
|
|
5627
5662
|
}
|
|
5628
5663
|
},
|
|
5664
|
+
"qrcode": {
|
|
5665
|
+
"version": "1.5.0",
|
|
5666
|
+
"resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.0.tgz",
|
|
5667
|
+
"integrity": "sha512-9MgRpgVc+/+47dFvQeD6U2s0Z92EsKzcHogtum4QB+UNd025WOJSHvn/hjk9xmzj7Stj95CyUAs31mrjxliEsQ==",
|
|
5668
|
+
"requires": {
|
|
5669
|
+
"dijkstrajs": "^1.0.1",
|
|
5670
|
+
"encode-utf8": "^1.0.3",
|
|
5671
|
+
"pngjs": "^5.0.0",
|
|
5672
|
+
"yargs": "^15.3.1"
|
|
5673
|
+
},
|
|
5674
|
+
"dependencies": {
|
|
5675
|
+
"ansi-regex": {
|
|
5676
|
+
"version": "5.0.1",
|
|
5677
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5678
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
5679
|
+
},
|
|
5680
|
+
"ansi-styles": {
|
|
5681
|
+
"version": "4.3.0",
|
|
5682
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
5683
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
5684
|
+
"requires": {
|
|
5685
|
+
"color-convert": "^2.0.1"
|
|
5686
|
+
}
|
|
5687
|
+
},
|
|
5688
|
+
"camelcase": {
|
|
5689
|
+
"version": "5.3.1",
|
|
5690
|
+
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
5691
|
+
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
|
|
5692
|
+
},
|
|
5693
|
+
"cliui": {
|
|
5694
|
+
"version": "6.0.0",
|
|
5695
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
5696
|
+
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
5697
|
+
"requires": {
|
|
5698
|
+
"string-width": "^4.2.0",
|
|
5699
|
+
"strip-ansi": "^6.0.0",
|
|
5700
|
+
"wrap-ansi": "^6.2.0"
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5703
|
+
"color-convert": {
|
|
5704
|
+
"version": "2.0.1",
|
|
5705
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
5706
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
5707
|
+
"requires": {
|
|
5708
|
+
"color-name": "~1.1.4"
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5711
|
+
"color-name": {
|
|
5712
|
+
"version": "1.1.4",
|
|
5713
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
5714
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
5715
|
+
},
|
|
5716
|
+
"is-fullwidth-code-point": {
|
|
5717
|
+
"version": "3.0.0",
|
|
5718
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
5719
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
5720
|
+
},
|
|
5721
|
+
"string-width": {
|
|
5722
|
+
"version": "4.2.3",
|
|
5723
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
5724
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
5725
|
+
"requires": {
|
|
5726
|
+
"emoji-regex": "^8.0.0",
|
|
5727
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5728
|
+
"strip-ansi": "^6.0.1"
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5731
|
+
"strip-ansi": {
|
|
5732
|
+
"version": "6.0.1",
|
|
5733
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5734
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5735
|
+
"requires": {
|
|
5736
|
+
"ansi-regex": "^5.0.1"
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
"wrap-ansi": {
|
|
5740
|
+
"version": "6.2.0",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
5742
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
5743
|
+
"requires": {
|
|
5744
|
+
"ansi-styles": "^4.0.0",
|
|
5745
|
+
"string-width": "^4.1.0",
|
|
5746
|
+
"strip-ansi": "^6.0.0"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"yargs": {
|
|
5750
|
+
"version": "15.4.1",
|
|
5751
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
5752
|
+
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
|
|
5753
|
+
"requires": {
|
|
5754
|
+
"cliui": "^6.0.0",
|
|
5755
|
+
"decamelize": "^1.2.0",
|
|
5756
|
+
"find-up": "^4.1.0",
|
|
5757
|
+
"get-caller-file": "^2.0.1",
|
|
5758
|
+
"require-directory": "^2.1.1",
|
|
5759
|
+
"require-main-filename": "^2.0.0",
|
|
5760
|
+
"set-blocking": "^2.0.0",
|
|
5761
|
+
"string-width": "^4.2.0",
|
|
5762
|
+
"which-module": "^2.0.0",
|
|
5763
|
+
"y18n": "^4.0.0",
|
|
5764
|
+
"yargs-parser": "^18.1.2"
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
5767
|
+
"yargs-parser": {
|
|
5768
|
+
"version": "18.1.3",
|
|
5769
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
5770
|
+
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
5771
|
+
"requires": {
|
|
5772
|
+
"camelcase": "^5.0.0",
|
|
5773
|
+
"decamelize": "^1.2.0"
|
|
5774
|
+
}
|
|
5775
|
+
}
|
|
5776
|
+
}
|
|
5777
|
+
},
|
|
5629
5778
|
"qs": {
|
|
5630
|
-
"version": "6.5.
|
|
5631
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.
|
|
5632
|
-
"integrity": "sha512-
|
|
5779
|
+
"version": "6.5.3",
|
|
5780
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
|
|
5781
|
+
"integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
|
|
5633
5782
|
},
|
|
5634
5783
|
"query-ast": {
|
|
5635
5784
|
"version": "1.0.4",
|
|
@@ -6340,9 +6489,9 @@
|
|
|
6340
6489
|
}
|
|
6341
6490
|
},
|
|
6342
6491
|
"sshpk": {
|
|
6343
|
-
"version": "1.
|
|
6344
|
-
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.
|
|
6345
|
-
"integrity": "sha512
|
|
6492
|
+
"version": "1.17.0",
|
|
6493
|
+
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
|
|
6494
|
+
"integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
|
|
6346
6495
|
"requires": {
|
|
6347
6496
|
"asn1": "~0.2.3",
|
|
6348
6497
|
"assert-plus": "^1.0.0",
|
|
@@ -6559,9 +6708,9 @@
|
|
|
6559
6708
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
6560
6709
|
},
|
|
6561
6710
|
"systeminformation": {
|
|
6562
|
-
"version": "5.
|
|
6563
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.
|
|
6564
|
-
"integrity": "sha512-
|
|
6711
|
+
"version": "5.10.0",
|
|
6712
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.10.0.tgz",
|
|
6713
|
+
"integrity": "sha512-9m05qqR8sQzWpW1q1/BXUiz1bnUXh7NkK/+w0MoSX7+dURYLj6e4zAkuBBWyTCKnhJjRsQXpoXiJCnakpZdJVA=="
|
|
6565
6714
|
},
|
|
6566
6715
|
"tar": {
|
|
6567
6716
|
"version": "2.2.2",
|
|
@@ -6617,6 +6766,11 @@
|
|
|
6617
6766
|
}
|
|
6618
6767
|
}
|
|
6619
6768
|
},
|
|
6769
|
+
"thirty-two": {
|
|
6770
|
+
"version": "1.0.2",
|
|
6771
|
+
"resolved": "https://registry.npmjs.org/thirty-two/-/thirty-two-1.0.2.tgz",
|
|
6772
|
+
"integrity": "sha1-TKL//AKlEpDSdEueP1V2k8prYno="
|
|
6773
|
+
},
|
|
6620
6774
|
"through": {
|
|
6621
6775
|
"version": "2.3.8",
|
|
6622
6776
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.3-beta.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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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.3-beta.3","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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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,7 +2,7 @@
|
|
|
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.3-beta.
|
|
5
|
+
"version": "0.6.3-beta.3",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@oclif/command": "^1.8.16",
|
|
13
13
|
"@oclif/config": "^1.18.2",
|
|
14
14
|
"@oclif/plugin-help": "^3.3.1",
|
|
15
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
16
|
-
"@saltcorn/server": "0.6.3-beta.
|
|
15
|
+
"@saltcorn/data": "0.6.3-beta.3",
|
|
16
|
+
"@saltcorn/server": "0.6.3-beta.3",
|
|
17
17
|
"cli-ux": "^5.6.7",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"node-fetch": "2.6.2",
|
|
23
23
|
"node-watch": "^0.7.2",
|
|
24
24
|
"sudo": "^1.0.3",
|
|
25
|
-
"systeminformation": "^5.
|
|
25
|
+
"systeminformation": "^5.10.0",
|
|
26
26
|
"tcp-port-used": "^1.0.2",
|
|
27
27
|
"wrk": "^1.2.1"
|
|
28
28
|
},
|