@saltcorn/cli 0.9.4 → 0.9.5-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
20
20
  $ saltcorn COMMAND
21
21
  running command...
22
22
  $ saltcorn (-v|--version|version)
23
- @saltcorn/cli/0.9.4 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.9.5-beta.0 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -89,7 +89,7 @@ OPTIONS
89
89
  -f, --force force command execution
90
90
  ```
91
91
 
92
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/add-schema.js)_
92
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/add-schema.js)_
93
93
 
94
94
  ## `saltcorn backup`
95
95
 
@@ -106,7 +106,7 @@ OPTIONS
106
106
  -z, --zip Backup public in saltcorn zip format
107
107
  ```
108
108
 
109
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/backup.js)_
109
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/backup.js)_
110
110
 
111
111
  ## `saltcorn build-app`
112
112
 
@@ -154,7 +154,7 @@ OPTIONS
154
154
  tenant
155
155
  ```
156
156
 
157
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/build-app.js)_
157
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/build-app.js)_
158
158
 
159
159
  ## `saltcorn build-cordova-builder`
160
160
 
@@ -168,7 +168,7 @@ OPTIONS
168
168
  --buildClean run a clean build with --no-cache
169
169
  ```
170
170
 
171
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/build-cordova-builder.js)_
171
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/build-cordova-builder.js)_
172
172
 
173
173
  ## `saltcorn configuration-check`
174
174
 
@@ -182,7 +182,7 @@ OPTIONS
182
182
  -t, --tenant=tenant tenant
183
183
  ```
184
184
 
185
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/configuration-check.js)_
185
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/configuration-check.js)_
186
186
 
187
187
  ## `saltcorn configuration-check-backups FILES`
188
188
 
@@ -199,7 +199,7 @@ OPTIONS
199
199
  -d, --destructive destructive
200
200
  ```
201
201
 
202
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/configuration-check-backups.js)_
202
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/configuration-check-backups.js)_
203
203
 
204
204
  ## `saltcorn create-tenant TENANT`
205
205
 
@@ -218,7 +218,7 @@ OPTIONS
218
218
  --url=url Url of tenant
219
219
  ```
220
220
 
221
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/create-tenant.js)_
221
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/create-tenant.js)_
222
222
 
223
223
  ## `saltcorn create-user`
224
224
 
@@ -236,7 +236,7 @@ OPTIONS
236
236
  -t, --tenant=tenant tenant
237
237
  ```
238
238
 
239
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/create-user.js)_
239
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/create-user.js)_
240
240
 
241
241
  ## `saltcorn delete-tenants`
242
242
 
@@ -247,7 +247,7 @@ USAGE
247
247
  $ saltcorn delete-tenants
248
248
  ```
249
249
 
250
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/delete-tenants.js)_
250
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/delete-tenants.js)_
251
251
 
252
252
  ## `saltcorn delete-user USER_EMAIL`
253
253
 
@@ -268,7 +268,7 @@ DESCRIPTION
268
268
  Command deletes the user specified by USER_EMAIL.
269
269
  ```
270
270
 
271
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/delete-user.js)_
271
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/delete-user.js)_
272
272
 
273
273
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
274
274
 
@@ -287,7 +287,7 @@ OPTIONS
287
287
  -u, --unlocalize Unlocalize plugin (local to npm)
288
288
  ```
289
289
 
290
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/localize-plugin.js)_
290
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/localize-plugin.js)_
291
291
 
292
292
  ## `saltcorn make-migration`
293
293
 
@@ -303,7 +303,7 @@ DESCRIPTION
303
303
  unless you are a developer.
304
304
  ```
305
305
 
306
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/make-migration.js)_
306
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/make-migration.js)_
307
307
 
308
308
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
309
309
 
@@ -324,7 +324,7 @@ OPTIONS
324
324
  --database=database Run on specified database. Default is 'saltcorn_test''
325
325
  ```
326
326
 
327
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/plugin-test.js)_
327
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/plugin-test.js)_
328
328
 
329
329
  ## `saltcorn dev:post-release [TASK]`
330
330
 
@@ -338,7 +338,7 @@ ARGUMENTS
338
338
  TASK (docker|vagrant|all|none) What to do
339
339
  ```
340
340
 
341
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/post-release.js)_
341
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/post-release.js)_
342
342
 
343
343
  ## `saltcorn dev:release VERSION`
344
344
 
@@ -352,7 +352,7 @@ ARGUMENTS
352
352
  VERSION New version number
353
353
  ```
354
354
 
355
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/release.js)_
355
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/release.js)_
356
356
 
357
357
  ## `saltcorn dev:test-plugin PATH`
358
358
 
@@ -370,7 +370,7 @@ DESCRIPTION
370
370
  Extra documentation goes here
371
371
  ```
372
372
 
373
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/dev/test-plugin.js)_
373
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/dev/test-plugin.js)_
374
374
 
375
375
  ## `saltcorn fixtures`
376
376
 
@@ -389,7 +389,7 @@ DESCRIPTION
389
389
  This manual step it is never required for users and rarely required for developers
390
390
  ```
391
391
 
392
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/fixtures.js)_
392
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/fixtures.js)_
393
393
 
394
394
  ## `saltcorn get-cfg [KEY]`
395
395
 
@@ -407,7 +407,7 @@ OPTIONS
407
407
  -t, --tenant=tenant tenant
408
408
  ```
409
409
 
410
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/get-cfg.js)_
410
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/get-cfg.js)_
411
411
 
412
412
  ## `saltcorn help [COMMAND]`
413
413
 
@@ -445,7 +445,7 @@ ALIASES
445
445
  $ saltcorn paths
446
446
  ```
447
447
 
448
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/info.js)_
448
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/info.js)_
449
449
 
450
450
  ## `saltcorn inspect TYPE [NAME]`
451
451
 
@@ -463,7 +463,7 @@ OPTIONS
463
463
  -t, --tenant=tenant tenant
464
464
  ```
465
465
 
466
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/inspect.js)_
466
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/inspect.js)_
467
467
 
468
468
  ## `saltcorn install-pack`
469
469
 
@@ -479,7 +479,7 @@ OPTIONS
479
479
  -t, --tenant=tenant tenant
480
480
  ```
481
481
 
482
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/install-pack.js)_
482
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/install-pack.js)_
483
483
 
484
484
  ## `saltcorn install-plugin`
485
485
 
@@ -495,7 +495,7 @@ OPTIONS
495
495
  -t, --tenant=tenant tenant
496
496
  ```
497
497
 
498
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/install-plugin.js)_
498
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/install-plugin.js)_
499
499
 
500
500
  ## `saltcorn list-tenants`
501
501
 
@@ -511,7 +511,7 @@ OPTIONS
511
511
  -v, --verbose verbose output
512
512
  ```
513
513
 
514
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/list-tenants.js)_
514
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/list-tenants.js)_
515
515
 
516
516
  ## `saltcorn list-triggers`
517
517
 
@@ -527,7 +527,7 @@ OPTIONS
527
527
  -v, --verbose verbose output
528
528
  ```
529
529
 
530
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/list-triggers.js)_
530
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/list-triggers.js)_
531
531
 
532
532
  ## `saltcorn list-users`
533
533
 
@@ -542,7 +542,7 @@ OPTIONS
542
542
  -v, --verbose verbose output
543
543
  ```
544
544
 
545
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/list-users.js)_
545
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/list-users.js)_
546
546
 
547
547
  ## `saltcorn saltcorn migrate`
548
548
 
@@ -564,7 +564,7 @@ DESCRIPTION
564
564
  servers and need to control when the migrations are run.
565
565
  ```
566
566
 
567
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/migrate.js)_
567
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/migrate.js)_
568
568
 
569
569
  ## `saltcorn modify-user USER_EMAIL`
570
570
 
@@ -593,7 +593,7 @@ DESCRIPTION
593
593
  NOTE that -a and -r role (--role=role) can give conflict.
594
594
  ```
595
595
 
596
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/modify-user.js)_
596
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/modify-user.js)_
597
597
 
598
598
  ## `saltcorn plugins`
599
599
 
@@ -620,7 +620,7 @@ EXAMPLES
620
620
  plugins -u -f - force plugin update
621
621
  ```
622
622
 
623
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/plugins.js)_
623
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/plugins.js)_
624
624
 
625
625
  ## `saltcorn reset-schema`
626
626
 
@@ -639,7 +639,7 @@ DESCRIPTION
639
639
  This will delete all existing information
640
640
  ```
641
641
 
642
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/reset-schema.js)_
642
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/reset-schema.js)_
643
643
 
644
644
  ## `saltcorn restore FILE`
645
645
 
@@ -656,7 +656,7 @@ OPTIONS
656
656
  -t, --tenant=tenant tenant
657
657
  ```
658
658
 
659
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/restore.js)_
659
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/restore.js)_
660
660
 
661
661
  ## `saltcorn rm-tenant`
662
662
 
@@ -675,7 +675,7 @@ DESCRIPTION
675
675
  It recommended to make backup of tenant before perform this command.
676
676
  ```
677
677
 
678
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/rm-tenant.js)_
678
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/rm-tenant.js)_
679
679
 
680
680
  ## `saltcorn run-benchmark [BASEURL]`
681
681
 
@@ -694,7 +694,7 @@ OPTIONS
694
694
  -t, --token=token API Token for reporting results
695
695
  ```
696
696
 
697
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/run-benchmark.js)_
697
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/run-benchmark.js)_
698
698
 
699
699
  ## `saltcorn run-js`
700
700
 
@@ -710,7 +710,7 @@ OPTIONS
710
710
  -t, --tenant=tenant tenant name
711
711
  ```
712
712
 
713
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/run-js.js)_
713
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/run-js.js)_
714
714
 
715
715
  ## `saltcorn run-sql`
716
716
 
@@ -726,7 +726,7 @@ OPTIONS
726
726
  -t, --tenant=tenant tenant name
727
727
  ```
728
728
 
729
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/run-sql.js)_
729
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/run-sql.js)_
730
730
 
731
731
  ## `saltcorn run-tests [PACKAGE]`
732
732
 
@@ -750,7 +750,7 @@ OPTIONS
750
750
  --watchAll Watch files for changes and rerun all tests.
751
751
  ```
752
752
 
753
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/run-tests.js)_
753
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/run-tests.js)_
754
754
 
755
755
  ## `saltcorn run-trigger TRIGGER`
756
756
 
@@ -767,7 +767,7 @@ OPTIONS
767
767
  -t, --tenant=tenant tenant
768
768
  ```
769
769
 
770
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/run-trigger.js)_
770
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/run-trigger.js)_
771
771
 
772
772
  ## `saltcorn scheduler`
773
773
 
@@ -781,7 +781,7 @@ OPTIONS
781
781
  -v, --verbose Verbose
782
782
  ```
783
783
 
784
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/scheduler.js)_
784
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/scheduler.js)_
785
785
 
786
786
  ## `saltcorn serve`
787
787
 
@@ -802,7 +802,7 @@ OPTIONS
802
802
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
803
803
  ```
804
804
 
805
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/serve.js)_
805
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/serve.js)_
806
806
 
807
807
  ## `saltcorn set-cfg [KEY] [VALUE]`
808
808
 
@@ -823,7 +823,7 @@ OPTIONS
823
823
  -t, --tenant=tenant tenant
824
824
  ```
825
825
 
826
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/set-cfg.js)_
826
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/set-cfg.js)_
827
827
 
828
828
  ## `saltcorn setup`
829
829
 
@@ -842,7 +842,7 @@ DESCRIPTION
842
842
  configuration file
843
843
  ```
844
844
 
845
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/setup.js)_
845
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/setup.js)_
846
846
 
847
847
  ## `saltcorn setup-benchmark`
848
848
 
@@ -856,7 +856,7 @@ OPTIONS
856
856
  -t, --tenant=tenant tenant
857
857
  ```
858
858
 
859
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/setup-benchmark.js)_
859
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/setup-benchmark.js)_
860
860
 
861
861
  ## `saltcorn sync-upload-data`
862
862
 
@@ -873,7 +873,7 @@ OPTIONS
873
873
  --userEmail=userEmail email of the user running the sync
874
874
  ```
875
875
 
876
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/sync-upload-data.js)_
876
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/sync-upload-data.js)_
877
877
 
878
878
  ## `saltcorn take-snapshot`
879
879
 
@@ -888,7 +888,7 @@ OPTIONS
888
888
  -t, --tenant=tenant tenant
889
889
  ```
890
890
 
891
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/take-snapshot.js)_
891
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/take-snapshot.js)_
892
892
 
893
893
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
894
894
 
@@ -905,5 +905,5 @@ ARGUMENTS
905
905
  TENANT tenant name
906
906
  ```
907
907
 
908
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.4/src/commands/transform-field.js)_
908
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.0/src/commands/transform-field.js)_
909
909
  <!-- commandsstop -->
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.9.4",
3
+ "version": "0.9.5-beta.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.9.4",
9
+ "version": "0.9.5-beta.0",
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.9.4",
17
- "@saltcorn/common-code": "0.9.4",
18
- "@saltcorn/data": "0.9.4",
19
- "@saltcorn/mobile-app": "0.9.4",
20
- "@saltcorn/mobile-builder": "0.9.4",
21
- "@saltcorn/server": "0.9.4",
16
+ "@saltcorn/admin-models": "0.9.5-beta.0",
17
+ "@saltcorn/common-code": "0.9.5-beta.0",
18
+ "@saltcorn/data": "0.9.5-beta.0",
19
+ "@saltcorn/mobile-app": "0.9.5-beta.0",
20
+ "@saltcorn/mobile-builder": "0.9.5-beta.0",
21
+ "@saltcorn/server": "0.9.5-beta.0",
22
22
  "cli-ux": "^5.6.7",
23
23
  "contractis": "^0.1.0",
24
24
  "dateformat": "^3.0.3",
@@ -3867,14 +3867,14 @@
3867
3867
  }
3868
3868
  },
3869
3869
  "node_modules/@saltcorn/admin-models": {
3870
- "version": "0.9.4",
3871
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4.tgz",
3872
- "integrity": "sha512-8nQNd2FOTLgy0ohTSbLc2Pv1d03VQrTH5SkkVdvJAmhuJSELXQ6bVL/4Dc+DBdteaaCYFjcV+3Pei6P/h5XFyw==",
3873
- "dependencies": {
3874
- "@saltcorn/data": "0.9.4",
3875
- "@saltcorn/db-common": "0.9.4",
3876
- "@saltcorn/markup": "0.9.4",
3877
- "@saltcorn/types": "0.9.4",
3870
+ "version": "0.9.5-beta.0",
3871
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.0.tgz",
3872
+ "integrity": "sha512-w/aU0/hLPORP6OqDtlVgxg/K3g7mvCt/TD3SoF0ttMBiKZCdlYV3JIj2Ity7KgAVYSAC+76o7Bz0QYeTDyj2yg==",
3873
+ "dependencies": {
3874
+ "@saltcorn/data": "0.9.5-beta.0",
3875
+ "@saltcorn/db-common": "0.9.5-beta.0",
3876
+ "@saltcorn/markup": "0.9.5-beta.0",
3877
+ "@saltcorn/types": "0.9.5-beta.0",
3878
3878
  "@types/lodash": "^4.14.182",
3879
3879
  "adm-zip": "0.5.5",
3880
3880
  "chaos-guinea-pig": "^0.1.4",
@@ -3887,36 +3887,36 @@
3887
3887
  }
3888
3888
  },
3889
3889
  "node_modules/@saltcorn/base-plugin": {
3890
- "version": "0.9.4",
3891
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4.tgz",
3892
- "integrity": "sha512-c+OzRjxhGpa0Bi/Ci/AjuNWefSj5CYPMLGAHAU+U+t1YrSgABQ1BY5KkNG2OIiRD5P1qf3n5Q/Shz8RZkchkkQ==",
3890
+ "version": "0.9.5-beta.0",
3891
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.0.tgz",
3892
+ "integrity": "sha512-rkucR4Bv0eqIl/LxjNAQGNzlQ/+ihWZZzIefUoO3mleuXruYnIJQqfKGfHQ2sT+257lD0Zp5qM6PQSmwiUnQoA==",
3893
3893
  "dependencies": {
3894
- "@saltcorn/data": "0.9.4"
3894
+ "@saltcorn/data": "0.9.5-beta.0"
3895
3895
  }
3896
3896
  },
3897
3897
  "node_modules/@saltcorn/builder": {
3898
- "version": "0.9.4",
3899
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4.tgz",
3900
- "integrity": "sha512-FUeo3UBtSRzvtEr+ap2L2b+HXNjwYLBqZuss50bq+zxnFAt8QdcOS4vxZm5zYTwXbImPCwJpCUY12PbhJfT28A==",
3898
+ "version": "0.9.5-beta.0",
3899
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.0.tgz",
3900
+ "integrity": "sha512-xzN46QJJAVtWYkb9wZdU/Dk+1X+L/Xwhsiy25N9qUoEWe3ybY1gvLMEs7+mml8JqhM3vuJ6mMrhQOmrbOy4sEg==",
3901
3901
  "dependencies": {
3902
3902
  "styled-components": "4.4.1"
3903
3903
  }
3904
3904
  },
3905
3905
  "node_modules/@saltcorn/common-code": {
3906
- "version": "0.9.4",
3907
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4.tgz",
3908
- "integrity": "sha512-MEEaWl+Y1YOlD6yc7LqmcPen1nFq555JzAuDX3I9rrWpjwOGVmZF4vEXWPKwotwWu172qnBGZSOtVXC9CYrOPg=="
3906
+ "version": "0.9.5-beta.0",
3907
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.0.tgz",
3908
+ "integrity": "sha512-ZL2CxR12Puz4TnbXjF2DtEVc/AIcNfepE6q8Xv5xQC6fkfNAfXZFYKvzmliUbd5Y6zh6mEEenJrHj4hsaq7tiA=="
3909
3909
  },
3910
3910
  "node_modules/@saltcorn/data": {
3911
- "version": "0.9.4",
3912
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4.tgz",
3913
- "integrity": "sha512-FOdx6x9ZMwPpYZliwBTTLzdfbIR9Nc+On7ITIL38vac1U5gqy/KGbq4/G3wooh3G1yRTSIOa3fI9qcSLbjllmQ==",
3914
- "dependencies": {
3915
- "@saltcorn/common-code": "0.9.4",
3916
- "@saltcorn/db-common": "0.9.4",
3917
- "@saltcorn/markup": "0.9.4",
3918
- "@saltcorn/sqlite-mobile": "0.9.4",
3919
- "@saltcorn/types": "0.9.4",
3911
+ "version": "0.9.5-beta.0",
3912
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.0.tgz",
3913
+ "integrity": "sha512-3adDiJfbsv2wTNPRAABofb4t07/bGhhHSK2Z+JQaL3CfyE1YTafpCLCpwPYPHeFtlO77MxE87ai9OEcMNCkRjw==",
3914
+ "dependencies": {
3915
+ "@saltcorn/common-code": "0.9.5-beta.0",
3916
+ "@saltcorn/db-common": "0.9.5-beta.0",
3917
+ "@saltcorn/markup": "0.9.5-beta.0",
3918
+ "@saltcorn/sqlite-mobile": "0.9.5-beta.0",
3919
+ "@saltcorn/types": "0.9.5-beta.0",
3920
3920
  "acorn": "^8.0.3",
3921
3921
  "assert": "^2.0.0",
3922
3922
  "astring": "^1.4.3",
@@ -3959,27 +3959,27 @@
3959
3959
  "vm-browserify": "^1.1.2"
3960
3960
  },
3961
3961
  "optionalDependencies": {
3962
- "@saltcorn/postgres": "0.9.4",
3963
- "@saltcorn/sqlite": "0.9.4"
3962
+ "@saltcorn/postgres": "0.9.5-beta.0",
3963
+ "@saltcorn/sqlite": "0.9.5-beta.0"
3964
3964
  }
3965
3965
  },
3966
3966
  "node_modules/@saltcorn/db-common": {
3967
- "version": "0.9.4",
3968
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4.tgz",
3969
- "integrity": "sha512-u8y1Xgs8jXsu6iKUlFqXhM4wyZrUOyQQRxIs2r5gYuPRXZvS8gVQs/ilfP+STEDbIRstT0g8QS1Q2Y1Drihd+Q=="
3967
+ "version": "0.9.5-beta.0",
3968
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.0.tgz",
3969
+ "integrity": "sha512-5MLhGiPb5075wuFv2blv6XVnGkifmMgDxrkeFJZGvKxHwooeUXBhK4jm3R+6N9tuXRHsOY0yfb4ekKpAocZJ6g=="
3970
3970
  },
3971
3971
  "node_modules/@saltcorn/filemanager": {
3972
- "version": "0.9.4",
3973
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4.tgz",
3974
- "integrity": "sha512-MKa/GP1Ou9gziSjWh6IFtltDuLDKRSGc2VDcyuIVBfoJ3m2r3UPsbqI60VSkDFnH0vB40ODtw3OZ3/bVPUBNNA==",
3972
+ "version": "0.9.5-beta.0",
3973
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.0.tgz",
3974
+ "integrity": "sha512-ZR4vrJkCdSgzCvaK48zZUhwnn/HRDbo+kdQVzDOvvMnhgAetMx+MdpLlcAd9OwpUSzekyw/53VfA5YakwSBGQA==",
3975
3975
  "dependencies": {
3976
3976
  "sirv-cli": "^2.0.0"
3977
3977
  }
3978
3978
  },
3979
3979
  "node_modules/@saltcorn/markup": {
3980
- "version": "0.9.4",
3981
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4.tgz",
3982
- "integrity": "sha512-KROVkrOhd8rRgWRjs6YT1b0TEhWnHQilwUlXfp86LmKoqsIXpQ6IWMZdnrVTOT0naqXE2mWqJpxTTDOQfuHJjg==",
3980
+ "version": "0.9.5-beta.0",
3981
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.0.tgz",
3982
+ "integrity": "sha512-ubotg1YZ8yasEAdRS4BUc6rIZa1/rce/XP/M0QzzLWXboeMEGM4gS9Q/aYGgbo2JKjpnizzaQTy7QWOGilZUJg==",
3983
3983
  "dependencies": {
3984
3984
  "escape-html": "^1.0.3",
3985
3985
  "html-tags": "3.1.0",
@@ -3987,27 +3987,27 @@
3987
3987
  }
3988
3988
  },
3989
3989
  "node_modules/@saltcorn/mobile-app": {
3990
- "version": "0.9.4",
3991
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4.tgz",
3992
- "integrity": "sha512-aFr0G2dxsP9OjqdBSaq17e0ppI0MbKK+FPgGPKhCY/Wooqhn5WadxYQwXrU9pDBFk78Gnf4XgjK5IAp1DFHhrw==",
3990
+ "version": "0.9.5-beta.0",
3991
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.0.tgz",
3992
+ "integrity": "sha512-TakwqHMBXahOchCZ2jrFbZdi0B9MkpKi91GnimqplY+m6O1GmZ3foj8ynn6S4OBojXEd3KtXVtMm04a+1NeIvg==",
3993
3993
  "dependencies": {
3994
3994
  "cordova": "^11.0.0",
3995
3995
  "cordova-sqlite-ext": "^6.0.0"
3996
3996
  }
3997
3997
  },
3998
3998
  "node_modules/@saltcorn/mobile-builder": {
3999
- "version": "0.9.4",
4000
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4.tgz",
4001
- "integrity": "sha512-T4SlhE02NcZDjqtHPH7lPn5atVEGblQXuhIOe2nuOoQWVX5sJ0xDu9rh68jH9vdyaddnYqFo8aUNbZYZEc2rHQ==",
3999
+ "version": "0.9.5-beta.0",
4000
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.0.tgz",
4001
+ "integrity": "sha512-6dYvnNB4RqySJaHOVeF02k2TAocVuvwcqb8a/+voZ5G1wDmSASX4co9ArO7/ONMSSj5DB3BdKVBg4vkuJCOkNg==",
4002
4002
  "hasInstallScript": true,
4003
4003
  "dependencies": {
4004
- "@saltcorn/base-plugin": "0.9.4",
4005
- "@saltcorn/data": "0.9.4",
4006
- "@saltcorn/db-common": "0.9.4",
4007
- "@saltcorn/markup": "0.9.4",
4008
- "@saltcorn/mobile-app": "0.9.4",
4009
- "@saltcorn/sbadmin2": "0.9.4",
4010
- "@saltcorn/server": "0.9.4",
4004
+ "@saltcorn/base-plugin": "0.9.5-beta.0",
4005
+ "@saltcorn/data": "0.9.5-beta.0",
4006
+ "@saltcorn/db-common": "0.9.5-beta.0",
4007
+ "@saltcorn/markup": "0.9.5-beta.0",
4008
+ "@saltcorn/mobile-app": "0.9.5-beta.0",
4009
+ "@saltcorn/sbadmin2": "0.9.5-beta.0",
4010
+ "@saltcorn/server": "0.9.5-beta.0",
4011
4011
  "fs-extra": "^10.0.1",
4012
4012
  "live-plugin-manager": "^0.17.1",
4013
4013
  "webpack": "5.68.0",
@@ -4049,40 +4049,40 @@
4049
4049
  }
4050
4050
  },
4051
4051
  "node_modules/@saltcorn/postgres": {
4052
- "version": "0.9.4",
4053
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4.tgz",
4054
- "integrity": "sha512-NmfK7jM6K8+QO4jaBKwp6rhjSfzxzrNpQvSAotureVXd6SfDy2t56P/uAx76buFh7E5Ew6DlHQg+shFDWptk1g==",
4052
+ "version": "0.9.5-beta.0",
4053
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.0.tgz",
4054
+ "integrity": "sha512-V1NJwP+zNc6lGTsKvd5XKbr4bEJ/muKHb7MQsvB4qJNiWiHmXdlEPH/EWIFtSFbOF0ZmQcpITMu57bmhzQ7eiw==",
4055
4055
  "optional": true,
4056
4056
  "dependencies": {
4057
- "@saltcorn/db-common": "0.9.4",
4057
+ "@saltcorn/db-common": "0.9.5-beta.0",
4058
4058
  "pg": "^8.2.1",
4059
4059
  "pg-copy-streams": "^5.1.1"
4060
4060
  }
4061
4061
  },
4062
4062
  "node_modules/@saltcorn/sbadmin2": {
4063
- "version": "0.9.4",
4064
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4.tgz",
4065
- "integrity": "sha512-dgTJijCUC48OMTtogYxC9ClIeSJCy+0Pf07i87cPO/Wq7TtNDxDF665GXXagYGrRV7hNNOVo6lM7gIgRIXzmzw==",
4063
+ "version": "0.9.5-beta.0",
4064
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.0.tgz",
4065
+ "integrity": "sha512-MXIlJ3H4ScebfTxL4TMTmt1ZE2isbu76SETL9wbkn/2ap6bu4KUzEFjmYbn9Xcs6SiEa+dKxPxru5Jcg0XBOVw==",
4066
4066
  "dependencies": {
4067
- "@saltcorn/data": "0.9.4",
4068
- "@saltcorn/markup": "0.9.4",
4067
+ "@saltcorn/data": "0.9.5-beta.0",
4068
+ "@saltcorn/markup": "0.9.5-beta.0",
4069
4069
  "nunito-fontface": "0.7.3",
4070
4070
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
4071
4071
  }
4072
4072
  },
4073
4073
  "node_modules/@saltcorn/server": {
4074
- "version": "0.9.4",
4075
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4.tgz",
4076
- "integrity": "sha512-I816oBlacU33fVrsgVB8iZnjSdm7go6okkzVNKe3V4sB6IyRcWlJCadI1WY/s8S9wA/vPJKsBmc/4kSTefpWFw==",
4074
+ "version": "0.9.5-beta.0",
4075
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.0.tgz",
4076
+ "integrity": "sha512-1he0dtBFkeLdZ9+Wij9iG+IV4jD3Equd6WxURskbleXlqFXMJ5tWahBzw6zQAauX/gHssKHkeh0YHrrRIAzZkA==",
4077
4077
  "dependencies": {
4078
4078
  "@aws-sdk/client-s3": "^3.451.0",
4079
- "@saltcorn/admin-models": "0.9.4",
4080
- "@saltcorn/base-plugin": "0.9.4",
4081
- "@saltcorn/builder": "0.9.4",
4082
- "@saltcorn/data": "0.9.4",
4083
- "@saltcorn/filemanager": "0.9.4",
4084
- "@saltcorn/markup": "0.9.4",
4085
- "@saltcorn/sbadmin2": "0.9.4",
4079
+ "@saltcorn/admin-models": "0.9.5-beta.0",
4080
+ "@saltcorn/base-plugin": "0.9.5-beta.0",
4081
+ "@saltcorn/builder": "0.9.5-beta.0",
4082
+ "@saltcorn/data": "0.9.5-beta.0",
4083
+ "@saltcorn/filemanager": "0.9.5-beta.0",
4084
+ "@saltcorn/markup": "0.9.5-beta.0",
4085
+ "@saltcorn/sbadmin2": "0.9.5-beta.0",
4086
4086
  "@socket.io/cluster-adapter": "^0.2.1",
4087
4087
  "@socket.io/sticky": "^1.0.1",
4088
4088
  "adm-zip": "0.5.10",
@@ -4147,29 +4147,29 @@
4147
4147
  }
4148
4148
  },
4149
4149
  "node_modules/@saltcorn/sqlite": {
4150
- "version": "0.9.4",
4151
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4.tgz",
4152
- "integrity": "sha512-WCZP3UdISBOuMlRWCFtiClxLgWmX9pejUF8Kw3qwzC2TPc1TpVS+Bi98W77wzN3D7bACIBG5DPabshQJy6uVYw==",
4150
+ "version": "0.9.5-beta.0",
4151
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.0.tgz",
4152
+ "integrity": "sha512-NWicNXmj8GIfpaWPOikTpaG5oSCXPut49UubCtChDufY8lAY31h2FxZjhsZAW5FchwUcC5Q8zK7xB4oztHBldA==",
4153
4153
  "optional": true,
4154
4154
  "dependencies": {
4155
- "@saltcorn/db-common": "0.9.4"
4155
+ "@saltcorn/db-common": "0.9.5-beta.0"
4156
4156
  },
4157
4157
  "optionalDependencies": {
4158
4158
  "sqlite3": "^5.0.8"
4159
4159
  }
4160
4160
  },
4161
4161
  "node_modules/@saltcorn/sqlite-mobile": {
4162
- "version": "0.9.4",
4163
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4.tgz",
4164
- "integrity": "sha512-/riV43xWo2t0bbSAsEOFyMKFPV2JTJS9Pjn34Cr9XtNuplYzo/c4OJM+UYjdN2aidyFRgYNL85Z5UcPHP+f6pg==",
4162
+ "version": "0.9.5-beta.0",
4163
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.0.tgz",
4164
+ "integrity": "sha512-SUjObR75B+aFhuQ9FZpWhSLHaMy2NLSxGOs5Cz/WWe8oTqXWQ+iZd6+d2Fu2kQ88bXWMRTlwaNBhs2czz1kzsA==",
4165
4165
  "dependencies": {
4166
- "@saltcorn/db-common": "0.9.4"
4166
+ "@saltcorn/db-common": "0.9.5-beta.0"
4167
4167
  }
4168
4168
  },
4169
4169
  "node_modules/@saltcorn/types": {
4170
- "version": "0.9.4",
4171
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4.tgz",
4172
- "integrity": "sha512-yJm0lGxB+UoF7g8xAsmGfEPbHHNrFPU6YEdzrs2bHJkcT+ac/aENXWdoVGUeS1NOxR0BjyOczP3hLGsd5izt/g=="
4170
+ "version": "0.9.5-beta.0",
4171
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.0.tgz",
4172
+ "integrity": "sha512-fuCv8kFd9YAnW0md7//bZP3Im9Og6mloQIXVbRGBN73mmoaiM1/XHkugF2hzAm4wD7MyoaU1su1XwUz7nkxh5A=="
4173
4173
  },
4174
4174
  "node_modules/@sinclair/typebox": {
4175
4175
  "version": "0.27.8",
@@ -6593,9 +6593,9 @@
6593
6593
  }
6594
6594
  },
6595
6595
  "node_modules/caniuse-lite": {
6596
- "version": "1.0.30001596",
6597
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz",
6598
- "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==",
6596
+ "version": "1.0.30001597",
6597
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz",
6598
+ "integrity": "sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w==",
6599
6599
  "funding": [
6600
6600
  {
6601
6601
  "type": "opencollective",
@@ -10048,9 +10048,9 @@
10048
10048
  }
10049
10049
  },
10050
10050
  "node_modules/hasown": {
10051
- "version": "2.0.1",
10052
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
10053
- "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
10051
+ "version": "2.0.2",
10052
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
10053
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
10054
10054
  "dependencies": {
10055
10055
  "function-bind": "^1.1.2"
10056
10056
  },
@@ -19517,15 +19517,15 @@
19517
19517
  "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
19518
19518
  },
19519
19519
  "node_modules/which-typed-array": {
19520
- "version": "1.1.14",
19521
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz",
19522
- "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==",
19520
+ "version": "1.1.15",
19521
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
19522
+ "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
19523
19523
  "dependencies": {
19524
- "available-typed-arrays": "^1.0.6",
19525
- "call-bind": "^1.0.5",
19524
+ "available-typed-arrays": "^1.0.7",
19525
+ "call-bind": "^1.0.7",
19526
19526
  "for-each": "^0.3.3",
19527
19527
  "gopd": "^1.0.1",
19528
- "has-tostringtag": "^1.0.1"
19528
+ "has-tostringtag": "^1.0.2"
19529
19529
  },
19530
19530
  "engines": {
19531
19531
  "node": ">= 0.4"
@@ -22759,14 +22759,14 @@
22759
22759
  }
22760
22760
  },
22761
22761
  "@saltcorn/admin-models": {
22762
- "version": "0.9.4",
22763
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.4.tgz",
22764
- "integrity": "sha512-8nQNd2FOTLgy0ohTSbLc2Pv1d03VQrTH5SkkVdvJAmhuJSELXQ6bVL/4Dc+DBdteaaCYFjcV+3Pei6P/h5XFyw==",
22765
- "requires": {
22766
- "@saltcorn/data": "0.9.4",
22767
- "@saltcorn/db-common": "0.9.4",
22768
- "@saltcorn/markup": "0.9.4",
22769
- "@saltcorn/types": "0.9.4",
22762
+ "version": "0.9.5-beta.0",
22763
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.0.tgz",
22764
+ "integrity": "sha512-w/aU0/hLPORP6OqDtlVgxg/K3g7mvCt/TD3SoF0ttMBiKZCdlYV3JIj2Ity7KgAVYSAC+76o7Bz0QYeTDyj2yg==",
22765
+ "requires": {
22766
+ "@saltcorn/data": "0.9.5-beta.0",
22767
+ "@saltcorn/db-common": "0.9.5-beta.0",
22768
+ "@saltcorn/markup": "0.9.5-beta.0",
22769
+ "@saltcorn/types": "0.9.5-beta.0",
22770
22770
  "@types/lodash": "^4.14.182",
22771
22771
  "adm-zip": "0.5.5",
22772
22772
  "chaos-guinea-pig": "^0.1.4",
@@ -22779,38 +22779,38 @@
22779
22779
  }
22780
22780
  },
22781
22781
  "@saltcorn/base-plugin": {
22782
- "version": "0.9.4",
22783
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.4.tgz",
22784
- "integrity": "sha512-c+OzRjxhGpa0Bi/Ci/AjuNWefSj5CYPMLGAHAU+U+t1YrSgABQ1BY5KkNG2OIiRD5P1qf3n5Q/Shz8RZkchkkQ==",
22782
+ "version": "0.9.5-beta.0",
22783
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.0.tgz",
22784
+ "integrity": "sha512-rkucR4Bv0eqIl/LxjNAQGNzlQ/+ihWZZzIefUoO3mleuXruYnIJQqfKGfHQ2sT+257lD0Zp5qM6PQSmwiUnQoA==",
22785
22785
  "requires": {
22786
- "@saltcorn/data": "0.9.4"
22786
+ "@saltcorn/data": "0.9.5-beta.0"
22787
22787
  }
22788
22788
  },
22789
22789
  "@saltcorn/builder": {
22790
- "version": "0.9.4",
22791
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.4.tgz",
22792
- "integrity": "sha512-FUeo3UBtSRzvtEr+ap2L2b+HXNjwYLBqZuss50bq+zxnFAt8QdcOS4vxZm5zYTwXbImPCwJpCUY12PbhJfT28A==",
22790
+ "version": "0.9.5-beta.0",
22791
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.0.tgz",
22792
+ "integrity": "sha512-xzN46QJJAVtWYkb9wZdU/Dk+1X+L/Xwhsiy25N9qUoEWe3ybY1gvLMEs7+mml8JqhM3vuJ6mMrhQOmrbOy4sEg==",
22793
22793
  "requires": {
22794
22794
  "styled-components": "4.4.1"
22795
22795
  }
22796
22796
  },
22797
22797
  "@saltcorn/common-code": {
22798
- "version": "0.9.4",
22799
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.4.tgz",
22800
- "integrity": "sha512-MEEaWl+Y1YOlD6yc7LqmcPen1nFq555JzAuDX3I9rrWpjwOGVmZF4vEXWPKwotwWu172qnBGZSOtVXC9CYrOPg=="
22798
+ "version": "0.9.5-beta.0",
22799
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.0.tgz",
22800
+ "integrity": "sha512-ZL2CxR12Puz4TnbXjF2DtEVc/AIcNfepE6q8Xv5xQC6fkfNAfXZFYKvzmliUbd5Y6zh6mEEenJrHj4hsaq7tiA=="
22801
22801
  },
22802
22802
  "@saltcorn/data": {
22803
- "version": "0.9.4",
22804
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.4.tgz",
22805
- "integrity": "sha512-FOdx6x9ZMwPpYZliwBTTLzdfbIR9Nc+On7ITIL38vac1U5gqy/KGbq4/G3wooh3G1yRTSIOa3fI9qcSLbjllmQ==",
22806
- "requires": {
22807
- "@saltcorn/common-code": "0.9.4",
22808
- "@saltcorn/db-common": "0.9.4",
22809
- "@saltcorn/markup": "0.9.4",
22810
- "@saltcorn/postgres": "0.9.4",
22811
- "@saltcorn/sqlite": "0.9.4",
22812
- "@saltcorn/sqlite-mobile": "0.9.4",
22813
- "@saltcorn/types": "0.9.4",
22803
+ "version": "0.9.5-beta.0",
22804
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.0.tgz",
22805
+ "integrity": "sha512-3adDiJfbsv2wTNPRAABofb4t07/bGhhHSK2Z+JQaL3CfyE1YTafpCLCpwPYPHeFtlO77MxE87ai9OEcMNCkRjw==",
22806
+ "requires": {
22807
+ "@saltcorn/common-code": "0.9.5-beta.0",
22808
+ "@saltcorn/db-common": "0.9.5-beta.0",
22809
+ "@saltcorn/markup": "0.9.5-beta.0",
22810
+ "@saltcorn/postgres": "0.9.5-beta.0",
22811
+ "@saltcorn/sqlite": "0.9.5-beta.0",
22812
+ "@saltcorn/sqlite-mobile": "0.9.5-beta.0",
22813
+ "@saltcorn/types": "0.9.5-beta.0",
22814
22814
  "acorn": "^8.0.3",
22815
22815
  "assert": "^2.0.0",
22816
22816
  "astring": "^1.4.3",
@@ -22854,22 +22854,22 @@
22854
22854
  }
22855
22855
  },
22856
22856
  "@saltcorn/db-common": {
22857
- "version": "0.9.4",
22858
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.4.tgz",
22859
- "integrity": "sha512-u8y1Xgs8jXsu6iKUlFqXhM4wyZrUOyQQRxIs2r5gYuPRXZvS8gVQs/ilfP+STEDbIRstT0g8QS1Q2Y1Drihd+Q=="
22857
+ "version": "0.9.5-beta.0",
22858
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.0.tgz",
22859
+ "integrity": "sha512-5MLhGiPb5075wuFv2blv6XVnGkifmMgDxrkeFJZGvKxHwooeUXBhK4jm3R+6N9tuXRHsOY0yfb4ekKpAocZJ6g=="
22860
22860
  },
22861
22861
  "@saltcorn/filemanager": {
22862
- "version": "0.9.4",
22863
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.4.tgz",
22864
- "integrity": "sha512-MKa/GP1Ou9gziSjWh6IFtltDuLDKRSGc2VDcyuIVBfoJ3m2r3UPsbqI60VSkDFnH0vB40ODtw3OZ3/bVPUBNNA==",
22862
+ "version": "0.9.5-beta.0",
22863
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.0.tgz",
22864
+ "integrity": "sha512-ZR4vrJkCdSgzCvaK48zZUhwnn/HRDbo+kdQVzDOvvMnhgAetMx+MdpLlcAd9OwpUSzekyw/53VfA5YakwSBGQA==",
22865
22865
  "requires": {
22866
22866
  "sirv-cli": "^2.0.0"
22867
22867
  }
22868
22868
  },
22869
22869
  "@saltcorn/markup": {
22870
- "version": "0.9.4",
22871
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.4.tgz",
22872
- "integrity": "sha512-KROVkrOhd8rRgWRjs6YT1b0TEhWnHQilwUlXfp86LmKoqsIXpQ6IWMZdnrVTOT0naqXE2mWqJpxTTDOQfuHJjg==",
22870
+ "version": "0.9.5-beta.0",
22871
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.0.tgz",
22872
+ "integrity": "sha512-ubotg1YZ8yasEAdRS4BUc6rIZa1/rce/XP/M0QzzLWXboeMEGM4gS9Q/aYGgbo2JKjpnizzaQTy7QWOGilZUJg==",
22873
22873
  "requires": {
22874
22874
  "escape-html": "^1.0.3",
22875
22875
  "html-tags": "3.1.0",
@@ -22877,26 +22877,26 @@
22877
22877
  }
22878
22878
  },
22879
22879
  "@saltcorn/mobile-app": {
22880
- "version": "0.9.4",
22881
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.4.tgz",
22882
- "integrity": "sha512-aFr0G2dxsP9OjqdBSaq17e0ppI0MbKK+FPgGPKhCY/Wooqhn5WadxYQwXrU9pDBFk78Gnf4XgjK5IAp1DFHhrw==",
22880
+ "version": "0.9.5-beta.0",
22881
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.0.tgz",
22882
+ "integrity": "sha512-TakwqHMBXahOchCZ2jrFbZdi0B9MkpKi91GnimqplY+m6O1GmZ3foj8ynn6S4OBojXEd3KtXVtMm04a+1NeIvg==",
22883
22883
  "requires": {
22884
22884
  "cordova": "^11.0.0",
22885
22885
  "cordova-sqlite-ext": "^6.0.0"
22886
22886
  }
22887
22887
  },
22888
22888
  "@saltcorn/mobile-builder": {
22889
- "version": "0.9.4",
22890
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.4.tgz",
22891
- "integrity": "sha512-T4SlhE02NcZDjqtHPH7lPn5atVEGblQXuhIOe2nuOoQWVX5sJ0xDu9rh68jH9vdyaddnYqFo8aUNbZYZEc2rHQ==",
22892
- "requires": {
22893
- "@saltcorn/base-plugin": "0.9.4",
22894
- "@saltcorn/data": "0.9.4",
22895
- "@saltcorn/db-common": "0.9.4",
22896
- "@saltcorn/markup": "0.9.4",
22897
- "@saltcorn/mobile-app": "0.9.4",
22898
- "@saltcorn/sbadmin2": "0.9.4",
22899
- "@saltcorn/server": "0.9.4",
22889
+ "version": "0.9.5-beta.0",
22890
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.0.tgz",
22891
+ "integrity": "sha512-6dYvnNB4RqySJaHOVeF02k2TAocVuvwcqb8a/+voZ5G1wDmSASX4co9ArO7/ONMSSj5DB3BdKVBg4vkuJCOkNg==",
22892
+ "requires": {
22893
+ "@saltcorn/base-plugin": "0.9.5-beta.0",
22894
+ "@saltcorn/data": "0.9.5-beta.0",
22895
+ "@saltcorn/db-common": "0.9.5-beta.0",
22896
+ "@saltcorn/markup": "0.9.5-beta.0",
22897
+ "@saltcorn/mobile-app": "0.9.5-beta.0",
22898
+ "@saltcorn/sbadmin2": "0.9.5-beta.0",
22899
+ "@saltcorn/server": "0.9.5-beta.0",
22900
22900
  "fs-extra": "^10.0.1",
22901
22901
  "live-plugin-manager": "^0.17.1",
22902
22902
  "webpack": "5.68.0",
@@ -22932,40 +22932,40 @@
22932
22932
  }
22933
22933
  },
22934
22934
  "@saltcorn/postgres": {
22935
- "version": "0.9.4",
22936
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.4.tgz",
22937
- "integrity": "sha512-NmfK7jM6K8+QO4jaBKwp6rhjSfzxzrNpQvSAotureVXd6SfDy2t56P/uAx76buFh7E5Ew6DlHQg+shFDWptk1g==",
22935
+ "version": "0.9.5-beta.0",
22936
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.0.tgz",
22937
+ "integrity": "sha512-V1NJwP+zNc6lGTsKvd5XKbr4bEJ/muKHb7MQsvB4qJNiWiHmXdlEPH/EWIFtSFbOF0ZmQcpITMu57bmhzQ7eiw==",
22938
22938
  "optional": true,
22939
22939
  "requires": {
22940
- "@saltcorn/db-common": "0.9.4",
22940
+ "@saltcorn/db-common": "0.9.5-beta.0",
22941
22941
  "pg": "^8.2.1",
22942
22942
  "pg-copy-streams": "^5.1.1"
22943
22943
  }
22944
22944
  },
22945
22945
  "@saltcorn/sbadmin2": {
22946
- "version": "0.9.4",
22947
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.4.tgz",
22948
- "integrity": "sha512-dgTJijCUC48OMTtogYxC9ClIeSJCy+0Pf07i87cPO/Wq7TtNDxDF665GXXagYGrRV7hNNOVo6lM7gIgRIXzmzw==",
22946
+ "version": "0.9.5-beta.0",
22947
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.0.tgz",
22948
+ "integrity": "sha512-MXIlJ3H4ScebfTxL4TMTmt1ZE2isbu76SETL9wbkn/2ap6bu4KUzEFjmYbn9Xcs6SiEa+dKxPxru5Jcg0XBOVw==",
22949
22949
  "requires": {
22950
- "@saltcorn/data": "0.9.4",
22951
- "@saltcorn/markup": "0.9.4",
22950
+ "@saltcorn/data": "0.9.5-beta.0",
22951
+ "@saltcorn/markup": "0.9.5-beta.0",
22952
22952
  "nunito-fontface": "0.7.3",
22953
22953
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
22954
22954
  }
22955
22955
  },
22956
22956
  "@saltcorn/server": {
22957
- "version": "0.9.4",
22958
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.4.tgz",
22959
- "integrity": "sha512-I816oBlacU33fVrsgVB8iZnjSdm7go6okkzVNKe3V4sB6IyRcWlJCadI1WY/s8S9wA/vPJKsBmc/4kSTefpWFw==",
22957
+ "version": "0.9.5-beta.0",
22958
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.0.tgz",
22959
+ "integrity": "sha512-1he0dtBFkeLdZ9+Wij9iG+IV4jD3Equd6WxURskbleXlqFXMJ5tWahBzw6zQAauX/gHssKHkeh0YHrrRIAzZkA==",
22960
22960
  "requires": {
22961
22961
  "@aws-sdk/client-s3": "^3.451.0",
22962
- "@saltcorn/admin-models": "0.9.4",
22963
- "@saltcorn/base-plugin": "0.9.4",
22964
- "@saltcorn/builder": "0.9.4",
22965
- "@saltcorn/data": "0.9.4",
22966
- "@saltcorn/filemanager": "0.9.4",
22967
- "@saltcorn/markup": "0.9.4",
22968
- "@saltcorn/sbadmin2": "0.9.4",
22962
+ "@saltcorn/admin-models": "0.9.5-beta.0",
22963
+ "@saltcorn/base-plugin": "0.9.5-beta.0",
22964
+ "@saltcorn/builder": "0.9.5-beta.0",
22965
+ "@saltcorn/data": "0.9.5-beta.0",
22966
+ "@saltcorn/filemanager": "0.9.5-beta.0",
22967
+ "@saltcorn/markup": "0.9.5-beta.0",
22968
+ "@saltcorn/sbadmin2": "0.9.5-beta.0",
22969
22969
  "@socket.io/cluster-adapter": "^0.2.1",
22970
22970
  "@socket.io/sticky": "^1.0.1",
22971
22971
  "adm-zip": "0.5.10",
@@ -23027,27 +23027,27 @@
23027
23027
  }
23028
23028
  },
23029
23029
  "@saltcorn/sqlite": {
23030
- "version": "0.9.4",
23031
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.4.tgz",
23032
- "integrity": "sha512-WCZP3UdISBOuMlRWCFtiClxLgWmX9pejUF8Kw3qwzC2TPc1TpVS+Bi98W77wzN3D7bACIBG5DPabshQJy6uVYw==",
23030
+ "version": "0.9.5-beta.0",
23031
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.0.tgz",
23032
+ "integrity": "sha512-NWicNXmj8GIfpaWPOikTpaG5oSCXPut49UubCtChDufY8lAY31h2FxZjhsZAW5FchwUcC5Q8zK7xB4oztHBldA==",
23033
23033
  "optional": true,
23034
23034
  "requires": {
23035
- "@saltcorn/db-common": "0.9.4",
23035
+ "@saltcorn/db-common": "0.9.5-beta.0",
23036
23036
  "sqlite3": "^5.0.8"
23037
23037
  }
23038
23038
  },
23039
23039
  "@saltcorn/sqlite-mobile": {
23040
- "version": "0.9.4",
23041
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.4.tgz",
23042
- "integrity": "sha512-/riV43xWo2t0bbSAsEOFyMKFPV2JTJS9Pjn34Cr9XtNuplYzo/c4OJM+UYjdN2aidyFRgYNL85Z5UcPHP+f6pg==",
23040
+ "version": "0.9.5-beta.0",
23041
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.0.tgz",
23042
+ "integrity": "sha512-SUjObR75B+aFhuQ9FZpWhSLHaMy2NLSxGOs5Cz/WWe8oTqXWQ+iZd6+d2Fu2kQ88bXWMRTlwaNBhs2czz1kzsA==",
23043
23043
  "requires": {
23044
- "@saltcorn/db-common": "0.9.4"
23044
+ "@saltcorn/db-common": "0.9.5-beta.0"
23045
23045
  }
23046
23046
  },
23047
23047
  "@saltcorn/types": {
23048
- "version": "0.9.4",
23049
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.4.tgz",
23050
- "integrity": "sha512-yJm0lGxB+UoF7g8xAsmGfEPbHHNrFPU6YEdzrs2bHJkcT+ac/aENXWdoVGUeS1NOxR0BjyOczP3hLGsd5izt/g=="
23048
+ "version": "0.9.5-beta.0",
23049
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.0.tgz",
23050
+ "integrity": "sha512-fuCv8kFd9YAnW0md7//bZP3Im9Og6mloQIXVbRGBN73mmoaiM1/XHkugF2hzAm4wD7MyoaU1su1XwUz7nkxh5A=="
23051
23051
  },
23052
23052
  "@sinclair/typebox": {
23053
23053
  "version": "0.27.8",
@@ -25012,9 +25012,9 @@
25012
25012
  "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ=="
25013
25013
  },
25014
25014
  "caniuse-lite": {
25015
- "version": "1.0.30001596",
25016
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz",
25017
- "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ=="
25015
+ "version": "1.0.30001597",
25016
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz",
25017
+ "integrity": "sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w=="
25018
25018
  },
25019
25019
  "cardinal": {
25020
25020
  "version": "2.1.1",
@@ -27704,9 +27704,9 @@
27704
27704
  }
27705
27705
  },
27706
27706
  "hasown": {
27707
- "version": "2.0.1",
27708
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
27709
- "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
27707
+ "version": "2.0.2",
27708
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
27709
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
27710
27710
  "requires": {
27711
27711
  "function-bind": "^1.1.2"
27712
27712
  }
@@ -34989,15 +34989,15 @@
34989
34989
  "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
34990
34990
  },
34991
34991
  "which-typed-array": {
34992
- "version": "1.1.14",
34993
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz",
34994
- "integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==",
34992
+ "version": "1.1.15",
34993
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz",
34994
+ "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
34995
34995
  "requires": {
34996
- "available-typed-arrays": "^1.0.6",
34997
- "call-bind": "^1.0.5",
34996
+ "available-typed-arrays": "^1.0.7",
34997
+ "call-bind": "^1.0.7",
34998
34998
  "for-each": "^0.3.3",
34999
34999
  "gopd": "^1.0.1",
35000
- "has-tostringtag": "^1.0.1"
35000
+ "has-tostringtag": "^1.0.2"
35001
35001
  }
35002
35002
  },
35003
35003
  "wide-align": {
@@ -1 +1 @@
1
- {"version":"0.9.4","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, no 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:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"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.9.5-beta.0","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, no 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:plugin-test":{"id":"dev:plugin-test","description":"Install a plugin, spawn 'npm run test' in the install directory and check the return code.","usage":"saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"directory":{"name":"directory","type":"option","char":"d","description":"Directory of local plugin"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store of a released plugin"},"backupFile":{"name":"backupFile","type":"option","char":"f","description":"Optional name of a backup file in the tests folder. If you ommit this, then the test has to create its own data."},"database":{"name":"database","type":"option","description":"Run on specified database. Default is 'saltcorn_test''"}},"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.9.4",
5
+ "version": "0.9.5-beta.0",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,12 +13,12 @@
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.9.4",
17
- "@saltcorn/common-code": "0.9.4",
18
- "@saltcorn/data": "0.9.4",
19
- "@saltcorn/mobile-app": "0.9.4",
20
- "@saltcorn/mobile-builder": "0.9.4",
21
- "@saltcorn/server": "0.9.4",
16
+ "@saltcorn/admin-models": "0.9.5-beta.0",
17
+ "@saltcorn/common-code": "0.9.5-beta.0",
18
+ "@saltcorn/data": "0.9.5-beta.0",
19
+ "@saltcorn/mobile-app": "0.9.5-beta.0",
20
+ "@saltcorn/mobile-builder": "0.9.5-beta.0",
21
+ "@saltcorn/server": "0.9.5-beta.0",
22
22
  "cli-ux": "^5.6.7",
23
23
  "contractis": "^0.1.0",
24
24
  "dateformat": "^3.0.3",