@saltcorn/cli 0.8.1-beta.5 → 0.8.1-rc.2
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 +190 -188
- 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-
|
|
23
|
+
@saltcorn/cli/0.8.1-rc.2 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-
|
|
82
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
98
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
126
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
140
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
154
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
173
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
191
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
202
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
223
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
242
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
260
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
298
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
316
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
332
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
348
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
359
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
378
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
394
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
416
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
445
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
472
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
486
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
505
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
522
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
541
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
560
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
583
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
597
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
618
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
639
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
658
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
672
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
690
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
707
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-rc.2/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-
|
|
3
|
+
"version": "0.8.1-rc.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.1-
|
|
9
|
+
"version": "0.8.1-rc.2",
|
|
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-
|
|
17
|
-
"@saltcorn/data": "0.8.1-
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.1-
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.1-
|
|
20
|
-
"@saltcorn/server": "0.8.1-
|
|
16
|
+
"@saltcorn/admin-models": "0.8.1-rc.2",
|
|
17
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.1-rc.2",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.1-rc.2",
|
|
20
|
+
"@saltcorn/server": "0.8.1-rc.2",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -1219,9 +1219,9 @@
|
|
|
1219
1219
|
}
|
|
1220
1220
|
},
|
|
1221
1221
|
"node_modules/@oclif/core": {
|
|
1222
|
-
"version": "1.
|
|
1223
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.
|
|
1224
|
-
"integrity": "sha512-
|
|
1222
|
+
"version": "1.23.0",
|
|
1223
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.23.0.tgz",
|
|
1224
|
+
"integrity": "sha512-LnQoRtyQLQCsEHQsY7Ju0Z+g84XIVTxtVWr9hq81Juzj0o2f4zaFZ3f39VfnXvxI4m+QmROaoUJvr417eSEuhg==",
|
|
1225
1225
|
"dependencies": {
|
|
1226
1226
|
"@oclif/linewrap": "^1.0.0",
|
|
1227
1227
|
"@oclif/screen": "^3.0.3",
|
|
@@ -1808,14 +1808,14 @@
|
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
1810
|
"node_modules/@saltcorn/admin-models": {
|
|
1811
|
-
"version": "0.8.1-
|
|
1812
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-
|
|
1813
|
-
"integrity": "sha512-
|
|
1814
|
-
"dependencies": {
|
|
1815
|
-
"@saltcorn/data": "0.8.1-
|
|
1816
|
-
"@saltcorn/db-common": "0.8.1-
|
|
1817
|
-
"@saltcorn/markup": "0.8.1-
|
|
1818
|
-
"@saltcorn/types": "0.8.1-
|
|
1811
|
+
"version": "0.8.1-rc.2",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-rc.2.tgz",
|
|
1813
|
+
"integrity": "sha512-PNKAwcaMqLazZAnp1brJyZioxjmrI/Ct6Go2GUM+PP1iVVjP3AV8eWr6kYp93ftiV0UZFhFXyv6L6RYU4ErBeA==",
|
|
1814
|
+
"dependencies": {
|
|
1815
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
1816
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
1817
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
1818
|
+
"@saltcorn/types": "0.8.1-rc.2",
|
|
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-
|
|
1831
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-
|
|
1832
|
-
"integrity": "sha512-
|
|
1830
|
+
"version": "0.8.1-rc.2",
|
|
1831
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-rc.2.tgz",
|
|
1832
|
+
"integrity": "sha512-dXNNy4HwZU6FK3KeiSs4Kk2UU0ezxKlLl4Sd77idDFZ+T3uHv0UuCTMINMED5yUaDtPYSdrENwwmxc7Ikaa3bw==",
|
|
1833
1833
|
"dependencies": {
|
|
1834
|
-
"@saltcorn/data": "0.8.1-
|
|
1834
|
+
"@saltcorn/data": "0.8.1-rc.2"
|
|
1835
1835
|
}
|
|
1836
1836
|
},
|
|
1837
1837
|
"node_modules/@saltcorn/builder": {
|
|
1838
|
-
"version": "0.8.1-
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-
|
|
1840
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "0.8.1-rc.2",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-rc.2.tgz",
|
|
1840
|
+
"integrity": "sha512-3PMcuMYhoBULCaAnya3GNJ8Aaw0iI1I1ENuT449zVfoHRYw9oc5ulq0rxo/+4tzoA/VPMOUHdIz9chF6hltRkQ==",
|
|
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-
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-
|
|
1848
|
-
"integrity": "sha512-
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"@saltcorn/db-common": "0.8.1-
|
|
1851
|
-
"@saltcorn/markup": "0.8.1-
|
|
1852
|
-
"@saltcorn/sqlite-mobile": "0.8.1-
|
|
1853
|
-
"@saltcorn/types": "0.8.1-
|
|
1846
|
+
"version": "0.8.1-rc.2",
|
|
1847
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-rc.2.tgz",
|
|
1848
|
+
"integrity": "sha512-EdoTVKOwHWI/UVQSghyZMqnkBy/OHx6ir2xP7yexhBeFSaFQ+aRbUJl0462rr6RIzJY3LNRTR2PBMHIlaKrKeg==",
|
|
1849
|
+
"dependencies": {
|
|
1850
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
1851
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
1852
|
+
"@saltcorn/sqlite-mobile": "0.8.1-rc.2",
|
|
1853
|
+
"@saltcorn/types": "0.8.1-rc.2",
|
|
1854
1854
|
"acorn": "^8.0.3",
|
|
1855
1855
|
"astring": "^1.4.3",
|
|
1856
1856
|
"axios": "^0.26.1",
|
|
@@ -1882,6 +1882,7 @@
|
|
|
1882
1882
|
"os-browserify": "0.3.0",
|
|
1883
1883
|
"path-browserify": "1.0.1",
|
|
1884
1884
|
"pluralize": "^8.0.0",
|
|
1885
|
+
"process": "0.11.10",
|
|
1885
1886
|
"stream-browserify": "3.0.0",
|
|
1886
1887
|
"stream-http": "3.2.0",
|
|
1887
1888
|
"tmp-promise": "^3.0.2",
|
|
@@ -1891,27 +1892,27 @@
|
|
|
1891
1892
|
"vm-browserify": "^1.1.2"
|
|
1892
1893
|
},
|
|
1893
1894
|
"optionalDependencies": {
|
|
1894
|
-
"@saltcorn/postgres": "0.8.1-
|
|
1895
|
-
"@saltcorn/sqlite": "0.8.1-
|
|
1895
|
+
"@saltcorn/postgres": "0.8.1-rc.2",
|
|
1896
|
+
"@saltcorn/sqlite": "0.8.1-rc.2"
|
|
1896
1897
|
}
|
|
1897
1898
|
},
|
|
1898
1899
|
"node_modules/@saltcorn/db-common": {
|
|
1899
|
-
"version": "0.8.1-
|
|
1900
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-
|
|
1901
|
-
"integrity": "sha512-
|
|
1900
|
+
"version": "0.8.1-rc.2",
|
|
1901
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-rc.2.tgz",
|
|
1902
|
+
"integrity": "sha512-GAaC7MIjzbdjSFxp33cUzQbLpfdjnosLlSo2UjQIKa9s+JzQkPNXKV7ZiP52mnoSob+Om7UQFbQMp7S7BaDRcA=="
|
|
1902
1903
|
},
|
|
1903
1904
|
"node_modules/@saltcorn/filemanager": {
|
|
1904
|
-
"version": "0.8.1-
|
|
1905
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-
|
|
1906
|
-
"integrity": "sha512-
|
|
1905
|
+
"version": "0.8.1-rc.2",
|
|
1906
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-rc.2.tgz",
|
|
1907
|
+
"integrity": "sha512-RaUxCCUVkYnLu1I9FWXLm2sNHewmM0IcZqbKeNa3WmDVIgd16xoXJvmdj0Sbx0ptEJlJ0tiFd3hzFYxB6RIf7A==",
|
|
1907
1908
|
"dependencies": {
|
|
1908
1909
|
"sirv-cli": "^2.0.0"
|
|
1909
1910
|
}
|
|
1910
1911
|
},
|
|
1911
1912
|
"node_modules/@saltcorn/markup": {
|
|
1912
|
-
"version": "0.8.1-
|
|
1913
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-
|
|
1914
|
-
"integrity": "sha512-
|
|
1913
|
+
"version": "0.8.1-rc.2",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-rc.2.tgz",
|
|
1915
|
+
"integrity": "sha512-AVt0sI7oyY+RjM2mKS6+7dfY8uDKehjz/d46y98EIvZDd7HyHCKjsD0xCa6Ja5FrvK+0WM/Lx6nyHUNbIzRxVA==",
|
|
1915
1916
|
"dependencies": {
|
|
1916
1917
|
"escape-html": "^1.0.3",
|
|
1917
1918
|
"html-tags": "3.1.0",
|
|
@@ -1919,27 +1920,27 @@
|
|
|
1919
1920
|
}
|
|
1920
1921
|
},
|
|
1921
1922
|
"node_modules/@saltcorn/mobile-app": {
|
|
1922
|
-
"version": "0.8.1-
|
|
1923
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-
|
|
1924
|
-
"integrity": "sha512-
|
|
1923
|
+
"version": "0.8.1-rc.2",
|
|
1924
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-rc.2.tgz",
|
|
1925
|
+
"integrity": "sha512-ou9gmB1/V0mbOd/pGI5C1wDr8jdDv4rsJDAMeZvazAL79CSU+OPbPU7aVbg3mP4GhcfxoLOpKiVzc6/kX5CSRw==",
|
|
1925
1926
|
"dependencies": {
|
|
1926
1927
|
"cordova": "^11.0.0",
|
|
1927
1928
|
"cordova-sqlite-ext": "^6.0.0"
|
|
1928
1929
|
}
|
|
1929
1930
|
},
|
|
1930
1931
|
"node_modules/@saltcorn/mobile-builder": {
|
|
1931
|
-
"version": "0.8.1-
|
|
1932
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-
|
|
1933
|
-
"integrity": "sha512
|
|
1932
|
+
"version": "0.8.1-rc.2",
|
|
1933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-rc.2.tgz",
|
|
1934
|
+
"integrity": "sha512-EEXvfN6c+eNdU4kGtPWFFRbaJl1iYadDu4X0ns7rsa99bqIkw3SoDTuLWrgB+pGQhms+9mideZf5y1nAsATwoQ==",
|
|
1934
1935
|
"hasInstallScript": true,
|
|
1935
1936
|
"dependencies": {
|
|
1936
|
-
"@saltcorn/base-plugin": "0.8.1-
|
|
1937
|
-
"@saltcorn/data": "0.8.1-
|
|
1938
|
-
"@saltcorn/db-common": "0.8.1-
|
|
1939
|
-
"@saltcorn/markup": "0.8.1-
|
|
1940
|
-
"@saltcorn/mobile-app": "0.8.1-
|
|
1941
|
-
"@saltcorn/sbadmin2": "0.8.1-
|
|
1942
|
-
"@saltcorn/server": "0.8.1-
|
|
1937
|
+
"@saltcorn/base-plugin": "0.8.1-rc.2",
|
|
1938
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
1939
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
1940
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
1941
|
+
"@saltcorn/mobile-app": "0.8.1-rc.2",
|
|
1942
|
+
"@saltcorn/sbadmin2": "0.8.1-rc.2",
|
|
1943
|
+
"@saltcorn/server": "0.8.1-rc.2",
|
|
1943
1944
|
"fs-extra": "^10.0.1",
|
|
1944
1945
|
"live-plugin-manager": "^0.16.0",
|
|
1945
1946
|
"webpack": "5.68.0",
|
|
@@ -1980,38 +1981,38 @@
|
|
|
1980
1981
|
}
|
|
1981
1982
|
},
|
|
1982
1983
|
"node_modules/@saltcorn/postgres": {
|
|
1983
|
-
"version": "0.8.1-
|
|
1984
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-
|
|
1985
|
-
"integrity": "sha512-
|
|
1984
|
+
"version": "0.8.1-rc.2",
|
|
1985
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-rc.2.tgz",
|
|
1986
|
+
"integrity": "sha512-roeZI1DFY1KvrIpDpTBhuxfxHoH+iSywhUvpxZhVrX9l5MsbQM4uMkjPCosTGWb/la79XrA/+5qgZntt3gVsdA==",
|
|
1986
1987
|
"optional": true,
|
|
1987
1988
|
"dependencies": {
|
|
1988
|
-
"@saltcorn/db-common": "0.8.1-
|
|
1989
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
1989
1990
|
"pg": "^8.2.1",
|
|
1990
1991
|
"pg-copy-streams": "^5.1.1"
|
|
1991
1992
|
}
|
|
1992
1993
|
},
|
|
1993
1994
|
"node_modules/@saltcorn/sbadmin2": {
|
|
1994
|
-
"version": "0.8.1-
|
|
1995
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-
|
|
1996
|
-
"integrity": "sha512-
|
|
1995
|
+
"version": "0.8.1-rc.2",
|
|
1996
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-rc.2.tgz",
|
|
1997
|
+
"integrity": "sha512-EHMu4WXXi/wwWjbyX1fcqWr5vPFnQw+gm5Fk2TEB2+gHiZv4MXY5a4XvzF/oRB+spx3+JI4mf86EWPl/4QnnNA==",
|
|
1997
1998
|
"dependencies": {
|
|
1998
|
-
"@saltcorn/data": "0.8.1-
|
|
1999
|
-
"@saltcorn/markup": "0.8.1-
|
|
1999
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
2000
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
2000
2001
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2001
2002
|
}
|
|
2002
2003
|
},
|
|
2003
2004
|
"node_modules/@saltcorn/server": {
|
|
2004
|
-
"version": "0.8.1-
|
|
2005
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-
|
|
2006
|
-
"integrity": "sha512-
|
|
2007
|
-
"dependencies": {
|
|
2008
|
-
"@saltcorn/admin-models": "0.8.1-
|
|
2009
|
-
"@saltcorn/base-plugin": "0.8.1-
|
|
2010
|
-
"@saltcorn/builder": "0.8.1-
|
|
2011
|
-
"@saltcorn/data": "0.8.1-
|
|
2012
|
-
"@saltcorn/filemanager": "0.8.1-
|
|
2013
|
-
"@saltcorn/markup": "0.8.1-
|
|
2014
|
-
"@saltcorn/sbadmin2": "0.8.1-
|
|
2005
|
+
"version": "0.8.1-rc.2",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-rc.2.tgz",
|
|
2007
|
+
"integrity": "sha512-Jyn+XRxu3g1AVEDzDKBLO5vzQyeg3+YFUMZ+eSoKHdds0yL327pyG8YTa3KqyS4k2quYEfplXdIQO4IlNJL+bg==",
|
|
2008
|
+
"dependencies": {
|
|
2009
|
+
"@saltcorn/admin-models": "0.8.1-rc.2",
|
|
2010
|
+
"@saltcorn/base-plugin": "0.8.1-rc.2",
|
|
2011
|
+
"@saltcorn/builder": "0.8.1-rc.2",
|
|
2012
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
2013
|
+
"@saltcorn/filemanager": "0.8.1-rc.2",
|
|
2014
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
2015
|
+
"@saltcorn/sbadmin2": "0.8.1-rc.2",
|
|
2015
2016
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
2016
2017
|
"@socket.io/sticky": "^1.0.1",
|
|
2017
2018
|
"aws-sdk": "^2.1037.0",
|
|
@@ -2061,29 +2062,29 @@
|
|
|
2061
2062
|
}
|
|
2062
2063
|
},
|
|
2063
2064
|
"node_modules/@saltcorn/sqlite": {
|
|
2064
|
-
"version": "0.8.1-
|
|
2065
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-
|
|
2066
|
-
"integrity": "sha512-
|
|
2065
|
+
"version": "0.8.1-rc.2",
|
|
2066
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-rc.2.tgz",
|
|
2067
|
+
"integrity": "sha512-sfiMF0KCo+UZ26l1cc30N0ds7yTA0PQjsd4PmrBKp0KkjyvTnmyQPbHCtCKy2FjFZQ1Nlir2QOb6KOSuebjKig==",
|
|
2067
2068
|
"optional": true,
|
|
2068
2069
|
"dependencies": {
|
|
2069
|
-
"@saltcorn/db-common": "0.8.1-
|
|
2070
|
+
"@saltcorn/db-common": "0.8.1-rc.2"
|
|
2070
2071
|
},
|
|
2071
2072
|
"optionalDependencies": {
|
|
2072
2073
|
"sqlite3": "^5.0.8"
|
|
2073
2074
|
}
|
|
2074
2075
|
},
|
|
2075
2076
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2076
|
-
"version": "0.8.1-
|
|
2077
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-
|
|
2078
|
-
"integrity": "sha512-
|
|
2077
|
+
"version": "0.8.1-rc.2",
|
|
2078
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-rc.2.tgz",
|
|
2079
|
+
"integrity": "sha512-9I5FOmmmTt8Shk639Gs5X95MLOc9nBFa7OOnqG9gPTco0gGUngfzcG60YgEwkCgVawKJ8qKazWmA0DBr4CFnhw==",
|
|
2079
2080
|
"dependencies": {
|
|
2080
|
-
"@saltcorn/db-common": "0.8.1-
|
|
2081
|
+
"@saltcorn/db-common": "0.8.1-rc.2"
|
|
2081
2082
|
}
|
|
2082
2083
|
},
|
|
2083
2084
|
"node_modules/@saltcorn/types": {
|
|
2084
|
-
"version": "0.8.1-
|
|
2085
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-
|
|
2086
|
-
"integrity": "sha512-
|
|
2085
|
+
"version": "0.8.1-rc.2",
|
|
2086
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-rc.2.tgz",
|
|
2087
|
+
"integrity": "sha512-bWQQFF96D8kXGgbGsy9QOc015t5+ms7UMDNQIommFzXHieyBh2W87fTzxezVECIvyZbS1e/GKFA5DoFepUGKYQ=="
|
|
2087
2088
|
},
|
|
2088
2089
|
"node_modules/@sindresorhus/is": {
|
|
2089
2090
|
"version": "0.14.0",
|
|
@@ -2232,9 +2233,9 @@
|
|
|
2232
2233
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
2233
2234
|
},
|
|
2234
2235
|
"node_modules/@types/node": {
|
|
2235
|
-
"version": "18.11.
|
|
2236
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.
|
|
2237
|
-
"integrity": "sha512-
|
|
2236
|
+
"version": "18.11.18",
|
|
2237
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
|
|
2238
|
+
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
|
|
2238
2239
|
},
|
|
2239
2240
|
"node_modules/@types/node-fetch": {
|
|
2240
2241
|
"version": "2.6.2",
|
|
@@ -2884,9 +2885,9 @@
|
|
|
2884
2885
|
}
|
|
2885
2886
|
},
|
|
2886
2887
|
"node_modules/aws-sdk": {
|
|
2887
|
-
"version": "2.
|
|
2888
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
2889
|
-
"integrity": "sha512-
|
|
2888
|
+
"version": "2.1285.0",
|
|
2889
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1285.0.tgz",
|
|
2890
|
+
"integrity": "sha512-nuoHXeyaJ3926NRfJCR2czcnToYDFvGFmhRSihgqxo0IgY4djFy7lZ+SdhqVODNal/Fd25SRQnTrYtYoRkgbkg==",
|
|
2890
2891
|
"dependencies": {
|
|
2891
2892
|
"buffer": "4.9.2",
|
|
2892
2893
|
"events": "1.1.1",
|
|
@@ -13056,9 +13057,9 @@
|
|
|
13056
13057
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
13057
13058
|
},
|
|
13058
13059
|
"node_modules/systeminformation": {
|
|
13059
|
-
"version": "5.16.
|
|
13060
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.16.
|
|
13061
|
-
"integrity": "sha512-
|
|
13060
|
+
"version": "5.16.9",
|
|
13061
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.16.9.tgz",
|
|
13062
|
+
"integrity": "sha512-QTlv3GGSromPeLVW3pzM6uxU8RbkacW9e0+ZX23GAXaX+XE0UToSygAxCJDHSty6RB9lAFHCHg+FfiXFChi/+w==",
|
|
13062
13063
|
"os": [
|
|
13063
13064
|
"darwin",
|
|
13064
13065
|
"linux",
|
|
@@ -15278,9 +15279,9 @@
|
|
|
15278
15279
|
}
|
|
15279
15280
|
},
|
|
15280
15281
|
"@oclif/core": {
|
|
15281
|
-
"version": "1.
|
|
15282
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.
|
|
15283
|
-
"integrity": "sha512-
|
|
15282
|
+
"version": "1.23.0",
|
|
15283
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-1.23.0.tgz",
|
|
15284
|
+
"integrity": "sha512-LnQoRtyQLQCsEHQsY7Ju0Z+g84XIVTxtVWr9hq81Juzj0o2f4zaFZ3f39VfnXvxI4m+QmROaoUJvr417eSEuhg==",
|
|
15284
15285
|
"requires": {
|
|
15285
15286
|
"@oclif/linewrap": "^1.0.0",
|
|
15286
15287
|
"@oclif/screen": "^3.0.3",
|
|
@@ -15783,14 +15784,14 @@
|
|
|
15783
15784
|
}
|
|
15784
15785
|
},
|
|
15785
15786
|
"@saltcorn/admin-models": {
|
|
15786
|
-
"version": "0.8.1-
|
|
15787
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-
|
|
15788
|
-
"integrity": "sha512-
|
|
15789
|
-
"requires": {
|
|
15790
|
-
"@saltcorn/data": "0.8.1-
|
|
15791
|
-
"@saltcorn/db-common": "0.8.1-
|
|
15792
|
-
"@saltcorn/markup": "0.8.1-
|
|
15793
|
-
"@saltcorn/types": "0.8.1-
|
|
15787
|
+
"version": "0.8.1-rc.2",
|
|
15788
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-rc.2.tgz",
|
|
15789
|
+
"integrity": "sha512-PNKAwcaMqLazZAnp1brJyZioxjmrI/Ct6Go2GUM+PP1iVVjP3AV8eWr6kYp93ftiV0UZFhFXyv6L6RYU4ErBeA==",
|
|
15790
|
+
"requires": {
|
|
15791
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
15792
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
15793
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
15794
|
+
"@saltcorn/types": "0.8.1-rc.2",
|
|
15794
15795
|
"@types/lodash": "^4.14.182",
|
|
15795
15796
|
"adm-zip": "0.5.5",
|
|
15796
15797
|
"csv-stringify": "^5.5.0",
|
|
@@ -15802,32 +15803,32 @@
|
|
|
15802
15803
|
}
|
|
15803
15804
|
},
|
|
15804
15805
|
"@saltcorn/base-plugin": {
|
|
15805
|
-
"version": "0.8.1-
|
|
15806
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-
|
|
15807
|
-
"integrity": "sha512-
|
|
15806
|
+
"version": "0.8.1-rc.2",
|
|
15807
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-rc.2.tgz",
|
|
15808
|
+
"integrity": "sha512-dXNNy4HwZU6FK3KeiSs4Kk2UU0ezxKlLl4Sd77idDFZ+T3uHv0UuCTMINMED5yUaDtPYSdrENwwmxc7Ikaa3bw==",
|
|
15808
15809
|
"requires": {
|
|
15809
|
-
"@saltcorn/data": "0.8.1-
|
|
15810
|
+
"@saltcorn/data": "0.8.1-rc.2"
|
|
15810
15811
|
}
|
|
15811
15812
|
},
|
|
15812
15813
|
"@saltcorn/builder": {
|
|
15813
|
-
"version": "0.8.1-
|
|
15814
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-
|
|
15815
|
-
"integrity": "sha512-
|
|
15814
|
+
"version": "0.8.1-rc.2",
|
|
15815
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-rc.2.tgz",
|
|
15816
|
+
"integrity": "sha512-3PMcuMYhoBULCaAnya3GNJ8Aaw0iI1I1ENuT449zVfoHRYw9oc5ulq0rxo/+4tzoA/VPMOUHdIz9chF6hltRkQ==",
|
|
15816
15817
|
"requires": {
|
|
15817
15818
|
"styled-components": "4.4.1"
|
|
15818
15819
|
}
|
|
15819
15820
|
},
|
|
15820
15821
|
"@saltcorn/data": {
|
|
15821
|
-
"version": "0.8.1-
|
|
15822
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-
|
|
15823
|
-
"integrity": "sha512-
|
|
15824
|
-
"requires": {
|
|
15825
|
-
"@saltcorn/db-common": "0.8.1-
|
|
15826
|
-
"@saltcorn/markup": "0.8.1-
|
|
15827
|
-
"@saltcorn/postgres": "0.8.1-
|
|
15828
|
-
"@saltcorn/sqlite": "0.8.1-
|
|
15829
|
-
"@saltcorn/sqlite-mobile": "0.8.1-
|
|
15830
|
-
"@saltcorn/types": "0.8.1-
|
|
15822
|
+
"version": "0.8.1-rc.2",
|
|
15823
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-rc.2.tgz",
|
|
15824
|
+
"integrity": "sha512-EdoTVKOwHWI/UVQSghyZMqnkBy/OHx6ir2xP7yexhBeFSaFQ+aRbUJl0462rr6RIzJY3LNRTR2PBMHIlaKrKeg==",
|
|
15825
|
+
"requires": {
|
|
15826
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
15827
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
15828
|
+
"@saltcorn/postgres": "0.8.1-rc.2",
|
|
15829
|
+
"@saltcorn/sqlite": "0.8.1-rc.2",
|
|
15830
|
+
"@saltcorn/sqlite-mobile": "0.8.1-rc.2",
|
|
15831
|
+
"@saltcorn/types": "0.8.1-rc.2",
|
|
15831
15832
|
"acorn": "^8.0.3",
|
|
15832
15833
|
"astring": "^1.4.3",
|
|
15833
15834
|
"axios": "^0.26.1",
|
|
@@ -15859,6 +15860,7 @@
|
|
|
15859
15860
|
"os-browserify": "0.3.0",
|
|
15860
15861
|
"path-browserify": "1.0.1",
|
|
15861
15862
|
"pluralize": "^8.0.0",
|
|
15863
|
+
"process": "0.11.10",
|
|
15862
15864
|
"stream-browserify": "3.0.0",
|
|
15863
15865
|
"stream-http": "3.2.0",
|
|
15864
15866
|
"tmp-promise": "^3.0.2",
|
|
@@ -15869,22 +15871,22 @@
|
|
|
15869
15871
|
}
|
|
15870
15872
|
},
|
|
15871
15873
|
"@saltcorn/db-common": {
|
|
15872
|
-
"version": "0.8.1-
|
|
15873
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-
|
|
15874
|
-
"integrity": "sha512-
|
|
15874
|
+
"version": "0.8.1-rc.2",
|
|
15875
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-rc.2.tgz",
|
|
15876
|
+
"integrity": "sha512-GAaC7MIjzbdjSFxp33cUzQbLpfdjnosLlSo2UjQIKa9s+JzQkPNXKV7ZiP52mnoSob+Om7UQFbQMp7S7BaDRcA=="
|
|
15875
15877
|
},
|
|
15876
15878
|
"@saltcorn/filemanager": {
|
|
15877
|
-
"version": "0.8.1-
|
|
15878
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-
|
|
15879
|
-
"integrity": "sha512-
|
|
15879
|
+
"version": "0.8.1-rc.2",
|
|
15880
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-rc.2.tgz",
|
|
15881
|
+
"integrity": "sha512-RaUxCCUVkYnLu1I9FWXLm2sNHewmM0IcZqbKeNa3WmDVIgd16xoXJvmdj0Sbx0ptEJlJ0tiFd3hzFYxB6RIf7A==",
|
|
15880
15882
|
"requires": {
|
|
15881
15883
|
"sirv-cli": "^2.0.0"
|
|
15882
15884
|
}
|
|
15883
15885
|
},
|
|
15884
15886
|
"@saltcorn/markup": {
|
|
15885
|
-
"version": "0.8.1-
|
|
15886
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-
|
|
15887
|
-
"integrity": "sha512-
|
|
15887
|
+
"version": "0.8.1-rc.2",
|
|
15888
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-rc.2.tgz",
|
|
15889
|
+
"integrity": "sha512-AVt0sI7oyY+RjM2mKS6+7dfY8uDKehjz/d46y98EIvZDd7HyHCKjsD0xCa6Ja5FrvK+0WM/Lx6nyHUNbIzRxVA==",
|
|
15888
15890
|
"requires": {
|
|
15889
15891
|
"escape-html": "^1.0.3",
|
|
15890
15892
|
"html-tags": "3.1.0",
|
|
@@ -15892,26 +15894,26 @@
|
|
|
15892
15894
|
}
|
|
15893
15895
|
},
|
|
15894
15896
|
"@saltcorn/mobile-app": {
|
|
15895
|
-
"version": "0.8.1-
|
|
15896
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-
|
|
15897
|
-
"integrity": "sha512-
|
|
15897
|
+
"version": "0.8.1-rc.2",
|
|
15898
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-rc.2.tgz",
|
|
15899
|
+
"integrity": "sha512-ou9gmB1/V0mbOd/pGI5C1wDr8jdDv4rsJDAMeZvazAL79CSU+OPbPU7aVbg3mP4GhcfxoLOpKiVzc6/kX5CSRw==",
|
|
15898
15900
|
"requires": {
|
|
15899
15901
|
"cordova": "^11.0.0",
|
|
15900
15902
|
"cordova-sqlite-ext": "^6.0.0"
|
|
15901
15903
|
}
|
|
15902
15904
|
},
|
|
15903
15905
|
"@saltcorn/mobile-builder": {
|
|
15904
|
-
"version": "0.8.1-
|
|
15905
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-
|
|
15906
|
-
"integrity": "sha512
|
|
15907
|
-
"requires": {
|
|
15908
|
-
"@saltcorn/base-plugin": "0.8.1-
|
|
15909
|
-
"@saltcorn/data": "0.8.1-
|
|
15910
|
-
"@saltcorn/db-common": "0.8.1-
|
|
15911
|
-
"@saltcorn/markup": "0.8.1-
|
|
15912
|
-
"@saltcorn/mobile-app": "0.8.1-
|
|
15913
|
-
"@saltcorn/sbadmin2": "0.8.1-
|
|
15914
|
-
"@saltcorn/server": "0.8.1-
|
|
15906
|
+
"version": "0.8.1-rc.2",
|
|
15907
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-rc.2.tgz",
|
|
15908
|
+
"integrity": "sha512-EEXvfN6c+eNdU4kGtPWFFRbaJl1iYadDu4X0ns7rsa99bqIkw3SoDTuLWrgB+pGQhms+9mideZf5y1nAsATwoQ==",
|
|
15909
|
+
"requires": {
|
|
15910
|
+
"@saltcorn/base-plugin": "0.8.1-rc.2",
|
|
15911
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
15912
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
15913
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
15914
|
+
"@saltcorn/mobile-app": "0.8.1-rc.2",
|
|
15915
|
+
"@saltcorn/sbadmin2": "0.8.1-rc.2",
|
|
15916
|
+
"@saltcorn/server": "0.8.1-rc.2",
|
|
15915
15917
|
"fs-extra": "^10.0.1",
|
|
15916
15918
|
"live-plugin-manager": "^0.16.0",
|
|
15917
15919
|
"webpack": "5.68.0",
|
|
@@ -15946,38 +15948,38 @@
|
|
|
15946
15948
|
}
|
|
15947
15949
|
},
|
|
15948
15950
|
"@saltcorn/postgres": {
|
|
15949
|
-
"version": "0.8.1-
|
|
15950
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-
|
|
15951
|
-
"integrity": "sha512-
|
|
15951
|
+
"version": "0.8.1-rc.2",
|
|
15952
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-rc.2.tgz",
|
|
15953
|
+
"integrity": "sha512-roeZI1DFY1KvrIpDpTBhuxfxHoH+iSywhUvpxZhVrX9l5MsbQM4uMkjPCosTGWb/la79XrA/+5qgZntt3gVsdA==",
|
|
15952
15954
|
"optional": true,
|
|
15953
15955
|
"requires": {
|
|
15954
|
-
"@saltcorn/db-common": "0.8.1-
|
|
15956
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
15955
15957
|
"pg": "^8.2.1",
|
|
15956
15958
|
"pg-copy-streams": "^5.1.1"
|
|
15957
15959
|
}
|
|
15958
15960
|
},
|
|
15959
15961
|
"@saltcorn/sbadmin2": {
|
|
15960
|
-
"version": "0.8.1-
|
|
15961
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-
|
|
15962
|
-
"integrity": "sha512-
|
|
15962
|
+
"version": "0.8.1-rc.2",
|
|
15963
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-rc.2.tgz",
|
|
15964
|
+
"integrity": "sha512-EHMu4WXXi/wwWjbyX1fcqWr5vPFnQw+gm5Fk2TEB2+gHiZv4MXY5a4XvzF/oRB+spx3+JI4mf86EWPl/4QnnNA==",
|
|
15963
15965
|
"requires": {
|
|
15964
|
-
"@saltcorn/data": "0.8.1-
|
|
15965
|
-
"@saltcorn/markup": "0.8.1-
|
|
15966
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
15967
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
15966
15968
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
15967
15969
|
}
|
|
15968
15970
|
},
|
|
15969
15971
|
"@saltcorn/server": {
|
|
15970
|
-
"version": "0.8.1-
|
|
15971
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-
|
|
15972
|
-
"integrity": "sha512-
|
|
15973
|
-
"requires": {
|
|
15974
|
-
"@saltcorn/admin-models": "0.8.1-
|
|
15975
|
-
"@saltcorn/base-plugin": "0.8.1-
|
|
15976
|
-
"@saltcorn/builder": "0.8.1-
|
|
15977
|
-
"@saltcorn/data": "0.8.1-
|
|
15978
|
-
"@saltcorn/filemanager": "0.8.1-
|
|
15979
|
-
"@saltcorn/markup": "0.8.1-
|
|
15980
|
-
"@saltcorn/sbadmin2": "0.8.1-
|
|
15972
|
+
"version": "0.8.1-rc.2",
|
|
15973
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-rc.2.tgz",
|
|
15974
|
+
"integrity": "sha512-Jyn+XRxu3g1AVEDzDKBLO5vzQyeg3+YFUMZ+eSoKHdds0yL327pyG8YTa3KqyS4k2quYEfplXdIQO4IlNJL+bg==",
|
|
15975
|
+
"requires": {
|
|
15976
|
+
"@saltcorn/admin-models": "0.8.1-rc.2",
|
|
15977
|
+
"@saltcorn/base-plugin": "0.8.1-rc.2",
|
|
15978
|
+
"@saltcorn/builder": "0.8.1-rc.2",
|
|
15979
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
15980
|
+
"@saltcorn/filemanager": "0.8.1-rc.2",
|
|
15981
|
+
"@saltcorn/markup": "0.8.1-rc.2",
|
|
15982
|
+
"@saltcorn/sbadmin2": "0.8.1-rc.2",
|
|
15981
15983
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
15982
15984
|
"@socket.io/sticky": "^1.0.1",
|
|
15983
15985
|
"aws-sdk": "^2.1037.0",
|
|
@@ -16025,27 +16027,27 @@
|
|
|
16025
16027
|
}
|
|
16026
16028
|
},
|
|
16027
16029
|
"@saltcorn/sqlite": {
|
|
16028
|
-
"version": "0.8.1-
|
|
16029
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-
|
|
16030
|
-
"integrity": "sha512-
|
|
16030
|
+
"version": "0.8.1-rc.2",
|
|
16031
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-rc.2.tgz",
|
|
16032
|
+
"integrity": "sha512-sfiMF0KCo+UZ26l1cc30N0ds7yTA0PQjsd4PmrBKp0KkjyvTnmyQPbHCtCKy2FjFZQ1Nlir2QOb6KOSuebjKig==",
|
|
16031
16033
|
"optional": true,
|
|
16032
16034
|
"requires": {
|
|
16033
|
-
"@saltcorn/db-common": "0.8.1-
|
|
16035
|
+
"@saltcorn/db-common": "0.8.1-rc.2",
|
|
16034
16036
|
"sqlite3": "^5.0.8"
|
|
16035
16037
|
}
|
|
16036
16038
|
},
|
|
16037
16039
|
"@saltcorn/sqlite-mobile": {
|
|
16038
|
-
"version": "0.8.1-
|
|
16039
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-
|
|
16040
|
-
"integrity": "sha512-
|
|
16040
|
+
"version": "0.8.1-rc.2",
|
|
16041
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-rc.2.tgz",
|
|
16042
|
+
"integrity": "sha512-9I5FOmmmTt8Shk639Gs5X95MLOc9nBFa7OOnqG9gPTco0gGUngfzcG60YgEwkCgVawKJ8qKazWmA0DBr4CFnhw==",
|
|
16041
16043
|
"requires": {
|
|
16042
|
-
"@saltcorn/db-common": "0.8.1-
|
|
16044
|
+
"@saltcorn/db-common": "0.8.1-rc.2"
|
|
16043
16045
|
}
|
|
16044
16046
|
},
|
|
16045
16047
|
"@saltcorn/types": {
|
|
16046
|
-
"version": "0.8.1-
|
|
16047
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-
|
|
16048
|
-
"integrity": "sha512-
|
|
16048
|
+
"version": "0.8.1-rc.2",
|
|
16049
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-rc.2.tgz",
|
|
16050
|
+
"integrity": "sha512-bWQQFF96D8kXGgbGsy9QOc015t5+ms7UMDNQIommFzXHieyBh2W87fTzxezVECIvyZbS1e/GKFA5DoFepUGKYQ=="
|
|
16049
16051
|
},
|
|
16050
16052
|
"@sindresorhus/is": {
|
|
16051
16053
|
"version": "0.14.0",
|
|
@@ -16181,9 +16183,9 @@
|
|
|
16181
16183
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
16182
16184
|
},
|
|
16183
16185
|
"@types/node": {
|
|
16184
|
-
"version": "18.11.
|
|
16185
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.
|
|
16186
|
-
"integrity": "sha512-
|
|
16186
|
+
"version": "18.11.18",
|
|
16187
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
|
|
16188
|
+
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
|
|
16187
16189
|
},
|
|
16188
16190
|
"@types/node-fetch": {
|
|
16189
16191
|
"version": "2.6.2",
|
|
@@ -16731,9 +16733,9 @@
|
|
|
16731
16733
|
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
|
|
16732
16734
|
},
|
|
16733
16735
|
"aws-sdk": {
|
|
16734
|
-
"version": "2.
|
|
16735
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
16736
|
-
"integrity": "sha512-
|
|
16736
|
+
"version": "2.1285.0",
|
|
16737
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1285.0.tgz",
|
|
16738
|
+
"integrity": "sha512-nuoHXeyaJ3926NRfJCR2czcnToYDFvGFmhRSihgqxo0IgY4djFy7lZ+SdhqVODNal/Fd25SRQnTrYtYoRkgbkg==",
|
|
16737
16739
|
"requires": {
|
|
16738
16740
|
"buffer": "4.9.2",
|
|
16739
16741
|
"events": "1.1.1",
|
|
@@ -24727,9 +24729,9 @@
|
|
|
24727
24729
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
24728
24730
|
},
|
|
24729
24731
|
"systeminformation": {
|
|
24730
|
-
"version": "5.16.
|
|
24731
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.16.
|
|
24732
|
-
"integrity": "sha512-
|
|
24732
|
+
"version": "5.16.9",
|
|
24733
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.16.9.tgz",
|
|
24734
|
+
"integrity": "sha512-QTlv3GGSromPeLVW3pzM6uxU8RbkacW9e0+ZX23GAXaX+XE0UToSygAxCJDHSty6RB9lAFHCHg+FfiXFChi/+w=="
|
|
24733
24735
|
},
|
|
24734
24736
|
"tapable": {
|
|
24735
24737
|
"version": "2.2.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.1-beta.5","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-rc.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}]}}}
|
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-
|
|
5
|
+
"version": "0.8.1-rc.2",
|
|
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-
|
|
17
|
-
"@saltcorn/data": "0.8.1-
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.1-
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.1-
|
|
20
|
-
"@saltcorn/server": "0.8.1-
|
|
16
|
+
"@saltcorn/admin-models": "0.8.1-rc.2",
|
|
17
|
+
"@saltcorn/data": "0.8.1-rc.2",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.1-rc.2",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.1-rc.2",
|
|
20
|
+
"@saltcorn/server": "0.8.1-rc.2",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|