@saltcorn/cli 1.1.3-beta.5 → 1.1.3-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -49
- package/npm-shrinkwrap.json +206 -108
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.3-beta.
|
|
23
|
+
@saltcorn/cli/1.1.3-beta.6 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.3-beta.
|
|
99
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
120
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
178
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
196
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
213
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
233
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
255
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
276
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
290
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
313
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
335
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
352
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
373
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
390
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
410
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
430
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
449
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
469
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
489
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
510
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
533
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
554
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
573
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
593
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
612
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
631
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
649
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
672
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
703
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
755
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
773
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
793
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
813
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
833
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
855
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
874
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
893
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
920
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
940
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
957
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
981
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1006
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1026
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1046
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1064
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1085
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1103
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/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.3-beta.
|
|
1123
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.3-beta.6/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1124
1124
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "1.1.3-beta.
|
|
3
|
+
"version": "1.1.3-beta.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "1.1.3-beta.
|
|
9
|
+
"version": "1.1.3-beta.6",
|
|
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.3-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.3-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.3-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.3-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.3-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.3-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.3-beta.6",
|
|
15
|
+
"@saltcorn/common-code": "1.1.3-beta.6",
|
|
16
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.3-beta.6",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.3-beta.6",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.6",
|
|
20
|
+
"@saltcorn/server": "1.1.3-beta.6",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|
|
@@ -3642,6 +3642,58 @@
|
|
|
3642
3642
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
3643
3643
|
"license": "BSD-3-Clause"
|
|
3644
3644
|
},
|
|
3645
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
3646
|
+
"version": "4.34.9",
|
|
3647
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.9.tgz",
|
|
3648
|
+
"integrity": "sha512-0CY3/K54slrzLDjOA7TOjN1NuLKERBgk9nY5V34mhmuu673YNb+7ghaDUs6N0ujXR7fz5XaS5Aa6d2TNxZd0OQ==",
|
|
3649
|
+
"cpu": [
|
|
3650
|
+
"arm64"
|
|
3651
|
+
],
|
|
3652
|
+
"license": "MIT",
|
|
3653
|
+
"optional": true,
|
|
3654
|
+
"os": [
|
|
3655
|
+
"darwin"
|
|
3656
|
+
]
|
|
3657
|
+
},
|
|
3658
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
3659
|
+
"version": "4.34.9",
|
|
3660
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.9.tgz",
|
|
3661
|
+
"integrity": "sha512-eOojSEAi/acnsJVYRxnMkPFqcxSMFfrw7r2iD9Q32SGkb/Q9FpUY1UlAu1DH9T7j++gZ0lHjnm4OyH2vCI7l7Q==",
|
|
3662
|
+
"cpu": [
|
|
3663
|
+
"x64"
|
|
3664
|
+
],
|
|
3665
|
+
"license": "MIT",
|
|
3666
|
+
"optional": true,
|
|
3667
|
+
"os": [
|
|
3668
|
+
"darwin"
|
|
3669
|
+
]
|
|
3670
|
+
},
|
|
3671
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
3672
|
+
"version": "4.34.9",
|
|
3673
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.9.tgz",
|
|
3674
|
+
"integrity": "sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==",
|
|
3675
|
+
"cpu": [
|
|
3676
|
+
"arm64"
|
|
3677
|
+
],
|
|
3678
|
+
"license": "MIT",
|
|
3679
|
+
"optional": true,
|
|
3680
|
+
"os": [
|
|
3681
|
+
"linux"
|
|
3682
|
+
]
|
|
3683
|
+
},
|
|
3684
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
3685
|
+
"version": "4.34.9",
|
|
3686
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.9.tgz",
|
|
3687
|
+
"integrity": "sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==",
|
|
3688
|
+
"cpu": [
|
|
3689
|
+
"arm64"
|
|
3690
|
+
],
|
|
3691
|
+
"license": "MIT",
|
|
3692
|
+
"optional": true,
|
|
3693
|
+
"os": [
|
|
3694
|
+
"linux"
|
|
3695
|
+
]
|
|
3696
|
+
},
|
|
3645
3697
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
3646
3698
|
"version": "4.34.9",
|
|
3647
3699
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.9.tgz",
|
|
@@ -3655,6 +3707,45 @@
|
|
|
3655
3707
|
"linux"
|
|
3656
3708
|
]
|
|
3657
3709
|
},
|
|
3710
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
3711
|
+
"version": "4.34.9",
|
|
3712
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.9.tgz",
|
|
3713
|
+
"integrity": "sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==",
|
|
3714
|
+
"cpu": [
|
|
3715
|
+
"x64"
|
|
3716
|
+
],
|
|
3717
|
+
"license": "MIT",
|
|
3718
|
+
"optional": true,
|
|
3719
|
+
"os": [
|
|
3720
|
+
"linux"
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
3724
|
+
"version": "4.34.9",
|
|
3725
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.9.tgz",
|
|
3726
|
+
"integrity": "sha512-z4mQK9dAN6byRA/vsSgQiPeuO63wdiDxZ9yg9iyX2QTzKuQM7T4xlBoeUP/J8uiFkqxkcWndWi+W7bXdPbt27Q==",
|
|
3727
|
+
"cpu": [
|
|
3728
|
+
"arm64"
|
|
3729
|
+
],
|
|
3730
|
+
"license": "MIT",
|
|
3731
|
+
"optional": true,
|
|
3732
|
+
"os": [
|
|
3733
|
+
"win32"
|
|
3734
|
+
]
|
|
3735
|
+
},
|
|
3736
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
3737
|
+
"version": "4.34.9",
|
|
3738
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.9.tgz",
|
|
3739
|
+
"integrity": "sha512-AyleYRPU7+rgkMWbEh71fQlrzRfeP6SyMnRf9XX4fCdDPAJumdSBqYEcWPMzVQ4ScAl7E4oFfK0GUVn77xSwbw==",
|
|
3740
|
+
"cpu": [
|
|
3741
|
+
"x64"
|
|
3742
|
+
],
|
|
3743
|
+
"license": "MIT",
|
|
3744
|
+
"optional": true,
|
|
3745
|
+
"os": [
|
|
3746
|
+
"win32"
|
|
3747
|
+
]
|
|
3748
|
+
},
|
|
3658
3749
|
"node_modules/@root/acme": {
|
|
3659
3750
|
"version": "3.1.0",
|
|
3660
3751
|
"resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.1.0.tgz",
|
|
@@ -3790,15 +3881,15 @@
|
|
|
3790
3881
|
}
|
|
3791
3882
|
},
|
|
3792
3883
|
"node_modules/@saltcorn/admin-models": {
|
|
3793
|
-
"version": "1.1.3-beta.
|
|
3794
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.3-beta.
|
|
3795
|
-
"integrity": "sha512-
|
|
3884
|
+
"version": "1.1.3-beta.6",
|
|
3885
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-1.1.3-beta.6.tgz",
|
|
3886
|
+
"integrity": "sha512-MYnZETNc/PdGwxUphgHTvXPLYZLs8FPu9Ik2oXRfRRypzbz2lnJXFFpqeuLI4+OFpxGO6QnX2FpK6dMxD1eJKA==",
|
|
3796
3887
|
"license": "MIT",
|
|
3797
3888
|
"dependencies": {
|
|
3798
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
3799
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
3800
|
-
"@saltcorn/markup": "1.1.3-beta.
|
|
3801
|
-
"@saltcorn/types": "1.1.3-beta.
|
|
3889
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
3890
|
+
"@saltcorn/db-common": "1.1.3-beta.6",
|
|
3891
|
+
"@saltcorn/markup": "1.1.3-beta.6",
|
|
3892
|
+
"@saltcorn/types": "1.1.3-beta.6",
|
|
3802
3893
|
"adm-zip": "0.5.16",
|
|
3803
3894
|
"chaos-guinea-pig": "0.2.0",
|
|
3804
3895
|
"csv-stringify": "^6.5.2",
|
|
@@ -3811,40 +3902,40 @@
|
|
|
3811
3902
|
}
|
|
3812
3903
|
},
|
|
3813
3904
|
"node_modules/@saltcorn/base-plugin": {
|
|
3814
|
-
"version": "1.1.3-beta.
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.3-beta.
|
|
3816
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "1.1.3-beta.6",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-1.1.3-beta.6.tgz",
|
|
3907
|
+
"integrity": "sha512-V2yRMSb30j9BcsZJ9pVO5Gi9tVI7GQbLHkCljdY72E9UyIglpMAR6aZ0ZseBMAWJ+t/FGgzShLLudG0jOfKF0Q==",
|
|
3817
3908
|
"license": "MIT",
|
|
3818
3909
|
"dependencies": {
|
|
3819
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
3910
|
+
"@saltcorn/data": "1.1.3-beta.6"
|
|
3820
3911
|
}
|
|
3821
3912
|
},
|
|
3822
3913
|
"node_modules/@saltcorn/builder": {
|
|
3823
|
-
"version": "1.1.3-beta.
|
|
3824
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.3-beta.
|
|
3825
|
-
"integrity": "sha512-
|
|
3914
|
+
"version": "1.1.3-beta.6",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-1.1.3-beta.6.tgz",
|
|
3916
|
+
"integrity": "sha512-EPqKqe3JyeXf+5c/jo4MKVYtM6j8cWp7Sa2M/feXaTQ6iZ62x+F1AlwHLTHZ454TbyHIE4HyqH3cNdUG/EgxcQ==",
|
|
3826
3917
|
"license": "MIT",
|
|
3827
3918
|
"dependencies": {
|
|
3828
3919
|
"styled-components": "4.4.1"
|
|
3829
3920
|
}
|
|
3830
3921
|
},
|
|
3831
3922
|
"node_modules/@saltcorn/common-code": {
|
|
3832
|
-
"version": "1.1.3-beta.
|
|
3833
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.3-beta.
|
|
3834
|
-
"integrity": "sha512-
|
|
3923
|
+
"version": "1.1.3-beta.6",
|
|
3924
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-1.1.3-beta.6.tgz",
|
|
3925
|
+
"integrity": "sha512-L7mLcFTjF5fRDTcbrAvw2IIDtHyyMriQGUdc8XsNpzwux53Bs/LZjmzrWJb2SFzz54rBA+Zuqjo8SIbIt4bFWQ==",
|
|
3835
3926
|
"license": "MIT"
|
|
3836
3927
|
},
|
|
3837
3928
|
"node_modules/@saltcorn/data": {
|
|
3838
|
-
"version": "1.1.3-beta.
|
|
3839
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.3-beta.
|
|
3840
|
-
"integrity": "sha512-
|
|
3929
|
+
"version": "1.1.3-beta.6",
|
|
3930
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-1.1.3-beta.6.tgz",
|
|
3931
|
+
"integrity": "sha512-s3lA+IWSJ79toL/0gxZ0tJJvTEstKob34c1aDMZfXb6QtZMPP6ZLMUTAVKtKjtEc4LS6SKuPKwqlzjEJNAeTzQ==",
|
|
3841
3932
|
"license": "MIT",
|
|
3842
3933
|
"dependencies": {
|
|
3843
|
-
"@saltcorn/common-code": "1.1.3-beta.
|
|
3844
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
3845
|
-
"@saltcorn/markup": "1.1.3-beta.
|
|
3846
|
-
"@saltcorn/sqlite-mobile": "1.1.3-beta.
|
|
3847
|
-
"@saltcorn/types": "1.1.3-beta.
|
|
3934
|
+
"@saltcorn/common-code": "1.1.3-beta.6",
|
|
3935
|
+
"@saltcorn/db-common": "1.1.3-beta.6",
|
|
3936
|
+
"@saltcorn/markup": "1.1.3-beta.6",
|
|
3937
|
+
"@saltcorn/sqlite-mobile": "1.1.3-beta.6",
|
|
3938
|
+
"@saltcorn/types": "1.1.3-beta.6",
|
|
3848
3939
|
"acorn": "^8.14.0",
|
|
3849
3940
|
"assert": "^2.1.0",
|
|
3850
3941
|
"astring": "^1.9.0",
|
|
@@ -3891,28 +3982,28 @@
|
|
|
3891
3982
|
"vm-browserify": "^1.1.2"
|
|
3892
3983
|
},
|
|
3893
3984
|
"optionalDependencies": {
|
|
3894
|
-
"@saltcorn/postgres": "1.1.3-beta.
|
|
3895
|
-
"@saltcorn/sqlite": "1.1.3-beta.
|
|
3985
|
+
"@saltcorn/postgres": "1.1.3-beta.6",
|
|
3986
|
+
"@saltcorn/sqlite": "1.1.3-beta.6"
|
|
3896
3987
|
}
|
|
3897
3988
|
},
|
|
3898
3989
|
"node_modules/@saltcorn/db-common": {
|
|
3899
|
-
"version": "1.1.3-beta.
|
|
3900
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.3-beta.
|
|
3901
|
-
"integrity": "sha512-
|
|
3990
|
+
"version": "1.1.3-beta.6",
|
|
3991
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-1.1.3-beta.6.tgz",
|
|
3992
|
+
"integrity": "sha512-bPn/QRXerJEqRV/gu7Blty99OoyW3UL0aeAzdRn6GP5OiF1lBRoxar0Ztr8skaIpTE+zmGPiQootB0xlHYUZjQ==",
|
|
3902
3993
|
"license": "MIT"
|
|
3903
3994
|
},
|
|
3904
3995
|
"node_modules/@saltcorn/filemanager": {
|
|
3905
|
-
"version": "1.1.3-beta.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.3-beta.
|
|
3907
|
-
"integrity": "sha512-
|
|
3996
|
+
"version": "1.1.3-beta.6",
|
|
3997
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-1.1.3-beta.6.tgz",
|
|
3998
|
+
"integrity": "sha512-jg6grGK2kS8L8EYMoaFJWJ3HpqRG16mSOqcUIKnXJeIkBkXSppS4Z1AdNCQ+zgyzigwSJ0TJ4s0yNHVk3YGOaQ==",
|
|
3908
3999
|
"dependencies": {
|
|
3909
4000
|
"sirv-cli": "^2.0.0"
|
|
3910
4001
|
}
|
|
3911
4002
|
},
|
|
3912
4003
|
"node_modules/@saltcorn/markup": {
|
|
3913
|
-
"version": "1.1.3-beta.
|
|
3914
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.3-beta.
|
|
3915
|
-
"integrity": "sha512
|
|
4004
|
+
"version": "1.1.3-beta.6",
|
|
4005
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-1.1.3-beta.6.tgz",
|
|
4006
|
+
"integrity": "sha512-+WnlgsHORGU5AvifolAHoiFuG5RcCkqoqCB+N+HTCy1KbTqXniWzeZZ2WmwBPUAzcQhgTXRXjcwhn2MzjWPYDw==",
|
|
3916
4007
|
"license": "MIT",
|
|
3917
4008
|
"dependencies": {
|
|
3918
4009
|
"escape-html": "^1.0.3",
|
|
@@ -3921,9 +4012,9 @@
|
|
|
3921
4012
|
}
|
|
3922
4013
|
},
|
|
3923
4014
|
"node_modules/@saltcorn/mobile-app": {
|
|
3924
|
-
"version": "1.1.3-beta.
|
|
3925
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.3-beta.
|
|
3926
|
-
"integrity": "sha512-
|
|
4015
|
+
"version": "1.1.3-beta.6",
|
|
4016
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-1.1.3-beta.6.tgz",
|
|
4017
|
+
"integrity": "sha512-9HoSP4osGrhc3v3Ts2GAq0+Z0XSB6uWcBN17AKNAhwadXrTf7pe+ELrnSTlSHfNh0AiMKImqNQzPljoaebkubQ==",
|
|
3927
4018
|
"license": "MIT",
|
|
3928
4019
|
"dependencies": {
|
|
3929
4020
|
"axios": "^1.7.7",
|
|
@@ -3945,18 +4036,18 @@
|
|
|
3945
4036
|
}
|
|
3946
4037
|
},
|
|
3947
4038
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3948
|
-
"version": "1.1.3-beta.
|
|
3949
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.3-beta.
|
|
3950
|
-
"integrity": "sha512-
|
|
3951
|
-
"license": "MIT",
|
|
3952
|
-
"dependencies": {
|
|
3953
|
-
"@saltcorn/base-plugin": "1.1.3-beta.
|
|
3954
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
3955
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
3956
|
-
"@saltcorn/markup": "1.1.3-beta.
|
|
3957
|
-
"@saltcorn/mobile-app": "1.1.3-beta.
|
|
3958
|
-
"@saltcorn/sbadmin2": "1.1.3-beta.
|
|
3959
|
-
"@saltcorn/server": "1.1.3-beta.
|
|
4039
|
+
"version": "1.1.3-beta.6",
|
|
4040
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-1.1.3-beta.6.tgz",
|
|
4041
|
+
"integrity": "sha512-6g8C5Y1Dvv+viHd+rFnqX5SeQ6FUcxX2v59iHbdEekMAqnvO3iFViwdVH3y9CyTm00dqLpsZBl6aMgMRReuCbw==",
|
|
4042
|
+
"license": "MIT",
|
|
4043
|
+
"dependencies": {
|
|
4044
|
+
"@saltcorn/base-plugin": "1.1.3-beta.6",
|
|
4045
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
4046
|
+
"@saltcorn/db-common": "1.1.3-beta.6",
|
|
4047
|
+
"@saltcorn/markup": "1.1.3-beta.6",
|
|
4048
|
+
"@saltcorn/mobile-app": "1.1.3-beta.6",
|
|
4049
|
+
"@saltcorn/sbadmin2": "1.1.3-beta.6",
|
|
4050
|
+
"@saltcorn/server": "1.1.3-beta.6",
|
|
3960
4051
|
"fs-extra": "^11.3.0",
|
|
3961
4052
|
"live-plugin-manager": "^1.0.0",
|
|
3962
4053
|
"resize-with-sharp-or-jimp": "0.1.8",
|
|
@@ -3967,56 +4058,56 @@
|
|
|
3967
4058
|
}
|
|
3968
4059
|
},
|
|
3969
4060
|
"node_modules/@saltcorn/plugins-loader": {
|
|
3970
|
-
"version": "1.1.3-beta.
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.3-beta.
|
|
3972
|
-
"integrity": "sha512-
|
|
4061
|
+
"version": "1.1.3-beta.6",
|
|
4062
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-1.1.3-beta.6.tgz",
|
|
4063
|
+
"integrity": "sha512-fIxUsloOWnJC53ZQbX1cxo+rCCHLIdymyxfYhEJRLpzkVE2dlVWHzKFLafPOo85F8/z2fIMiCsPMTM3pQsTXEA==",
|
|
3973
4064
|
"license": "MIT",
|
|
3974
4065
|
"dependencies": {
|
|
3975
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
4066
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
3976
4067
|
"env-paths": "^2.2.1",
|
|
3977
4068
|
"https-proxy-agent": "^7.0.6",
|
|
3978
4069
|
"npm-registry-fetch": "17.1.0"
|
|
3979
4070
|
}
|
|
3980
4071
|
},
|
|
3981
4072
|
"node_modules/@saltcorn/postgres": {
|
|
3982
|
-
"version": "1.1.3-beta.
|
|
3983
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.3-beta.
|
|
3984
|
-
"integrity": "sha512
|
|
4073
|
+
"version": "1.1.3-beta.6",
|
|
4074
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-1.1.3-beta.6.tgz",
|
|
4075
|
+
"integrity": "sha512-/bXE0otqwHti8SVQJ69GAV6WhOrutMLXxpsfB+YrjvimlEA8n6bJs+LP20kmhDOSvBpfaDXQ69Tvi/mHe56TGg==",
|
|
3985
4076
|
"license": "MIT",
|
|
3986
4077
|
"optional": true,
|
|
3987
4078
|
"dependencies": {
|
|
3988
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
4079
|
+
"@saltcorn/db-common": "1.1.3-beta.6",
|
|
3989
4080
|
"pg": "^8.13.1",
|
|
3990
4081
|
"pg-copy-streams": "^6.0.6",
|
|
3991
4082
|
"replacestream": "4.0.3"
|
|
3992
4083
|
}
|
|
3993
4084
|
},
|
|
3994
4085
|
"node_modules/@saltcorn/sbadmin2": {
|
|
3995
|
-
"version": "1.1.3-beta.
|
|
3996
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.3-beta.
|
|
3997
|
-
"integrity": "sha512-
|
|
4086
|
+
"version": "1.1.3-beta.6",
|
|
4087
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-1.1.3-beta.6.tgz",
|
|
4088
|
+
"integrity": "sha512-b0+cLEJ/Tb+3WhYpSRRqpwMWRXseLqtzoohJ9K5cInUnkdAQvRX+UMgqLPR6IJ6Ct5Z4a8v0kKA7hi02exk7zg==",
|
|
3998
4089
|
"license": "MIT",
|
|
3999
4090
|
"dependencies": {
|
|
4000
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
4001
|
-
"@saltcorn/markup": "1.1.3-beta.
|
|
4091
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
4092
|
+
"@saltcorn/markup": "1.1.3-beta.6"
|
|
4002
4093
|
}
|
|
4003
4094
|
},
|
|
4004
4095
|
"node_modules/@saltcorn/server": {
|
|
4005
|
-
"version": "1.1.3-beta.
|
|
4006
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.3-beta.
|
|
4007
|
-
"integrity": "sha512-
|
|
4096
|
+
"version": "1.1.3-beta.6",
|
|
4097
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-1.1.3-beta.6.tgz",
|
|
4098
|
+
"integrity": "sha512-UuQzxpNNIelX+43aCrsTDNrOBEwtgl/YQWc73mPbJHwnLRNVOOJ0lZiQ5BTH3OCBi7mBPvt0GzW108umScynSg==",
|
|
4008
4099
|
"license": "MIT",
|
|
4009
4100
|
"dependencies": {
|
|
4010
4101
|
"@aws-sdk/client-s3": "^3.735.0",
|
|
4011
4102
|
"@dr.pogodin/csurf": "^1.14.1",
|
|
4012
|
-
"@saltcorn/admin-models": "1.1.3-beta.
|
|
4013
|
-
"@saltcorn/base-plugin": "1.1.3-beta.
|
|
4014
|
-
"@saltcorn/builder": "1.1.3-beta.
|
|
4015
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
4016
|
-
"@saltcorn/filemanager": "1.1.3-beta.
|
|
4017
|
-
"@saltcorn/markup": "1.1.3-beta.
|
|
4018
|
-
"@saltcorn/plugins-loader": "1.1.3-beta.
|
|
4019
|
-
"@saltcorn/sbadmin2": "1.1.3-beta.
|
|
4103
|
+
"@saltcorn/admin-models": "1.1.3-beta.6",
|
|
4104
|
+
"@saltcorn/base-plugin": "1.1.3-beta.6",
|
|
4105
|
+
"@saltcorn/builder": "1.1.3-beta.6",
|
|
4106
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
4107
|
+
"@saltcorn/filemanager": "1.1.3-beta.6",
|
|
4108
|
+
"@saltcorn/markup": "1.1.3-beta.6",
|
|
4109
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.6",
|
|
4110
|
+
"@saltcorn/sbadmin2": "1.1.3-beta.6",
|
|
4020
4111
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4021
4112
|
"@socket.io/sticky": "^1.0.1",
|
|
4022
4113
|
"adm-zip": "0.5.16",
|
|
@@ -4072,33 +4163,33 @@
|
|
|
4072
4163
|
}
|
|
4073
4164
|
},
|
|
4074
4165
|
"node_modules/@saltcorn/sqlite": {
|
|
4075
|
-
"version": "1.1.3-beta.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.3-beta.
|
|
4077
|
-
"integrity": "sha512-
|
|
4166
|
+
"version": "1.1.3-beta.6",
|
|
4167
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-1.1.3-beta.6.tgz",
|
|
4168
|
+
"integrity": "sha512-g3rumdq21YOOoqXOlXQMtOV+njNb9Dfi7ULRvZiJny83IwHChuPviHDMQz+CibIryIgBzUfunch6tcbPso9Cjg==",
|
|
4078
4169
|
"license": "MIT",
|
|
4079
4170
|
"optional": true,
|
|
4080
4171
|
"dependencies": {
|
|
4081
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
4172
|
+
"@saltcorn/db-common": "1.1.3-beta.6"
|
|
4082
4173
|
},
|
|
4083
4174
|
"optionalDependencies": {
|
|
4084
4175
|
"sqlite3": "5.1.7"
|
|
4085
4176
|
}
|
|
4086
4177
|
},
|
|
4087
4178
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4088
|
-
"version": "1.1.3-beta.
|
|
4089
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.3-beta.
|
|
4090
|
-
"integrity": "sha512-
|
|
4179
|
+
"version": "1.1.3-beta.6",
|
|
4180
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-1.1.3-beta.6.tgz",
|
|
4181
|
+
"integrity": "sha512-e4eYGsbKRN8D/b9fMReKQ3ue0rXGoGLxEdPL0b/+y2CJUaPSybqst1kvFXXuiWEAUWf9se8HZ4Srt0sjVTQATw==",
|
|
4091
4182
|
"license": "MIT",
|
|
4092
4183
|
"dependencies": {
|
|
4093
4184
|
"@capacitor-community/sqlite": "^6.0.2",
|
|
4094
4185
|
"@capacitor/core": "^6.2.0",
|
|
4095
|
-
"@saltcorn/db-common": "1.1.3-beta.
|
|
4186
|
+
"@saltcorn/db-common": "1.1.3-beta.6"
|
|
4096
4187
|
}
|
|
4097
4188
|
},
|
|
4098
4189
|
"node_modules/@saltcorn/types": {
|
|
4099
|
-
"version": "1.1.3-beta.
|
|
4100
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.3-beta.
|
|
4101
|
-
"integrity": "sha512-
|
|
4190
|
+
"version": "1.1.3-beta.6",
|
|
4191
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-1.1.3-beta.6.tgz",
|
|
4192
|
+
"integrity": "sha512-sBfr7mkji+SKoLj5nojTqvpb+w65kHHt5MtTG8XWw1fGnBFIaCEd7FfKoMsiFuO2VEJ/HNaqhVnvjZ21+Z2meA==",
|
|
4102
4193
|
"license": "MIT"
|
|
4103
4194
|
},
|
|
4104
4195
|
"node_modules/@sinclair/typebox": {
|
|
@@ -4913,9 +5004,9 @@
|
|
|
4913
5004
|
"license": "MIT"
|
|
4914
5005
|
},
|
|
4915
5006
|
"node_modules/@stencil/core": {
|
|
4916
|
-
"version": "4.28.
|
|
4917
|
-
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.28.
|
|
4918
|
-
"integrity": "sha512-
|
|
5007
|
+
"version": "4.28.2",
|
|
5008
|
+
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.28.2.tgz",
|
|
5009
|
+
"integrity": "sha512-sHwBNionxzHfmjQ93ffaQOBNvd5HrSn8e5KSsiBBaODgC/g9squZoARYHHJ0VFfUpOXkEoZQ+ASixpUBafG9bA==",
|
|
4919
5010
|
"license": "MIT",
|
|
4920
5011
|
"bin": {
|
|
4921
5012
|
"stencil": "bin/stencil"
|
|
@@ -4925,7 +5016,14 @@
|
|
|
4925
5016
|
"npm": ">=7.10.0"
|
|
4926
5017
|
},
|
|
4927
5018
|
"optionalDependencies": {
|
|
4928
|
-
"@rollup/rollup-
|
|
5019
|
+
"@rollup/rollup-darwin-arm64": "4.34.9",
|
|
5020
|
+
"@rollup/rollup-darwin-x64": "4.34.9",
|
|
5021
|
+
"@rollup/rollup-linux-arm64-gnu": "4.34.9",
|
|
5022
|
+
"@rollup/rollup-linux-arm64-musl": "4.34.9",
|
|
5023
|
+
"@rollup/rollup-linux-x64-gnu": "4.34.9",
|
|
5024
|
+
"@rollup/rollup-linux-x64-musl": "4.34.9",
|
|
5025
|
+
"@rollup/rollup-win32-arm64-msvc": "4.34.9",
|
|
5026
|
+
"@rollup/rollup-win32-x64-msvc": "4.34.9"
|
|
4929
5027
|
}
|
|
4930
5028
|
},
|
|
4931
5029
|
"node_modules/@szmarczak/http-timer": {
|
|
@@ -6583,9 +6681,9 @@
|
|
|
6583
6681
|
}
|
|
6584
6682
|
},
|
|
6585
6683
|
"node_modules/caniuse-lite": {
|
|
6586
|
-
"version": "1.0.
|
|
6587
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
6588
|
-
"integrity": "sha512
|
|
6684
|
+
"version": "1.0.30001704",
|
|
6685
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001704.tgz",
|
|
6686
|
+
"integrity": "sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew==",
|
|
6589
6687
|
"funding": [
|
|
6590
6688
|
{
|
|
6591
6689
|
"type": "opencollective",
|
|
@@ -8146,9 +8244,9 @@
|
|
|
8146
8244
|
}
|
|
8147
8245
|
},
|
|
8148
8246
|
"node_modules/electron-to-chromium": {
|
|
8149
|
-
"version": "1.5.
|
|
8150
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
8151
|
-
"integrity": "sha512-
|
|
8247
|
+
"version": "1.5.117",
|
|
8248
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.117.tgz",
|
|
8249
|
+
"integrity": "sha512-G4+CYIJBiQ72N0gi868tmG4WsD8bwLE9XytBdfgXO5zdlTlvOP2ABzWYILYxCIHmsbm2HjBSgm/E/H/QfcnIyQ==",
|
|
8152
8250
|
"license": "ISC"
|
|
8153
8251
|
},
|
|
8154
8252
|
"node_modules/elliptic": {
|
|
@@ -21114,9 +21212,9 @@
|
|
|
21114
21212
|
"license": "MIT"
|
|
21115
21213
|
},
|
|
21116
21214
|
"node_modules/undici": {
|
|
21117
|
-
"version": "6.21.
|
|
21118
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.
|
|
21119
|
-
"integrity": "sha512-
|
|
21215
|
+
"version": "6.21.2",
|
|
21216
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz",
|
|
21217
|
+
"integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==",
|
|
21120
21218
|
"license": "MIT",
|
|
21121
21219
|
"engines": {
|
|
21122
21220
|
"node": ">=18.17"
|
package/oclif.manifest.json
CHANGED
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.3-beta.
|
|
5
|
+
"version": "1.1.3-beta.6",
|
|
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.3-beta.
|
|
15
|
-
"@saltcorn/common-code": "1.1.3-beta.
|
|
16
|
-
"@saltcorn/data": "1.1.3-beta.
|
|
17
|
-
"@saltcorn/mobile-app": "1.1.3-beta.
|
|
18
|
-
"@saltcorn/mobile-builder": "1.1.3-beta.
|
|
19
|
-
"@saltcorn/plugins-loader": "1.1.3-beta.
|
|
20
|
-
"@saltcorn/server": "1.1.3-beta.
|
|
14
|
+
"@saltcorn/admin-models": "1.1.3-beta.6",
|
|
15
|
+
"@saltcorn/common-code": "1.1.3-beta.6",
|
|
16
|
+
"@saltcorn/data": "1.1.3-beta.6",
|
|
17
|
+
"@saltcorn/mobile-app": "1.1.3-beta.6",
|
|
18
|
+
"@saltcorn/mobile-builder": "1.1.3-beta.6",
|
|
19
|
+
"@saltcorn/plugins-loader": "1.1.3-beta.6",
|
|
20
|
+
"@saltcorn/server": "1.1.3-beta.6",
|
|
21
21
|
"contractis": "^0.1.0",
|
|
22
22
|
"dateformat": "^4.6.3",
|
|
23
23
|
"inquirer": "^12.3.3",
|