@saltcorn/cli 0.8.8-beta.5 → 0.8.8-beta.6
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 +44 -44
- package/npm-shrinkwrap.json +188 -188
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.8.8-beta.
|
|
23
|
+
@saltcorn/cli/0.8.8-beta.6 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -88,7 +88,7 @@ OPTIONS
|
|
|
88
88
|
-f, --force force command execution
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
91
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/add-schema.js)_
|
|
92
92
|
|
|
93
93
|
## `saltcorn backup`
|
|
94
94
|
|
|
@@ -105,7 +105,7 @@ OPTIONS
|
|
|
105
105
|
-z, --zip Backup public in saltcorn zip format
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
108
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/backup.js)_
|
|
109
109
|
|
|
110
110
|
## `saltcorn build-app`
|
|
111
111
|
|
|
@@ -153,7 +153,7 @@ OPTIONS
|
|
|
153
153
|
tenant
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
156
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/build-app.js)_
|
|
157
157
|
|
|
158
158
|
## `saltcorn build-cordova-builder`
|
|
159
159
|
|
|
@@ -167,7 +167,7 @@ OPTIONS
|
|
|
167
167
|
--buildClean run a clean build with --no-cache
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
170
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/build-cordova-builder.js)_
|
|
171
171
|
|
|
172
172
|
## `saltcorn configuration-check`
|
|
173
173
|
|
|
@@ -181,7 +181,7 @@ OPTIONS
|
|
|
181
181
|
-t, --tenant=tenant tenant
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
184
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/configuration-check.js)_
|
|
185
185
|
|
|
186
186
|
## `saltcorn configuration-check-backups FILES`
|
|
187
187
|
|
|
@@ -198,7 +198,7 @@ OPTIONS
|
|
|
198
198
|
-d, --destructive destructive
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
201
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/configuration-check-backups.js)_
|
|
202
202
|
|
|
203
203
|
## `saltcorn create-tenant TENANT`
|
|
204
204
|
|
|
@@ -217,7 +217,7 @@ OPTIONS
|
|
|
217
217
|
--url=url Url of tenant
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
220
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/create-tenant.js)_
|
|
221
221
|
|
|
222
222
|
## `saltcorn create-user`
|
|
223
223
|
|
|
@@ -235,7 +235,7 @@ OPTIONS
|
|
|
235
235
|
-t, --tenant=tenant tenant
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
238
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/create-user.js)_
|
|
239
239
|
|
|
240
240
|
## `saltcorn delete-tenants`
|
|
241
241
|
|
|
@@ -246,7 +246,7 @@ USAGE
|
|
|
246
246
|
$ saltcorn delete-tenants
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
249
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/delete-tenants.js)_
|
|
250
250
|
|
|
251
251
|
## `saltcorn delete-user USER_EMAIL`
|
|
252
252
|
|
|
@@ -267,7 +267,7 @@ DESCRIPTION
|
|
|
267
267
|
Command deletes the user specified by USER_EMAIL.
|
|
268
268
|
```
|
|
269
269
|
|
|
270
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
270
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/delete-user.js)_
|
|
271
271
|
|
|
272
272
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
273
273
|
|
|
@@ -286,7 +286,7 @@ OPTIONS
|
|
|
286
286
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
289
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/dev/localize-plugin.js)_
|
|
290
290
|
|
|
291
291
|
## `saltcorn make-migration`
|
|
292
292
|
|
|
@@ -302,7 +302,7 @@ DESCRIPTION
|
|
|
302
302
|
unless you are a developer.
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
305
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/dev/make-migration.js)_
|
|
306
306
|
|
|
307
307
|
## `saltcorn dev:post-release [TASK]`
|
|
308
308
|
|
|
@@ -316,7 +316,7 @@ ARGUMENTS
|
|
|
316
316
|
TASK (docker|vagrant|all|none) What to do
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
319
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/dev/post-release.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn dev:release VERSION`
|
|
322
322
|
|
|
@@ -330,7 +330,7 @@ ARGUMENTS
|
|
|
330
330
|
VERSION New version number
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
333
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/dev/release.js)_
|
|
334
334
|
|
|
335
335
|
## `saltcorn dev:test-plugin PATH`
|
|
336
336
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
Extra documentation goes here
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
351
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/dev/test-plugin.js)_
|
|
352
352
|
|
|
353
353
|
## `saltcorn fixtures`
|
|
354
354
|
|
|
@@ -367,7 +367,7 @@ DESCRIPTION
|
|
|
367
367
|
This manual step it is never required for users and rarely required for developers
|
|
368
368
|
```
|
|
369
369
|
|
|
370
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
370
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/fixtures.js)_
|
|
371
371
|
|
|
372
372
|
## `saltcorn get-cfg [KEY]`
|
|
373
373
|
|
|
@@ -385,7 +385,7 @@ OPTIONS
|
|
|
385
385
|
-t, --tenant=tenant tenant
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
388
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/get-cfg.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn help [COMMAND]`
|
|
391
391
|
|
|
@@ -423,7 +423,7 @@ ALIASES
|
|
|
423
423
|
$ saltcorn paths
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
426
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/info.js)_
|
|
427
427
|
|
|
428
428
|
## `saltcorn inspect TYPE [NAME]`
|
|
429
429
|
|
|
@@ -441,7 +441,7 @@ OPTIONS
|
|
|
441
441
|
-t, --tenant=tenant tenant
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
444
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/inspect.js)_
|
|
445
445
|
|
|
446
446
|
## `saltcorn install-pack`
|
|
447
447
|
|
|
@@ -457,7 +457,7 @@ OPTIONS
|
|
|
457
457
|
-t, --tenant=tenant tenant
|
|
458
458
|
```
|
|
459
459
|
|
|
460
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
460
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/install-pack.js)_
|
|
461
461
|
|
|
462
462
|
## `saltcorn install-plugin`
|
|
463
463
|
|
|
@@ -473,7 +473,7 @@ OPTIONS
|
|
|
473
473
|
-t, --tenant=tenant tenant
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
476
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/install-plugin.js)_
|
|
477
477
|
|
|
478
478
|
## `saltcorn list-tenants`
|
|
479
479
|
|
|
@@ -489,7 +489,7 @@ OPTIONS
|
|
|
489
489
|
-v, --verbose verbose output
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
492
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/list-tenants.js)_
|
|
493
493
|
|
|
494
494
|
## `saltcorn list-triggers`
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ OPTIONS
|
|
|
505
505
|
-v, --verbose verbose output
|
|
506
506
|
```
|
|
507
507
|
|
|
508
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
508
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/list-triggers.js)_
|
|
509
509
|
|
|
510
510
|
## `saltcorn list-users`
|
|
511
511
|
|
|
@@ -520,7 +520,7 @@ OPTIONS
|
|
|
520
520
|
-v, --verbose verbose output
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
523
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/list-users.js)_
|
|
524
524
|
|
|
525
525
|
## `saltcorn saltcorn migrate`
|
|
526
526
|
|
|
@@ -542,7 +542,7 @@ DESCRIPTION
|
|
|
542
542
|
servers and need to control when the migrations are run.
|
|
543
543
|
```
|
|
544
544
|
|
|
545
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
545
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/migrate.js)_
|
|
546
546
|
|
|
547
547
|
## `saltcorn modify-user USER_EMAIL`
|
|
548
548
|
|
|
@@ -571,7 +571,7 @@ DESCRIPTION
|
|
|
571
571
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
574
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/modify-user.js)_
|
|
575
575
|
|
|
576
576
|
## `saltcorn plugins`
|
|
577
577
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
plugins -u -f - force plugin update
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
601
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/plugins.js)_
|
|
602
602
|
|
|
603
603
|
## `saltcorn reset-schema`
|
|
604
604
|
|
|
@@ -617,7 +617,7 @@ DESCRIPTION
|
|
|
617
617
|
This will delete all existing information
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
620
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/reset-schema.js)_
|
|
621
621
|
|
|
622
622
|
## `saltcorn restore FILE`
|
|
623
623
|
|
|
@@ -634,7 +634,7 @@ OPTIONS
|
|
|
634
634
|
-t, --tenant=tenant tenant
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
637
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/restore.js)_
|
|
638
638
|
|
|
639
639
|
## `saltcorn rm-tenant`
|
|
640
640
|
|
|
@@ -653,7 +653,7 @@ DESCRIPTION
|
|
|
653
653
|
It recommended to make backup of tenant before perform this command.
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
656
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/rm-tenant.js)_
|
|
657
657
|
|
|
658
658
|
## `saltcorn run-benchmark [BASEURL]`
|
|
659
659
|
|
|
@@ -672,7 +672,7 @@ OPTIONS
|
|
|
672
672
|
-t, --token=token API Token for reporting results
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
675
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/run-benchmark.js)_
|
|
676
676
|
|
|
677
677
|
## `saltcorn run-js`
|
|
678
678
|
|
|
@@ -688,7 +688,7 @@ OPTIONS
|
|
|
688
688
|
-t, --tenant=tenant tenant name
|
|
689
689
|
```
|
|
690
690
|
|
|
691
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
691
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/run-js.js)_
|
|
692
692
|
|
|
693
693
|
## `saltcorn run-sql`
|
|
694
694
|
|
|
@@ -704,7 +704,7 @@ OPTIONS
|
|
|
704
704
|
-t, --tenant=tenant tenant name
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
707
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/run-sql.js)_
|
|
708
708
|
|
|
709
709
|
## `saltcorn run-tests [PACKAGE]`
|
|
710
710
|
|
|
@@ -728,7 +728,7 @@ OPTIONS
|
|
|
728
728
|
--watchAll Watch files for changes and rerun all tests.
|
|
729
729
|
```
|
|
730
730
|
|
|
731
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
731
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/run-tests.js)_
|
|
732
732
|
|
|
733
733
|
## `saltcorn run-trigger TRIGGER`
|
|
734
734
|
|
|
@@ -745,7 +745,7 @@ OPTIONS
|
|
|
745
745
|
-t, --tenant=tenant tenant
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
748
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/run-trigger.js)_
|
|
749
749
|
|
|
750
750
|
## `saltcorn scheduler`
|
|
751
751
|
|
|
@@ -759,7 +759,7 @@ OPTIONS
|
|
|
759
759
|
-v, --verbose Verbose
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
762
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/scheduler.js)_
|
|
763
763
|
|
|
764
764
|
## `saltcorn serve`
|
|
765
765
|
|
|
@@ -780,7 +780,7 @@ OPTIONS
|
|
|
780
780
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
783
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/serve.js)_
|
|
784
784
|
|
|
785
785
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
786
786
|
|
|
@@ -801,7 +801,7 @@ OPTIONS
|
|
|
801
801
|
-t, --tenant=tenant tenant
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
804
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/set-cfg.js)_
|
|
805
805
|
|
|
806
806
|
## `saltcorn setup`
|
|
807
807
|
|
|
@@ -820,7 +820,7 @@ DESCRIPTION
|
|
|
820
820
|
configuration file
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
823
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/setup.js)_
|
|
824
824
|
|
|
825
825
|
## `saltcorn setup-benchmark`
|
|
826
826
|
|
|
@@ -834,7 +834,7 @@ OPTIONS
|
|
|
834
834
|
-t, --tenant=tenant tenant
|
|
835
835
|
```
|
|
836
836
|
|
|
837
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
837
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/setup-benchmark.js)_
|
|
838
838
|
|
|
839
839
|
## `saltcorn sync-upload-data`
|
|
840
840
|
|
|
@@ -851,7 +851,7 @@ OPTIONS
|
|
|
851
851
|
--userEmail=userEmail email of the user running the sync
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
854
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/sync-upload-data.js)_
|
|
855
855
|
|
|
856
856
|
## `saltcorn take-snapshot`
|
|
857
857
|
|
|
@@ -866,7 +866,7 @@ OPTIONS
|
|
|
866
866
|
-t, --tenant=tenant tenant
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
869
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/take-snapshot.js)_
|
|
870
870
|
|
|
871
871
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
872
872
|
|
|
@@ -883,5 +883,5 @@ ARGUMENTS
|
|
|
883
883
|
TENANT tenant name
|
|
884
884
|
```
|
|
885
885
|
|
|
886
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.
|
|
886
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.6/src/commands/transform-field.js)_
|
|
887
887
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.8-beta.
|
|
3
|
+
"version": "0.8.8-beta.6",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.8-beta.
|
|
9
|
+
"version": "0.8.8-beta.6",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/command": "^1.8.16",
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-help": "^3.3.1",
|
|
15
15
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
16
|
-
"@saltcorn/admin-models": "0.8.8-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.8-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.8-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.8-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.8-beta.6",
|
|
17
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.8-beta.6",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.8-beta.6",
|
|
20
|
+
"@saltcorn/server": "0.8.8-beta.6",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -2498,14 +2498,14 @@
|
|
|
2498
2498
|
}
|
|
2499
2499
|
},
|
|
2500
2500
|
"node_modules/@saltcorn/admin-models": {
|
|
2501
|
-
"version": "0.8.8-beta.
|
|
2502
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.8-beta.
|
|
2503
|
-
"integrity": "sha512-
|
|
2504
|
-
"dependencies": {
|
|
2505
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
2506
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2507
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
2508
|
-
"@saltcorn/types": "0.8.8-beta.
|
|
2501
|
+
"version": "0.8.8-beta.6",
|
|
2502
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.8-beta.6.tgz",
|
|
2503
|
+
"integrity": "sha512-QQt5w85RhZOO9ZAACC1ePdxP2NnyOGSUfavmUpVM3x7b3wWPqw6V70O47lpFHCQdUY91g4ijMp8TkWTSzJcQEQ==",
|
|
2504
|
+
"dependencies": {
|
|
2505
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
2506
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
2507
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
2508
|
+
"@saltcorn/types": "0.8.8-beta.6",
|
|
2509
2509
|
"@types/lodash": "^4.14.182",
|
|
2510
2510
|
"adm-zip": "0.5.5",
|
|
2511
2511
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -2518,30 +2518,30 @@
|
|
|
2518
2518
|
}
|
|
2519
2519
|
},
|
|
2520
2520
|
"node_modules/@saltcorn/base-plugin": {
|
|
2521
|
-
"version": "0.8.8-beta.
|
|
2522
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.8-beta.
|
|
2523
|
-
"integrity": "sha512-
|
|
2521
|
+
"version": "0.8.8-beta.6",
|
|
2522
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.8-beta.6.tgz",
|
|
2523
|
+
"integrity": "sha512-7dBCPwBU0/qDrvxI8A3OZEvxi2WD+y6wo6dVUpZymqbPut4rHgxfnJrEJCpOMi58pc1fNU3+V+vzzb5Jakcnug==",
|
|
2524
2524
|
"dependencies": {
|
|
2525
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
2525
|
+
"@saltcorn/data": "0.8.8-beta.6"
|
|
2526
2526
|
}
|
|
2527
2527
|
},
|
|
2528
2528
|
"node_modules/@saltcorn/builder": {
|
|
2529
|
-
"version": "0.8.8-beta.
|
|
2530
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.8-beta.
|
|
2531
|
-
"integrity": "sha512-
|
|
2529
|
+
"version": "0.8.8-beta.6",
|
|
2530
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.8-beta.6.tgz",
|
|
2531
|
+
"integrity": "sha512-cUWDplOZATsOE+rIK6kOaPuMIGvujtQcPdNDvMieOVGJzl6RKVIbx0V0AdL/rkZebwslG8ZAGZ/1zusmhQxYGg==",
|
|
2532
2532
|
"dependencies": {
|
|
2533
2533
|
"styled-components": "4.4.1"
|
|
2534
2534
|
}
|
|
2535
2535
|
},
|
|
2536
2536
|
"node_modules/@saltcorn/data": {
|
|
2537
|
-
"version": "0.8.8-beta.
|
|
2538
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.8-beta.
|
|
2539
|
-
"integrity": "sha512-
|
|
2540
|
-
"dependencies": {
|
|
2541
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2542
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
2543
|
-
"@saltcorn/sqlite-mobile": "0.8.8-beta.
|
|
2544
|
-
"@saltcorn/types": "0.8.8-beta.
|
|
2537
|
+
"version": "0.8.8-beta.6",
|
|
2538
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.8-beta.6.tgz",
|
|
2539
|
+
"integrity": "sha512-2BNU3/nQsDBmc75/Zrs+rIxzkHvUphjyKPlVlzcdkRCZZw1MmBuvskN5Jqay/IAskI94XruNzCZMmlcoE81OXQ==",
|
|
2540
|
+
"dependencies": {
|
|
2541
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
2542
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
2543
|
+
"@saltcorn/sqlite-mobile": "0.8.8-beta.6",
|
|
2544
|
+
"@saltcorn/types": "0.8.8-beta.6",
|
|
2545
2545
|
"acorn": "^8.0.3",
|
|
2546
2546
|
"assert": "^2.0.0",
|
|
2547
2547
|
"astring": "^1.4.3",
|
|
@@ -2585,27 +2585,27 @@
|
|
|
2585
2585
|
"vm-browserify": "^1.1.2"
|
|
2586
2586
|
},
|
|
2587
2587
|
"optionalDependencies": {
|
|
2588
|
-
"@saltcorn/postgres": "0.8.8-beta.
|
|
2589
|
-
"@saltcorn/sqlite": "0.8.8-beta.
|
|
2588
|
+
"@saltcorn/postgres": "0.8.8-beta.6",
|
|
2589
|
+
"@saltcorn/sqlite": "0.8.8-beta.6"
|
|
2590
2590
|
}
|
|
2591
2591
|
},
|
|
2592
2592
|
"node_modules/@saltcorn/db-common": {
|
|
2593
|
-
"version": "0.8.8-beta.
|
|
2594
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.8-beta.
|
|
2595
|
-
"integrity": "sha512-
|
|
2593
|
+
"version": "0.8.8-beta.6",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.8-beta.6.tgz",
|
|
2595
|
+
"integrity": "sha512-2Z4oGecxMQClWpNzoTmEbe01nJn0oqb7Kv9UFqjaExb9PTUgeqxquVLltgeBPIZvnhTA0Q+/bffLfV1ohhv8pg=="
|
|
2596
2596
|
},
|
|
2597
2597
|
"node_modules/@saltcorn/filemanager": {
|
|
2598
|
-
"version": "0.8.8-beta.
|
|
2599
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.8-beta.
|
|
2600
|
-
"integrity": "sha512-
|
|
2598
|
+
"version": "0.8.8-beta.6",
|
|
2599
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.8-beta.6.tgz",
|
|
2600
|
+
"integrity": "sha512-aJx3uAImddHRYaJJ3GOx9mq0F1N8BPsYmDinvJcd7UIPz+8coibWCqjVs/61xO81eFf3zuoqX8q8MyYeRLSZzQ==",
|
|
2601
2601
|
"dependencies": {
|
|
2602
2602
|
"sirv-cli": "^2.0.0"
|
|
2603
2603
|
}
|
|
2604
2604
|
},
|
|
2605
2605
|
"node_modules/@saltcorn/markup": {
|
|
2606
|
-
"version": "0.8.8-beta.
|
|
2607
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.8-beta.
|
|
2608
|
-
"integrity": "sha512-
|
|
2606
|
+
"version": "0.8.8-beta.6",
|
|
2607
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.8-beta.6.tgz",
|
|
2608
|
+
"integrity": "sha512-JRT6K1xu5bWLQtZ7dMD2sQvEQvxJtFNZl1lKWaxGnsyhPqSYZhAeaiA0DqnTn1pIelfysgNpH+Ih/xx6TJHyPQ==",
|
|
2609
2609
|
"dependencies": {
|
|
2610
2610
|
"escape-html": "^1.0.3",
|
|
2611
2611
|
"html-tags": "3.1.0",
|
|
@@ -2613,27 +2613,27 @@
|
|
|
2613
2613
|
}
|
|
2614
2614
|
},
|
|
2615
2615
|
"node_modules/@saltcorn/mobile-app": {
|
|
2616
|
-
"version": "0.8.8-beta.
|
|
2617
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.8-beta.
|
|
2618
|
-
"integrity": "sha512-
|
|
2616
|
+
"version": "0.8.8-beta.6",
|
|
2617
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.8-beta.6.tgz",
|
|
2618
|
+
"integrity": "sha512-QSaSBkkM6W0mH+1XC9ZmXoj679iu9PIw2y8xKdOVUrI8+ZbiJuIrgryOpEmBVacOVO2DhVGX4VeAru0bSQlXEQ==",
|
|
2619
2619
|
"dependencies": {
|
|
2620
2620
|
"cordova": "^11.0.0",
|
|
2621
2621
|
"cordova-sqlite-ext": "^6.0.0"
|
|
2622
2622
|
}
|
|
2623
2623
|
},
|
|
2624
2624
|
"node_modules/@saltcorn/mobile-builder": {
|
|
2625
|
-
"version": "0.8.8-beta.
|
|
2626
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.8-beta.
|
|
2627
|
-
"integrity": "sha512-
|
|
2625
|
+
"version": "0.8.8-beta.6",
|
|
2626
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.8-beta.6.tgz",
|
|
2627
|
+
"integrity": "sha512-JkwCLa14rCWXq8evNVCABZOunbV+SJ5NFvJk4t+bEvbx/qTrb+32ebU+4N5P4kPxJfxMM5MClO5sqNmX5l5TpA==",
|
|
2628
2628
|
"hasInstallScript": true,
|
|
2629
2629
|
"dependencies": {
|
|
2630
|
-
"@saltcorn/base-plugin": "0.8.8-beta.
|
|
2631
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
2632
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2633
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
2634
|
-
"@saltcorn/mobile-app": "0.8.8-beta.
|
|
2635
|
-
"@saltcorn/sbadmin2": "0.8.8-beta.
|
|
2636
|
-
"@saltcorn/server": "0.8.8-beta.
|
|
2630
|
+
"@saltcorn/base-plugin": "0.8.8-beta.6",
|
|
2631
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
2632
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
2633
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
2634
|
+
"@saltcorn/mobile-app": "0.8.8-beta.6",
|
|
2635
|
+
"@saltcorn/sbadmin2": "0.8.8-beta.6",
|
|
2636
|
+
"@saltcorn/server": "0.8.8-beta.6",
|
|
2637
2637
|
"fs-extra": "^10.0.1",
|
|
2638
2638
|
"live-plugin-manager": "^0.17.1",
|
|
2639
2639
|
"webpack": "5.68.0",
|
|
@@ -2675,39 +2675,39 @@
|
|
|
2675
2675
|
}
|
|
2676
2676
|
},
|
|
2677
2677
|
"node_modules/@saltcorn/postgres": {
|
|
2678
|
-
"version": "0.8.8-beta.
|
|
2679
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.8-beta.
|
|
2680
|
-
"integrity": "sha512-
|
|
2678
|
+
"version": "0.8.8-beta.6",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.8-beta.6.tgz",
|
|
2680
|
+
"integrity": "sha512-m23U/4DJNEbI8kNjxP3ATUID6luJHP8MTcoo651e+teA3lu96Sok3HTRYDe6XSbDh1dn1M4QS0HcBiQB/QCPow==",
|
|
2681
2681
|
"optional": true,
|
|
2682
2682
|
"dependencies": {
|
|
2683
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2683
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
2684
2684
|
"pg": "^8.2.1",
|
|
2685
2685
|
"pg-copy-streams": "^5.1.1"
|
|
2686
2686
|
}
|
|
2687
2687
|
},
|
|
2688
2688
|
"node_modules/@saltcorn/sbadmin2": {
|
|
2689
|
-
"version": "0.8.8-beta.
|
|
2690
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.8-beta.
|
|
2691
|
-
"integrity": "sha512-
|
|
2689
|
+
"version": "0.8.8-beta.6",
|
|
2690
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.8-beta.6.tgz",
|
|
2691
|
+
"integrity": "sha512-MJSxl23XofNDKCPrAd0wvYLxec0g2Ty0I9tgpsvM05mJxy2Fz9OtOvSpbWv+liZtEHL9JXbg3+2xFkMIoEx93A==",
|
|
2692
2692
|
"dependencies": {
|
|
2693
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
2694
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
2693
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
2694
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
2695
2695
|
"nunito-fontface": "0.7.3",
|
|
2696
2696
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2697
2697
|
}
|
|
2698
2698
|
},
|
|
2699
2699
|
"node_modules/@saltcorn/server": {
|
|
2700
|
-
"version": "0.8.8-beta.
|
|
2701
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.8-beta.
|
|
2702
|
-
"integrity": "sha512-
|
|
2703
|
-
"dependencies": {
|
|
2704
|
-
"@saltcorn/admin-models": "0.8.8-beta.
|
|
2705
|
-
"@saltcorn/base-plugin": "0.8.8-beta.
|
|
2706
|
-
"@saltcorn/builder": "0.8.8-beta.
|
|
2707
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
2708
|
-
"@saltcorn/filemanager": "0.8.8-beta.
|
|
2709
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
2710
|
-
"@saltcorn/sbadmin2": "0.8.8-beta.
|
|
2700
|
+
"version": "0.8.8-beta.6",
|
|
2701
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.8-beta.6.tgz",
|
|
2702
|
+
"integrity": "sha512-ZxniiEyqQgjzEbM7aEM+JCmhvzPHSWjosjYFdg2Ke17NmfZqv6qIGnlqlqRe9vnkpnFJ4A8ADaFwCq9tsPEpRQ==",
|
|
2703
|
+
"dependencies": {
|
|
2704
|
+
"@saltcorn/admin-models": "0.8.8-beta.6",
|
|
2705
|
+
"@saltcorn/base-plugin": "0.8.8-beta.6",
|
|
2706
|
+
"@saltcorn/builder": "0.8.8-beta.6",
|
|
2707
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
2708
|
+
"@saltcorn/filemanager": "0.8.8-beta.6",
|
|
2709
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
2710
|
+
"@saltcorn/sbadmin2": "0.8.8-beta.6",
|
|
2711
2711
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
2712
2712
|
"@socket.io/sticky": "^1.0.1",
|
|
2713
2713
|
"adm-zip": "0.5.10",
|
|
@@ -2768,29 +2768,29 @@
|
|
|
2768
2768
|
}
|
|
2769
2769
|
},
|
|
2770
2770
|
"node_modules/@saltcorn/sqlite": {
|
|
2771
|
-
"version": "0.8.8-beta.
|
|
2772
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.8-beta.
|
|
2773
|
-
"integrity": "sha512-
|
|
2771
|
+
"version": "0.8.8-beta.6",
|
|
2772
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.8-beta.6.tgz",
|
|
2773
|
+
"integrity": "sha512-x1oBgAcK7JARoWvd1j5d+tWVjfWzoQBBeOv0y0iGTXZIzvAZxLGjGCS46x9Sm7JfVLPmQ+9W4539ZCgWF6uQXw==",
|
|
2774
2774
|
"optional": true,
|
|
2775
2775
|
"dependencies": {
|
|
2776
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2776
|
+
"@saltcorn/db-common": "0.8.8-beta.6"
|
|
2777
2777
|
},
|
|
2778
2778
|
"optionalDependencies": {
|
|
2779
2779
|
"sqlite3": "^5.0.8"
|
|
2780
2780
|
}
|
|
2781
2781
|
},
|
|
2782
2782
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2783
|
-
"version": "0.8.8-beta.
|
|
2784
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.8-beta.
|
|
2785
|
-
"integrity": "sha512
|
|
2783
|
+
"version": "0.8.8-beta.6",
|
|
2784
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.8-beta.6.tgz",
|
|
2785
|
+
"integrity": "sha512-5WbkWIbYf3AgVEoQkT1eP7icSHBYMhUM6NeFZ33iZMvlT2cAYKKWTfRvs5RcybqIPTqAxEZJGqlUTkhDpSa1VA==",
|
|
2786
2786
|
"dependencies": {
|
|
2787
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
2787
|
+
"@saltcorn/db-common": "0.8.8-beta.6"
|
|
2788
2788
|
}
|
|
2789
2789
|
},
|
|
2790
2790
|
"node_modules/@saltcorn/types": {
|
|
2791
|
-
"version": "0.8.8-beta.
|
|
2792
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.8-beta.
|
|
2793
|
-
"integrity": "sha512-
|
|
2791
|
+
"version": "0.8.8-beta.6",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.8-beta.6.tgz",
|
|
2793
|
+
"integrity": "sha512-fpGC87TL4tFq6qXQMKdOFJr+6dF+2KQriOMkLxKebCP2xv14YJawRxj9KBGkKLavl8HJEo9l+67mn3ehcR2iwg=="
|
|
2794
2794
|
},
|
|
2795
2795
|
"node_modules/@sindresorhus/is": {
|
|
2796
2796
|
"version": "0.14.0",
|
|
@@ -3056,9 +3056,9 @@
|
|
|
3056
3056
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
3057
3057
|
},
|
|
3058
3058
|
"node_modules/@types/node": {
|
|
3059
|
-
"version": "20.
|
|
3060
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
3061
|
-
"integrity": "sha512-
|
|
3059
|
+
"version": "20.7.0",
|
|
3060
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz",
|
|
3061
|
+
"integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg=="
|
|
3062
3062
|
},
|
|
3063
3063
|
"node_modules/@types/node-fetch": {
|
|
3064
3064
|
"version": "2.6.6",
|
|
@@ -3772,9 +3772,9 @@
|
|
|
3772
3772
|
}
|
|
3773
3773
|
},
|
|
3774
3774
|
"node_modules/aws-sdk": {
|
|
3775
|
-
"version": "2.
|
|
3776
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
3777
|
-
"integrity": "sha512-
|
|
3775
|
+
"version": "2.1464.0",
|
|
3776
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1464.0.tgz",
|
|
3777
|
+
"integrity": "sha512-GsYibfJmyI6UbZaTkMkibtfxvcG2hyqac+vfrDuJwqQ6i4b//Q2f3tYubwn950bO6F87C/um96SSHc9UMlfbfw==",
|
|
3778
3778
|
"dependencies": {
|
|
3779
3779
|
"buffer": "4.9.2",
|
|
3780
3780
|
"events": "1.1.1",
|
|
@@ -6586,9 +6586,9 @@
|
|
|
6586
6586
|
}
|
|
6587
6587
|
},
|
|
6588
6588
|
"node_modules/electron-to-chromium": {
|
|
6589
|
-
"version": "1.4.
|
|
6590
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
6591
|
-
"integrity": "sha512-
|
|
6589
|
+
"version": "1.4.529",
|
|
6590
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.529.tgz",
|
|
6591
|
+
"integrity": "sha512-6uyPyXTo8lkv8SWAmjKFbG42U073TXlzD4R8rW3EzuznhFS2olCIAfjjQtV2dV2ar/vRF55KUd3zQYnCB0dd3A=="
|
|
6592
6592
|
},
|
|
6593
6593
|
"node_modules/elementtree": {
|
|
6594
6594
|
"version": "0.1.7",
|
|
@@ -15906,9 +15906,9 @@
|
|
|
15906
15906
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
15907
15907
|
},
|
|
15908
15908
|
"node_modules/systeminformation": {
|
|
15909
|
-
"version": "5.21.
|
|
15910
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.
|
|
15911
|
-
"integrity": "sha512-
|
|
15909
|
+
"version": "5.21.9",
|
|
15910
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.9.tgz",
|
|
15911
|
+
"integrity": "sha512-7pI4mu9P/2MGDV0T49B52E7IULBGj+kRVk6JSYUj5qfAk7N7C7aNX15fXziqrbgZntc6/jjYzWeb/x41jhg/eA==",
|
|
15912
15912
|
"os": [
|
|
15913
15913
|
"darwin",
|
|
15914
15914
|
"linux",
|
|
@@ -19345,14 +19345,14 @@
|
|
|
19345
19345
|
}
|
|
19346
19346
|
},
|
|
19347
19347
|
"@saltcorn/admin-models": {
|
|
19348
|
-
"version": "0.8.8-beta.
|
|
19349
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.8-beta.
|
|
19350
|
-
"integrity": "sha512-
|
|
19351
|
-
"requires": {
|
|
19352
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
19353
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19354
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
19355
|
-
"@saltcorn/types": "0.8.8-beta.
|
|
19348
|
+
"version": "0.8.8-beta.6",
|
|
19349
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.8-beta.6.tgz",
|
|
19350
|
+
"integrity": "sha512-QQt5w85RhZOO9ZAACC1ePdxP2NnyOGSUfavmUpVM3x7b3wWPqw6V70O47lpFHCQdUY91g4ijMp8TkWTSzJcQEQ==",
|
|
19351
|
+
"requires": {
|
|
19352
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
19353
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
19354
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
19355
|
+
"@saltcorn/types": "0.8.8-beta.6",
|
|
19356
19356
|
"@types/lodash": "^4.14.182",
|
|
19357
19357
|
"adm-zip": "0.5.5",
|
|
19358
19358
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -19365,32 +19365,32 @@
|
|
|
19365
19365
|
}
|
|
19366
19366
|
},
|
|
19367
19367
|
"@saltcorn/base-plugin": {
|
|
19368
|
-
"version": "0.8.8-beta.
|
|
19369
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.8-beta.
|
|
19370
|
-
"integrity": "sha512-
|
|
19368
|
+
"version": "0.8.8-beta.6",
|
|
19369
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.8-beta.6.tgz",
|
|
19370
|
+
"integrity": "sha512-7dBCPwBU0/qDrvxI8A3OZEvxi2WD+y6wo6dVUpZymqbPut4rHgxfnJrEJCpOMi58pc1fNU3+V+vzzb5Jakcnug==",
|
|
19371
19371
|
"requires": {
|
|
19372
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
19372
|
+
"@saltcorn/data": "0.8.8-beta.6"
|
|
19373
19373
|
}
|
|
19374
19374
|
},
|
|
19375
19375
|
"@saltcorn/builder": {
|
|
19376
|
-
"version": "0.8.8-beta.
|
|
19377
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.8-beta.
|
|
19378
|
-
"integrity": "sha512-
|
|
19376
|
+
"version": "0.8.8-beta.6",
|
|
19377
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.8-beta.6.tgz",
|
|
19378
|
+
"integrity": "sha512-cUWDplOZATsOE+rIK6kOaPuMIGvujtQcPdNDvMieOVGJzl6RKVIbx0V0AdL/rkZebwslG8ZAGZ/1zusmhQxYGg==",
|
|
19379
19379
|
"requires": {
|
|
19380
19380
|
"styled-components": "4.4.1"
|
|
19381
19381
|
}
|
|
19382
19382
|
},
|
|
19383
19383
|
"@saltcorn/data": {
|
|
19384
|
-
"version": "0.8.8-beta.
|
|
19385
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.8-beta.
|
|
19386
|
-
"integrity": "sha512-
|
|
19387
|
-
"requires": {
|
|
19388
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19389
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
19390
|
-
"@saltcorn/postgres": "0.8.8-beta.
|
|
19391
|
-
"@saltcorn/sqlite": "0.8.8-beta.
|
|
19392
|
-
"@saltcorn/sqlite-mobile": "0.8.8-beta.
|
|
19393
|
-
"@saltcorn/types": "0.8.8-beta.
|
|
19384
|
+
"version": "0.8.8-beta.6",
|
|
19385
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.8-beta.6.tgz",
|
|
19386
|
+
"integrity": "sha512-2BNU3/nQsDBmc75/Zrs+rIxzkHvUphjyKPlVlzcdkRCZZw1MmBuvskN5Jqay/IAskI94XruNzCZMmlcoE81OXQ==",
|
|
19387
|
+
"requires": {
|
|
19388
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
19389
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
19390
|
+
"@saltcorn/postgres": "0.8.8-beta.6",
|
|
19391
|
+
"@saltcorn/sqlite": "0.8.8-beta.6",
|
|
19392
|
+
"@saltcorn/sqlite-mobile": "0.8.8-beta.6",
|
|
19393
|
+
"@saltcorn/types": "0.8.8-beta.6",
|
|
19394
19394
|
"acorn": "^8.0.3",
|
|
19395
19395
|
"assert": "^2.0.0",
|
|
19396
19396
|
"astring": "^1.4.3",
|
|
@@ -19435,22 +19435,22 @@
|
|
|
19435
19435
|
}
|
|
19436
19436
|
},
|
|
19437
19437
|
"@saltcorn/db-common": {
|
|
19438
|
-
"version": "0.8.8-beta.
|
|
19439
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.8-beta.
|
|
19440
|
-
"integrity": "sha512-
|
|
19438
|
+
"version": "0.8.8-beta.6",
|
|
19439
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.8-beta.6.tgz",
|
|
19440
|
+
"integrity": "sha512-2Z4oGecxMQClWpNzoTmEbe01nJn0oqb7Kv9UFqjaExb9PTUgeqxquVLltgeBPIZvnhTA0Q+/bffLfV1ohhv8pg=="
|
|
19441
19441
|
},
|
|
19442
19442
|
"@saltcorn/filemanager": {
|
|
19443
|
-
"version": "0.8.8-beta.
|
|
19444
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.8-beta.
|
|
19445
|
-
"integrity": "sha512-
|
|
19443
|
+
"version": "0.8.8-beta.6",
|
|
19444
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.8-beta.6.tgz",
|
|
19445
|
+
"integrity": "sha512-aJx3uAImddHRYaJJ3GOx9mq0F1N8BPsYmDinvJcd7UIPz+8coibWCqjVs/61xO81eFf3zuoqX8q8MyYeRLSZzQ==",
|
|
19446
19446
|
"requires": {
|
|
19447
19447
|
"sirv-cli": "^2.0.0"
|
|
19448
19448
|
}
|
|
19449
19449
|
},
|
|
19450
19450
|
"@saltcorn/markup": {
|
|
19451
|
-
"version": "0.8.8-beta.
|
|
19452
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.8-beta.
|
|
19453
|
-
"integrity": "sha512-
|
|
19451
|
+
"version": "0.8.8-beta.6",
|
|
19452
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.8-beta.6.tgz",
|
|
19453
|
+
"integrity": "sha512-JRT6K1xu5bWLQtZ7dMD2sQvEQvxJtFNZl1lKWaxGnsyhPqSYZhAeaiA0DqnTn1pIelfysgNpH+Ih/xx6TJHyPQ==",
|
|
19454
19454
|
"requires": {
|
|
19455
19455
|
"escape-html": "^1.0.3",
|
|
19456
19456
|
"html-tags": "3.1.0",
|
|
@@ -19458,26 +19458,26 @@
|
|
|
19458
19458
|
}
|
|
19459
19459
|
},
|
|
19460
19460
|
"@saltcorn/mobile-app": {
|
|
19461
|
-
"version": "0.8.8-beta.
|
|
19462
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.8-beta.
|
|
19463
|
-
"integrity": "sha512-
|
|
19461
|
+
"version": "0.8.8-beta.6",
|
|
19462
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.8-beta.6.tgz",
|
|
19463
|
+
"integrity": "sha512-QSaSBkkM6W0mH+1XC9ZmXoj679iu9PIw2y8xKdOVUrI8+ZbiJuIrgryOpEmBVacOVO2DhVGX4VeAru0bSQlXEQ==",
|
|
19464
19464
|
"requires": {
|
|
19465
19465
|
"cordova": "^11.0.0",
|
|
19466
19466
|
"cordova-sqlite-ext": "^6.0.0"
|
|
19467
19467
|
}
|
|
19468
19468
|
},
|
|
19469
19469
|
"@saltcorn/mobile-builder": {
|
|
19470
|
-
"version": "0.8.8-beta.
|
|
19471
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.8-beta.
|
|
19472
|
-
"integrity": "sha512-
|
|
19473
|
-
"requires": {
|
|
19474
|
-
"@saltcorn/base-plugin": "0.8.8-beta.
|
|
19475
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
19476
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19477
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
19478
|
-
"@saltcorn/mobile-app": "0.8.8-beta.
|
|
19479
|
-
"@saltcorn/sbadmin2": "0.8.8-beta.
|
|
19480
|
-
"@saltcorn/server": "0.8.8-beta.
|
|
19470
|
+
"version": "0.8.8-beta.6",
|
|
19471
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.8-beta.6.tgz",
|
|
19472
|
+
"integrity": "sha512-JkwCLa14rCWXq8evNVCABZOunbV+SJ5NFvJk4t+bEvbx/qTrb+32ebU+4N5P4kPxJfxMM5MClO5sqNmX5l5TpA==",
|
|
19473
|
+
"requires": {
|
|
19474
|
+
"@saltcorn/base-plugin": "0.8.8-beta.6",
|
|
19475
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
19476
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
19477
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
19478
|
+
"@saltcorn/mobile-app": "0.8.8-beta.6",
|
|
19479
|
+
"@saltcorn/sbadmin2": "0.8.8-beta.6",
|
|
19480
|
+
"@saltcorn/server": "0.8.8-beta.6",
|
|
19481
19481
|
"fs-extra": "^10.0.1",
|
|
19482
19482
|
"live-plugin-manager": "^0.17.1",
|
|
19483
19483
|
"webpack": "5.68.0",
|
|
@@ -19513,39 +19513,39 @@
|
|
|
19513
19513
|
}
|
|
19514
19514
|
},
|
|
19515
19515
|
"@saltcorn/postgres": {
|
|
19516
|
-
"version": "0.8.8-beta.
|
|
19517
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.8-beta.
|
|
19518
|
-
"integrity": "sha512-
|
|
19516
|
+
"version": "0.8.8-beta.6",
|
|
19517
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.8-beta.6.tgz",
|
|
19518
|
+
"integrity": "sha512-m23U/4DJNEbI8kNjxP3ATUID6luJHP8MTcoo651e+teA3lu96Sok3HTRYDe6XSbDh1dn1M4QS0HcBiQB/QCPow==",
|
|
19519
19519
|
"optional": true,
|
|
19520
19520
|
"requires": {
|
|
19521
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19521
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
19522
19522
|
"pg": "^8.2.1",
|
|
19523
19523
|
"pg-copy-streams": "^5.1.1"
|
|
19524
19524
|
}
|
|
19525
19525
|
},
|
|
19526
19526
|
"@saltcorn/sbadmin2": {
|
|
19527
|
-
"version": "0.8.8-beta.
|
|
19528
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.8-beta.
|
|
19529
|
-
"integrity": "sha512-
|
|
19527
|
+
"version": "0.8.8-beta.6",
|
|
19528
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.8-beta.6.tgz",
|
|
19529
|
+
"integrity": "sha512-MJSxl23XofNDKCPrAd0wvYLxec0g2Ty0I9tgpsvM05mJxy2Fz9OtOvSpbWv+liZtEHL9JXbg3+2xFkMIoEx93A==",
|
|
19530
19530
|
"requires": {
|
|
19531
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
19532
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
19531
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
19532
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
19533
19533
|
"nunito-fontface": "0.7.3",
|
|
19534
19534
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
19535
19535
|
}
|
|
19536
19536
|
},
|
|
19537
19537
|
"@saltcorn/server": {
|
|
19538
|
-
"version": "0.8.8-beta.
|
|
19539
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.8-beta.
|
|
19540
|
-
"integrity": "sha512-
|
|
19541
|
-
"requires": {
|
|
19542
|
-
"@saltcorn/admin-models": "0.8.8-beta.
|
|
19543
|
-
"@saltcorn/base-plugin": "0.8.8-beta.
|
|
19544
|
-
"@saltcorn/builder": "0.8.8-beta.
|
|
19545
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
19546
|
-
"@saltcorn/filemanager": "0.8.8-beta.
|
|
19547
|
-
"@saltcorn/markup": "0.8.8-beta.
|
|
19548
|
-
"@saltcorn/sbadmin2": "0.8.8-beta.
|
|
19538
|
+
"version": "0.8.8-beta.6",
|
|
19539
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.8-beta.6.tgz",
|
|
19540
|
+
"integrity": "sha512-ZxniiEyqQgjzEbM7aEM+JCmhvzPHSWjosjYFdg2Ke17NmfZqv6qIGnlqlqRe9vnkpnFJ4A8ADaFwCq9tsPEpRQ==",
|
|
19541
|
+
"requires": {
|
|
19542
|
+
"@saltcorn/admin-models": "0.8.8-beta.6",
|
|
19543
|
+
"@saltcorn/base-plugin": "0.8.8-beta.6",
|
|
19544
|
+
"@saltcorn/builder": "0.8.8-beta.6",
|
|
19545
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
19546
|
+
"@saltcorn/filemanager": "0.8.8-beta.6",
|
|
19547
|
+
"@saltcorn/markup": "0.8.8-beta.6",
|
|
19548
|
+
"@saltcorn/sbadmin2": "0.8.8-beta.6",
|
|
19549
19549
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
19550
19550
|
"@socket.io/sticky": "^1.0.1",
|
|
19551
19551
|
"adm-zip": "0.5.10",
|
|
@@ -19603,27 +19603,27 @@
|
|
|
19603
19603
|
}
|
|
19604
19604
|
},
|
|
19605
19605
|
"@saltcorn/sqlite": {
|
|
19606
|
-
"version": "0.8.8-beta.
|
|
19607
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.8-beta.
|
|
19608
|
-
"integrity": "sha512-
|
|
19606
|
+
"version": "0.8.8-beta.6",
|
|
19607
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.8-beta.6.tgz",
|
|
19608
|
+
"integrity": "sha512-x1oBgAcK7JARoWvd1j5d+tWVjfWzoQBBeOv0y0iGTXZIzvAZxLGjGCS46x9Sm7JfVLPmQ+9W4539ZCgWF6uQXw==",
|
|
19609
19609
|
"optional": true,
|
|
19610
19610
|
"requires": {
|
|
19611
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19611
|
+
"@saltcorn/db-common": "0.8.8-beta.6",
|
|
19612
19612
|
"sqlite3": "^5.0.8"
|
|
19613
19613
|
}
|
|
19614
19614
|
},
|
|
19615
19615
|
"@saltcorn/sqlite-mobile": {
|
|
19616
|
-
"version": "0.8.8-beta.
|
|
19617
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.8-beta.
|
|
19618
|
-
"integrity": "sha512
|
|
19616
|
+
"version": "0.8.8-beta.6",
|
|
19617
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.8-beta.6.tgz",
|
|
19618
|
+
"integrity": "sha512-5WbkWIbYf3AgVEoQkT1eP7icSHBYMhUM6NeFZ33iZMvlT2cAYKKWTfRvs5RcybqIPTqAxEZJGqlUTkhDpSa1VA==",
|
|
19619
19619
|
"requires": {
|
|
19620
|
-
"@saltcorn/db-common": "0.8.8-beta.
|
|
19620
|
+
"@saltcorn/db-common": "0.8.8-beta.6"
|
|
19621
19621
|
}
|
|
19622
19622
|
},
|
|
19623
19623
|
"@saltcorn/types": {
|
|
19624
|
-
"version": "0.8.8-beta.
|
|
19625
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.8-beta.
|
|
19626
|
-
"integrity": "sha512-
|
|
19624
|
+
"version": "0.8.8-beta.6",
|
|
19625
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.8-beta.6.tgz",
|
|
19626
|
+
"integrity": "sha512-fpGC87TL4tFq6qXQMKdOFJr+6dF+2KQriOMkLxKebCP2xv14YJawRxj9KBGkKLavl8HJEo9l+67mn3ehcR2iwg=="
|
|
19627
19627
|
},
|
|
19628
19628
|
"@sindresorhus/is": {
|
|
19629
19629
|
"version": "0.14.0",
|
|
@@ -19873,9 +19873,9 @@
|
|
|
19873
19873
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
19874
19874
|
},
|
|
19875
19875
|
"@types/node": {
|
|
19876
|
-
"version": "20.
|
|
19877
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
19878
|
-
"integrity": "sha512-
|
|
19876
|
+
"version": "20.7.0",
|
|
19877
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz",
|
|
19878
|
+
"integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg=="
|
|
19879
19879
|
},
|
|
19880
19880
|
"@types/node-fetch": {
|
|
19881
19881
|
"version": "2.6.6",
|
|
@@ -20476,9 +20476,9 @@
|
|
|
20476
20476
|
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
|
|
20477
20477
|
},
|
|
20478
20478
|
"aws-sdk": {
|
|
20479
|
-
"version": "2.
|
|
20480
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
20481
|
-
"integrity": "sha512-
|
|
20479
|
+
"version": "2.1464.0",
|
|
20480
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1464.0.tgz",
|
|
20481
|
+
"integrity": "sha512-GsYibfJmyI6UbZaTkMkibtfxvcG2hyqac+vfrDuJwqQ6i4b//Q2f3tYubwn950bO6F87C/um96SSHc9UMlfbfw==",
|
|
20482
20482
|
"requires": {
|
|
20483
20483
|
"buffer": "4.9.2",
|
|
20484
20484
|
"events": "1.1.1",
|
|
@@ -22698,9 +22698,9 @@
|
|
|
22698
22698
|
}
|
|
22699
22699
|
},
|
|
22700
22700
|
"electron-to-chromium": {
|
|
22701
|
-
"version": "1.4.
|
|
22702
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
22703
|
-
"integrity": "sha512-
|
|
22701
|
+
"version": "1.4.529",
|
|
22702
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.529.tgz",
|
|
22703
|
+
"integrity": "sha512-6uyPyXTo8lkv8SWAmjKFbG42U073TXlzD4R8rW3EzuznhFS2olCIAfjjQtV2dV2ar/vRF55KUd3zQYnCB0dd3A=="
|
|
22704
22704
|
},
|
|
22705
22705
|
"elementtree": {
|
|
22706
22706
|
"version": "0.1.7",
|
|
@@ -29952,9 +29952,9 @@
|
|
|
29952
29952
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
29953
29953
|
},
|
|
29954
29954
|
"systeminformation": {
|
|
29955
|
-
"version": "5.21.
|
|
29956
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.
|
|
29957
|
-
"integrity": "sha512-
|
|
29955
|
+
"version": "5.21.9",
|
|
29956
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.21.9.tgz",
|
|
29957
|
+
"integrity": "sha512-7pI4mu9P/2MGDV0T49B52E7IULBGj+kRVk6JSYUj5qfAk7N7C7aNX15fXziqrbgZntc6/jjYzWeb/x41jhg/eA=="
|
|
29958
29958
|
},
|
|
29959
29959
|
"tapable": {
|
|
29960
29960
|
"version": "2.2.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.8-beta.5","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, all installed modules are used."},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"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":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"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":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON 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":false}]},"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":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"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":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"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":[]},"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 command execution","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.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"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-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"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},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","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},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","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"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"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":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"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}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev: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":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev: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}]}}}
|
|
1
|
+
{"version":"0.8.8-beta.6","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"Backup tenant in saltcorn zip format"},"zip":{"name":"zip","type":"boolean","char":"z","description":"Backup public in saltcorn zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"Build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"synchedTables":{"name":"synchedTables","type":"option","description":"Table names for which the offline should be synchronized with the saltcorn server"},"includedPlugins":{"name":"includedPlugins","type":"option","description":"Names of plugins that should be bundled into the app.If empty, all installed modules are used."},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appName":{"name":"appName","type":"option","description":"Name of the mobile app (default SaltcornMobileApp)"},"appVersion":{"name":"appVersion","type":"option","description":"Version of the mobile app (default 1.0.0)"},"appIcon":{"name":"appIcon","type":"option","description":"A png that will be used as launcher icon. The default is a png of a saltcorn symbol."},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"splashPage":{"name":"splashPage","type":"option","description":"Name of a page that should be shown while the app is loading."},"autoPublicLogin":{"name":"autoPublicLogin","type":"boolean","description":"Show public entry points before the login as a public user.","allowNo":false},"allowOfflineMode":{"name":"allowOfflineMode","type":"boolean","description":"Switch to offline mode when there is no internet, sync the data when a connection is available again.","allowNo":false},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"buildClean":{"name":"buildClean","type":"boolean","description":"run a clean build with --no-cache","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"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":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"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":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON 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":false}]},"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":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack or restore a snapshot","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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-triggers":{"id":"list-triggers","description":"List triggers","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"list-users":{"id":"list-users","description":"List users","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","required":false,"allowNo":false}},"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":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"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":[]},"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 command execution","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.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"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-js":{"id":"run-js","description":"Run javascript code","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"code":{"name":"code","type":"option","char":"c","description":"js code"},"file":{"name":"file","type":"option","char":"f","description":"path to script file"}},"args":[]},"run-sql":{"id":"run-sql","description":"Run sql expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant name"},"sql":{"name":"sql","type":"option","char":"s","description":"sql statement"},"file":{"name":"file","type":"option","char":"f","description":"path to sql file name"}},"args":[]},"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},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","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},"database":{"name":"database","type":"option","description":"Run on specified database. Default is saltcorn_test"}},"args":[{"name":"package","description":"which package to run tests for"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":false}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","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"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":false},{"name":"value","description":"Configuration value (JSON or string)"}]},"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":[]},"sync-upload-data":{"id":"sync-upload-data","description":"Runs a sync for data supplied by the mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application"},"userEmail":{"name":"userEmail","type":"option","description":"email of the user running the sync"},"directory":{"name":"directory","type":"option","description":"directory name for input output data"},"syncTimestamp":{"name":"syncTimestamp","type":"option","description":"new timestamp for the sync_info rows"}},"args":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"fresh","allowNo":false}},"args":[]},"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}]},"dev:localize-plugin":{"id":"dev:localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"dev:make-migration":{"id":"dev: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":[]},"dev:post-release":{"id":"dev:post-release","description":"Post-release tasks: docker and vagrant builds","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"task","description":"What to do","options":["docker","vagrant","all","none"]}]},"dev:release":{"id":"dev:release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"dev:test-plugin":{"id":"dev: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}]}}}
|
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.8.8-beta.
|
|
5
|
+
"version": "0.8.8-beta.6",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@oclif/config": "^1.18.3",
|
|
14
14
|
"@oclif/plugin-plugins": "^2.1.0",
|
|
15
15
|
"@oclif/plugin-help": "^3.3.1",
|
|
16
|
-
"@saltcorn/admin-models": "0.8.8-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.8-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.8-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.8-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.8-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.8-beta.6",
|
|
17
|
+
"@saltcorn/data": "0.8.8-beta.6",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.8-beta.6",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.8-beta.6",
|
|
20
|
+
"@saltcorn/server": "0.8.8-beta.6",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|