@saltcorn/cli 0.9.5-beta.8 → 0.9.5-beta.9
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 +45 -45
- package/npm-shrinkwrap.json +183 -183
- 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 (-v|--version|version)
|
|
23
|
-
@saltcorn/cli/0.9.5-beta.
|
|
23
|
+
@saltcorn/cli/0.9.5-beta.9 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.5-beta.
|
|
92
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
109
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
157
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
171
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
185
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
202
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
221
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
239
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
250
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
271
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
290
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
306
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
327
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/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.5-beta.
|
|
341
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/dev/post-release.js)_
|
|
342
342
|
|
|
343
343
|
## `saltcorn dev:release VERSION`
|
|
344
344
|
|
|
@@ -355,7 +355,7 @@ OPTIONS
|
|
|
355
355
|
-t, --tag=tag NPM tag
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
358
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/dev/release.js)_
|
|
359
359
|
|
|
360
360
|
## `saltcorn dev:test-plugin PATH`
|
|
361
361
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
Extra documentation goes here
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
376
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/dev/test-plugin.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn fixtures`
|
|
379
379
|
|
|
@@ -392,7 +392,7 @@ DESCRIPTION
|
|
|
392
392
|
This manual step it is never required for users and rarely required for developers
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
395
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/fixtures.js)_
|
|
396
396
|
|
|
397
397
|
## `saltcorn get-cfg [KEY]`
|
|
398
398
|
|
|
@@ -410,7 +410,7 @@ OPTIONS
|
|
|
410
410
|
-t, --tenant=tenant tenant
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
413
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/get-cfg.js)_
|
|
414
414
|
|
|
415
415
|
## `saltcorn help [COMMAND]`
|
|
416
416
|
|
|
@@ -448,7 +448,7 @@ ALIASES
|
|
|
448
448
|
$ saltcorn paths
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
451
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/info.js)_
|
|
452
452
|
|
|
453
453
|
## `saltcorn inspect TYPE [NAME]`
|
|
454
454
|
|
|
@@ -466,7 +466,7 @@ OPTIONS
|
|
|
466
466
|
-t, --tenant=tenant tenant
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
469
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/inspect.js)_
|
|
470
470
|
|
|
471
471
|
## `saltcorn install-pack`
|
|
472
472
|
|
|
@@ -482,7 +482,7 @@ OPTIONS
|
|
|
482
482
|
-t, --tenant=tenant tenant
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
485
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/install-pack.js)_
|
|
486
486
|
|
|
487
487
|
## `saltcorn install-plugin`
|
|
488
488
|
|
|
@@ -498,7 +498,7 @@ OPTIONS
|
|
|
498
498
|
-t, --tenant=tenant tenant
|
|
499
499
|
```
|
|
500
500
|
|
|
501
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
501
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/install-plugin.js)_
|
|
502
502
|
|
|
503
503
|
## `saltcorn list-tenants`
|
|
504
504
|
|
|
@@ -514,7 +514,7 @@ OPTIONS
|
|
|
514
514
|
-v, --verbose verbose output
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
517
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/list-tenants.js)_
|
|
518
518
|
|
|
519
519
|
## `saltcorn list-triggers`
|
|
520
520
|
|
|
@@ -530,7 +530,7 @@ OPTIONS
|
|
|
530
530
|
-v, --verbose verbose output
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
533
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/list-triggers.js)_
|
|
534
534
|
|
|
535
535
|
## `saltcorn list-users`
|
|
536
536
|
|
|
@@ -545,7 +545,7 @@ OPTIONS
|
|
|
545
545
|
-v, --verbose verbose output
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
548
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/list-users.js)_
|
|
549
549
|
|
|
550
550
|
## `saltcorn saltcorn migrate`
|
|
551
551
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
servers and need to control when the migrations are run.
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
570
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/migrate.js)_
|
|
571
571
|
|
|
572
572
|
## `saltcorn modify-user USER_EMAIL`
|
|
573
573
|
|
|
@@ -596,7 +596,7 @@ DESCRIPTION
|
|
|
596
596
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
599
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/modify-user.js)_
|
|
600
600
|
|
|
601
601
|
## `saltcorn plugins`
|
|
602
602
|
|
|
@@ -623,7 +623,7 @@ EXAMPLES
|
|
|
623
623
|
plugins -u -f - force plugin update
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
626
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/plugins.js)_
|
|
627
627
|
|
|
628
628
|
## `saltcorn reset-schema`
|
|
629
629
|
|
|
@@ -642,7 +642,7 @@ DESCRIPTION
|
|
|
642
642
|
This will delete all existing information
|
|
643
643
|
```
|
|
644
644
|
|
|
645
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
645
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/reset-schema.js)_
|
|
646
646
|
|
|
647
647
|
## `saltcorn restore FILE`
|
|
648
648
|
|
|
@@ -659,7 +659,7 @@ OPTIONS
|
|
|
659
659
|
-t, --tenant=tenant tenant
|
|
660
660
|
```
|
|
661
661
|
|
|
662
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
662
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/restore.js)_
|
|
663
663
|
|
|
664
664
|
## `saltcorn rm-tenant`
|
|
665
665
|
|
|
@@ -678,7 +678,7 @@ DESCRIPTION
|
|
|
678
678
|
It recommended to make backup of tenant before perform this command.
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
681
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/rm-tenant.js)_
|
|
682
682
|
|
|
683
683
|
## `saltcorn run-benchmark [BASEURL]`
|
|
684
684
|
|
|
@@ -697,7 +697,7 @@ OPTIONS
|
|
|
697
697
|
-t, --token=token API Token for reporting results
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
700
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/run-benchmark.js)_
|
|
701
701
|
|
|
702
702
|
## `saltcorn run-js`
|
|
703
703
|
|
|
@@ -713,7 +713,7 @@ OPTIONS
|
|
|
713
713
|
-t, --tenant=tenant tenant name
|
|
714
714
|
```
|
|
715
715
|
|
|
716
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
716
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/run-js.js)_
|
|
717
717
|
|
|
718
718
|
## `saltcorn run-sql`
|
|
719
719
|
|
|
@@ -729,7 +729,7 @@ OPTIONS
|
|
|
729
729
|
-t, --tenant=tenant tenant name
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
732
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/run-sql.js)_
|
|
733
733
|
|
|
734
734
|
## `saltcorn run-tests [PACKAGE]`
|
|
735
735
|
|
|
@@ -753,7 +753,7 @@ OPTIONS
|
|
|
753
753
|
--watchAll Watch files for changes and rerun all tests.
|
|
754
754
|
```
|
|
755
755
|
|
|
756
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
756
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/run-tests.js)_
|
|
757
757
|
|
|
758
758
|
## `saltcorn run-trigger TRIGGER`
|
|
759
759
|
|
|
@@ -770,7 +770,7 @@ OPTIONS
|
|
|
770
770
|
-t, --tenant=tenant tenant
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
773
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/run-trigger.js)_
|
|
774
774
|
|
|
775
775
|
## `saltcorn scheduler`
|
|
776
776
|
|
|
@@ -784,7 +784,7 @@ OPTIONS
|
|
|
784
784
|
-v, --verbose Verbose
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
787
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/scheduler.js)_
|
|
788
788
|
|
|
789
789
|
## `saltcorn serve`
|
|
790
790
|
|
|
@@ -805,7 +805,7 @@ OPTIONS
|
|
|
805
805
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
806
806
|
```
|
|
807
807
|
|
|
808
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
808
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/serve.js)_
|
|
809
809
|
|
|
810
810
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
811
811
|
|
|
@@ -826,7 +826,7 @@ OPTIONS
|
|
|
826
826
|
-t, --tenant=tenant tenant
|
|
827
827
|
```
|
|
828
828
|
|
|
829
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
829
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/set-cfg.js)_
|
|
830
830
|
|
|
831
831
|
## `saltcorn setup`
|
|
832
832
|
|
|
@@ -845,7 +845,7 @@ DESCRIPTION
|
|
|
845
845
|
configuration file
|
|
846
846
|
```
|
|
847
847
|
|
|
848
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
848
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/setup.js)_
|
|
849
849
|
|
|
850
850
|
## `saltcorn setup-benchmark`
|
|
851
851
|
|
|
@@ -859,7 +859,7 @@ OPTIONS
|
|
|
859
859
|
-t, --tenant=tenant tenant
|
|
860
860
|
```
|
|
861
861
|
|
|
862
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
862
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/setup-benchmark.js)_
|
|
863
863
|
|
|
864
864
|
## `saltcorn sync-upload-data`
|
|
865
865
|
|
|
@@ -876,7 +876,7 @@ OPTIONS
|
|
|
876
876
|
--userEmail=userEmail email of the user running the sync
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
879
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/sync-upload-data.js)_
|
|
880
880
|
|
|
881
881
|
## `saltcorn take-snapshot`
|
|
882
882
|
|
|
@@ -891,7 +891,7 @@ OPTIONS
|
|
|
891
891
|
-t, --tenant=tenant tenant
|
|
892
892
|
```
|
|
893
893
|
|
|
894
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
894
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/take-snapshot.js)_
|
|
895
895
|
|
|
896
896
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
897
897
|
|
|
@@ -908,5 +908,5 @@ ARGUMENTS
|
|
|
908
908
|
TENANT tenant name
|
|
909
909
|
```
|
|
910
910
|
|
|
911
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
911
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.9/src/commands/transform-field.js)_
|
|
912
912
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.9.5-beta.
|
|
3
|
+
"version": "0.9.5-beta.9",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.9.5-beta.
|
|
9
|
+
"version": "0.9.5-beta.9",
|
|
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.5-beta.
|
|
17
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
18
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
20
|
-
"@saltcorn/mobile-builder": "0.9.5-beta.
|
|
21
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
22
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.5-beta.9",
|
|
17
|
+
"@saltcorn/common-code": "0.9.5-beta.9",
|
|
18
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.5-beta.9",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.5-beta.9",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.9",
|
|
22
|
+
"@saltcorn/server": "0.9.5-beta.9",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|
|
@@ -3809,14 +3809,14 @@
|
|
|
3809
3809
|
}
|
|
3810
3810
|
},
|
|
3811
3811
|
"node_modules/@saltcorn/admin-models": {
|
|
3812
|
-
"version": "0.9.5-beta.
|
|
3813
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.
|
|
3814
|
-
"integrity": "sha512-
|
|
3815
|
-
"dependencies": {
|
|
3816
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
3817
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
3818
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
3819
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
3812
|
+
"version": "0.9.5-beta.9",
|
|
3813
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.9.tgz",
|
|
3814
|
+
"integrity": "sha512-YH06kWX/xOfkbpCOYYe2X2o30y7OEv3Q51REeNu37RaSaPOoZOpLDSB8HK+AAdbOwDA21pNGza2Wp9bceTtkHg==",
|
|
3815
|
+
"dependencies": {
|
|
3816
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
3817
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
3818
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
3819
|
+
"@saltcorn/types": "0.9.5-beta.9",
|
|
3820
3820
|
"@types/lodash": "^4.14.182",
|
|
3821
3821
|
"adm-zip": "0.5.5",
|
|
3822
3822
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -3829,36 +3829,36 @@
|
|
|
3829
3829
|
}
|
|
3830
3830
|
},
|
|
3831
3831
|
"node_modules/@saltcorn/base-plugin": {
|
|
3832
|
-
"version": "0.9.5-beta.
|
|
3833
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.
|
|
3834
|
-
"integrity": "sha512-
|
|
3832
|
+
"version": "0.9.5-beta.9",
|
|
3833
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.9.tgz",
|
|
3834
|
+
"integrity": "sha512-9I1NgppT4L0GTYRLrgxgTAGxvcEcW0wDlVo7Xy5larS6854bOl0K19BHrMqK7VyJyIBwOEkSG3EGH+jlOn4Wbg==",
|
|
3835
3835
|
"dependencies": {
|
|
3836
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
3836
|
+
"@saltcorn/data": "0.9.5-beta.9"
|
|
3837
3837
|
}
|
|
3838
3838
|
},
|
|
3839
3839
|
"node_modules/@saltcorn/builder": {
|
|
3840
|
-
"version": "0.9.5-beta.
|
|
3841
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.
|
|
3842
|
-
"integrity": "sha512-
|
|
3840
|
+
"version": "0.9.5-beta.9",
|
|
3841
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.9.tgz",
|
|
3842
|
+
"integrity": "sha512-7IAGp11XUfaThTDkM2SLtG6BzmD0hPr5/Rhh2lbu26Ji0r2WHC5+Y24mng3UwrP48dpLmdM4j92G0Z7hhPr4+A==",
|
|
3843
3843
|
"dependencies": {
|
|
3844
3844
|
"styled-components": "4.4.1"
|
|
3845
3845
|
}
|
|
3846
3846
|
},
|
|
3847
3847
|
"node_modules/@saltcorn/common-code": {
|
|
3848
|
-
"version": "0.9.5-beta.
|
|
3849
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.
|
|
3850
|
-
"integrity": "sha512-
|
|
3848
|
+
"version": "0.9.5-beta.9",
|
|
3849
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.9.tgz",
|
|
3850
|
+
"integrity": "sha512-uqNKCuRha3NeebNVCILJKT5t4YGIOolPtFhdJP5lPnnODobl858B6iWn1wKg6ZiZ/Bd4zgDnRoridb0NdWK8Hw=="
|
|
3851
3851
|
},
|
|
3852
3852
|
"node_modules/@saltcorn/data": {
|
|
3853
|
-
"version": "0.9.5-beta.
|
|
3854
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.
|
|
3855
|
-
"integrity": "sha512-
|
|
3856
|
-
"dependencies": {
|
|
3857
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
3858
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
3859
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
3860
|
-
"@saltcorn/sqlite-mobile": "0.9.5-beta.
|
|
3861
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
3853
|
+
"version": "0.9.5-beta.9",
|
|
3854
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.9.tgz",
|
|
3855
|
+
"integrity": "sha512-8SaQbE8tSht1crLn63p01XuGE03hw1xU0H2B/0jLKGmEoFRwd9WITmeJPcxSuzPFs2gXOvcHxSybq+UDHOQpcQ==",
|
|
3856
|
+
"dependencies": {
|
|
3857
|
+
"@saltcorn/common-code": "0.9.5-beta.9",
|
|
3858
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
3859
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
3860
|
+
"@saltcorn/sqlite-mobile": "0.9.5-beta.9",
|
|
3861
|
+
"@saltcorn/types": "0.9.5-beta.9",
|
|
3862
3862
|
"acorn": "^8.0.3",
|
|
3863
3863
|
"assert": "^2.0.0",
|
|
3864
3864
|
"astring": "^1.4.3",
|
|
@@ -3901,27 +3901,27 @@
|
|
|
3901
3901
|
"vm-browserify": "^1.1.2"
|
|
3902
3902
|
},
|
|
3903
3903
|
"optionalDependencies": {
|
|
3904
|
-
"@saltcorn/postgres": "0.9.5-beta.
|
|
3905
|
-
"@saltcorn/sqlite": "0.9.5-beta.
|
|
3904
|
+
"@saltcorn/postgres": "0.9.5-beta.9",
|
|
3905
|
+
"@saltcorn/sqlite": "0.9.5-beta.9"
|
|
3906
3906
|
}
|
|
3907
3907
|
},
|
|
3908
3908
|
"node_modules/@saltcorn/db-common": {
|
|
3909
|
-
"version": "0.9.5-beta.
|
|
3910
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.
|
|
3911
|
-
"integrity": "sha512-
|
|
3909
|
+
"version": "0.9.5-beta.9",
|
|
3910
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.9.tgz",
|
|
3911
|
+
"integrity": "sha512-PGbs4XcBSdF4f6dmedVgdk1vYiNG+3BubwoMXT8w4JudkSRP34TJ1ZpkOC5l/qJSKhF7yxJYFqcE5rwX20/elw=="
|
|
3912
3912
|
},
|
|
3913
3913
|
"node_modules/@saltcorn/filemanager": {
|
|
3914
|
-
"version": "0.9.5-beta.
|
|
3915
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.
|
|
3916
|
-
"integrity": "sha512-
|
|
3914
|
+
"version": "0.9.5-beta.9",
|
|
3915
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.9.tgz",
|
|
3916
|
+
"integrity": "sha512-ogjH1vdfQtNFeiJRvcyQrzpjWtE8NTPy+lSCClLZdrieq0qmyJJqtzxrYDZONiZ9Ooz5nH9z0OOAQQ1StqvfVg==",
|
|
3917
3917
|
"dependencies": {
|
|
3918
3918
|
"sirv-cli": "^2.0.0"
|
|
3919
3919
|
}
|
|
3920
3920
|
},
|
|
3921
3921
|
"node_modules/@saltcorn/markup": {
|
|
3922
|
-
"version": "0.9.5-beta.
|
|
3923
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.
|
|
3924
|
-
"integrity": "sha512-
|
|
3922
|
+
"version": "0.9.5-beta.9",
|
|
3923
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.9.tgz",
|
|
3924
|
+
"integrity": "sha512-qq8luxD34nSvY813SDYrtm9GLEgAngFRk6CaZhM1DRAUMLemlSaN+K4kN4YbpctPvYEM2WxU5JMEUz74vBD+GA==",
|
|
3925
3925
|
"dependencies": {
|
|
3926
3926
|
"escape-html": "^1.0.3",
|
|
3927
3927
|
"html-tags": "3.1.0",
|
|
@@ -3929,26 +3929,26 @@
|
|
|
3929
3929
|
}
|
|
3930
3930
|
},
|
|
3931
3931
|
"node_modules/@saltcorn/mobile-app": {
|
|
3932
|
-
"version": "0.9.5-beta.
|
|
3933
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.
|
|
3934
|
-
"integrity": "sha512-
|
|
3932
|
+
"version": "0.9.5-beta.9",
|
|
3933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.9.tgz",
|
|
3934
|
+
"integrity": "sha512-zN5LEHd/wmjZ42vpWa9qrw/fk0Mn3spjR7zn5UvygPLHt3HJ3ct+D+JWHk42yCiIUZhCxg9co0tlAYBEixDYaA==",
|
|
3935
3935
|
"dependencies": {
|
|
3936
3936
|
"cordova": "^11.0.0",
|
|
3937
3937
|
"cordova-sqlite-ext": "^6.0.0"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
3940
|
"node_modules/@saltcorn/mobile-builder": {
|
|
3941
|
-
"version": "0.9.5-beta.
|
|
3942
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.
|
|
3943
|
-
"integrity": "sha512-
|
|
3944
|
-
"dependencies": {
|
|
3945
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
3946
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
3947
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
3948
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
3949
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
3950
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
3951
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
3941
|
+
"version": "0.9.5-beta.9",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.9.tgz",
|
|
3943
|
+
"integrity": "sha512-DUdHDsQALOqHnevgg8TQu/Z3hiv4juC+TVAts9QDa9NmvelDzUU3cDg72WxFYyPtrPVVSxdKB0HkEYjLiGerfA==",
|
|
3944
|
+
"dependencies": {
|
|
3945
|
+
"@saltcorn/base-plugin": "0.9.5-beta.9",
|
|
3946
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
3947
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
3948
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
3949
|
+
"@saltcorn/mobile-app": "0.9.5-beta.9",
|
|
3950
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.9",
|
|
3951
|
+
"@saltcorn/server": "0.9.5-beta.9",
|
|
3952
3952
|
"fs-extra": "^10.0.1",
|
|
3953
3953
|
"live-plugin-manager": "^0.17.1",
|
|
3954
3954
|
"webpack": "5.68.0",
|
|
@@ -3990,50 +3990,50 @@
|
|
|
3990
3990
|
}
|
|
3991
3991
|
},
|
|
3992
3992
|
"node_modules/@saltcorn/plugins-loader": {
|
|
3993
|
-
"version": "0.9.5-beta.
|
|
3994
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.
|
|
3995
|
-
"integrity": "sha512-
|
|
3993
|
+
"version": "0.9.5-beta.9",
|
|
3994
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.9.tgz",
|
|
3995
|
+
"integrity": "sha512-1m8OiJ0yNZRejZELQ64IpQzYhk/XgQ42u/17IB8E5n+hjjWdeKnOgGXV2rZ3jgf+g82F9/rNPvKBSfprVAIgYw==",
|
|
3996
3996
|
"dependencies": {
|
|
3997
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
3997
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
3998
3998
|
"env-paths": "^2.2.0"
|
|
3999
3999
|
}
|
|
4000
4000
|
},
|
|
4001
4001
|
"node_modules/@saltcorn/postgres": {
|
|
4002
|
-
"version": "0.9.5-beta.
|
|
4003
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.
|
|
4004
|
-
"integrity": "sha512-
|
|
4002
|
+
"version": "0.9.5-beta.9",
|
|
4003
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.9.tgz",
|
|
4004
|
+
"integrity": "sha512-9WfJbudV6XFCfqQICDbyaMar/OrDq+NStcumbsyDh0qHH5Jv0AR8umWAqzEmz5BXkF8QkRTnOrxv3AWClFxP+A==",
|
|
4005
4005
|
"optional": true,
|
|
4006
4006
|
"dependencies": {
|
|
4007
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4007
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
4008
4008
|
"pg": "^8.2.1",
|
|
4009
4009
|
"pg-copy-streams": "^5.1.1"
|
|
4010
4010
|
}
|
|
4011
4011
|
},
|
|
4012
4012
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4013
|
-
"version": "0.9.5-beta.
|
|
4014
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.
|
|
4015
|
-
"integrity": "sha512-
|
|
4013
|
+
"version": "0.9.5-beta.9",
|
|
4014
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.9.tgz",
|
|
4015
|
+
"integrity": "sha512-K4lWZeLCrXkD6rW3wgz1ESfgg7oS+OVcx9TO6w/g81BaMdGPL0K/u6h4FkoN/ywJ6HsQOTqMACr9XqNhELHZAw==",
|
|
4016
4016
|
"dependencies": {
|
|
4017
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4018
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4017
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
4018
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
4019
4019
|
"nunito-fontface": "0.7.3",
|
|
4020
4020
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4021
4021
|
}
|
|
4022
4022
|
},
|
|
4023
4023
|
"node_modules/@saltcorn/server": {
|
|
4024
|
-
"version": "0.9.5-beta.
|
|
4025
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.
|
|
4026
|
-
"integrity": "sha512-
|
|
4024
|
+
"version": "0.9.5-beta.9",
|
|
4025
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.9.tgz",
|
|
4026
|
+
"integrity": "sha512-Et8g/9J0mQgww2HkDop408eneRm8LzkJqWF1xv9bpIjIT72Uz1mEVHpo4BBIeU1BxYd85jHHIc96fQqvYb8zbw==",
|
|
4027
4027
|
"dependencies": {
|
|
4028
4028
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4029
|
-
"@saltcorn/admin-models": "0.9.5-beta.
|
|
4030
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
4031
|
-
"@saltcorn/builder": "0.9.5-beta.
|
|
4032
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4033
|
-
"@saltcorn/filemanager": "0.9.5-beta.
|
|
4034
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4035
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
4036
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
4029
|
+
"@saltcorn/admin-models": "0.9.5-beta.9",
|
|
4030
|
+
"@saltcorn/base-plugin": "0.9.5-beta.9",
|
|
4031
|
+
"@saltcorn/builder": "0.9.5-beta.9",
|
|
4032
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
4033
|
+
"@saltcorn/filemanager": "0.9.5-beta.9",
|
|
4034
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
4035
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.9",
|
|
4036
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.9",
|
|
4037
4037
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4038
4038
|
"@socket.io/sticky": "^1.0.1",
|
|
4039
4039
|
"adm-zip": "0.5.10",
|
|
@@ -4098,29 +4098,29 @@
|
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
"node_modules/@saltcorn/sqlite": {
|
|
4101
|
-
"version": "0.9.5-beta.
|
|
4102
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.
|
|
4103
|
-
"integrity": "sha512-
|
|
4101
|
+
"version": "0.9.5-beta.9",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.9.tgz",
|
|
4103
|
+
"integrity": "sha512-uTqb260v0tWvyC97f81UNYfKBYo/PSFhVdD2FHcS6RvCxz/L/icuAhC/ndUIcgr/fD5Jd4oVbitpkp4WnVJ1dQ==",
|
|
4104
4104
|
"optional": true,
|
|
4105
4105
|
"dependencies": {
|
|
4106
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4106
|
+
"@saltcorn/db-common": "0.9.5-beta.9"
|
|
4107
4107
|
},
|
|
4108
4108
|
"optionalDependencies": {
|
|
4109
4109
|
"sqlite3": "^5.0.8"
|
|
4110
4110
|
}
|
|
4111
4111
|
},
|
|
4112
4112
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4113
|
-
"version": "0.9.5-beta.
|
|
4114
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.
|
|
4115
|
-
"integrity": "sha512-
|
|
4113
|
+
"version": "0.9.5-beta.9",
|
|
4114
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.9.tgz",
|
|
4115
|
+
"integrity": "sha512-NW+JVRLvZzR2WgTItHD9oo/Q6yyctrWuz8/F9J+iJxuuVK+OQrm9HRWqHOOcM2JrYGGktQwfYch0JSg4LlFXjA==",
|
|
4116
4116
|
"dependencies": {
|
|
4117
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4117
|
+
"@saltcorn/db-common": "0.9.5-beta.9"
|
|
4118
4118
|
}
|
|
4119
4119
|
},
|
|
4120
4120
|
"node_modules/@saltcorn/types": {
|
|
4121
|
-
"version": "0.9.5-beta.
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.
|
|
4123
|
-
"integrity": "sha512-
|
|
4121
|
+
"version": "0.9.5-beta.9",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.9.tgz",
|
|
4123
|
+
"integrity": "sha512-8VqOq+W/SIvPdSOlsrPjyJKTi3ksS0zsRRBaV+SVFwo7qo9OYMooH0EW8/KOJkO9bxifB4AZD3B1z2KWAmxCxg=="
|
|
4124
4124
|
},
|
|
4125
4125
|
"node_modules/@sinclair/typebox": {
|
|
4126
4126
|
"version": "0.27.8",
|
|
@@ -22750,14 +22750,14 @@
|
|
|
22750
22750
|
}
|
|
22751
22751
|
},
|
|
22752
22752
|
"@saltcorn/admin-models": {
|
|
22753
|
-
"version": "0.9.5-beta.
|
|
22754
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.
|
|
22755
|
-
"integrity": "sha512-
|
|
22756
|
-
"requires": {
|
|
22757
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22758
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
22759
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
22760
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
22753
|
+
"version": "0.9.5-beta.9",
|
|
22754
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.9.tgz",
|
|
22755
|
+
"integrity": "sha512-YH06kWX/xOfkbpCOYYe2X2o30y7OEv3Q51REeNu37RaSaPOoZOpLDSB8HK+AAdbOwDA21pNGza2Wp9bceTtkHg==",
|
|
22756
|
+
"requires": {
|
|
22757
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
22758
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
22759
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
22760
|
+
"@saltcorn/types": "0.9.5-beta.9",
|
|
22761
22761
|
"@types/lodash": "^4.14.182",
|
|
22762
22762
|
"adm-zip": "0.5.5",
|
|
22763
22763
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -22770,38 +22770,38 @@
|
|
|
22770
22770
|
}
|
|
22771
22771
|
},
|
|
22772
22772
|
"@saltcorn/base-plugin": {
|
|
22773
|
-
"version": "0.9.5-beta.
|
|
22774
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.
|
|
22775
|
-
"integrity": "sha512-
|
|
22773
|
+
"version": "0.9.5-beta.9",
|
|
22774
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.9.tgz",
|
|
22775
|
+
"integrity": "sha512-9I1NgppT4L0GTYRLrgxgTAGxvcEcW0wDlVo7Xy5larS6854bOl0K19BHrMqK7VyJyIBwOEkSG3EGH+jlOn4Wbg==",
|
|
22776
22776
|
"requires": {
|
|
22777
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22777
|
+
"@saltcorn/data": "0.9.5-beta.9"
|
|
22778
22778
|
}
|
|
22779
22779
|
},
|
|
22780
22780
|
"@saltcorn/builder": {
|
|
22781
|
-
"version": "0.9.5-beta.
|
|
22782
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.
|
|
22783
|
-
"integrity": "sha512-
|
|
22781
|
+
"version": "0.9.5-beta.9",
|
|
22782
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.9.tgz",
|
|
22783
|
+
"integrity": "sha512-7IAGp11XUfaThTDkM2SLtG6BzmD0hPr5/Rhh2lbu26Ji0r2WHC5+Y24mng3UwrP48dpLmdM4j92G0Z7hhPr4+A==",
|
|
22784
22784
|
"requires": {
|
|
22785
22785
|
"styled-components": "4.4.1"
|
|
22786
22786
|
}
|
|
22787
22787
|
},
|
|
22788
22788
|
"@saltcorn/common-code": {
|
|
22789
|
-
"version": "0.9.5-beta.
|
|
22790
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.
|
|
22791
|
-
"integrity": "sha512-
|
|
22789
|
+
"version": "0.9.5-beta.9",
|
|
22790
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.9.tgz",
|
|
22791
|
+
"integrity": "sha512-uqNKCuRha3NeebNVCILJKT5t4YGIOolPtFhdJP5lPnnODobl858B6iWn1wKg6ZiZ/Bd4zgDnRoridb0NdWK8Hw=="
|
|
22792
22792
|
},
|
|
22793
22793
|
"@saltcorn/data": {
|
|
22794
|
-
"version": "0.9.5-beta.
|
|
22795
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.
|
|
22796
|
-
"integrity": "sha512-
|
|
22797
|
-
"requires": {
|
|
22798
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
22799
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
22800
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
22801
|
-
"@saltcorn/postgres": "0.9.5-beta.
|
|
22802
|
-
"@saltcorn/sqlite": "0.9.5-beta.
|
|
22803
|
-
"@saltcorn/sqlite-mobile": "0.9.5-beta.
|
|
22804
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
22794
|
+
"version": "0.9.5-beta.9",
|
|
22795
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.9.tgz",
|
|
22796
|
+
"integrity": "sha512-8SaQbE8tSht1crLn63p01XuGE03hw1xU0H2B/0jLKGmEoFRwd9WITmeJPcxSuzPFs2gXOvcHxSybq+UDHOQpcQ==",
|
|
22797
|
+
"requires": {
|
|
22798
|
+
"@saltcorn/common-code": "0.9.5-beta.9",
|
|
22799
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
22800
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
22801
|
+
"@saltcorn/postgres": "0.9.5-beta.9",
|
|
22802
|
+
"@saltcorn/sqlite": "0.9.5-beta.9",
|
|
22803
|
+
"@saltcorn/sqlite-mobile": "0.9.5-beta.9",
|
|
22804
|
+
"@saltcorn/types": "0.9.5-beta.9",
|
|
22805
22805
|
"acorn": "^8.0.3",
|
|
22806
22806
|
"assert": "^2.0.0",
|
|
22807
22807
|
"astring": "^1.4.3",
|
|
@@ -22845,22 +22845,22 @@
|
|
|
22845
22845
|
}
|
|
22846
22846
|
},
|
|
22847
22847
|
"@saltcorn/db-common": {
|
|
22848
|
-
"version": "0.9.5-beta.
|
|
22849
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.
|
|
22850
|
-
"integrity": "sha512-
|
|
22848
|
+
"version": "0.9.5-beta.9",
|
|
22849
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.9.tgz",
|
|
22850
|
+
"integrity": "sha512-PGbs4XcBSdF4f6dmedVgdk1vYiNG+3BubwoMXT8w4JudkSRP34TJ1ZpkOC5l/qJSKhF7yxJYFqcE5rwX20/elw=="
|
|
22851
22851
|
},
|
|
22852
22852
|
"@saltcorn/filemanager": {
|
|
22853
|
-
"version": "0.9.5-beta.
|
|
22854
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.
|
|
22855
|
-
"integrity": "sha512-
|
|
22853
|
+
"version": "0.9.5-beta.9",
|
|
22854
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.9.tgz",
|
|
22855
|
+
"integrity": "sha512-ogjH1vdfQtNFeiJRvcyQrzpjWtE8NTPy+lSCClLZdrieq0qmyJJqtzxrYDZONiZ9Ooz5nH9z0OOAQQ1StqvfVg==",
|
|
22856
22856
|
"requires": {
|
|
22857
22857
|
"sirv-cli": "^2.0.0"
|
|
22858
22858
|
}
|
|
22859
22859
|
},
|
|
22860
22860
|
"@saltcorn/markup": {
|
|
22861
|
-
"version": "0.9.5-beta.
|
|
22862
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.
|
|
22863
|
-
"integrity": "sha512-
|
|
22861
|
+
"version": "0.9.5-beta.9",
|
|
22862
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.9.tgz",
|
|
22863
|
+
"integrity": "sha512-qq8luxD34nSvY813SDYrtm9GLEgAngFRk6CaZhM1DRAUMLemlSaN+K4kN4YbpctPvYEM2WxU5JMEUz74vBD+GA==",
|
|
22864
22864
|
"requires": {
|
|
22865
22865
|
"escape-html": "^1.0.3",
|
|
22866
22866
|
"html-tags": "3.1.0",
|
|
@@ -22868,26 +22868,26 @@
|
|
|
22868
22868
|
}
|
|
22869
22869
|
},
|
|
22870
22870
|
"@saltcorn/mobile-app": {
|
|
22871
|
-
"version": "0.9.5-beta.
|
|
22872
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.
|
|
22873
|
-
"integrity": "sha512-
|
|
22871
|
+
"version": "0.9.5-beta.9",
|
|
22872
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.9.tgz",
|
|
22873
|
+
"integrity": "sha512-zN5LEHd/wmjZ42vpWa9qrw/fk0Mn3spjR7zn5UvygPLHt3HJ3ct+D+JWHk42yCiIUZhCxg9co0tlAYBEixDYaA==",
|
|
22874
22874
|
"requires": {
|
|
22875
22875
|
"cordova": "^11.0.0",
|
|
22876
22876
|
"cordova-sqlite-ext": "^6.0.0"
|
|
22877
22877
|
}
|
|
22878
22878
|
},
|
|
22879
22879
|
"@saltcorn/mobile-builder": {
|
|
22880
|
-
"version": "0.9.5-beta.
|
|
22881
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.
|
|
22882
|
-
"integrity": "sha512-
|
|
22883
|
-
"requires": {
|
|
22884
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
22885
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22886
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
22887
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
22888
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
22889
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
22890
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
22880
|
+
"version": "0.9.5-beta.9",
|
|
22881
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.9.tgz",
|
|
22882
|
+
"integrity": "sha512-DUdHDsQALOqHnevgg8TQu/Z3hiv4juC+TVAts9QDa9NmvelDzUU3cDg72WxFYyPtrPVVSxdKB0HkEYjLiGerfA==",
|
|
22883
|
+
"requires": {
|
|
22884
|
+
"@saltcorn/base-plugin": "0.9.5-beta.9",
|
|
22885
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
22886
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
22887
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
22888
|
+
"@saltcorn/mobile-app": "0.9.5-beta.9",
|
|
22889
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.9",
|
|
22890
|
+
"@saltcorn/server": "0.9.5-beta.9",
|
|
22891
22891
|
"fs-extra": "^10.0.1",
|
|
22892
22892
|
"live-plugin-manager": "^0.17.1",
|
|
22893
22893
|
"webpack": "5.68.0",
|
|
@@ -22923,50 +22923,50 @@
|
|
|
22923
22923
|
}
|
|
22924
22924
|
},
|
|
22925
22925
|
"@saltcorn/plugins-loader": {
|
|
22926
|
-
"version": "0.9.5-beta.
|
|
22927
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.
|
|
22928
|
-
"integrity": "sha512-
|
|
22926
|
+
"version": "0.9.5-beta.9",
|
|
22927
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.9.tgz",
|
|
22928
|
+
"integrity": "sha512-1m8OiJ0yNZRejZELQ64IpQzYhk/XgQ42u/17IB8E5n+hjjWdeKnOgGXV2rZ3jgf+g82F9/rNPvKBSfprVAIgYw==",
|
|
22929
22929
|
"requires": {
|
|
22930
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22930
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
22931
22931
|
"env-paths": "^2.2.0"
|
|
22932
22932
|
}
|
|
22933
22933
|
},
|
|
22934
22934
|
"@saltcorn/postgres": {
|
|
22935
|
-
"version": "0.9.5-beta.
|
|
22936
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.
|
|
22937
|
-
"integrity": "sha512-
|
|
22935
|
+
"version": "0.9.5-beta.9",
|
|
22936
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.9.tgz",
|
|
22937
|
+
"integrity": "sha512-9WfJbudV6XFCfqQICDbyaMar/OrDq+NStcumbsyDh0qHH5Jv0AR8umWAqzEmz5BXkF8QkRTnOrxv3AWClFxP+A==",
|
|
22938
22938
|
"optional": true,
|
|
22939
22939
|
"requires": {
|
|
22940
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
22940
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
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.5-beta.
|
|
22947
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.
|
|
22948
|
-
"integrity": "sha512-
|
|
22946
|
+
"version": "0.9.5-beta.9",
|
|
22947
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.9.tgz",
|
|
22948
|
+
"integrity": "sha512-K4lWZeLCrXkD6rW3wgz1ESfgg7oS+OVcx9TO6w/g81BaMdGPL0K/u6h4FkoN/ywJ6HsQOTqMACr9XqNhELHZAw==",
|
|
22949
22949
|
"requires": {
|
|
22950
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22951
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
22950
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
22951
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
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.5-beta.
|
|
22958
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.
|
|
22959
|
-
"integrity": "sha512-
|
|
22957
|
+
"version": "0.9.5-beta.9",
|
|
22958
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.9.tgz",
|
|
22959
|
+
"integrity": "sha512-Et8g/9J0mQgww2HkDop408eneRm8LzkJqWF1xv9bpIjIT72Uz1mEVHpo4BBIeU1BxYd85jHHIc96fQqvYb8zbw==",
|
|
22960
22960
|
"requires": {
|
|
22961
22961
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
22962
|
-
"@saltcorn/admin-models": "0.9.5-beta.
|
|
22963
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
22964
|
-
"@saltcorn/builder": "0.9.5-beta.
|
|
22965
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
22966
|
-
"@saltcorn/filemanager": "0.9.5-beta.
|
|
22967
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
22968
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
22969
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
22962
|
+
"@saltcorn/admin-models": "0.9.5-beta.9",
|
|
22963
|
+
"@saltcorn/base-plugin": "0.9.5-beta.9",
|
|
22964
|
+
"@saltcorn/builder": "0.9.5-beta.9",
|
|
22965
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
22966
|
+
"@saltcorn/filemanager": "0.9.5-beta.9",
|
|
22967
|
+
"@saltcorn/markup": "0.9.5-beta.9",
|
|
22968
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.9",
|
|
22969
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.9",
|
|
22970
22970
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
22971
22971
|
"@socket.io/sticky": "^1.0.1",
|
|
22972
22972
|
"adm-zip": "0.5.10",
|
|
@@ -23028,27 +23028,27 @@
|
|
|
23028
23028
|
}
|
|
23029
23029
|
},
|
|
23030
23030
|
"@saltcorn/sqlite": {
|
|
23031
|
-
"version": "0.9.5-beta.
|
|
23032
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.
|
|
23033
|
-
"integrity": "sha512-
|
|
23031
|
+
"version": "0.9.5-beta.9",
|
|
23032
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.9.tgz",
|
|
23033
|
+
"integrity": "sha512-uTqb260v0tWvyC97f81UNYfKBYo/PSFhVdD2FHcS6RvCxz/L/icuAhC/ndUIcgr/fD5Jd4oVbitpkp4WnVJ1dQ==",
|
|
23034
23034
|
"optional": true,
|
|
23035
23035
|
"requires": {
|
|
23036
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
23036
|
+
"@saltcorn/db-common": "0.9.5-beta.9",
|
|
23037
23037
|
"sqlite3": "^5.0.8"
|
|
23038
23038
|
}
|
|
23039
23039
|
},
|
|
23040
23040
|
"@saltcorn/sqlite-mobile": {
|
|
23041
|
-
"version": "0.9.5-beta.
|
|
23042
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.
|
|
23043
|
-
"integrity": "sha512-
|
|
23041
|
+
"version": "0.9.5-beta.9",
|
|
23042
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.9.tgz",
|
|
23043
|
+
"integrity": "sha512-NW+JVRLvZzR2WgTItHD9oo/Q6yyctrWuz8/F9J+iJxuuVK+OQrm9HRWqHOOcM2JrYGGktQwfYch0JSg4LlFXjA==",
|
|
23044
23044
|
"requires": {
|
|
23045
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
23045
|
+
"@saltcorn/db-common": "0.9.5-beta.9"
|
|
23046
23046
|
}
|
|
23047
23047
|
},
|
|
23048
23048
|
"@saltcorn/types": {
|
|
23049
|
-
"version": "0.9.5-beta.
|
|
23050
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.
|
|
23051
|
-
"integrity": "sha512-
|
|
23049
|
+
"version": "0.9.5-beta.9",
|
|
23050
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.9.tgz",
|
|
23051
|
+
"integrity": "sha512-8VqOq+W/SIvPdSOlsrPjyJKTi3ksS0zsRRBaV+SVFwo7qo9OYMooH0EW8/KOJkO9bxifB4AZD3B1z2KWAmxCxg=="
|
|
23052
23052
|
},
|
|
23053
23053
|
"@sinclair/typebox": {
|
|
23054
23054
|
"version": "0.27.8",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.9.5-beta.8","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":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"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.9","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":{"tag":{"name":"tag","type":"option","char":"t","description":"NPM tag"}},"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.5-beta.
|
|
5
|
+
"version": "0.9.5-beta.9",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,13 +13,13 @@
|
|
|
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.5-beta.
|
|
17
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
18
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
20
|
-
"@saltcorn/mobile-builder": "0.9.5-beta.
|
|
21
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
22
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.9.5-beta.9",
|
|
17
|
+
"@saltcorn/common-code": "0.9.5-beta.9",
|
|
18
|
+
"@saltcorn/data": "0.9.5-beta.9",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.5-beta.9",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.5-beta.9",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.9",
|
|
22
|
+
"@saltcorn/server": "0.9.5-beta.9",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|