@saltcorn/cli 0.8.1-beta.2 → 0.8.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -35
- package/npm-shrinkwrap.json +164 -164
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.8.1-beta.
|
|
23
|
+
@saltcorn/cli/0.8.1-beta.3 darwin-arm64 node-v16.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -79,7 +79,7 @@ OPTIONS
|
|
|
79
79
|
-f, --force force command execution
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
82
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/add-schema.js)_
|
|
83
83
|
|
|
84
84
|
## `saltcorn backup`
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ OPTIONS
|
|
|
95
95
|
-z, --zip zip format
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
98
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/backup.js)_
|
|
99
99
|
|
|
100
100
|
## `saltcorn build-app`
|
|
101
101
|
|
|
@@ -123,7 +123,7 @@ OPTIONS
|
|
|
123
123
|
tenant
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
126
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/build-app.js)_
|
|
127
127
|
|
|
128
128
|
## `saltcorn configuration-check`
|
|
129
129
|
|
|
@@ -137,7 +137,7 @@ OPTIONS
|
|
|
137
137
|
-t, --tenant=tenant tenant
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
140
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/configuration-check.js)_
|
|
141
141
|
|
|
142
142
|
## `saltcorn configuration-check-backups FILES`
|
|
143
143
|
|
|
@@ -151,7 +151,7 @@ ARGUMENTS
|
|
|
151
151
|
FILES backup file to check. can be repeated, e.g. with *
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
154
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/configuration-check-backups.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn create-tenant TENANT`
|
|
157
157
|
|
|
@@ -170,7 +170,7 @@ OPTIONS
|
|
|
170
170
|
--url=url Url of tenant
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
173
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/create-tenant.js)_
|
|
174
174
|
|
|
175
175
|
## `saltcorn create-user`
|
|
176
176
|
|
|
@@ -188,7 +188,7 @@ OPTIONS
|
|
|
188
188
|
-t, --tenant=tenant tenant
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
191
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/create-user.js)_
|
|
192
192
|
|
|
193
193
|
## `saltcorn delete-tenants`
|
|
194
194
|
|
|
@@ -199,7 +199,7 @@ USAGE
|
|
|
199
199
|
$ saltcorn delete-tenants
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
202
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/delete-tenants.js)_
|
|
203
203
|
|
|
204
204
|
## `saltcorn delete-user USER_EMAIL`
|
|
205
205
|
|
|
@@ -220,7 +220,7 @@ DESCRIPTION
|
|
|
220
220
|
Command deletes the user specified by USER_EMAIL.
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
223
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/delete-user.js)_
|
|
224
224
|
|
|
225
225
|
## `saltcorn fixtures`
|
|
226
226
|
|
|
@@ -239,7 +239,7 @@ DESCRIPTION
|
|
|
239
239
|
This manual step it is never required for users and rarely required for developers
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
242
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/fixtures.js)_
|
|
243
243
|
|
|
244
244
|
## `saltcorn get-cfg KEY`
|
|
245
245
|
|
|
@@ -257,7 +257,7 @@ OPTIONS
|
|
|
257
257
|
-t, --tenant=tenant tenant
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
260
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/get-cfg.js)_
|
|
261
261
|
|
|
262
262
|
## `saltcorn help [COMMAND]`
|
|
263
263
|
|
|
@@ -295,7 +295,7 @@ ALIASES
|
|
|
295
295
|
$ saltcorn paths
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
298
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/info.js)_
|
|
299
299
|
|
|
300
300
|
## `saltcorn inspect TYPE [NAME]`
|
|
301
301
|
|
|
@@ -313,7 +313,7 @@ OPTIONS
|
|
|
313
313
|
-t, --tenant=tenant tenant
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
316
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/inspect.js)_
|
|
317
317
|
|
|
318
318
|
## `saltcorn install-pack`
|
|
319
319
|
|
|
@@ -329,7 +329,7 @@ OPTIONS
|
|
|
329
329
|
-t, --tenant=tenant tenant
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
332
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/install-pack.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn install-plugin`
|
|
335
335
|
|
|
@@ -345,7 +345,7 @@ OPTIONS
|
|
|
345
345
|
-t, --tenant=tenant tenant
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
348
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/install-plugin.js)_
|
|
349
349
|
|
|
350
350
|
## `saltcorn list-tenants`
|
|
351
351
|
|
|
@@ -356,7 +356,7 @@ USAGE
|
|
|
356
356
|
$ saltcorn list-tenants
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
359
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/list-tenants.js)_
|
|
360
360
|
|
|
361
361
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
362
362
|
|
|
@@ -375,7 +375,7 @@ OPTIONS
|
|
|
375
375
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
378
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/localize-plugin.js)_
|
|
379
379
|
|
|
380
380
|
## `saltcorn make-migration`
|
|
381
381
|
|
|
@@ -391,7 +391,7 @@ DESCRIPTION
|
|
|
391
391
|
unless you are a developer.
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
394
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/make-migration.js)_
|
|
395
395
|
|
|
396
396
|
## `saltcorn saltcorn migrate`
|
|
397
397
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
servers and need to control when the migrations are run.
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
416
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/migrate.js)_
|
|
417
417
|
|
|
418
418
|
## `saltcorn modify-user USER_EMAIL`
|
|
419
419
|
|
|
@@ -442,7 +442,7 @@ DESCRIPTION
|
|
|
442
442
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
445
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/modify-user.js)_
|
|
446
446
|
|
|
447
447
|
## `saltcorn plugins`
|
|
448
448
|
|
|
@@ -469,7 +469,7 @@ EXAMPLES
|
|
|
469
469
|
plugins -u -f - force plugin update
|
|
470
470
|
```
|
|
471
471
|
|
|
472
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
472
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/plugins.js)_
|
|
473
473
|
|
|
474
474
|
## `saltcorn release VERSION`
|
|
475
475
|
|
|
@@ -483,7 +483,7 @@ ARGUMENTS
|
|
|
483
483
|
VERSION New version number
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
486
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/release.js)_
|
|
487
487
|
|
|
488
488
|
## `saltcorn reset-schema`
|
|
489
489
|
|
|
@@ -502,7 +502,7 @@ DESCRIPTION
|
|
|
502
502
|
This will delete all existing information
|
|
503
503
|
```
|
|
504
504
|
|
|
505
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
505
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/reset-schema.js)_
|
|
506
506
|
|
|
507
507
|
## `saltcorn restore FILE`
|
|
508
508
|
|
|
@@ -519,7 +519,7 @@ OPTIONS
|
|
|
519
519
|
-t, --tenant=tenant tenant
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
522
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/restore.js)_
|
|
523
523
|
|
|
524
524
|
## `saltcorn rm-tenant`
|
|
525
525
|
|
|
@@ -538,7 +538,7 @@ DESCRIPTION
|
|
|
538
538
|
It recommended to make backup of tenant before perform this command.
|
|
539
539
|
```
|
|
540
540
|
|
|
541
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
541
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/rm-tenant.js)_
|
|
542
542
|
|
|
543
543
|
## `saltcorn run-benchmark [BASEURL]`
|
|
544
544
|
|
|
@@ -557,7 +557,7 @@ OPTIONS
|
|
|
557
557
|
-t, --token=token API Token for reporting results
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
560
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/run-benchmark.js)_
|
|
561
561
|
|
|
562
562
|
## `saltcorn run-tests [PACKAGE]`
|
|
563
563
|
|
|
@@ -580,7 +580,7 @@ OPTIONS
|
|
|
580
580
|
--watchAll Watch files for changes and rerun all tests.
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
583
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/run-tests.js)_
|
|
584
584
|
|
|
585
585
|
## `saltcorn scheduler`
|
|
586
586
|
|
|
@@ -594,7 +594,7 @@ OPTIONS
|
|
|
594
594
|
-v, --verbose Verbose
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
597
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/scheduler.js)_
|
|
598
598
|
|
|
599
599
|
## `saltcorn serve`
|
|
600
600
|
|
|
@@ -615,7 +615,7 @@ OPTIONS
|
|
|
615
615
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
616
616
|
```
|
|
617
617
|
|
|
618
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
618
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/serve.js)_
|
|
619
619
|
|
|
620
620
|
## `saltcorn set-cfg KEY [VALUE]`
|
|
621
621
|
|
|
@@ -636,7 +636,7 @@ OPTIONS
|
|
|
636
636
|
-t, --tenant=tenant tenant
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
639
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/set-cfg.js)_
|
|
640
640
|
|
|
641
641
|
## `saltcorn setup`
|
|
642
642
|
|
|
@@ -655,7 +655,7 @@ DESCRIPTION
|
|
|
655
655
|
configuration file
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
658
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/setup.js)_
|
|
659
659
|
|
|
660
660
|
## `saltcorn setup-benchmark`
|
|
661
661
|
|
|
@@ -669,7 +669,7 @@ OPTIONS
|
|
|
669
669
|
-t, --tenant=tenant tenant
|
|
670
670
|
```
|
|
671
671
|
|
|
672
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
672
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/setup-benchmark.js)_
|
|
673
673
|
|
|
674
674
|
## `saltcorn test-plugin PATH`
|
|
675
675
|
|
|
@@ -687,7 +687,7 @@ DESCRIPTION
|
|
|
687
687
|
Extra documentation goes here
|
|
688
688
|
```
|
|
689
689
|
|
|
690
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
690
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/test-plugin.js)_
|
|
691
691
|
|
|
692
692
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
693
693
|
|
|
@@ -704,5 +704,5 @@ ARGUMENTS
|
|
|
704
704
|
TENANT tenant name
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.
|
|
707
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.3/src/commands/transform-field.js)_
|
|
708
708
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.1-beta.
|
|
3
|
+
"version": "0.8.1-beta.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.1-beta.
|
|
9
|
+
"version": "0.8.1-beta.3",
|
|
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.8.1-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.1-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.1-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.1-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.1-beta.3",
|
|
17
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.1-beta.3",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.1-beta.3",
|
|
20
|
+
"@saltcorn/server": "0.8.1-beta.3",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -1808,14 +1808,14 @@
|
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
1810
|
"node_modules/@saltcorn/admin-models": {
|
|
1811
|
-
"version": "0.8.1-beta.
|
|
1812
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.
|
|
1813
|
-
"integrity": "sha512-
|
|
1814
|
-
"dependencies": {
|
|
1815
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
1816
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
1817
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
1818
|
-
"@saltcorn/types": "0.8.1-beta.
|
|
1811
|
+
"version": "0.8.1-beta.3",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.3.tgz",
|
|
1813
|
+
"integrity": "sha512-VzRGqFVMKUPw+l+I8v733hqqyjxTzuOnEU+lB9RXapW2BK7ZJteYFekoDj4uMBrfsnJbMhp8G2loXbC/cGFprA==",
|
|
1814
|
+
"dependencies": {
|
|
1815
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
1816
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
1817
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
1818
|
+
"@saltcorn/types": "0.8.1-beta.3",
|
|
1819
1819
|
"@types/lodash": "^4.14.182",
|
|
1820
1820
|
"adm-zip": "0.5.5",
|
|
1821
1821
|
"csv-stringify": "^5.5.0",
|
|
@@ -1827,30 +1827,30 @@
|
|
|
1827
1827
|
}
|
|
1828
1828
|
},
|
|
1829
1829
|
"node_modules/@saltcorn/base-plugin": {
|
|
1830
|
-
"version": "0.8.1-beta.
|
|
1831
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.
|
|
1832
|
-
"integrity": "sha512-
|
|
1830
|
+
"version": "0.8.1-beta.3",
|
|
1831
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.3.tgz",
|
|
1832
|
+
"integrity": "sha512-0kn5+pOkRFAjzwazkzeGTkY+gymiKRF7uz+46LP/7mBOW7ExQ6MZffajuS51lcY/tQL98BVAknOggLXpDDRl5A==",
|
|
1833
1833
|
"dependencies": {
|
|
1834
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
1834
|
+
"@saltcorn/data": "0.8.1-beta.3"
|
|
1835
1835
|
}
|
|
1836
1836
|
},
|
|
1837
1837
|
"node_modules/@saltcorn/builder": {
|
|
1838
|
-
"version": "0.8.1-beta.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.
|
|
1840
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "0.8.1-beta.3",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.3.tgz",
|
|
1840
|
+
"integrity": "sha512-1UxT+Y+UXA1i5wiuyeK1AevHwIhRSDVko5MMcElCPIz9FEj88czOVlUMoPA+o4Fg+sru+czwcZYLVrIbk6VP5Q==",
|
|
1841
1841
|
"dependencies": {
|
|
1842
1842
|
"styled-components": "4.4.1"
|
|
1843
1843
|
}
|
|
1844
1844
|
},
|
|
1845
1845
|
"node_modules/@saltcorn/data": {
|
|
1846
|
-
"version": "0.8.1-beta.
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.
|
|
1848
|
-
"integrity": "sha512-
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
1851
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
1852
|
-
"@saltcorn/sqlite-mobile": "0.8.1-beta.
|
|
1853
|
-
"@saltcorn/types": "0.8.1-beta.
|
|
1846
|
+
"version": "0.8.1-beta.3",
|
|
1847
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.3.tgz",
|
|
1848
|
+
"integrity": "sha512-NDJNl7Jp+Q0BbHurbPEgGjQDVG6/UJbN61+LBoZF0tHTsxxPrdq56KKSzMlR0Y8bMuumpggwvERR5P80AIR6ug==",
|
|
1849
|
+
"dependencies": {
|
|
1850
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
1851
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
1852
|
+
"@saltcorn/sqlite-mobile": "0.8.1-beta.3",
|
|
1853
|
+
"@saltcorn/types": "0.8.1-beta.3",
|
|
1854
1854
|
"acorn": "^8.0.3",
|
|
1855
1855
|
"astring": "^1.4.3",
|
|
1856
1856
|
"axios": "^0.26.1",
|
|
@@ -1891,27 +1891,27 @@
|
|
|
1891
1891
|
"vm-browserify": "^1.1.2"
|
|
1892
1892
|
},
|
|
1893
1893
|
"optionalDependencies": {
|
|
1894
|
-
"@saltcorn/postgres": "0.8.1-beta.
|
|
1895
|
-
"@saltcorn/sqlite": "0.8.1-beta.
|
|
1894
|
+
"@saltcorn/postgres": "0.8.1-beta.3",
|
|
1895
|
+
"@saltcorn/sqlite": "0.8.1-beta.3"
|
|
1896
1896
|
}
|
|
1897
1897
|
},
|
|
1898
1898
|
"node_modules/@saltcorn/db-common": {
|
|
1899
|
-
"version": "0.8.1-beta.
|
|
1900
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.
|
|
1901
|
-
"integrity": "sha512-
|
|
1899
|
+
"version": "0.8.1-beta.3",
|
|
1900
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.3.tgz",
|
|
1901
|
+
"integrity": "sha512-lo1mTSsFEs9U9e5WD1V5M5D/i+WEPybVsblERgv7BaFuL/Bnj6OMfU0TeH5tR3q5husJaKbykl4c/raL6PlQ1Q=="
|
|
1902
1902
|
},
|
|
1903
1903
|
"node_modules/@saltcorn/filemanager": {
|
|
1904
|
-
"version": "0.8.1-beta.
|
|
1905
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.
|
|
1906
|
-
"integrity": "sha512-
|
|
1904
|
+
"version": "0.8.1-beta.3",
|
|
1905
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.3.tgz",
|
|
1906
|
+
"integrity": "sha512-LJqTVHB1woeBuTRBTACFQOfrwvqJ8vhDgV828sJujDP5q5GdfbCajQWma6538alCkNeJJe4oaY+7HQmK1mFkGw==",
|
|
1907
1907
|
"dependencies": {
|
|
1908
1908
|
"sirv-cli": "^2.0.0"
|
|
1909
1909
|
}
|
|
1910
1910
|
},
|
|
1911
1911
|
"node_modules/@saltcorn/markup": {
|
|
1912
|
-
"version": "0.8.1-beta.
|
|
1913
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.
|
|
1914
|
-
"integrity": "sha512-
|
|
1912
|
+
"version": "0.8.1-beta.3",
|
|
1913
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.3.tgz",
|
|
1914
|
+
"integrity": "sha512-VZHR/rtcEZToLJ78xlzkEaVCmKO/KXngOgz1LR5i5H/Z9wIoI4N0+Yjt4sx/0zEAZYGFeUgz0EVfHXsFI0BB/Q==",
|
|
1915
1915
|
"dependencies": {
|
|
1916
1916
|
"escape-html": "^1.0.3",
|
|
1917
1917
|
"html-tags": "3.1.0",
|
|
@@ -1919,27 +1919,27 @@
|
|
|
1919
1919
|
}
|
|
1920
1920
|
},
|
|
1921
1921
|
"node_modules/@saltcorn/mobile-app": {
|
|
1922
|
-
"version": "0.8.1-beta.
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.
|
|
1924
|
-
"integrity": "sha512-
|
|
1922
|
+
"version": "0.8.1-beta.3",
|
|
1923
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.3.tgz",
|
|
1924
|
+
"integrity": "sha512-bQ/M5t5uIVFjocs4lGp68arIzXcJTBH7eMmhcT4quglO8VDc0IDMv7+igmyyNF+isNcnXw7Hu33/IkKdiZXnqA==",
|
|
1925
1925
|
"dependencies": {
|
|
1926
1926
|
"cordova": "^11.0.0",
|
|
1927
1927
|
"cordova-sqlite-ext": "^6.0.0"
|
|
1928
1928
|
}
|
|
1929
1929
|
},
|
|
1930
1930
|
"node_modules/@saltcorn/mobile-builder": {
|
|
1931
|
-
"version": "0.8.1-beta.
|
|
1932
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.
|
|
1933
|
-
"integrity": "sha512-
|
|
1931
|
+
"version": "0.8.1-beta.3",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.3.tgz",
|
|
1933
|
+
"integrity": "sha512-g4/0FIWRfbvJRR+iba36wmyA3lyj1YqJnDgUF6Edf1qAEVkZDyN2ngRsyzpJLuKycF2ET9OzLZQlsBksJHAiiQ==",
|
|
1934
1934
|
"hasInstallScript": true,
|
|
1935
1935
|
"dependencies": {
|
|
1936
|
-
"@saltcorn/base-plugin": "0.8.1-beta.
|
|
1937
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
1938
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
1939
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
1940
|
-
"@saltcorn/mobile-app": "0.8.1-beta.
|
|
1941
|
-
"@saltcorn/sbadmin2": "0.8.1-beta.
|
|
1942
|
-
"@saltcorn/server": "0.8.1-beta.
|
|
1936
|
+
"@saltcorn/base-plugin": "0.8.1-beta.3",
|
|
1937
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
1938
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
1939
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
1940
|
+
"@saltcorn/mobile-app": "0.8.1-beta.3",
|
|
1941
|
+
"@saltcorn/sbadmin2": "0.8.1-beta.3",
|
|
1942
|
+
"@saltcorn/server": "0.8.1-beta.3",
|
|
1943
1943
|
"fs-extra": "^10.0.1",
|
|
1944
1944
|
"live-plugin-manager": "^0.16.0",
|
|
1945
1945
|
"webpack": "5.68.0",
|
|
@@ -1980,38 +1980,38 @@
|
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
1982
|
"node_modules/@saltcorn/postgres": {
|
|
1983
|
-
"version": "0.8.1-beta.
|
|
1984
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.
|
|
1985
|
-
"integrity": "sha512-
|
|
1983
|
+
"version": "0.8.1-beta.3",
|
|
1984
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.3.tgz",
|
|
1985
|
+
"integrity": "sha512-4Vx9gSJ9qByX55iN3BIY+37jtQuBK+GnFImN8/nyIhdyKjsRrZxgOeSOCJHnCfi0GVp9MefA6EWXwKVqmoPrpg==",
|
|
1986
1986
|
"optional": true,
|
|
1987
1987
|
"dependencies": {
|
|
1988
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
1988
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
1989
1989
|
"pg": "^8.2.1",
|
|
1990
1990
|
"pg-copy-streams": "^5.1.1"
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
"node_modules/@saltcorn/sbadmin2": {
|
|
1994
|
-
"version": "0.8.1-beta.
|
|
1995
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.
|
|
1996
|
-
"integrity": "sha512-
|
|
1994
|
+
"version": "0.8.1-beta.3",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.3.tgz",
|
|
1996
|
+
"integrity": "sha512-yyHoKufNhVzRYtYflpOCyrgojdG8ZpXd66NdQhxacHm9e5c7lrtTAMENLJoWd2JwA+KwUwf6S2lcXJEUhg9y1g==",
|
|
1997
1997
|
"dependencies": {
|
|
1998
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
1999
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
1998
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
1999
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
2000
2000
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2001
2001
|
}
|
|
2002
2002
|
},
|
|
2003
2003
|
"node_modules/@saltcorn/server": {
|
|
2004
|
-
"version": "0.8.1-beta.
|
|
2005
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.
|
|
2006
|
-
"integrity": "sha512-
|
|
2007
|
-
"dependencies": {
|
|
2008
|
-
"@saltcorn/admin-models": "0.8.1-beta.
|
|
2009
|
-
"@saltcorn/base-plugin": "0.8.1-beta.
|
|
2010
|
-
"@saltcorn/builder": "0.8.1-beta.
|
|
2011
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
2012
|
-
"@saltcorn/filemanager": "0.8.1-beta.
|
|
2013
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
2014
|
-
"@saltcorn/sbadmin2": "0.8.1-beta.
|
|
2004
|
+
"version": "0.8.1-beta.3",
|
|
2005
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.3.tgz",
|
|
2006
|
+
"integrity": "sha512-9T219QA3KdtWuKEgayerrppcGFFUhgbx25k/5yRjwkHQrRh6Ku2kRe1dIjFqs2X/QzZdT1ED9U0lgWS46lUVPg==",
|
|
2007
|
+
"dependencies": {
|
|
2008
|
+
"@saltcorn/admin-models": "0.8.1-beta.3",
|
|
2009
|
+
"@saltcorn/base-plugin": "0.8.1-beta.3",
|
|
2010
|
+
"@saltcorn/builder": "0.8.1-beta.3",
|
|
2011
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
2012
|
+
"@saltcorn/filemanager": "0.8.1-beta.3",
|
|
2013
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
2014
|
+
"@saltcorn/sbadmin2": "0.8.1-beta.3",
|
|
2015
2015
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
2016
2016
|
"@socket.io/sticky": "^1.0.1",
|
|
2017
2017
|
"aws-sdk": "^2.1037.0",
|
|
@@ -2061,29 +2061,29 @@
|
|
|
2061
2061
|
}
|
|
2062
2062
|
},
|
|
2063
2063
|
"node_modules/@saltcorn/sqlite": {
|
|
2064
|
-
"version": "0.8.1-beta.
|
|
2065
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.
|
|
2066
|
-
"integrity": "sha512-
|
|
2064
|
+
"version": "0.8.1-beta.3",
|
|
2065
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.3.tgz",
|
|
2066
|
+
"integrity": "sha512-SJoCvfTldRhNGBzpCKkUUYAr2AB2vbtjyJyVR/7+Zlhkco+7Xm4v2tkV2KJFKKhV639IYHZyTJlA/p8X4vii9Q==",
|
|
2067
2067
|
"optional": true,
|
|
2068
2068
|
"dependencies": {
|
|
2069
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
2069
|
+
"@saltcorn/db-common": "0.8.1-beta.3"
|
|
2070
2070
|
},
|
|
2071
2071
|
"optionalDependencies": {
|
|
2072
2072
|
"sqlite3": "^5.0.8"
|
|
2073
2073
|
}
|
|
2074
2074
|
},
|
|
2075
2075
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2076
|
-
"version": "0.8.1-beta.
|
|
2077
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.
|
|
2078
|
-
"integrity": "sha512-
|
|
2076
|
+
"version": "0.8.1-beta.3",
|
|
2077
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.3.tgz",
|
|
2078
|
+
"integrity": "sha512-YaiyGG3ZzOuVR5RrDvLkHGqqpYGhuQWtPYCJdYN+tSHEez/9wRWYIWfkSz4yIdtOfBlvMTI0DUka9W4blQCJZA==",
|
|
2079
2079
|
"dependencies": {
|
|
2080
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
2080
|
+
"@saltcorn/db-common": "0.8.1-beta.3"
|
|
2081
2081
|
}
|
|
2082
2082
|
},
|
|
2083
2083
|
"node_modules/@saltcorn/types": {
|
|
2084
|
-
"version": "0.8.1-beta.
|
|
2085
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.
|
|
2086
|
-
"integrity": "sha512-
|
|
2084
|
+
"version": "0.8.1-beta.3",
|
|
2085
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.3.tgz",
|
|
2086
|
+
"integrity": "sha512-N0Jp+hGVgIJoicT39KytPxLHybnJehzCCQ7t5A1WJHiivPzbmXhXIyWaLB4fBmDaSrZyZKe2+ve7tuygyDYdPw=="
|
|
2087
2087
|
},
|
|
2088
2088
|
"node_modules/@sindresorhus/is": {
|
|
2089
2089
|
"version": "0.14.0",
|
|
@@ -15783,14 +15783,14 @@
|
|
|
15783
15783
|
}
|
|
15784
15784
|
},
|
|
15785
15785
|
"@saltcorn/admin-models": {
|
|
15786
|
-
"version": "0.8.1-beta.
|
|
15787
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.
|
|
15788
|
-
"integrity": "sha512-
|
|
15789
|
-
"requires": {
|
|
15790
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
15791
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
15792
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
15793
|
-
"@saltcorn/types": "0.8.1-beta.
|
|
15786
|
+
"version": "0.8.1-beta.3",
|
|
15787
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.3.tgz",
|
|
15788
|
+
"integrity": "sha512-VzRGqFVMKUPw+l+I8v733hqqyjxTzuOnEU+lB9RXapW2BK7ZJteYFekoDj4uMBrfsnJbMhp8G2loXbC/cGFprA==",
|
|
15789
|
+
"requires": {
|
|
15790
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
15791
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
15792
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
15793
|
+
"@saltcorn/types": "0.8.1-beta.3",
|
|
15794
15794
|
"@types/lodash": "^4.14.182",
|
|
15795
15795
|
"adm-zip": "0.5.5",
|
|
15796
15796
|
"csv-stringify": "^5.5.0",
|
|
@@ -15802,32 +15802,32 @@
|
|
|
15802
15802
|
}
|
|
15803
15803
|
},
|
|
15804
15804
|
"@saltcorn/base-plugin": {
|
|
15805
|
-
"version": "0.8.1-beta.
|
|
15806
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.
|
|
15807
|
-
"integrity": "sha512-
|
|
15805
|
+
"version": "0.8.1-beta.3",
|
|
15806
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.3.tgz",
|
|
15807
|
+
"integrity": "sha512-0kn5+pOkRFAjzwazkzeGTkY+gymiKRF7uz+46LP/7mBOW7ExQ6MZffajuS51lcY/tQL98BVAknOggLXpDDRl5A==",
|
|
15808
15808
|
"requires": {
|
|
15809
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
15809
|
+
"@saltcorn/data": "0.8.1-beta.3"
|
|
15810
15810
|
}
|
|
15811
15811
|
},
|
|
15812
15812
|
"@saltcorn/builder": {
|
|
15813
|
-
"version": "0.8.1-beta.
|
|
15814
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.
|
|
15815
|
-
"integrity": "sha512-
|
|
15813
|
+
"version": "0.8.1-beta.3",
|
|
15814
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.3.tgz",
|
|
15815
|
+
"integrity": "sha512-1UxT+Y+UXA1i5wiuyeK1AevHwIhRSDVko5MMcElCPIz9FEj88czOVlUMoPA+o4Fg+sru+czwcZYLVrIbk6VP5Q==",
|
|
15816
15816
|
"requires": {
|
|
15817
15817
|
"styled-components": "4.4.1"
|
|
15818
15818
|
}
|
|
15819
15819
|
},
|
|
15820
15820
|
"@saltcorn/data": {
|
|
15821
|
-
"version": "0.8.1-beta.
|
|
15822
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.
|
|
15823
|
-
"integrity": "sha512-
|
|
15824
|
-
"requires": {
|
|
15825
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
15826
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
15827
|
-
"@saltcorn/postgres": "0.8.1-beta.
|
|
15828
|
-
"@saltcorn/sqlite": "0.8.1-beta.
|
|
15829
|
-
"@saltcorn/sqlite-mobile": "0.8.1-beta.
|
|
15830
|
-
"@saltcorn/types": "0.8.1-beta.
|
|
15821
|
+
"version": "0.8.1-beta.3",
|
|
15822
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.3.tgz",
|
|
15823
|
+
"integrity": "sha512-NDJNl7Jp+Q0BbHurbPEgGjQDVG6/UJbN61+LBoZF0tHTsxxPrdq56KKSzMlR0Y8bMuumpggwvERR5P80AIR6ug==",
|
|
15824
|
+
"requires": {
|
|
15825
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
15826
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
15827
|
+
"@saltcorn/postgres": "0.8.1-beta.3",
|
|
15828
|
+
"@saltcorn/sqlite": "0.8.1-beta.3",
|
|
15829
|
+
"@saltcorn/sqlite-mobile": "0.8.1-beta.3",
|
|
15830
|
+
"@saltcorn/types": "0.8.1-beta.3",
|
|
15831
15831
|
"acorn": "^8.0.3",
|
|
15832
15832
|
"astring": "^1.4.3",
|
|
15833
15833
|
"axios": "^0.26.1",
|
|
@@ -15869,22 +15869,22 @@
|
|
|
15869
15869
|
}
|
|
15870
15870
|
},
|
|
15871
15871
|
"@saltcorn/db-common": {
|
|
15872
|
-
"version": "0.8.1-beta.
|
|
15873
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.
|
|
15874
|
-
"integrity": "sha512-
|
|
15872
|
+
"version": "0.8.1-beta.3",
|
|
15873
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.3.tgz",
|
|
15874
|
+
"integrity": "sha512-lo1mTSsFEs9U9e5WD1V5M5D/i+WEPybVsblERgv7BaFuL/Bnj6OMfU0TeH5tR3q5husJaKbykl4c/raL6PlQ1Q=="
|
|
15875
15875
|
},
|
|
15876
15876
|
"@saltcorn/filemanager": {
|
|
15877
|
-
"version": "0.8.1-beta.
|
|
15878
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.
|
|
15879
|
-
"integrity": "sha512-
|
|
15877
|
+
"version": "0.8.1-beta.3",
|
|
15878
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.3.tgz",
|
|
15879
|
+
"integrity": "sha512-LJqTVHB1woeBuTRBTACFQOfrwvqJ8vhDgV828sJujDP5q5GdfbCajQWma6538alCkNeJJe4oaY+7HQmK1mFkGw==",
|
|
15880
15880
|
"requires": {
|
|
15881
15881
|
"sirv-cli": "^2.0.0"
|
|
15882
15882
|
}
|
|
15883
15883
|
},
|
|
15884
15884
|
"@saltcorn/markup": {
|
|
15885
|
-
"version": "0.8.1-beta.
|
|
15886
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.
|
|
15887
|
-
"integrity": "sha512-
|
|
15885
|
+
"version": "0.8.1-beta.3",
|
|
15886
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.3.tgz",
|
|
15887
|
+
"integrity": "sha512-VZHR/rtcEZToLJ78xlzkEaVCmKO/KXngOgz1LR5i5H/Z9wIoI4N0+Yjt4sx/0zEAZYGFeUgz0EVfHXsFI0BB/Q==",
|
|
15888
15888
|
"requires": {
|
|
15889
15889
|
"escape-html": "^1.0.3",
|
|
15890
15890
|
"html-tags": "3.1.0",
|
|
@@ -15892,26 +15892,26 @@
|
|
|
15892
15892
|
}
|
|
15893
15893
|
},
|
|
15894
15894
|
"@saltcorn/mobile-app": {
|
|
15895
|
-
"version": "0.8.1-beta.
|
|
15896
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.
|
|
15897
|
-
"integrity": "sha512-
|
|
15895
|
+
"version": "0.8.1-beta.3",
|
|
15896
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.3.tgz",
|
|
15897
|
+
"integrity": "sha512-bQ/M5t5uIVFjocs4lGp68arIzXcJTBH7eMmhcT4quglO8VDc0IDMv7+igmyyNF+isNcnXw7Hu33/IkKdiZXnqA==",
|
|
15898
15898
|
"requires": {
|
|
15899
15899
|
"cordova": "^11.0.0",
|
|
15900
15900
|
"cordova-sqlite-ext": "^6.0.0"
|
|
15901
15901
|
}
|
|
15902
15902
|
},
|
|
15903
15903
|
"@saltcorn/mobile-builder": {
|
|
15904
|
-
"version": "0.8.1-beta.
|
|
15905
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.
|
|
15906
|
-
"integrity": "sha512-
|
|
15907
|
-
"requires": {
|
|
15908
|
-
"@saltcorn/base-plugin": "0.8.1-beta.
|
|
15909
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
15910
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
15911
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
15912
|
-
"@saltcorn/mobile-app": "0.8.1-beta.
|
|
15913
|
-
"@saltcorn/sbadmin2": "0.8.1-beta.
|
|
15914
|
-
"@saltcorn/server": "0.8.1-beta.
|
|
15904
|
+
"version": "0.8.1-beta.3",
|
|
15905
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.3.tgz",
|
|
15906
|
+
"integrity": "sha512-g4/0FIWRfbvJRR+iba36wmyA3lyj1YqJnDgUF6Edf1qAEVkZDyN2ngRsyzpJLuKycF2ET9OzLZQlsBksJHAiiQ==",
|
|
15907
|
+
"requires": {
|
|
15908
|
+
"@saltcorn/base-plugin": "0.8.1-beta.3",
|
|
15909
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
15910
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
15911
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
15912
|
+
"@saltcorn/mobile-app": "0.8.1-beta.3",
|
|
15913
|
+
"@saltcorn/sbadmin2": "0.8.1-beta.3",
|
|
15914
|
+
"@saltcorn/server": "0.8.1-beta.3",
|
|
15915
15915
|
"fs-extra": "^10.0.1",
|
|
15916
15916
|
"live-plugin-manager": "^0.16.0",
|
|
15917
15917
|
"webpack": "5.68.0",
|
|
@@ -15946,38 +15946,38 @@
|
|
|
15946
15946
|
}
|
|
15947
15947
|
},
|
|
15948
15948
|
"@saltcorn/postgres": {
|
|
15949
|
-
"version": "0.8.1-beta.
|
|
15950
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.
|
|
15951
|
-
"integrity": "sha512-
|
|
15949
|
+
"version": "0.8.1-beta.3",
|
|
15950
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.3.tgz",
|
|
15951
|
+
"integrity": "sha512-4Vx9gSJ9qByX55iN3BIY+37jtQuBK+GnFImN8/nyIhdyKjsRrZxgOeSOCJHnCfi0GVp9MefA6EWXwKVqmoPrpg==",
|
|
15952
15952
|
"optional": true,
|
|
15953
15953
|
"requires": {
|
|
15954
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
15954
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
15955
15955
|
"pg": "^8.2.1",
|
|
15956
15956
|
"pg-copy-streams": "^5.1.1"
|
|
15957
15957
|
}
|
|
15958
15958
|
},
|
|
15959
15959
|
"@saltcorn/sbadmin2": {
|
|
15960
|
-
"version": "0.8.1-beta.
|
|
15961
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.
|
|
15962
|
-
"integrity": "sha512-
|
|
15960
|
+
"version": "0.8.1-beta.3",
|
|
15961
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.3.tgz",
|
|
15962
|
+
"integrity": "sha512-yyHoKufNhVzRYtYflpOCyrgojdG8ZpXd66NdQhxacHm9e5c7lrtTAMENLJoWd2JwA+KwUwf6S2lcXJEUhg9y1g==",
|
|
15963
15963
|
"requires": {
|
|
15964
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
15965
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
15964
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
15965
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
15966
15966
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
15967
15967
|
}
|
|
15968
15968
|
},
|
|
15969
15969
|
"@saltcorn/server": {
|
|
15970
|
-
"version": "0.8.1-beta.
|
|
15971
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.
|
|
15972
|
-
"integrity": "sha512-
|
|
15973
|
-
"requires": {
|
|
15974
|
-
"@saltcorn/admin-models": "0.8.1-beta.
|
|
15975
|
-
"@saltcorn/base-plugin": "0.8.1-beta.
|
|
15976
|
-
"@saltcorn/builder": "0.8.1-beta.
|
|
15977
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
15978
|
-
"@saltcorn/filemanager": "0.8.1-beta.
|
|
15979
|
-
"@saltcorn/markup": "0.8.1-beta.
|
|
15980
|
-
"@saltcorn/sbadmin2": "0.8.1-beta.
|
|
15970
|
+
"version": "0.8.1-beta.3",
|
|
15971
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.3.tgz",
|
|
15972
|
+
"integrity": "sha512-9T219QA3KdtWuKEgayerrppcGFFUhgbx25k/5yRjwkHQrRh6Ku2kRe1dIjFqs2X/QzZdT1ED9U0lgWS46lUVPg==",
|
|
15973
|
+
"requires": {
|
|
15974
|
+
"@saltcorn/admin-models": "0.8.1-beta.3",
|
|
15975
|
+
"@saltcorn/base-plugin": "0.8.1-beta.3",
|
|
15976
|
+
"@saltcorn/builder": "0.8.1-beta.3",
|
|
15977
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
15978
|
+
"@saltcorn/filemanager": "0.8.1-beta.3",
|
|
15979
|
+
"@saltcorn/markup": "0.8.1-beta.3",
|
|
15980
|
+
"@saltcorn/sbadmin2": "0.8.1-beta.3",
|
|
15981
15981
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
15982
15982
|
"@socket.io/sticky": "^1.0.1",
|
|
15983
15983
|
"aws-sdk": "^2.1037.0",
|
|
@@ -16025,27 +16025,27 @@
|
|
|
16025
16025
|
}
|
|
16026
16026
|
},
|
|
16027
16027
|
"@saltcorn/sqlite": {
|
|
16028
|
-
"version": "0.8.1-beta.
|
|
16029
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.
|
|
16030
|
-
"integrity": "sha512-
|
|
16028
|
+
"version": "0.8.1-beta.3",
|
|
16029
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.3.tgz",
|
|
16030
|
+
"integrity": "sha512-SJoCvfTldRhNGBzpCKkUUYAr2AB2vbtjyJyVR/7+Zlhkco+7Xm4v2tkV2KJFKKhV639IYHZyTJlA/p8X4vii9Q==",
|
|
16031
16031
|
"optional": true,
|
|
16032
16032
|
"requires": {
|
|
16033
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
16033
|
+
"@saltcorn/db-common": "0.8.1-beta.3",
|
|
16034
16034
|
"sqlite3": "^5.0.8"
|
|
16035
16035
|
}
|
|
16036
16036
|
},
|
|
16037
16037
|
"@saltcorn/sqlite-mobile": {
|
|
16038
|
-
"version": "0.8.1-beta.
|
|
16039
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.
|
|
16040
|
-
"integrity": "sha512-
|
|
16038
|
+
"version": "0.8.1-beta.3",
|
|
16039
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.3.tgz",
|
|
16040
|
+
"integrity": "sha512-YaiyGG3ZzOuVR5RrDvLkHGqqpYGhuQWtPYCJdYN+tSHEez/9wRWYIWfkSz4yIdtOfBlvMTI0DUka9W4blQCJZA==",
|
|
16041
16041
|
"requires": {
|
|
16042
|
-
"@saltcorn/db-common": "0.8.1-beta.
|
|
16042
|
+
"@saltcorn/db-common": "0.8.1-beta.3"
|
|
16043
16043
|
}
|
|
16044
16044
|
},
|
|
16045
16045
|
"@saltcorn/types": {
|
|
16046
|
-
"version": "0.8.1-beta.
|
|
16047
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.
|
|
16048
|
-
"integrity": "sha512-
|
|
16046
|
+
"version": "0.8.1-beta.3",
|
|
16047
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.3.tgz",
|
|
16048
|
+
"integrity": "sha512-N0Jp+hGVgIJoicT39KytPxLHybnJehzCCQ7t5A1WJHiivPzbmXhXIyWaLB4fBmDaSrZyZKe2+ve7tuygyDYdPw=="
|
|
16049
16049
|
},
|
|
16050
16050
|
"@sindresorhus/is": {
|
|
16051
16051
|
"version": "0.14.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.1-beta.2","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 zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"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"},"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"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":true}]},"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","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":{},"args":[]},"localize-plugin":{"id":"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"}]},"make-migration":{"id":"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":[]},"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":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"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-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}},"args":[{"name":"package","description":"which package to run tests for"}]},"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":true},{"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":[]},"test-plugin":{"id":"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}]},"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}]}}}
|
|
1
|
+
{"version":"0.8.1-beta.3","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 zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"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"},"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"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":true}]},"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","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":{},"args":[]},"localize-plugin":{"id":"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"}]},"make-migration":{"id":"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":[]},"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":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"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-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}},"args":[{"name":"package","description":"which package to run tests for"}]},"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":true},{"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":[]},"test-plugin":{"id":"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}]},"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}]}}}
|
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.8.1-beta.
|
|
5
|
+
"version": "0.8.1-beta.3",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -13,11 +13,11 @@
|
|
|
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.8.1-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.1-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.1-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.1-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.1-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.1-beta.3",
|
|
17
|
+
"@saltcorn/data": "0.8.1-beta.3",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.1-beta.3",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.1-beta.3",
|
|
20
|
+
"@saltcorn/server": "0.8.1-beta.3",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|