@saltcorn/cli 1.1.4-alpha.2 → 1.1.4-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
20
20
  $ saltcorn COMMAND
21
21
  running command...
22
22
  $ saltcorn (--version)
23
- @saltcorn/cli/1.1.4-alpha.2 linux-x64 node-v18.20.6
23
+ @saltcorn/cli/1.1.4-alpha.3 linux-x64 node-v18.20.6
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -96,7 +96,7 @@ DESCRIPTION
96
96
  Add Saltcorn schema to existing database
97
97
  ```
98
98
 
99
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/add-schema.js)_
99
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/add-schema.js)_
100
100
 
101
101
  ## `saltcorn backup`
102
102
 
@@ -117,7 +117,7 @@ DESCRIPTION
117
117
  Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
118
118
  ```
119
119
 
120
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/backup.js)_
120
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/backup.js)_
121
121
 
122
122
  ## `saltcorn build-app`
123
123
 
@@ -175,7 +175,7 @@ DESCRIPTION
175
175
  Build mobile app
176
176
  ```
177
177
 
178
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/build-app.js)_
178
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/build-app.js)_
179
179
 
180
180
  ## `saltcorn build-capacitor-builder`
181
181
 
@@ -193,7 +193,7 @@ DESCRIPTION
193
193
  Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
194
194
  ```
195
195
 
196
- _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
196
+ _See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
197
197
 
198
198
  ## `saltcorn configuration-check`
199
199
 
@@ -210,7 +210,7 @@ DESCRIPTION
210
210
  Check configuration
211
211
  ```
212
212
 
213
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/configuration-check.js)_
213
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/configuration-check.js)_
214
214
 
215
215
  ## `saltcorn configuration-check-backups FILES`
216
216
 
@@ -230,7 +230,7 @@ DESCRIPTION
230
230
  Check configuration
231
231
  ```
232
232
 
233
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
233
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
234
234
 
235
235
  ## `saltcorn create-tenant TENANT`
236
236
 
@@ -252,7 +252,7 @@ DESCRIPTION
252
252
  Create a tenant
253
253
  ```
254
254
 
255
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/create-tenant.js)_
255
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/create-tenant.js)_
256
256
 
257
257
  ## `saltcorn create-user`
258
258
 
@@ -273,7 +273,7 @@ DESCRIPTION
273
273
  Create a new user
274
274
  ```
275
275
 
276
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/create-user.js)_
276
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/create-user.js)_
277
277
 
278
278
  ## `saltcorn delete-tenants`
279
279
 
@@ -287,7 +287,7 @@ DESCRIPTION
287
287
  Delete inactive tenants
288
288
  ```
289
289
 
290
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/delete-tenants.js)_
290
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/delete-tenants.js)_
291
291
 
292
292
  ## `saltcorn delete-user USER_EMAIL`
293
293
 
@@ -310,7 +310,7 @@ DESCRIPTION
310
310
  Command deletes the user specified by USER_EMAIL.
311
311
  ```
312
312
 
313
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/delete-user.js)_
313
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/delete-user.js)_
314
314
 
315
315
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
316
316
 
@@ -332,7 +332,7 @@ DESCRIPTION
332
332
  Convert plugin to local plugin
333
333
  ```
334
334
 
335
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
335
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
336
336
 
337
337
  ## `saltcorn make-migration`
338
338
 
@@ -349,7 +349,7 @@ DESCRIPTION
349
349
  unless you are a developer.
350
350
  ```
351
351
 
352
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
352
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
353
353
 
354
354
  ## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
355
355
 
@@ -370,7 +370,7 @@ DESCRIPTION
370
370
  Install a plugin, spawn 'npm run test' in the install directory and check the return code.
371
371
  ```
372
372
 
373
- _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
373
+ _See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
374
374
 
375
375
  ## `saltcorn dev:post-release [TASK]`
376
376
 
@@ -387,7 +387,7 @@ DESCRIPTION
387
387
  Post-release tasks: docker and vagrant builds
388
388
  ```
389
389
 
390
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/post-release.js)_
390
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/post-release.js)_
391
391
 
392
392
  ## `saltcorn dev:release VERSION`
393
393
 
@@ -407,7 +407,7 @@ DESCRIPTION
407
407
  Release a new saltcorn version
408
408
  ```
409
409
 
410
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/release.js)_
410
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/release.js)_
411
411
 
412
412
  ## `saltcorn dev:release-resume VERSION`
413
413
 
@@ -427,7 +427,7 @@ DESCRIPTION
427
427
  Release a new saltcorn version
428
428
  ```
429
429
 
430
- _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
430
+ _See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
431
431
 
432
432
  ## `saltcorn dev:test-plugin PATH`
433
433
 
@@ -446,7 +446,7 @@ DESCRIPTION
446
446
  Extra documentation goes here
447
447
  ```
448
448
 
449
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
449
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
450
450
 
451
451
  ## `saltcorn dev:translate LOCALE`
452
452
 
@@ -466,7 +466,7 @@ DESCRIPTION
466
466
  Produce translation files with LLM
467
467
  ```
468
468
 
469
- _See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/dev/translate.js)_
469
+ _See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/dev/translate.js)_
470
470
 
471
471
  ## `saltcorn fixtures`
472
472
 
@@ -486,7 +486,7 @@ DESCRIPTION
486
486
  This manual step it is never required for users and rarely required for developers
487
487
  ```
488
488
 
489
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/fixtures.js)_
489
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/fixtures.js)_
490
490
 
491
491
  ## `saltcorn get-cfg [KEY]`
492
492
 
@@ -507,7 +507,7 @@ DESCRIPTION
507
507
  Get a configuration value. The value is printed to stdout as a JSON value
508
508
  ```
509
509
 
510
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/get-cfg.js)_
510
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/get-cfg.js)_
511
511
 
512
512
  ## `saltcorn info`
513
513
 
@@ -530,7 +530,7 @@ ALIASES
530
530
  $ saltcorn paths
531
531
  ```
532
532
 
533
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/info.js)_
533
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/info.js)_
534
534
 
535
535
  ## `saltcorn inspect TYPE [NAME]`
536
536
 
@@ -551,7 +551,7 @@ DESCRIPTION
551
551
  Inspect an entity's JSON representation, or list entities
552
552
  ```
553
553
 
554
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/inspect.js)_
554
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/inspect.js)_
555
555
 
556
556
  ## `saltcorn install-pack`
557
557
 
@@ -570,7 +570,7 @@ DESCRIPTION
570
570
  Install a pack or restore a snapshot
571
571
  ```
572
572
 
573
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/install-pack.js)_
573
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/install-pack.js)_
574
574
 
575
575
  ## `saltcorn install-plugin`
576
576
 
@@ -590,7 +590,7 @@ DESCRIPTION
590
590
  Install a plugin
591
591
  ```
592
592
 
593
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/install-plugin.js)_
593
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/install-plugin.js)_
594
594
 
595
595
  ## `saltcorn list-tenants`
596
596
 
@@ -609,7 +609,7 @@ DESCRIPTION
609
609
  List tenants in CSV format
610
610
  ```
611
611
 
612
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/list-tenants.js)_
612
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/list-tenants.js)_
613
613
 
614
614
  ## `saltcorn list-triggers`
615
615
 
@@ -628,7 +628,7 @@ DESCRIPTION
628
628
  List triggers
629
629
  ```
630
630
 
631
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/list-triggers.js)_
631
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/list-triggers.js)_
632
632
 
633
633
  ## `saltcorn list-users`
634
634
 
@@ -646,7 +646,7 @@ DESCRIPTION
646
646
  List users
647
647
  ```
648
648
 
649
- _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/list-users.js)_
649
+ _See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/list-users.js)_
650
650
 
651
651
  ## `saltcorn saltcorn migrate`
652
652
 
@@ -669,7 +669,7 @@ DESCRIPTION
669
669
  servers and need to control when the migrations are run.
670
670
  ```
671
671
 
672
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/migrate.js)_
672
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/migrate.js)_
673
673
 
674
674
  ## `saltcorn modify-user USER_EMAIL`
675
675
 
@@ -700,7 +700,7 @@ DESCRIPTION
700
700
  NOTE that -a and -r role (--role=role) can give conflict.
701
701
  ```
702
702
 
703
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/modify-user.js)_
703
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/modify-user.js)_
704
704
 
705
705
  ## `saltcorn paths`
706
706
 
@@ -752,7 +752,7 @@ EXAMPLES
752
752
  plugins -u -f - force plugin update
753
753
  ```
754
754
 
755
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/plugins.js)_
755
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/plugins.js)_
756
756
 
757
757
  ## `saltcorn prepare`
758
758
 
@@ -770,7 +770,7 @@ DESCRIPTION
770
770
  Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
771
771
  ```
772
772
 
773
- _See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/prepare.js)_
773
+ _See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/prepare.js)_
774
774
 
775
775
  ## `saltcorn reset-schema`
776
776
 
@@ -790,7 +790,7 @@ DESCRIPTION
790
790
  This will delete all existing information
791
791
  ```
792
792
 
793
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/reset-schema.js)_
793
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/reset-schema.js)_
794
794
 
795
795
  ## `saltcorn restore FILE`
796
796
 
@@ -810,7 +810,7 @@ DESCRIPTION
810
810
  Restore a previously backed up database (zip or sqlc format)
811
811
  ```
812
812
 
813
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/restore.js)_
813
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/restore.js)_
814
814
 
815
815
  ## `saltcorn rm-tenant`
816
816
 
@@ -830,7 +830,7 @@ DESCRIPTION
830
830
  It recommended to make backup of tenant before perform this command.
831
831
  ```
832
832
 
833
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/rm-tenant.js)_
833
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/rm-tenant.js)_
834
834
 
835
835
  ## `saltcorn run-benchmark [BASEURL]`
836
836
 
@@ -852,7 +852,7 @@ DESCRIPTION
852
852
  Run benchmark
853
853
  ```
854
854
 
855
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/run-benchmark.js)_
855
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/run-benchmark.js)_
856
856
 
857
857
  ## `saltcorn run-js`
858
858
 
@@ -871,7 +871,7 @@ DESCRIPTION
871
871
  Run javascript code
872
872
  ```
873
873
 
874
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/run-js.js)_
874
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/run-js.js)_
875
875
 
876
876
  ## `saltcorn run-sql`
877
877
 
@@ -890,7 +890,7 @@ DESCRIPTION
890
890
  Run sql expression
891
891
  ```
892
892
 
893
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/run-sql.js)_
893
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/run-sql.js)_
894
894
 
895
895
  ## `saltcorn run-tests [PACKAGE]`
896
896
 
@@ -917,7 +917,7 @@ DESCRIPTION
917
917
  Run test suites
918
918
  ```
919
919
 
920
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/run-tests.js)_
920
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/run-tests.js)_
921
921
 
922
922
  ## `saltcorn run-trigger TRIGGER`
923
923
 
@@ -937,7 +937,7 @@ DESCRIPTION
937
937
  Run a trigger
938
938
  ```
939
939
 
940
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/run-trigger.js)_
940
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/run-trigger.js)_
941
941
 
942
942
  ## `saltcorn scheduler`
943
943
 
@@ -954,7 +954,7 @@ DESCRIPTION
954
954
  Run the Saltcorn scheduler
955
955
  ```
956
956
 
957
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/scheduler.js)_
957
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/scheduler.js)_
958
958
 
959
959
  ## `saltcorn serve`
960
960
 
@@ -978,7 +978,7 @@ DESCRIPTION
978
978
  Start the Saltcorn server
979
979
  ```
980
980
 
981
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/serve.js)_
981
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/serve.js)_
982
982
 
983
983
  ## `saltcorn set-cfg [KEY] [VALUE]`
984
984
 
@@ -1003,7 +1003,7 @@ DESCRIPTION
1003
1003
  stored as a string.
1004
1004
  ```
1005
1005
 
1006
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/set-cfg.js)_
1006
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/set-cfg.js)_
1007
1007
 
1008
1008
  ## `saltcorn set-daily-time [MINS]`
1009
1009
 
@@ -1023,7 +1023,7 @@ DESCRIPTION
1023
1023
  Set the time the default daily event will run, offset in minutes from the current time. Restart required.
1024
1024
  ```
1025
1025
 
1026
- _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/set-daily-time.js)_
1026
+ _See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/set-daily-time.js)_
1027
1027
 
1028
1028
  ## `saltcorn setup`
1029
1029
 
@@ -1043,7 +1043,7 @@ DESCRIPTION
1043
1043
  configuration file
1044
1044
  ```
1045
1045
 
1046
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/setup.js)_
1046
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/setup.js)_
1047
1047
 
1048
1048
  ## `saltcorn setup-benchmark`
1049
1049
 
@@ -1061,7 +1061,7 @@ DESCRIPTION
1061
1061
  Setup an instance for benchmarking
1062
1062
  ```
1063
1063
 
1064
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1064
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
1065
1065
 
1066
1066
  ## `saltcorn sync-upload-data`
1067
1067
 
@@ -1082,7 +1082,7 @@ DESCRIPTION
1082
1082
  Runs a sync for data supplied by the mobile app
1083
1083
  ```
1084
1084
 
1085
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1085
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
1086
1086
 
1087
1087
  ## `saltcorn take-snapshot`
1088
1088
 
@@ -1100,7 +1100,7 @@ DESCRIPTION
1100
1100
  Print a current snapshout to stdout
1101
1101
  ```
1102
1102
 
1103
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1103
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/take-snapshot.js)_
1104
1104
 
1105
1105
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
1106
1106
 
@@ -1120,5 +1120,5 @@ DESCRIPTION
1120
1120
  transform an existing field by applying a calculated expression
1121
1121
  ```
1122
1122
 
1123
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.2/packages/saltcorn-cli/src/commands/transform-field.js)_
1123
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.4-alpha.3/packages/saltcorn-cli/src/commands/transform-field.js)_
1124
1124
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "1.1.4-alpha.2",
3
+ "version": "1.1.4-alpha.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "1.1.4-alpha.2",
9
+ "version": "1.1.4-alpha.3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.4",
13
13
  "@oclif/plugin-plugins": "^5.4.26",
14
- "@saltcorn/admin-models": "1.1.4-alpha.2",
15
- "@saltcorn/common-code": "1.1.4-alpha.2",
16
- "@saltcorn/data": "1.1.4-alpha.2",
17
- "@saltcorn/mobile-app": "1.1.4-alpha.2",
18
- "@saltcorn/mobile-builder": "1.1.4-alpha.2",
19
- "@saltcorn/plugins-loader": "1.1.4-alpha.2",
20
- "@saltcorn/server": "1.1.4-alpha.2",
14
+ "@saltcorn/admin-models": "1.1.4-alpha.3",
15
+ "@saltcorn/common-code": "1.1.4-alpha.3",
16
+ "@saltcorn/data": "1.1.4-alpha.3",
17
+ "@saltcorn/mobile-app": "1.1.4-alpha.3",
18
+ "@saltcorn/mobile-builder": "1.1.4-alpha.3",
19
+ "@saltcorn/plugins-loader": "1.1.4-alpha.3",
20
+ "@saltcorn/server": "1.1.4-alpha.3",
21
21
  "contractis": "^0.1.0",
22
22
  "dateformat": "^4.6.3",
23
23
  "inquirer": "^12.3.3",
@@ -3881,15 +3881,15 @@
3881
3881
  }
3882
3882
  },
3883
3883
  "node_modules/@saltcorn/admin-models": {
3884
- "version": "1.1.4-alpha.2",
3885
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.4-alpha.2.tgz",
3886
- "integrity": "sha512-8zXVEvvPhSGSOmzCu7e98krE2B23arCZ2AVgQHIt3kXDhkD1GuKTIsS+FsYuszqw7q9TkZqRwzNsUFlMArg44w==",
3884
+ "version": "1.1.4-alpha.3",
3885
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.4-alpha.3.tgz",
3886
+ "integrity": "sha512-XoZ8Z0BDDLnvyVu0lAzMt9fjwEim0m0qbFgdN06CIVPnP2BrgNMXGtxVxq8rVE1/8DXwHqG+dqHjysB0xkvARw==",
3887
3887
  "license": "MIT",
3888
3888
  "dependencies": {
3889
- "@saltcorn/data": "1.1.4-alpha.2",
3890
- "@saltcorn/db-common": "1.1.4-alpha.2",
3891
- "@saltcorn/markup": "1.1.4-alpha.2",
3892
- "@saltcorn/types": "1.1.4-alpha.2",
3889
+ "@saltcorn/data": "1.1.4-alpha.3",
3890
+ "@saltcorn/db-common": "1.1.4-alpha.3",
3891
+ "@saltcorn/markup": "1.1.4-alpha.3",
3892
+ "@saltcorn/types": "1.1.4-alpha.3",
3893
3893
  "adm-zip": "0.5.16",
3894
3894
  "chaos-guinea-pig": "0.2.0",
3895
3895
  "csv-stringify": "^6.5.2",
@@ -3902,40 +3902,40 @@
3902
3902
  }
3903
3903
  },
3904
3904
  "node_modules/@saltcorn/base-plugin": {
3905
- "version": "1.1.4-alpha.2",
3906
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.4-alpha.2.tgz",
3907
- "integrity": "sha512-Uff6RmDRMNmTTHmQm7SPZffukZ47vX0a82IFy610ck6m5+Xy2TObj6+NigBf2dDdujdNMcFaBssRWVDlUkkrQA==",
3905
+ "version": "1.1.4-alpha.3",
3906
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.4-alpha.3.tgz",
3907
+ "integrity": "sha512-kvlZRFtGWm8+CZVmn2cxJKcoeOxtggmGXoWmD45cl46tRynsafXuq8S0ZzlLlAjtPxC+W7o22y0kU4eRYse+cw==",
3908
3908
  "license": "MIT",
3909
3909
  "dependencies": {
3910
- "@saltcorn/data": "1.1.4-alpha.2"
3910
+ "@saltcorn/data": "1.1.4-alpha.3"
3911
3911
  }
3912
3912
  },
3913
3913
  "node_modules/@saltcorn/builder": {
3914
- "version": "1.1.4-alpha.2",
3915
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.4-alpha.2.tgz",
3916
- "integrity": "sha512-bSYRjS6mOeoJGrIBbfCQdey9PHrI5oC/ZeKYmlBkn0bD4YKybal2dGUil4C0+Pz93qP8wJ34op/8ora7HCZMpw==",
3914
+ "version": "1.1.4-alpha.3",
3915
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.4-alpha.3.tgz",
3916
+ "integrity": "sha512-HKKxSkGlKmq2ZxvLvAe6ucKrna4plVTwTkUAg2je8fvqWO1jWvpA62MSGIjbtWZyzZsJzFP35DDwtxeGSshtyg==",
3917
3917
  "license": "MIT",
3918
3918
  "dependencies": {
3919
3919
  "styled-components": "4.4.1"
3920
3920
  }
3921
3921
  },
3922
3922
  "node_modules/@saltcorn/common-code": {
3923
- "version": "1.1.4-alpha.2",
3924
- "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.4-alpha.2.tgz",
3925
- "integrity": "sha512-/CcORjVmmAeYaNeiBmeCI8TlnuQAzC4ZCKwMToFni+39Uouyu7liFXzithQOaxdM16UKIdTCk5hM35owNaExdA==",
3923
+ "version": "1.1.4-alpha.3",
3924
+ "resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.4-alpha.3.tgz",
3925
+ "integrity": "sha512-VpQNHrB4B5fk4AFk5vBtAQGbjTeUYTuPzc4GkiolC9RixP/Du0p8UIlA5IFGrmNjML/hod0tpSUZfEuDU+K2/Q==",
3926
3926
  "license": "MIT"
3927
3927
  },
3928
3928
  "node_modules/@saltcorn/data": {
3929
- "version": "1.1.4-alpha.2",
3930
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.4-alpha.2.tgz",
3931
- "integrity": "sha512-MRkhFdm2B6sJXJyfuSs9T5tVkV++vl0CySWs2o7dsfuwSLHNWIGoat3AASQi+pRmcSE9CBnePTDnz/jsWnKn5A==",
3929
+ "version": "1.1.4-alpha.3",
3930
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.4-alpha.3.tgz",
3931
+ "integrity": "sha512-8LDNk9ZEAlE67boDx8T9lp5Gudr1Xehu7kIJ7ykjbTR8HHjsZgZIHD66uH7+f/jxzIO0dVi6xBMqfsbBlPy6xw==",
3932
3932
  "license": "MIT",
3933
3933
  "dependencies": {
3934
- "@saltcorn/common-code": "1.1.4-alpha.2",
3935
- "@saltcorn/db-common": "1.1.4-alpha.2",
3936
- "@saltcorn/markup": "1.1.4-alpha.2",
3937
- "@saltcorn/sqlite-mobile": "1.1.4-alpha.2",
3938
- "@saltcorn/types": "1.1.4-alpha.2",
3934
+ "@saltcorn/common-code": "1.1.4-alpha.3",
3935
+ "@saltcorn/db-common": "1.1.4-alpha.3",
3936
+ "@saltcorn/markup": "1.1.4-alpha.3",
3937
+ "@saltcorn/sqlite-mobile": "1.1.4-alpha.3",
3938
+ "@saltcorn/types": "1.1.4-alpha.3",
3939
3939
  "acorn": "^8.14.0",
3940
3940
  "assert": "^2.1.0",
3941
3941
  "astring": "^1.9.0",
@@ -3982,28 +3982,28 @@
3982
3982
  "vm-browserify": "^1.1.2"
3983
3983
  },
3984
3984
  "optionalDependencies": {
3985
- "@saltcorn/postgres": "1.1.4-alpha.2",
3986
- "@saltcorn/sqlite": "1.1.4-alpha.2"
3985
+ "@saltcorn/postgres": "1.1.4-alpha.3",
3986
+ "@saltcorn/sqlite": "1.1.4-alpha.3"
3987
3987
  }
3988
3988
  },
3989
3989
  "node_modules/@saltcorn/db-common": {
3990
- "version": "1.1.4-alpha.2",
3991
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.4-alpha.2.tgz",
3992
- "integrity": "sha512-Vd8nzCigKx9dnJo6l1hOJnCvVFWKwrJTfGOrkSjf6Dn0Q5L9QOBoBd7OuoL3C9vy6JI2BjKxAfqQi2eP+u2OXg==",
3990
+ "version": "1.1.4-alpha.3",
3991
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.4-alpha.3.tgz",
3992
+ "integrity": "sha512-LkNh5qefmOZ7Z0rhIwC6T9z8w5eG0YLOHfS+jYKNpuquXu4Tb7B+FG3M2S7Es9VI79khAQkeLpADxd0Qnlb5/w==",
3993
3993
  "license": "MIT"
3994
3994
  },
3995
3995
  "node_modules/@saltcorn/filemanager": {
3996
- "version": "1.1.4-alpha.2",
3997
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.4-alpha.2.tgz",
3998
- "integrity": "sha512-6LbsOTE3qSgpa23ap7bol0BZ12TbOiArIKtRY9aEAk3MPMwaemHGii2AX2pgdBREzw7g/3E5sr2u8F8I4Ulm4g==",
3996
+ "version": "1.1.4-alpha.3",
3997
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.4-alpha.3.tgz",
3998
+ "integrity": "sha512-QkZSZTLVwN0PW9FVZgNh0Cbwnu4a6NXo5++cJslqE/D5usYSE/CaiTGZC3EnUSjri6Nlp7x6xdJ4eRuU99guUA==",
3999
3999
  "dependencies": {
4000
4000
  "sirv-cli": "^2.0.0"
4001
4001
  }
4002
4002
  },
4003
4003
  "node_modules/@saltcorn/markup": {
4004
- "version": "1.1.4-alpha.2",
4005
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.4-alpha.2.tgz",
4006
- "integrity": "sha512-yW5sPrIzYigNCPpK731x3NrF3Ftt62uKuBk98U6jJQfGY1BFpUP4QW4dJRupU85SGw8m22x6SrQPN8RMimstUw==",
4004
+ "version": "1.1.4-alpha.3",
4005
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.4-alpha.3.tgz",
4006
+ "integrity": "sha512-cpH7+jtv/i654qPfg/upve+OZau2d9IQ7i+tIpl2i5aWaabsjeJ4MLUsVWe4iUqjYEAP3hIDkk15+iGVOFiecg==",
4007
4007
  "license": "MIT",
4008
4008
  "dependencies": {
4009
4009
  "escape-html": "^1.0.3",
@@ -4012,9 +4012,9 @@
4012
4012
  }
4013
4013
  },
4014
4014
  "node_modules/@saltcorn/mobile-app": {
4015
- "version": "1.1.4-alpha.2",
4016
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.4-alpha.2.tgz",
4017
- "integrity": "sha512-EIbZRfPQWhmbixPPM6zUIqrCKOWA9LApOk/BEACjPi2jJZKgFF7SRY5kxDz2ZclUrMaqV/bp3OZ70tHeZ9HEPg==",
4015
+ "version": "1.1.4-alpha.3",
4016
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.4-alpha.3.tgz",
4017
+ "integrity": "sha512-xsJay67sIypDWsRPM8V6nT1fK7dAxydcE6eesaBhVzfQ1GOOybTubbgCUh3I91zJQN8i3fjPUbbTJzWjFVvbnQ==",
4018
4018
  "license": "MIT",
4019
4019
  "dependencies": {
4020
4020
  "axios": "^1.7.7",
@@ -4036,18 +4036,18 @@
4036
4036
  }
4037
4037
  },
4038
4038
  "node_modules/@saltcorn/mobile-builder": {
4039
- "version": "1.1.4-alpha.2",
4040
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.4-alpha.2.tgz",
4041
- "integrity": "sha512-2xuWvn4GgR+8kcpDKI9JqVeNhgQSfSYc4RZsBgXkBMJASApEIULpCcrUsKTq8NqJTv7bX667MlpB/zLIR1Y2lg==",
4042
- "license": "MIT",
4043
- "dependencies": {
4044
- "@saltcorn/base-plugin": "1.1.4-alpha.2",
4045
- "@saltcorn/data": "1.1.4-alpha.2",
4046
- "@saltcorn/db-common": "1.1.4-alpha.2",
4047
- "@saltcorn/markup": "1.1.4-alpha.2",
4048
- "@saltcorn/mobile-app": "1.1.4-alpha.2",
4049
- "@saltcorn/sbadmin2": "1.1.4-alpha.2",
4050
- "@saltcorn/server": "1.1.4-alpha.2",
4039
+ "version": "1.1.4-alpha.3",
4040
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.4-alpha.3.tgz",
4041
+ "integrity": "sha512-SBxD+cftWk7qWuvvrPq3oHT1EZU/x1ZHp4yToHDxt8OnbRYlP8r2IaNTL24IIlcDHe6Qcg5uK/ah7A2wLlW8lg==",
4042
+ "license": "MIT",
4043
+ "dependencies": {
4044
+ "@saltcorn/base-plugin": "1.1.4-alpha.3",
4045
+ "@saltcorn/data": "1.1.4-alpha.3",
4046
+ "@saltcorn/db-common": "1.1.4-alpha.3",
4047
+ "@saltcorn/markup": "1.1.4-alpha.3",
4048
+ "@saltcorn/mobile-app": "1.1.4-alpha.3",
4049
+ "@saltcorn/sbadmin2": "1.1.4-alpha.3",
4050
+ "@saltcorn/server": "1.1.4-alpha.3",
4051
4051
  "fs-extra": "^11.3.0",
4052
4052
  "live-plugin-manager": "^1.0.0",
4053
4053
  "resize-with-sharp-or-jimp": "0.1.8",
@@ -4058,56 +4058,56 @@
4058
4058
  }
4059
4059
  },
4060
4060
  "node_modules/@saltcorn/plugins-loader": {
4061
- "version": "1.1.4-alpha.2",
4062
- "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.4-alpha.2.tgz",
4063
- "integrity": "sha512-yQXKDhIcWoH3oQI8jypFacBVrMRSKJ9apRcfdbuGEl9fucPTxlotgnSsgVhgdakJXxv/OcuGUkKfyi2vzDAB3A==",
4061
+ "version": "1.1.4-alpha.3",
4062
+ "resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.4-alpha.3.tgz",
4063
+ "integrity": "sha512-YAwVdGDkpS2LOng1kOwAilhBkGY1e710yYguDUUflP3vpNGCl4r/HMsjQFwAsQA7U8vMjQHJkyMKg2zLOaR49w==",
4064
4064
  "license": "MIT",
4065
4065
  "dependencies": {
4066
- "@saltcorn/data": "1.1.4-alpha.2",
4066
+ "@saltcorn/data": "1.1.4-alpha.3",
4067
4067
  "env-paths": "^2.2.1",
4068
4068
  "https-proxy-agent": "^7.0.6",
4069
4069
  "npm-registry-fetch": "17.1.0"
4070
4070
  }
4071
4071
  },
4072
4072
  "node_modules/@saltcorn/postgres": {
4073
- "version": "1.1.4-alpha.2",
4074
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.4-alpha.2.tgz",
4075
- "integrity": "sha512-zisBgUuYsEawuYc5ZbCeW7QO00Fxq3ABvqPWdwtFKVJFdCEx+Ojaymq7P7N4WWbyGPIiVvXywOX8zeIDNA3bGw==",
4073
+ "version": "1.1.4-alpha.3",
4074
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.4-alpha.3.tgz",
4075
+ "integrity": "sha512-AJkOW3a2EFNwOl2Q7TJD/adSDDdzv/5taC/TpgKqveq2bPUKxl5kYAPZRDLaMi1liAF3q8DfAGzu6e9u7qrObw==",
4076
4076
  "license": "MIT",
4077
4077
  "optional": true,
4078
4078
  "dependencies": {
4079
- "@saltcorn/db-common": "1.1.4-alpha.2",
4079
+ "@saltcorn/db-common": "1.1.4-alpha.3",
4080
4080
  "pg": "^8.13.1",
4081
4081
  "pg-copy-streams": "^6.0.6",
4082
4082
  "replacestream": "4.0.3"
4083
4083
  }
4084
4084
  },
4085
4085
  "node_modules/@saltcorn/sbadmin2": {
4086
- "version": "1.1.4-alpha.2",
4087
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.4-alpha.2.tgz",
4088
- "integrity": "sha512-IohSfzXMgb2Uw/bDXPB0bFsQFuu8NLpezeM7E23qi+mC1+87cGY1NJ94q6ep05SiulU2hxY1sgnmi90H/FxaCA==",
4086
+ "version": "1.1.4-alpha.3",
4087
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.4-alpha.3.tgz",
4088
+ "integrity": "sha512-9O1ewLfph/zJ9KPP75suAHREvp6b3fWZmiAWH6dh+0ssJDVN8jyezOlTKmG6zr9Id0fARL9NLwTlq27KvtEB2g==",
4089
4089
  "license": "MIT",
4090
4090
  "dependencies": {
4091
- "@saltcorn/data": "1.1.4-alpha.2",
4092
- "@saltcorn/markup": "1.1.4-alpha.2"
4091
+ "@saltcorn/data": "1.1.4-alpha.3",
4092
+ "@saltcorn/markup": "1.1.4-alpha.3"
4093
4093
  }
4094
4094
  },
4095
4095
  "node_modules/@saltcorn/server": {
4096
- "version": "1.1.4-alpha.2",
4097
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.4-alpha.2.tgz",
4098
- "integrity": "sha512-1Zv+HxJtuX5r3ZkbbFW1YKmYKL5Ki1iAR6sIkVtbIuGKQi6qVQn75DIj2Dy6f/Z3ZxaZJCFXqjSHP2h5woCUgQ==",
4096
+ "version": "1.1.4-alpha.3",
4097
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.4-alpha.3.tgz",
4098
+ "integrity": "sha512-cBM2Fqcdr42KdbObdeByj020evzU3T9GkSU2SjKubE3Sn8pe/zHpgaC59CYYu6fqZpJ0zvHTD33QSdCBMXGbdg==",
4099
4099
  "license": "MIT",
4100
4100
  "dependencies": {
4101
4101
  "@aws-sdk/client-s3": "^3.735.0",
4102
4102
  "@dr.pogodin/csurf": "^1.14.1",
4103
- "@saltcorn/admin-models": "1.1.4-alpha.2",
4104
- "@saltcorn/base-plugin": "1.1.4-alpha.2",
4105
- "@saltcorn/builder": "1.1.4-alpha.2",
4106
- "@saltcorn/data": "1.1.4-alpha.2",
4107
- "@saltcorn/filemanager": "1.1.4-alpha.2",
4108
- "@saltcorn/markup": "1.1.4-alpha.2",
4109
- "@saltcorn/plugins-loader": "1.1.4-alpha.2",
4110
- "@saltcorn/sbadmin2": "1.1.4-alpha.2",
4103
+ "@saltcorn/admin-models": "1.1.4-alpha.3",
4104
+ "@saltcorn/base-plugin": "1.1.4-alpha.3",
4105
+ "@saltcorn/builder": "1.1.4-alpha.3",
4106
+ "@saltcorn/data": "1.1.4-alpha.3",
4107
+ "@saltcorn/filemanager": "1.1.4-alpha.3",
4108
+ "@saltcorn/markup": "1.1.4-alpha.3",
4109
+ "@saltcorn/plugins-loader": "1.1.4-alpha.3",
4110
+ "@saltcorn/sbadmin2": "1.1.4-alpha.3",
4111
4111
  "@socket.io/cluster-adapter": "^0.2.1",
4112
4112
  "@socket.io/sticky": "^1.0.1",
4113
4113
  "adm-zip": "0.5.16",
@@ -4163,33 +4163,33 @@
4163
4163
  }
4164
4164
  },
4165
4165
  "node_modules/@saltcorn/sqlite": {
4166
- "version": "1.1.4-alpha.2",
4167
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.4-alpha.2.tgz",
4168
- "integrity": "sha512-WAZKv996gBGNlPdhuiohukC1LhtEO5exk7qlQNcFmSfqsPyZ5eA9FnL7C/iWwDtE4RWAZxQtt9v6qtdYpGZ37Q==",
4166
+ "version": "1.1.4-alpha.3",
4167
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.4-alpha.3.tgz",
4168
+ "integrity": "sha512-2aS5LzZk4O56SMJWwC2e5zN2s2vMjHfVIG7xWMGyr4+pZSmf88AjU2GNQlX7ZJp2Ywmso31Lf0sxjzFoyfnv9w==",
4169
4169
  "license": "MIT",
4170
4170
  "optional": true,
4171
4171
  "dependencies": {
4172
- "@saltcorn/db-common": "1.1.4-alpha.2"
4172
+ "@saltcorn/db-common": "1.1.4-alpha.3"
4173
4173
  },
4174
4174
  "optionalDependencies": {
4175
4175
  "sqlite3": "5.1.7"
4176
4176
  }
4177
4177
  },
4178
4178
  "node_modules/@saltcorn/sqlite-mobile": {
4179
- "version": "1.1.4-alpha.2",
4180
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.4-alpha.2.tgz",
4181
- "integrity": "sha512-x37DtaL6qKAuz4OQp0pLz6QNBMzivPiWUaQIh+aw3unxBsPlbxQqzCDngaF4ekwv8KZZHNF/U7V2Hzs1HKY9tA==",
4179
+ "version": "1.1.4-alpha.3",
4180
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.4-alpha.3.tgz",
4181
+ "integrity": "sha512-8xSGY2eu53Mp+gqZL5V/8euYEr66o1qeAB8O+gNrbRMfOzl3EVowoUyKodfct0OzBj+JgJEdfKEbbx5YB+ksOg==",
4182
4182
  "license": "MIT",
4183
4183
  "dependencies": {
4184
4184
  "@capacitor-community/sqlite": "^6.0.2",
4185
4185
  "@capacitor/core": "^6.2.0",
4186
- "@saltcorn/db-common": "1.1.4-alpha.2"
4186
+ "@saltcorn/db-common": "1.1.4-alpha.3"
4187
4187
  }
4188
4188
  },
4189
4189
  "node_modules/@saltcorn/types": {
4190
- "version": "1.1.4-alpha.2",
4191
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.4-alpha.2.tgz",
4192
- "integrity": "sha512-Dk2PmazFc/5Z6ESqrs457lKcnsNC6IQFj7IQ0dvzaH4R9vm67j1y9SX2R+pWA5fuw0UHoKACKrLUeomfSrceFw==",
4190
+ "version": "1.1.4-alpha.3",
4191
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.4-alpha.3.tgz",
4192
+ "integrity": "sha512-5IMEAWT90FvEAEZpUHgYl8QtqbclYw3DYGLj4ynLsrl+/rnx2Sh9PJ2svndvBd4MxcaDh0IQs43GNPA+Wt07GQ==",
4193
4193
  "license": "MIT"
4194
4194
  },
4195
4195
  "node_modules/@sinclair/typebox": {
@@ -8234,9 +8234,9 @@
8234
8234
  }
8235
8235
  },
8236
8236
  "node_modules/electron-to-chromium": {
8237
- "version": "1.5.127",
8238
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.127.tgz",
8239
- "integrity": "sha512-Ke5OggqOtEqzCzcUyV+9jgO6L6sv1gQVKGtSExXHjD/FK0p4qzPZbrDsrCdy0DptcQprD0V80RCBYSWLMhTTgQ==",
8237
+ "version": "1.5.128",
8238
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.128.tgz",
8239
+ "integrity": "sha512-bo1A4HH/NS522Ws0QNFIzyPcyUUNV/yyy70Ho1xqfGYzPUme2F/xr4tlEOuM6/A538U1vDA7a4XfCd1CKRegKQ==",
8240
8240
  "license": "ISC"
8241
8241
  },
8242
8242
  "node_modules/elliptic": {
@@ -19132,15 +19132,15 @@
19132
19132
  }
19133
19133
  },
19134
19134
  "node_modules/serve-static": {
19135
- "version": "2.1.0",
19136
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.1.0.tgz",
19137
- "integrity": "sha512-A3We5UfEjG8Z7VkDv6uItWw6HY2bBSBJT1KtVESn6EOoOr2jAxNhxWCLY3jDE2WcuHXByWju74ck3ZgLwL8xmA==",
19135
+ "version": "2.2.0",
19136
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
19137
+ "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
19138
19138
  "license": "MIT",
19139
19139
  "dependencies": {
19140
19140
  "encodeurl": "^2.0.0",
19141
19141
  "escape-html": "^1.0.3",
19142
19142
  "parseurl": "^1.3.3",
19143
- "send": "^1.0.0"
19143
+ "send": "^1.2.0"
19144
19144
  },
19145
19145
  "engines": {
19146
19146
  "node": ">= 18"
@@ -2212,5 +2212,5 @@
2212
2212
  ]
2213
2213
  }
2214
2214
  },
2215
- "version": "1.1.4-alpha.2"
2215
+ "version": "1.1.4-alpha.3"
2216
2216
  }
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": "1.1.4-alpha.2",
5
+ "version": "1.1.4-alpha.3",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -11,13 +11,13 @@
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.4",
13
13
  "@oclif/plugin-plugins": "^5.4.26",
14
- "@saltcorn/admin-models": "1.1.4-alpha.2",
15
- "@saltcorn/common-code": "1.1.4-alpha.2",
16
- "@saltcorn/data": "1.1.4-alpha.2",
17
- "@saltcorn/mobile-app": "1.1.4-alpha.2",
18
- "@saltcorn/mobile-builder": "1.1.4-alpha.2",
19
- "@saltcorn/plugins-loader": "1.1.4-alpha.2",
20
- "@saltcorn/server": "1.1.4-alpha.2",
14
+ "@saltcorn/admin-models": "1.1.4-alpha.3",
15
+ "@saltcorn/common-code": "1.1.4-alpha.3",
16
+ "@saltcorn/data": "1.1.4-alpha.3",
17
+ "@saltcorn/mobile-app": "1.1.4-alpha.3",
18
+ "@saltcorn/mobile-builder": "1.1.4-alpha.3",
19
+ "@saltcorn/plugins-loader": "1.1.4-alpha.3",
20
+ "@saltcorn/server": "1.1.4-alpha.3",
21
21
  "contractis": "^0.1.0",
22
22
  "dateformat": "^4.6.3",
23
23
  "inquirer": "^12.3.3",