@saltcorn/cli 0.9.5-beta.25 → 0.9.5-beta.26
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.26 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.26/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.26/src/commands/backup.js)_
|
|
110
110
|
|
|
111
111
|
## `saltcorn build-app`
|
|
112
112
|
|
|
@@ -156,7 +156,7 @@ OPTIONS
|
|
|
156
156
|
tenant
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
159
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/build-app.js)_
|
|
160
160
|
|
|
161
161
|
## `saltcorn build-cordova-builder`
|
|
162
162
|
|
|
@@ -170,7 +170,7 @@ OPTIONS
|
|
|
170
170
|
--buildClean run a clean build with --no-cache
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
173
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/build-cordova-builder.js)_
|
|
174
174
|
|
|
175
175
|
## `saltcorn configuration-check`
|
|
176
176
|
|
|
@@ -184,7 +184,7 @@ OPTIONS
|
|
|
184
184
|
-t, --tenant=tenant tenant
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
187
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/configuration-check.js)_
|
|
188
188
|
|
|
189
189
|
## `saltcorn configuration-check-backups FILES`
|
|
190
190
|
|
|
@@ -201,7 +201,7 @@ OPTIONS
|
|
|
201
201
|
-d, --destructive destructive
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
204
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/configuration-check-backups.js)_
|
|
205
205
|
|
|
206
206
|
## `saltcorn create-tenant TENANT`
|
|
207
207
|
|
|
@@ -220,7 +220,7 @@ OPTIONS
|
|
|
220
220
|
--url=url Url of tenant
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
223
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/create-tenant.js)_
|
|
224
224
|
|
|
225
225
|
## `saltcorn create-user`
|
|
226
226
|
|
|
@@ -238,7 +238,7 @@ OPTIONS
|
|
|
238
238
|
-t, --tenant=tenant tenant
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
241
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/create-user.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn delete-tenants`
|
|
244
244
|
|
|
@@ -249,7 +249,7 @@ USAGE
|
|
|
249
249
|
$ saltcorn delete-tenants
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
252
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/delete-tenants.js)_
|
|
253
253
|
|
|
254
254
|
## `saltcorn delete-user USER_EMAIL`
|
|
255
255
|
|
|
@@ -270,7 +270,7 @@ DESCRIPTION
|
|
|
270
270
|
Command deletes the user specified by USER_EMAIL.
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
273
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/delete-user.js)_
|
|
274
274
|
|
|
275
275
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
276
276
|
|
|
@@ -289,7 +289,7 @@ OPTIONS
|
|
|
289
289
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
292
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/localize-plugin.js)_
|
|
293
293
|
|
|
294
294
|
## `saltcorn make-migration`
|
|
295
295
|
|
|
@@ -305,7 +305,7 @@ DESCRIPTION
|
|
|
305
305
|
unless you are a developer.
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
308
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/make-migration.js)_
|
|
309
309
|
|
|
310
310
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
311
311
|
|
|
@@ -326,7 +326,7 @@ OPTIONS
|
|
|
326
326
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
329
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/plugin-test.js)_
|
|
330
330
|
|
|
331
331
|
## `saltcorn dev:post-release [TASK]`
|
|
332
332
|
|
|
@@ -340,7 +340,7 @@ ARGUMENTS
|
|
|
340
340
|
TASK (docker|vagrant|all|none) What to do
|
|
341
341
|
```
|
|
342
342
|
|
|
343
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
343
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/post-release.js)_
|
|
344
344
|
|
|
345
345
|
## `saltcorn dev:release VERSION`
|
|
346
346
|
|
|
@@ -357,7 +357,7 @@ OPTIONS
|
|
|
357
357
|
-t, --tag=tag NPM tag
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
360
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/release.js)_
|
|
361
361
|
|
|
362
362
|
## `saltcorn dev:test-plugin PATH`
|
|
363
363
|
|
|
@@ -375,7 +375,7 @@ DESCRIPTION
|
|
|
375
375
|
Extra documentation goes here
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
378
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/dev/test-plugin.js)_
|
|
379
379
|
|
|
380
380
|
## `saltcorn fixtures`
|
|
381
381
|
|
|
@@ -394,7 +394,7 @@ DESCRIPTION
|
|
|
394
394
|
This manual step it is never required for users and rarely required for developers
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
397
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/fixtures.js)_
|
|
398
398
|
|
|
399
399
|
## `saltcorn get-cfg [KEY]`
|
|
400
400
|
|
|
@@ -412,7 +412,7 @@ OPTIONS
|
|
|
412
412
|
-t, --tenant=tenant tenant
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
415
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/get-cfg.js)_
|
|
416
416
|
|
|
417
417
|
## `saltcorn help [COMMAND]`
|
|
418
418
|
|
|
@@ -450,7 +450,7 @@ ALIASES
|
|
|
450
450
|
$ saltcorn paths
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
453
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/info.js)_
|
|
454
454
|
|
|
455
455
|
## `saltcorn inspect TYPE [NAME]`
|
|
456
456
|
|
|
@@ -468,7 +468,7 @@ OPTIONS
|
|
|
468
468
|
-t, --tenant=tenant tenant
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
471
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/inspect.js)_
|
|
472
472
|
|
|
473
473
|
## `saltcorn install-pack`
|
|
474
474
|
|
|
@@ -484,7 +484,7 @@ OPTIONS
|
|
|
484
484
|
-t, --tenant=tenant tenant
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
487
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/install-pack.js)_
|
|
488
488
|
|
|
489
489
|
## `saltcorn install-plugin`
|
|
490
490
|
|
|
@@ -500,7 +500,7 @@ OPTIONS
|
|
|
500
500
|
-t, --tenant=tenant tenant
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
503
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/install-plugin.js)_
|
|
504
504
|
|
|
505
505
|
## `saltcorn list-tenants`
|
|
506
506
|
|
|
@@ -516,7 +516,7 @@ OPTIONS
|
|
|
516
516
|
-v, --verbose verbose output
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
519
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/list-tenants.js)_
|
|
520
520
|
|
|
521
521
|
## `saltcorn list-triggers`
|
|
522
522
|
|
|
@@ -532,7 +532,7 @@ OPTIONS
|
|
|
532
532
|
-v, --verbose verbose output
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
535
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/list-triggers.js)_
|
|
536
536
|
|
|
537
537
|
## `saltcorn list-users`
|
|
538
538
|
|
|
@@ -547,7 +547,7 @@ OPTIONS
|
|
|
547
547
|
-v, --verbose verbose output
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
550
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/list-users.js)_
|
|
551
551
|
|
|
552
552
|
## `saltcorn saltcorn migrate`
|
|
553
553
|
|
|
@@ -569,7 +569,7 @@ DESCRIPTION
|
|
|
569
569
|
servers and need to control when the migrations are run.
|
|
570
570
|
```
|
|
571
571
|
|
|
572
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
572
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/migrate.js)_
|
|
573
573
|
|
|
574
574
|
## `saltcorn modify-user USER_EMAIL`
|
|
575
575
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
601
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/modify-user.js)_
|
|
602
602
|
|
|
603
603
|
## `saltcorn plugins`
|
|
604
604
|
|
|
@@ -625,7 +625,7 @@ EXAMPLES
|
|
|
625
625
|
plugins -u -f - force plugin update
|
|
626
626
|
```
|
|
627
627
|
|
|
628
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
628
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/plugins.js)_
|
|
629
629
|
|
|
630
630
|
## `saltcorn reset-schema`
|
|
631
631
|
|
|
@@ -644,7 +644,7 @@ DESCRIPTION
|
|
|
644
644
|
This will delete all existing information
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
647
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/reset-schema.js)_
|
|
648
648
|
|
|
649
649
|
## `saltcorn restore FILE`
|
|
650
650
|
|
|
@@ -661,7 +661,7 @@ OPTIONS
|
|
|
661
661
|
-t, --tenant=tenant tenant
|
|
662
662
|
```
|
|
663
663
|
|
|
664
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
664
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/restore.js)_
|
|
665
665
|
|
|
666
666
|
## `saltcorn rm-tenant`
|
|
667
667
|
|
|
@@ -680,7 +680,7 @@ DESCRIPTION
|
|
|
680
680
|
It recommended to make backup of tenant before perform this command.
|
|
681
681
|
```
|
|
682
682
|
|
|
683
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
683
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/rm-tenant.js)_
|
|
684
684
|
|
|
685
685
|
## `saltcorn run-benchmark [BASEURL]`
|
|
686
686
|
|
|
@@ -699,7 +699,7 @@ OPTIONS
|
|
|
699
699
|
-t, --token=token API Token for reporting results
|
|
700
700
|
```
|
|
701
701
|
|
|
702
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
702
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/run-benchmark.js)_
|
|
703
703
|
|
|
704
704
|
## `saltcorn run-js`
|
|
705
705
|
|
|
@@ -715,7 +715,7 @@ OPTIONS
|
|
|
715
715
|
-t, --tenant=tenant tenant name
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
718
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/run-js.js)_
|
|
719
719
|
|
|
720
720
|
## `saltcorn run-sql`
|
|
721
721
|
|
|
@@ -731,7 +731,7 @@ OPTIONS
|
|
|
731
731
|
-t, --tenant=tenant tenant name
|
|
732
732
|
```
|
|
733
733
|
|
|
734
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
734
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/run-sql.js)_
|
|
735
735
|
|
|
736
736
|
## `saltcorn run-tests [PACKAGE]`
|
|
737
737
|
|
|
@@ -755,7 +755,7 @@ OPTIONS
|
|
|
755
755
|
--watchAll Watch files for changes and rerun all tests.
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
758
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/run-tests.js)_
|
|
759
759
|
|
|
760
760
|
## `saltcorn run-trigger TRIGGER`
|
|
761
761
|
|
|
@@ -772,7 +772,7 @@ OPTIONS
|
|
|
772
772
|
-t, --tenant=tenant tenant
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
775
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/run-trigger.js)_
|
|
776
776
|
|
|
777
777
|
## `saltcorn scheduler`
|
|
778
778
|
|
|
@@ -786,7 +786,7 @@ OPTIONS
|
|
|
786
786
|
-v, --verbose Verbose
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
789
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/scheduler.js)_
|
|
790
790
|
|
|
791
791
|
## `saltcorn serve`
|
|
792
792
|
|
|
@@ -807,7 +807,7 @@ OPTIONS
|
|
|
807
807
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
810
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/serve.js)_
|
|
811
811
|
|
|
812
812
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
813
813
|
|
|
@@ -828,7 +828,7 @@ OPTIONS
|
|
|
828
828
|
-t, --tenant=tenant tenant
|
|
829
829
|
```
|
|
830
830
|
|
|
831
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
831
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/set-cfg.js)_
|
|
832
832
|
|
|
833
833
|
## `saltcorn setup`
|
|
834
834
|
|
|
@@ -847,7 +847,7 @@ DESCRIPTION
|
|
|
847
847
|
configuration file
|
|
848
848
|
```
|
|
849
849
|
|
|
850
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
850
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/setup.js)_
|
|
851
851
|
|
|
852
852
|
## `saltcorn setup-benchmark`
|
|
853
853
|
|
|
@@ -861,7 +861,7 @@ OPTIONS
|
|
|
861
861
|
-t, --tenant=tenant tenant
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
864
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/setup-benchmark.js)_
|
|
865
865
|
|
|
866
866
|
## `saltcorn sync-upload-data`
|
|
867
867
|
|
|
@@ -878,7 +878,7 @@ OPTIONS
|
|
|
878
878
|
--userEmail=userEmail email of the user running the sync
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
881
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/sync-upload-data.js)_
|
|
882
882
|
|
|
883
883
|
## `saltcorn take-snapshot`
|
|
884
884
|
|
|
@@ -893,7 +893,7 @@ OPTIONS
|
|
|
893
893
|
-t, --tenant=tenant tenant
|
|
894
894
|
```
|
|
895
895
|
|
|
896
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
896
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/take-snapshot.js)_
|
|
897
897
|
|
|
898
898
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
899
899
|
|
|
@@ -910,5 +910,5 @@ ARGUMENTS
|
|
|
910
910
|
TENANT tenant name
|
|
911
911
|
```
|
|
912
912
|
|
|
913
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.
|
|
913
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.5-beta.26/src/commands/transform-field.js)_
|
|
914
914
|
<!-- 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.26",
|
|
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.26",
|
|
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.26",
|
|
17
|
+
"@saltcorn/common-code": "0.9.5-beta.26",
|
|
18
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.5-beta.26",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.5-beta.26",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.26",
|
|
22
|
+
"@saltcorn/server": "0.9.5-beta.26",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|
|
@@ -4342,14 +4342,14 @@
|
|
|
4342
4342
|
}
|
|
4343
4343
|
},
|
|
4344
4344
|
"node_modules/@saltcorn/admin-models": {
|
|
4345
|
-
"version": "0.9.5-beta.
|
|
4346
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.
|
|
4347
|
-
"integrity": "sha512
|
|
4348
|
-
"dependencies": {
|
|
4349
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4350
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4351
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4352
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
4345
|
+
"version": "0.9.5-beta.26",
|
|
4346
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.26.tgz",
|
|
4347
|
+
"integrity": "sha512-+ORVngX5hiObDBpHUupYZWkktafLdYVkYUxHInW/0P5QV2Q6UOx31guESJxGl0drGnDLpq2h01dirnQeSQa1tw==",
|
|
4348
|
+
"dependencies": {
|
|
4349
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
4350
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
4351
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
4352
|
+
"@saltcorn/types": "0.9.5-beta.26",
|
|
4353
4353
|
"@types/lodash": "^4.14.182",
|
|
4354
4354
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
4355
4355
|
"adm-zip": "0.5.5",
|
|
@@ -4364,36 +4364,36 @@
|
|
|
4364
4364
|
}
|
|
4365
4365
|
},
|
|
4366
4366
|
"node_modules/@saltcorn/base-plugin": {
|
|
4367
|
-
"version": "0.9.5-beta.
|
|
4368
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.
|
|
4369
|
-
"integrity": "sha512-
|
|
4367
|
+
"version": "0.9.5-beta.26",
|
|
4368
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.26.tgz",
|
|
4369
|
+
"integrity": "sha512-9QyeLmz35E+JJp+as1CJkpa7i37bJT7tiPgorSU9Q6aXMO6npuL9GiJyKtSix5tfLzJ7sb0UIaYMD4T1qivkTw==",
|
|
4370
4370
|
"dependencies": {
|
|
4371
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4371
|
+
"@saltcorn/data": "0.9.5-beta.26"
|
|
4372
4372
|
}
|
|
4373
4373
|
},
|
|
4374
4374
|
"node_modules/@saltcorn/builder": {
|
|
4375
|
-
"version": "0.9.5-beta.
|
|
4376
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.
|
|
4377
|
-
"integrity": "sha512-
|
|
4375
|
+
"version": "0.9.5-beta.26",
|
|
4376
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.26.tgz",
|
|
4377
|
+
"integrity": "sha512-mGcYE3EWj0pwTja5bMVh8gLDcxbAoMn9vgcqlVcNdYkoERPUWOiKWlXRulpNk0gi1IU0kVsr18JuSEoC1tV7lQ==",
|
|
4378
4378
|
"dependencies": {
|
|
4379
4379
|
"styled-components": "4.4.1"
|
|
4380
4380
|
}
|
|
4381
4381
|
},
|
|
4382
4382
|
"node_modules/@saltcorn/common-code": {
|
|
4383
|
-
"version": "0.9.5-beta.
|
|
4384
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.
|
|
4385
|
-
"integrity": "sha512-
|
|
4383
|
+
"version": "0.9.5-beta.26",
|
|
4384
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.26.tgz",
|
|
4385
|
+
"integrity": "sha512-RqWp9ilAS4K2EKG7X0PKyv2c9mvI110uQnBKgnpAmnXca464ak0ylQsRYcLZZYYUMpzAzoJYDEd50C9k+tlPBQ=="
|
|
4386
4386
|
},
|
|
4387
4387
|
"node_modules/@saltcorn/data": {
|
|
4388
|
-
"version": "0.9.5-beta.
|
|
4389
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.
|
|
4390
|
-
"integrity": "sha512-
|
|
4391
|
-
"dependencies": {
|
|
4392
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
4393
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4394
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4395
|
-
"@saltcorn/sqlite-mobile": "0.9.5-beta.
|
|
4396
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
4388
|
+
"version": "0.9.5-beta.26",
|
|
4389
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.26.tgz",
|
|
4390
|
+
"integrity": "sha512-KZWOsqv4X9RA5AnILuHb5pke8yMy6fOWBhNcdChD7vyp27onKyR4Fo3jC17aw7ogUn2AZFx01BiAYSoZnrq2ig==",
|
|
4391
|
+
"dependencies": {
|
|
4392
|
+
"@saltcorn/common-code": "0.9.5-beta.26",
|
|
4393
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
4394
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
4395
|
+
"@saltcorn/sqlite-mobile": "0.9.5-beta.26",
|
|
4396
|
+
"@saltcorn/types": "0.9.5-beta.26",
|
|
4397
4397
|
"acorn": "^8.0.3",
|
|
4398
4398
|
"assert": "^2.0.0",
|
|
4399
4399
|
"astring": "^1.4.3",
|
|
@@ -4436,27 +4436,27 @@
|
|
|
4436
4436
|
"vm-browserify": "^1.1.2"
|
|
4437
4437
|
},
|
|
4438
4438
|
"optionalDependencies": {
|
|
4439
|
-
"@saltcorn/postgres": "0.9.5-beta.
|
|
4440
|
-
"@saltcorn/sqlite": "0.9.5-beta.
|
|
4439
|
+
"@saltcorn/postgres": "0.9.5-beta.26",
|
|
4440
|
+
"@saltcorn/sqlite": "0.9.5-beta.26"
|
|
4441
4441
|
}
|
|
4442
4442
|
},
|
|
4443
4443
|
"node_modules/@saltcorn/db-common": {
|
|
4444
|
-
"version": "0.9.5-beta.
|
|
4445
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.
|
|
4446
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "0.9.5-beta.26",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.26.tgz",
|
|
4446
|
+
"integrity": "sha512-J+xD34uCKQS5GK1VT8A+OygR2aL4KLUMH9um0uDu7ZeSd1/9JcX6OzN2A5Y64EPmiMKCKBisNGFzqd38bBcwVQ=="
|
|
4447
4447
|
},
|
|
4448
4448
|
"node_modules/@saltcorn/filemanager": {
|
|
4449
|
-
"version": "0.9.5-beta.
|
|
4450
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.
|
|
4451
|
-
"integrity": "sha512-
|
|
4449
|
+
"version": "0.9.5-beta.26",
|
|
4450
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.26.tgz",
|
|
4451
|
+
"integrity": "sha512-bbyM3icFYSt7Dg4SKAg5tyCASoijPABsdY9O+CWzXmiSfCbnIVqiAQG+cbEKilUxO8o4oH9VvdFW42HVfnGAFw==",
|
|
4452
4452
|
"dependencies": {
|
|
4453
4453
|
"sirv-cli": "^2.0.0"
|
|
4454
4454
|
}
|
|
4455
4455
|
},
|
|
4456
4456
|
"node_modules/@saltcorn/markup": {
|
|
4457
|
-
"version": "0.9.5-beta.
|
|
4458
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.
|
|
4459
|
-
"integrity": "sha512-
|
|
4457
|
+
"version": "0.9.5-beta.26",
|
|
4458
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.26.tgz",
|
|
4459
|
+
"integrity": "sha512-nlJiymexT7A1U5QjAZmDi2fL88WwaOnzlQbBdKduuHYEDBF1tqHAU/bNm+j2ny88xoBZnVTsoOiismXRYz9nmg==",
|
|
4460
4460
|
"dependencies": {
|
|
4461
4461
|
"escape-html": "^1.0.3",
|
|
4462
4462
|
"html-tags": "3.1.0",
|
|
@@ -4464,26 +4464,26 @@
|
|
|
4464
4464
|
}
|
|
4465
4465
|
},
|
|
4466
4466
|
"node_modules/@saltcorn/mobile-app": {
|
|
4467
|
-
"version": "0.9.5-beta.
|
|
4468
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.
|
|
4469
|
-
"integrity": "sha512-
|
|
4467
|
+
"version": "0.9.5-beta.26",
|
|
4468
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.26.tgz",
|
|
4469
|
+
"integrity": "sha512-GcPZ6PTB+otJOfDvurERFYBaA9udpdQIXcQBw9v+SLmJIGb9MGTPbBAexRGKSrFUTLjN1XI86wugQ5eQ8YZjUw==",
|
|
4470
4470
|
"dependencies": {
|
|
4471
4471
|
"cordova": "^11.0.0",
|
|
4472
4472
|
"cordova-sqlite-ext": "^6.0.0"
|
|
4473
4473
|
}
|
|
4474
4474
|
},
|
|
4475
4475
|
"node_modules/@saltcorn/mobile-builder": {
|
|
4476
|
-
"version": "0.9.5-beta.
|
|
4477
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.
|
|
4478
|
-
"integrity": "sha512-
|
|
4479
|
-
"dependencies": {
|
|
4480
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
4481
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4482
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4483
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4484
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
4485
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
4486
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
4476
|
+
"version": "0.9.5-beta.26",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.26.tgz",
|
|
4478
|
+
"integrity": "sha512-KN/kKJp91kIQN6uA9d4v9MB53QTaSmt81QogyyDMPg3VCgUC/eelRlzp89/XcB4eCj1cMFMbSXJ8LWzPtjF2wA==",
|
|
4479
|
+
"dependencies": {
|
|
4480
|
+
"@saltcorn/base-plugin": "0.9.5-beta.26",
|
|
4481
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
4482
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
4483
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
4484
|
+
"@saltcorn/mobile-app": "0.9.5-beta.26",
|
|
4485
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.26",
|
|
4486
|
+
"@saltcorn/server": "0.9.5-beta.26",
|
|
4487
4487
|
"fs-extra": "^10.0.1",
|
|
4488
4488
|
"live-plugin-manager": "^0.17.1",
|
|
4489
4489
|
"webpack": "5.68.0",
|
|
@@ -4525,51 +4525,51 @@
|
|
|
4525
4525
|
}
|
|
4526
4526
|
},
|
|
4527
4527
|
"node_modules/@saltcorn/plugins-loader": {
|
|
4528
|
-
"version": "0.9.5-beta.
|
|
4529
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.
|
|
4530
|
-
"integrity": "sha512-
|
|
4528
|
+
"version": "0.9.5-beta.26",
|
|
4529
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.26.tgz",
|
|
4530
|
+
"integrity": "sha512-EWgbtNggDBEF5sEI1lv97yKS0CAUqxwJT/iVU4dUNJSXWLCac9fIzw5ifZMW0kuU2uhxQM5Lb083u3lOI/5g0A==",
|
|
4531
4531
|
"dependencies": {
|
|
4532
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4532
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
4533
4533
|
"env-paths": "^2.2.0",
|
|
4534
4534
|
"npm-registry-fetch": "16.0.0"
|
|
4535
4535
|
}
|
|
4536
4536
|
},
|
|
4537
4537
|
"node_modules/@saltcorn/postgres": {
|
|
4538
|
-
"version": "0.9.5-beta.
|
|
4539
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.
|
|
4540
|
-
"integrity": "sha512-
|
|
4538
|
+
"version": "0.9.5-beta.26",
|
|
4539
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.26.tgz",
|
|
4540
|
+
"integrity": "sha512-WCWWeWMIanRlrrvLWlu5sk9kqCA7/DMkC5FOZvqZKZfKnDE77qc/8VKiaPJugttjpAMOmcgnEFkM6rSV1Ft57g==",
|
|
4541
4541
|
"optional": true,
|
|
4542
4542
|
"dependencies": {
|
|
4543
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4543
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
4544
4544
|
"pg": "^8.2.1",
|
|
4545
4545
|
"pg-copy-streams": "^5.1.1"
|
|
4546
4546
|
}
|
|
4547
4547
|
},
|
|
4548
4548
|
"node_modules/@saltcorn/sbadmin2": {
|
|
4549
|
-
"version": "0.9.5-beta.
|
|
4550
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.
|
|
4551
|
-
"integrity": "sha512-
|
|
4549
|
+
"version": "0.9.5-beta.26",
|
|
4550
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.26.tgz",
|
|
4551
|
+
"integrity": "sha512-UjjSC6n3cQXRZElfu4N72cEu02Q6A8WgcEN9KwqklwXyf3AIa+3VDaGyJnGiuEi9ZwQtuUrooGwhHJw1w08gIA==",
|
|
4552
4552
|
"dependencies": {
|
|
4553
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4554
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4553
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
4554
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
4555
4555
|
"nunito-fontface": "0.7.3",
|
|
4556
4556
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
4557
4557
|
}
|
|
4558
4558
|
},
|
|
4559
4559
|
"node_modules/@saltcorn/server": {
|
|
4560
|
-
"version": "0.9.5-beta.
|
|
4561
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.
|
|
4562
|
-
"integrity": "sha512-
|
|
4560
|
+
"version": "0.9.5-beta.26",
|
|
4561
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.26.tgz",
|
|
4562
|
+
"integrity": "sha512-52B5YEUfyFIWh8Yw86R17ihVcmYLij8MORN2TTPXWrL0L5rY0RdH6NQ73w3zj2bT8JiaBeteBVJFf0erOQW4tQ==",
|
|
4563
4563
|
"dependencies": {
|
|
4564
4564
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
4565
|
-
"@saltcorn/admin-models": "0.9.5-beta.
|
|
4566
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
4567
|
-
"@saltcorn/builder": "0.9.5-beta.
|
|
4568
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
4569
|
-
"@saltcorn/filemanager": "0.9.5-beta.
|
|
4570
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
4571
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
4572
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
4565
|
+
"@saltcorn/admin-models": "0.9.5-beta.26",
|
|
4566
|
+
"@saltcorn/base-plugin": "0.9.5-beta.26",
|
|
4567
|
+
"@saltcorn/builder": "0.9.5-beta.26",
|
|
4568
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
4569
|
+
"@saltcorn/filemanager": "0.9.5-beta.26",
|
|
4570
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
4571
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.26",
|
|
4572
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.26",
|
|
4573
4573
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
4574
4574
|
"@socket.io/sticky": "^1.0.1",
|
|
4575
4575
|
"adm-zip": "0.5.10",
|
|
@@ -4634,29 +4634,29 @@
|
|
|
4634
4634
|
}
|
|
4635
4635
|
},
|
|
4636
4636
|
"node_modules/@saltcorn/sqlite": {
|
|
4637
|
-
"version": "0.9.5-beta.
|
|
4638
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.
|
|
4639
|
-
"integrity": "sha512-
|
|
4637
|
+
"version": "0.9.5-beta.26",
|
|
4638
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.26.tgz",
|
|
4639
|
+
"integrity": "sha512-WOAVAzrs1Odu32UqaSxCkOQlsuLzBziFoiqqHQz1PN/Y4hmLAsyA0lS0vuaNCqTo5XJZTLd3oyB9tuHoXNbx2Q==",
|
|
4640
4640
|
"optional": true,
|
|
4641
4641
|
"dependencies": {
|
|
4642
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4642
|
+
"@saltcorn/db-common": "0.9.5-beta.26"
|
|
4643
4643
|
},
|
|
4644
4644
|
"optionalDependencies": {
|
|
4645
4645
|
"sqlite3": "^5.0.8"
|
|
4646
4646
|
}
|
|
4647
4647
|
},
|
|
4648
4648
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
4649
|
-
"version": "0.9.5-beta.
|
|
4650
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.
|
|
4651
|
-
"integrity": "sha512-
|
|
4649
|
+
"version": "0.9.5-beta.26",
|
|
4650
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.26.tgz",
|
|
4651
|
+
"integrity": "sha512-Ep5IxdkP87TAKG9FZcV30VPFeUzKEZdlmRrxgbz2G69AYIQIRbj7qS5Se67mUYDYFET4wM+5RKKYFEM45XFVpg==",
|
|
4652
4652
|
"dependencies": {
|
|
4653
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
4653
|
+
"@saltcorn/db-common": "0.9.5-beta.26"
|
|
4654
4654
|
}
|
|
4655
4655
|
},
|
|
4656
4656
|
"node_modules/@saltcorn/types": {
|
|
4657
|
-
"version": "0.9.5-beta.
|
|
4658
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.
|
|
4659
|
-
"integrity": "sha512-
|
|
4657
|
+
"version": "0.9.5-beta.26",
|
|
4658
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.26.tgz",
|
|
4659
|
+
"integrity": "sha512-s4kNnQoiyupievTpQtWahXB9r4wp6lutED86XyBYppyH4ApJinL7u9697Hez1uIZMcw+WHW0fhNUjrXhDTDftQ=="
|
|
4660
4660
|
},
|
|
4661
4661
|
"node_modules/@sinclair/typebox": {
|
|
4662
4662
|
"version": "0.27.8",
|
|
@@ -23827,14 +23827,14 @@
|
|
|
23827
23827
|
}
|
|
23828
23828
|
},
|
|
23829
23829
|
"@saltcorn/admin-models": {
|
|
23830
|
-
"version": "0.9.5-beta.
|
|
23831
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.
|
|
23832
|
-
"integrity": "sha512
|
|
23833
|
-
"requires": {
|
|
23834
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
23835
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
23836
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
23837
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
23830
|
+
"version": "0.9.5-beta.26",
|
|
23831
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.9.5-beta.26.tgz",
|
|
23832
|
+
"integrity": "sha512-+ORVngX5hiObDBpHUupYZWkktafLdYVkYUxHInW/0P5QV2Q6UOx31guESJxGl0drGnDLpq2h01dirnQeSQa1tw==",
|
|
23833
|
+
"requires": {
|
|
23834
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
23835
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
23836
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
23837
|
+
"@saltcorn/types": "0.9.5-beta.26",
|
|
23838
23838
|
"@types/lodash": "^4.14.182",
|
|
23839
23839
|
"@types/ssh2-sftp-client": "9.0.3",
|
|
23840
23840
|
"adm-zip": "0.5.5",
|
|
@@ -23849,38 +23849,38 @@
|
|
|
23849
23849
|
}
|
|
23850
23850
|
},
|
|
23851
23851
|
"@saltcorn/base-plugin": {
|
|
23852
|
-
"version": "0.9.5-beta.
|
|
23853
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.
|
|
23854
|
-
"integrity": "sha512-
|
|
23852
|
+
"version": "0.9.5-beta.26",
|
|
23853
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.9.5-beta.26.tgz",
|
|
23854
|
+
"integrity": "sha512-9QyeLmz35E+JJp+as1CJkpa7i37bJT7tiPgorSU9Q6aXMO6npuL9GiJyKtSix5tfLzJ7sb0UIaYMD4T1qivkTw==",
|
|
23855
23855
|
"requires": {
|
|
23856
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
23856
|
+
"@saltcorn/data": "0.9.5-beta.26"
|
|
23857
23857
|
}
|
|
23858
23858
|
},
|
|
23859
23859
|
"@saltcorn/builder": {
|
|
23860
|
-
"version": "0.9.5-beta.
|
|
23861
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.
|
|
23862
|
-
"integrity": "sha512-
|
|
23860
|
+
"version": "0.9.5-beta.26",
|
|
23861
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.9.5-beta.26.tgz",
|
|
23862
|
+
"integrity": "sha512-mGcYE3EWj0pwTja5bMVh8gLDcxbAoMn9vgcqlVcNdYkoERPUWOiKWlXRulpNk0gi1IU0kVsr18JuSEoC1tV7lQ==",
|
|
23863
23863
|
"requires": {
|
|
23864
23864
|
"styled-components": "4.4.1"
|
|
23865
23865
|
}
|
|
23866
23866
|
},
|
|
23867
23867
|
"@saltcorn/common-code": {
|
|
23868
|
-
"version": "0.9.5-beta.
|
|
23869
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.
|
|
23870
|
-
"integrity": "sha512-
|
|
23868
|
+
"version": "0.9.5-beta.26",
|
|
23869
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/common-code/-/common-code-0.9.5-beta.26.tgz",
|
|
23870
|
+
"integrity": "sha512-RqWp9ilAS4K2EKG7X0PKyv2c9mvI110uQnBKgnpAmnXca464ak0ylQsRYcLZZYYUMpzAzoJYDEd50C9k+tlPBQ=="
|
|
23871
23871
|
},
|
|
23872
23872
|
"@saltcorn/data": {
|
|
23873
|
-
"version": "0.9.5-beta.
|
|
23874
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.
|
|
23875
|
-
"integrity": "sha512-
|
|
23876
|
-
"requires": {
|
|
23877
|
-
"@saltcorn/common-code": "0.9.5-beta.
|
|
23878
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
23879
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
23880
|
-
"@saltcorn/postgres": "0.9.5-beta.
|
|
23881
|
-
"@saltcorn/sqlite": "0.9.5-beta.
|
|
23882
|
-
"@saltcorn/sqlite-mobile": "0.9.5-beta.
|
|
23883
|
-
"@saltcorn/types": "0.9.5-beta.
|
|
23873
|
+
"version": "0.9.5-beta.26",
|
|
23874
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.9.5-beta.26.tgz",
|
|
23875
|
+
"integrity": "sha512-KZWOsqv4X9RA5AnILuHb5pke8yMy6fOWBhNcdChD7vyp27onKyR4Fo3jC17aw7ogUn2AZFx01BiAYSoZnrq2ig==",
|
|
23876
|
+
"requires": {
|
|
23877
|
+
"@saltcorn/common-code": "0.9.5-beta.26",
|
|
23878
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
23879
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
23880
|
+
"@saltcorn/postgres": "0.9.5-beta.26",
|
|
23881
|
+
"@saltcorn/sqlite": "0.9.5-beta.26",
|
|
23882
|
+
"@saltcorn/sqlite-mobile": "0.9.5-beta.26",
|
|
23883
|
+
"@saltcorn/types": "0.9.5-beta.26",
|
|
23884
23884
|
"acorn": "^8.0.3",
|
|
23885
23885
|
"assert": "^2.0.0",
|
|
23886
23886
|
"astring": "^1.4.3",
|
|
@@ -23924,22 +23924,22 @@
|
|
|
23924
23924
|
}
|
|
23925
23925
|
},
|
|
23926
23926
|
"@saltcorn/db-common": {
|
|
23927
|
-
"version": "0.9.5-beta.
|
|
23928
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.
|
|
23929
|
-
"integrity": "sha512-
|
|
23927
|
+
"version": "0.9.5-beta.26",
|
|
23928
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.9.5-beta.26.tgz",
|
|
23929
|
+
"integrity": "sha512-J+xD34uCKQS5GK1VT8A+OygR2aL4KLUMH9um0uDu7ZeSd1/9JcX6OzN2A5Y64EPmiMKCKBisNGFzqd38bBcwVQ=="
|
|
23930
23930
|
},
|
|
23931
23931
|
"@saltcorn/filemanager": {
|
|
23932
|
-
"version": "0.9.5-beta.
|
|
23933
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.
|
|
23934
|
-
"integrity": "sha512-
|
|
23932
|
+
"version": "0.9.5-beta.26",
|
|
23933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.9.5-beta.26.tgz",
|
|
23934
|
+
"integrity": "sha512-bbyM3icFYSt7Dg4SKAg5tyCASoijPABsdY9O+CWzXmiSfCbnIVqiAQG+cbEKilUxO8o4oH9VvdFW42HVfnGAFw==",
|
|
23935
23935
|
"requires": {
|
|
23936
23936
|
"sirv-cli": "^2.0.0"
|
|
23937
23937
|
}
|
|
23938
23938
|
},
|
|
23939
23939
|
"@saltcorn/markup": {
|
|
23940
|
-
"version": "0.9.5-beta.
|
|
23941
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.
|
|
23942
|
-
"integrity": "sha512-
|
|
23940
|
+
"version": "0.9.5-beta.26",
|
|
23941
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.9.5-beta.26.tgz",
|
|
23942
|
+
"integrity": "sha512-nlJiymexT7A1U5QjAZmDi2fL88WwaOnzlQbBdKduuHYEDBF1tqHAU/bNm+j2ny88xoBZnVTsoOiismXRYz9nmg==",
|
|
23943
23943
|
"requires": {
|
|
23944
23944
|
"escape-html": "^1.0.3",
|
|
23945
23945
|
"html-tags": "3.1.0",
|
|
@@ -23947,26 +23947,26 @@
|
|
|
23947
23947
|
}
|
|
23948
23948
|
},
|
|
23949
23949
|
"@saltcorn/mobile-app": {
|
|
23950
|
-
"version": "0.9.5-beta.
|
|
23951
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.
|
|
23952
|
-
"integrity": "sha512-
|
|
23950
|
+
"version": "0.9.5-beta.26",
|
|
23951
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.9.5-beta.26.tgz",
|
|
23952
|
+
"integrity": "sha512-GcPZ6PTB+otJOfDvurERFYBaA9udpdQIXcQBw9v+SLmJIGb9MGTPbBAexRGKSrFUTLjN1XI86wugQ5eQ8YZjUw==",
|
|
23953
23953
|
"requires": {
|
|
23954
23954
|
"cordova": "^11.0.0",
|
|
23955
23955
|
"cordova-sqlite-ext": "^6.0.0"
|
|
23956
23956
|
}
|
|
23957
23957
|
},
|
|
23958
23958
|
"@saltcorn/mobile-builder": {
|
|
23959
|
-
"version": "0.9.5-beta.
|
|
23960
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.
|
|
23961
|
-
"integrity": "sha512-
|
|
23962
|
-
"requires": {
|
|
23963
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
23964
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
23965
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
23966
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
23967
|
-
"@saltcorn/mobile-app": "0.9.5-beta.
|
|
23968
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
23969
|
-
"@saltcorn/server": "0.9.5-beta.
|
|
23959
|
+
"version": "0.9.5-beta.26",
|
|
23960
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.9.5-beta.26.tgz",
|
|
23961
|
+
"integrity": "sha512-KN/kKJp91kIQN6uA9d4v9MB53QTaSmt81QogyyDMPg3VCgUC/eelRlzp89/XcB4eCj1cMFMbSXJ8LWzPtjF2wA==",
|
|
23962
|
+
"requires": {
|
|
23963
|
+
"@saltcorn/base-plugin": "0.9.5-beta.26",
|
|
23964
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
23965
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
23966
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
23967
|
+
"@saltcorn/mobile-app": "0.9.5-beta.26",
|
|
23968
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.26",
|
|
23969
|
+
"@saltcorn/server": "0.9.5-beta.26",
|
|
23970
23970
|
"fs-extra": "^10.0.1",
|
|
23971
23971
|
"live-plugin-manager": "^0.17.1",
|
|
23972
23972
|
"webpack": "5.68.0",
|
|
@@ -24002,51 +24002,51 @@
|
|
|
24002
24002
|
}
|
|
24003
24003
|
},
|
|
24004
24004
|
"@saltcorn/plugins-loader": {
|
|
24005
|
-
"version": "0.9.5-beta.
|
|
24006
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.
|
|
24007
|
-
"integrity": "sha512-
|
|
24005
|
+
"version": "0.9.5-beta.26",
|
|
24006
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/plugins-loader/-/plugins-loader-0.9.5-beta.26.tgz",
|
|
24007
|
+
"integrity": "sha512-EWgbtNggDBEF5sEI1lv97yKS0CAUqxwJT/iVU4dUNJSXWLCac9fIzw5ifZMW0kuU2uhxQM5Lb083u3lOI/5g0A==",
|
|
24008
24008
|
"requires": {
|
|
24009
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
24009
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
24010
24010
|
"env-paths": "^2.2.0",
|
|
24011
24011
|
"npm-registry-fetch": "16.0.0"
|
|
24012
24012
|
}
|
|
24013
24013
|
},
|
|
24014
24014
|
"@saltcorn/postgres": {
|
|
24015
|
-
"version": "0.9.5-beta.
|
|
24016
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.
|
|
24017
|
-
"integrity": "sha512-
|
|
24015
|
+
"version": "0.9.5-beta.26",
|
|
24016
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.9.5-beta.26.tgz",
|
|
24017
|
+
"integrity": "sha512-WCWWeWMIanRlrrvLWlu5sk9kqCA7/DMkC5FOZvqZKZfKnDE77qc/8VKiaPJugttjpAMOmcgnEFkM6rSV1Ft57g==",
|
|
24018
24018
|
"optional": true,
|
|
24019
24019
|
"requires": {
|
|
24020
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
24020
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
24021
24021
|
"pg": "^8.2.1",
|
|
24022
24022
|
"pg-copy-streams": "^5.1.1"
|
|
24023
24023
|
}
|
|
24024
24024
|
},
|
|
24025
24025
|
"@saltcorn/sbadmin2": {
|
|
24026
|
-
"version": "0.9.5-beta.
|
|
24027
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.
|
|
24028
|
-
"integrity": "sha512-
|
|
24026
|
+
"version": "0.9.5-beta.26",
|
|
24027
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.9.5-beta.26.tgz",
|
|
24028
|
+
"integrity": "sha512-UjjSC6n3cQXRZElfu4N72cEu02Q6A8WgcEN9KwqklwXyf3AIa+3VDaGyJnGiuEi9ZwQtuUrooGwhHJw1w08gIA==",
|
|
24029
24029
|
"requires": {
|
|
24030
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
24031
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
24030
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
24031
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
24032
24032
|
"nunito-fontface": "0.7.3",
|
|
24033
24033
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
24034
24034
|
}
|
|
24035
24035
|
},
|
|
24036
24036
|
"@saltcorn/server": {
|
|
24037
|
-
"version": "0.9.5-beta.
|
|
24038
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.
|
|
24039
|
-
"integrity": "sha512-
|
|
24037
|
+
"version": "0.9.5-beta.26",
|
|
24038
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.9.5-beta.26.tgz",
|
|
24039
|
+
"integrity": "sha512-52B5YEUfyFIWh8Yw86R17ihVcmYLij8MORN2TTPXWrL0L5rY0RdH6NQ73w3zj2bT8JiaBeteBVJFf0erOQW4tQ==",
|
|
24040
24040
|
"requires": {
|
|
24041
24041
|
"@aws-sdk/client-s3": "^3.451.0",
|
|
24042
|
-
"@saltcorn/admin-models": "0.9.5-beta.
|
|
24043
|
-
"@saltcorn/base-plugin": "0.9.5-beta.
|
|
24044
|
-
"@saltcorn/builder": "0.9.5-beta.
|
|
24045
|
-
"@saltcorn/data": "0.9.5-beta.
|
|
24046
|
-
"@saltcorn/filemanager": "0.9.5-beta.
|
|
24047
|
-
"@saltcorn/markup": "0.9.5-beta.
|
|
24048
|
-
"@saltcorn/plugins-loader": "0.9.5-beta.
|
|
24049
|
-
"@saltcorn/sbadmin2": "0.9.5-beta.
|
|
24042
|
+
"@saltcorn/admin-models": "0.9.5-beta.26",
|
|
24043
|
+
"@saltcorn/base-plugin": "0.9.5-beta.26",
|
|
24044
|
+
"@saltcorn/builder": "0.9.5-beta.26",
|
|
24045
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
24046
|
+
"@saltcorn/filemanager": "0.9.5-beta.26",
|
|
24047
|
+
"@saltcorn/markup": "0.9.5-beta.26",
|
|
24048
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.26",
|
|
24049
|
+
"@saltcorn/sbadmin2": "0.9.5-beta.26",
|
|
24050
24050
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
24051
24051
|
"@socket.io/sticky": "^1.0.1",
|
|
24052
24052
|
"adm-zip": "0.5.10",
|
|
@@ -24108,27 +24108,27 @@
|
|
|
24108
24108
|
}
|
|
24109
24109
|
},
|
|
24110
24110
|
"@saltcorn/sqlite": {
|
|
24111
|
-
"version": "0.9.5-beta.
|
|
24112
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.
|
|
24113
|
-
"integrity": "sha512-
|
|
24111
|
+
"version": "0.9.5-beta.26",
|
|
24112
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.9.5-beta.26.tgz",
|
|
24113
|
+
"integrity": "sha512-WOAVAzrs1Odu32UqaSxCkOQlsuLzBziFoiqqHQz1PN/Y4hmLAsyA0lS0vuaNCqTo5XJZTLd3oyB9tuHoXNbx2Q==",
|
|
24114
24114
|
"optional": true,
|
|
24115
24115
|
"requires": {
|
|
24116
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
24116
|
+
"@saltcorn/db-common": "0.9.5-beta.26",
|
|
24117
24117
|
"sqlite3": "^5.0.8"
|
|
24118
24118
|
}
|
|
24119
24119
|
},
|
|
24120
24120
|
"@saltcorn/sqlite-mobile": {
|
|
24121
|
-
"version": "0.9.5-beta.
|
|
24122
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.
|
|
24123
|
-
"integrity": "sha512-
|
|
24121
|
+
"version": "0.9.5-beta.26",
|
|
24122
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.9.5-beta.26.tgz",
|
|
24123
|
+
"integrity": "sha512-Ep5IxdkP87TAKG9FZcV30VPFeUzKEZdlmRrxgbz2G69AYIQIRbj7qS5Se67mUYDYFET4wM+5RKKYFEM45XFVpg==",
|
|
24124
24124
|
"requires": {
|
|
24125
|
-
"@saltcorn/db-common": "0.9.5-beta.
|
|
24125
|
+
"@saltcorn/db-common": "0.9.5-beta.26"
|
|
24126
24126
|
}
|
|
24127
24127
|
},
|
|
24128
24128
|
"@saltcorn/types": {
|
|
24129
|
-
"version": "0.9.5-beta.
|
|
24130
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.
|
|
24131
|
-
"integrity": "sha512-
|
|
24129
|
+
"version": "0.9.5-beta.26",
|
|
24130
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.9.5-beta.26.tgz",
|
|
24131
|
+
"integrity": "sha512-s4kNnQoiyupievTpQtWahXB9r4wp6lutED86XyBYppyH4ApJinL7u9697Hez1uIZMcw+WHW0fhNUjrXhDTDftQ=="
|
|
24132
24132
|
},
|
|
24133
24133
|
"@sinclair/typebox": {
|
|
24134
24134
|
"version": "0.27.8",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.9.5-beta.25","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},"appleTeamId":{"name":"appleTeamId","type":"option","description":"Apple team id for iOS builds"}},"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.26","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},"appleTeamId":{"name":"appleTeamId","type":"option","description":"Apple team id for iOS builds"}},"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.26",
|
|
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.26",
|
|
17
|
+
"@saltcorn/common-code": "0.9.5-beta.26",
|
|
18
|
+
"@saltcorn/data": "0.9.5-beta.26",
|
|
19
|
+
"@saltcorn/mobile-app": "0.9.5-beta.26",
|
|
20
|
+
"@saltcorn/mobile-builder": "0.9.5-beta.26",
|
|
21
|
+
"@saltcorn/plugins-loader": "0.9.5-beta.26",
|
|
22
|
+
"@saltcorn/server": "0.9.5-beta.26",
|
|
23
23
|
"cli-ux": "^5.6.7",
|
|
24
24
|
"contractis": "^0.1.0",
|
|
25
25
|
"dateformat": "^3.0.3",
|