@saltcorn/cli 0.8.5-beta.0 → 0.8.5-beta.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 +37 -37
- package/npm-shrinkwrap.json +208 -223
- 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.5-beta.
|
|
23
|
+
@saltcorn/cli/0.8.5-beta.2 darwin-arm64 node-v16.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -81,7 +81,7 @@ OPTIONS
|
|
|
81
81
|
-f, --force force command execution
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
84
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/add-schema.js)_
|
|
85
85
|
|
|
86
86
|
## `saltcorn backup`
|
|
87
87
|
|
|
@@ -97,7 +97,7 @@ OPTIONS
|
|
|
97
97
|
-z, --zip zip format
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
100
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/backup.js)_
|
|
101
101
|
|
|
102
102
|
## `saltcorn build-app`
|
|
103
103
|
|
|
@@ -126,7 +126,7 @@ OPTIONS
|
|
|
126
126
|
tenant
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
129
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/build-app.js)_
|
|
130
130
|
|
|
131
131
|
## `saltcorn build-cordova-builder`
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ USAGE
|
|
|
137
137
|
$ saltcorn build-cordova-builder
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
140
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/build-cordova-builder.js)_
|
|
141
141
|
|
|
142
142
|
## `saltcorn configuration-check`
|
|
143
143
|
|
|
@@ -151,7 +151,7 @@ OPTIONS
|
|
|
151
151
|
-t, --tenant=tenant tenant
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
154
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/configuration-check.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn configuration-check-backups FILES`
|
|
157
157
|
|
|
@@ -168,7 +168,7 @@ OPTIONS
|
|
|
168
168
|
-d, --destructive destructive
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
171
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/configuration-check-backups.js)_
|
|
172
172
|
|
|
173
173
|
## `saltcorn create-tenant TENANT`
|
|
174
174
|
|
|
@@ -187,7 +187,7 @@ OPTIONS
|
|
|
187
187
|
--url=url Url of tenant
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
190
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/create-tenant.js)_
|
|
191
191
|
|
|
192
192
|
## `saltcorn create-user`
|
|
193
193
|
|
|
@@ -205,7 +205,7 @@ OPTIONS
|
|
|
205
205
|
-t, --tenant=tenant tenant
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
208
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/create-user.js)_
|
|
209
209
|
|
|
210
210
|
## `saltcorn delete-tenants`
|
|
211
211
|
|
|
@@ -216,7 +216,7 @@ USAGE
|
|
|
216
216
|
$ saltcorn delete-tenants
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
219
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/delete-tenants.js)_
|
|
220
220
|
|
|
221
221
|
## `saltcorn delete-user USER_EMAIL`
|
|
222
222
|
|
|
@@ -237,7 +237,7 @@ DESCRIPTION
|
|
|
237
237
|
Command deletes the user specified by USER_EMAIL.
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
240
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/delete-user.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn fixtures`
|
|
243
243
|
|
|
@@ -256,7 +256,7 @@ DESCRIPTION
|
|
|
256
256
|
This manual step it is never required for users and rarely required for developers
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
259
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/fixtures.js)_
|
|
260
260
|
|
|
261
261
|
## `saltcorn get-cfg KEY`
|
|
262
262
|
|
|
@@ -274,7 +274,7 @@ OPTIONS
|
|
|
274
274
|
-t, --tenant=tenant tenant
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
277
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/get-cfg.js)_
|
|
278
278
|
|
|
279
279
|
## `saltcorn help [COMMAND]`
|
|
280
280
|
|
|
@@ -312,7 +312,7 @@ ALIASES
|
|
|
312
312
|
$ saltcorn paths
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
315
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/info.js)_
|
|
316
316
|
|
|
317
317
|
## `saltcorn inspect TYPE [NAME]`
|
|
318
318
|
|
|
@@ -330,7 +330,7 @@ OPTIONS
|
|
|
330
330
|
-t, --tenant=tenant tenant
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
333
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/inspect.js)_
|
|
334
334
|
|
|
335
335
|
## `saltcorn install-pack`
|
|
336
336
|
|
|
@@ -346,7 +346,7 @@ OPTIONS
|
|
|
346
346
|
-t, --tenant=tenant tenant
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
349
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/install-pack.js)_
|
|
350
350
|
|
|
351
351
|
## `saltcorn install-plugin`
|
|
352
352
|
|
|
@@ -362,7 +362,7 @@ OPTIONS
|
|
|
362
362
|
-t, --tenant=tenant tenant
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
365
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/install-plugin.js)_
|
|
366
366
|
|
|
367
367
|
## `saltcorn list-tenants`
|
|
368
368
|
|
|
@@ -373,7 +373,7 @@ USAGE
|
|
|
373
373
|
$ saltcorn list-tenants
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
376
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/list-tenants.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn localize-plugin PLUGIN [PATH]`
|
|
379
379
|
|
|
@@ -392,7 +392,7 @@ OPTIONS
|
|
|
392
392
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
395
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/localize-plugin.js)_
|
|
396
396
|
|
|
397
397
|
## `saltcorn make-migration`
|
|
398
398
|
|
|
@@ -408,7 +408,7 @@ DESCRIPTION
|
|
|
408
408
|
unless you are a developer.
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
411
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/make-migration.js)_
|
|
412
412
|
|
|
413
413
|
## `saltcorn saltcorn migrate`
|
|
414
414
|
|
|
@@ -430,7 +430,7 @@ DESCRIPTION
|
|
|
430
430
|
servers and need to control when the migrations are run.
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
433
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/migrate.js)_
|
|
434
434
|
|
|
435
435
|
## `saltcorn modify-user USER_EMAIL`
|
|
436
436
|
|
|
@@ -459,7 +459,7 @@ DESCRIPTION
|
|
|
459
459
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
462
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/modify-user.js)_
|
|
463
463
|
|
|
464
464
|
## `saltcorn plugins`
|
|
465
465
|
|
|
@@ -486,7 +486,7 @@ EXAMPLES
|
|
|
486
486
|
plugins -u -f - force plugin update
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
489
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/plugins.js)_
|
|
490
490
|
|
|
491
491
|
## `saltcorn release VERSION`
|
|
492
492
|
|
|
@@ -500,7 +500,7 @@ ARGUMENTS
|
|
|
500
500
|
VERSION New version number
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
503
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/release.js)_
|
|
504
504
|
|
|
505
505
|
## `saltcorn reset-schema`
|
|
506
506
|
|
|
@@ -519,7 +519,7 @@ DESCRIPTION
|
|
|
519
519
|
This will delete all existing information
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
522
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/reset-schema.js)_
|
|
523
523
|
|
|
524
524
|
## `saltcorn restore FILE`
|
|
525
525
|
|
|
@@ -536,7 +536,7 @@ OPTIONS
|
|
|
536
536
|
-t, --tenant=tenant tenant
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
539
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/restore.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn rm-tenant`
|
|
542
542
|
|
|
@@ -555,7 +555,7 @@ DESCRIPTION
|
|
|
555
555
|
It recommended to make backup of tenant before perform this command.
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
558
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/rm-tenant.js)_
|
|
559
559
|
|
|
560
560
|
## `saltcorn run-benchmark [BASEURL]`
|
|
561
561
|
|
|
@@ -574,7 +574,7 @@ OPTIONS
|
|
|
574
574
|
-t, --token=token API Token for reporting results
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
577
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/run-benchmark.js)_
|
|
578
578
|
|
|
579
579
|
## `saltcorn run-tests [PACKAGE]`
|
|
580
580
|
|
|
@@ -597,7 +597,7 @@ OPTIONS
|
|
|
597
597
|
--watchAll Watch files for changes and rerun all tests.
|
|
598
598
|
```
|
|
599
599
|
|
|
600
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
600
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/run-tests.js)_
|
|
601
601
|
|
|
602
602
|
## `saltcorn scheduler`
|
|
603
603
|
|
|
@@ -611,7 +611,7 @@ OPTIONS
|
|
|
611
611
|
-v, --verbose Verbose
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
614
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/scheduler.js)_
|
|
615
615
|
|
|
616
616
|
## `saltcorn serve`
|
|
617
617
|
|
|
@@ -632,7 +632,7 @@ OPTIONS
|
|
|
632
632
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
633
633
|
```
|
|
634
634
|
|
|
635
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
635
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/serve.js)_
|
|
636
636
|
|
|
637
637
|
## `saltcorn set-cfg KEY [VALUE]`
|
|
638
638
|
|
|
@@ -653,7 +653,7 @@ OPTIONS
|
|
|
653
653
|
-t, --tenant=tenant tenant
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
656
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/set-cfg.js)_
|
|
657
657
|
|
|
658
658
|
## `saltcorn setup`
|
|
659
659
|
|
|
@@ -672,7 +672,7 @@ DESCRIPTION
|
|
|
672
672
|
configuration file
|
|
673
673
|
```
|
|
674
674
|
|
|
675
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
675
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/setup.js)_
|
|
676
676
|
|
|
677
677
|
## `saltcorn setup-benchmark`
|
|
678
678
|
|
|
@@ -686,7 +686,7 @@ OPTIONS
|
|
|
686
686
|
-t, --tenant=tenant tenant
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
689
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/setup-benchmark.js)_
|
|
690
690
|
|
|
691
691
|
## `saltcorn take-snapshot`
|
|
692
692
|
|
|
@@ -700,7 +700,7 @@ OPTIONS
|
|
|
700
700
|
-t, --tenant=tenant tenant
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
703
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/take-snapshot.js)_
|
|
704
704
|
|
|
705
705
|
## `saltcorn test-plugin PATH`
|
|
706
706
|
|
|
@@ -718,7 +718,7 @@ DESCRIPTION
|
|
|
718
718
|
Extra documentation goes here
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
721
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/test-plugin.js)_
|
|
722
722
|
|
|
723
723
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
724
724
|
|
|
@@ -735,5 +735,5 @@ ARGUMENTS
|
|
|
735
735
|
TENANT tenant name
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.
|
|
738
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-beta.2/src/commands/transform-field.js)_
|
|
739
739
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5-beta.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.
|
|
9
|
+
"version": "0.8.5-beta.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.
|
|
17
|
-
"@saltcorn/data": "0.8.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.
|
|
20
|
-
"@saltcorn/server": "0.8.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.5-beta.2",
|
|
17
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.5-beta.2",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.5-beta.2",
|
|
20
|
+
"@saltcorn/server": "0.8.5-beta.2",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -997,9 +997,9 @@
|
|
|
997
997
|
}
|
|
998
998
|
},
|
|
999
999
|
"node_modules/@jimp/core/node_modules/mkdirp": {
|
|
1000
|
-
"version": "2.1.
|
|
1001
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.
|
|
1002
|
-
"integrity": "sha512-
|
|
1000
|
+
"version": "2.1.5",
|
|
1001
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.5.tgz",
|
|
1002
|
+
"integrity": "sha512-jbjfql+shJtAPrFoKxHOXip4xS+kul9W3OzfzzrqueWK2QMGon2bFH2opl6W9EagBThjEz+iysyi/swOoVfB/w==",
|
|
1003
1003
|
"bin": {
|
|
1004
1004
|
"mkdirp": "dist/cjs/src/bin.js"
|
|
1005
1005
|
},
|
|
@@ -1773,9 +1773,9 @@
|
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
"node_modules/@oclif/core": {
|
|
1776
|
-
"version": "2.
|
|
1777
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.
|
|
1778
|
-
"integrity": "sha512-
|
|
1776
|
+
"version": "2.5.0",
|
|
1777
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.5.0.tgz",
|
|
1778
|
+
"integrity": "sha512-gHDqrJ3orSm9eV+EacNnw1hlbBie3BAUAenWLWKa7TfJHyfseVhLGV8skkb8uA9MTRAAESJNxWAADh0gIbtZKg==",
|
|
1779
1779
|
"dependencies": {
|
|
1780
1780
|
"@types/cli-progress": "^3.11.0",
|
|
1781
1781
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2398,14 +2398,14 @@
|
|
|
2398
2398
|
}
|
|
2399
2399
|
},
|
|
2400
2400
|
"node_modules/@saltcorn/admin-models": {
|
|
2401
|
-
"version": "0.8.
|
|
2402
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.
|
|
2403
|
-
"integrity": "sha512-
|
|
2404
|
-
"dependencies": {
|
|
2405
|
-
"@saltcorn/data": "0.8.
|
|
2406
|
-
"@saltcorn/db-common": "0.8.
|
|
2407
|
-
"@saltcorn/markup": "0.8.
|
|
2408
|
-
"@saltcorn/types": "0.8.
|
|
2401
|
+
"version": "0.8.5-beta.2",
|
|
2402
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-beta.2.tgz",
|
|
2403
|
+
"integrity": "sha512-DKdDAU+Ybaa08/Ps1cNtUlY9AIO0Ql3atXKQNQ2UKe/I+Ux5mX4LS/BuXYgowrejNZr6QV3bYXfWoEpcqUt4uQ==",
|
|
2404
|
+
"dependencies": {
|
|
2405
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
2406
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
2407
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
2408
|
+
"@saltcorn/types": "0.8.5-beta.2",
|
|
2409
2409
|
"@types/lodash": "^4.14.182",
|
|
2410
2410
|
"adm-zip": "0.5.5",
|
|
2411
2411
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -2418,30 +2418,30 @@
|
|
|
2418
2418
|
}
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@saltcorn/base-plugin": {
|
|
2421
|
-
"version": "0.8.
|
|
2422
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.
|
|
2423
|
-
"integrity": "sha512
|
|
2421
|
+
"version": "0.8.5-beta.2",
|
|
2422
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-beta.2.tgz",
|
|
2423
|
+
"integrity": "sha512-/OADmalL7jzlmX0Od4BSm31nKD21GilAWtlxQABwOMF1VMl9rHunGmY9i/lP5M3ZdrIm8+4o7wA3OBxwb390Qg==",
|
|
2424
2424
|
"dependencies": {
|
|
2425
|
-
"@saltcorn/data": "0.8.
|
|
2425
|
+
"@saltcorn/data": "0.8.5-beta.2"
|
|
2426
2426
|
}
|
|
2427
2427
|
},
|
|
2428
2428
|
"node_modules/@saltcorn/builder": {
|
|
2429
|
-
"version": "0.8.
|
|
2430
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.
|
|
2431
|
-
"integrity": "sha512-
|
|
2429
|
+
"version": "0.8.5-beta.2",
|
|
2430
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-beta.2.tgz",
|
|
2431
|
+
"integrity": "sha512-VAj/VFKlEJux8WiUP6qsgPEOfQ4a8m+XFtDpsYCOlO94obf77idYwby5xLJAEJB1bf8Dh1PYSDOJiqGKojNnlw==",
|
|
2432
2432
|
"dependencies": {
|
|
2433
2433
|
"styled-components": "4.4.1"
|
|
2434
2434
|
}
|
|
2435
2435
|
},
|
|
2436
2436
|
"node_modules/@saltcorn/data": {
|
|
2437
|
-
"version": "0.8.
|
|
2438
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.
|
|
2439
|
-
"integrity": "sha512-
|
|
2440
|
-
"dependencies": {
|
|
2441
|
-
"@saltcorn/db-common": "0.8.
|
|
2442
|
-
"@saltcorn/markup": "0.8.
|
|
2443
|
-
"@saltcorn/sqlite-mobile": "0.8.
|
|
2444
|
-
"@saltcorn/types": "0.8.
|
|
2437
|
+
"version": "0.8.5-beta.2",
|
|
2438
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-beta.2.tgz",
|
|
2439
|
+
"integrity": "sha512-ayw0F0F0LzraW/x0OyRORfY0Cv5wTCJDA+YIFRu3p8QUjIiY2nz+EzlsAPB6PYt81T+gw8rG1nq5zaNXsOalSg==",
|
|
2440
|
+
"dependencies": {
|
|
2441
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
2442
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
2443
|
+
"@saltcorn/sqlite-mobile": "0.8.5-beta.2",
|
|
2444
|
+
"@saltcorn/types": "0.8.5-beta.2",
|
|
2445
2445
|
"acorn": "^8.0.3",
|
|
2446
2446
|
"assert": "^2.0.0",
|
|
2447
2447
|
"astring": "^1.4.3",
|
|
@@ -2484,27 +2484,27 @@
|
|
|
2484
2484
|
"vm-browserify": "^1.1.2"
|
|
2485
2485
|
},
|
|
2486
2486
|
"optionalDependencies": {
|
|
2487
|
-
"@saltcorn/postgres": "0.8.
|
|
2488
|
-
"@saltcorn/sqlite": "0.8.
|
|
2487
|
+
"@saltcorn/postgres": "0.8.5-beta.2",
|
|
2488
|
+
"@saltcorn/sqlite": "0.8.5-beta.2"
|
|
2489
2489
|
}
|
|
2490
2490
|
},
|
|
2491
2491
|
"node_modules/@saltcorn/db-common": {
|
|
2492
|
-
"version": "0.8.
|
|
2493
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.
|
|
2494
|
-
"integrity": "sha512
|
|
2492
|
+
"version": "0.8.5-beta.2",
|
|
2493
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-beta.2.tgz",
|
|
2494
|
+
"integrity": "sha512-2JBrPT8D7ZbwBHjXdY5MoyGZraMf1pFL5nIqIWNgQStdDj35+YBnZ2j4hzIYZa6Xrq7R3S1cBTvXU1fuBtkZYg=="
|
|
2495
2495
|
},
|
|
2496
2496
|
"node_modules/@saltcorn/filemanager": {
|
|
2497
|
-
"version": "0.8.
|
|
2498
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.
|
|
2499
|
-
"integrity": "sha512-
|
|
2497
|
+
"version": "0.8.5-beta.2",
|
|
2498
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-beta.2.tgz",
|
|
2499
|
+
"integrity": "sha512-SiID4+6g55VkAHovPsBoOSZ8M6rqAq926BQCerR/nl3s+njgPwQNclEq20JQ/2vEpthmyjwqmLItdsT9QQL+hQ==",
|
|
2500
2500
|
"dependencies": {
|
|
2501
2501
|
"sirv-cli": "^2.0.0"
|
|
2502
2502
|
}
|
|
2503
2503
|
},
|
|
2504
2504
|
"node_modules/@saltcorn/markup": {
|
|
2505
|
-
"version": "0.8.
|
|
2506
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.
|
|
2507
|
-
"integrity": "sha512-
|
|
2505
|
+
"version": "0.8.5-beta.2",
|
|
2506
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-beta.2.tgz",
|
|
2507
|
+
"integrity": "sha512-cdL2cx5tj9McQBbHwZUYlgaFEQoCFZomcIec7J63X6fwIEMQ2xo831qCgdMIUexgYx7CgOdiICF1QKN0WYicRg==",
|
|
2508
2508
|
"dependencies": {
|
|
2509
2509
|
"escape-html": "^1.0.3",
|
|
2510
2510
|
"html-tags": "3.1.0",
|
|
@@ -2512,27 +2512,27 @@
|
|
|
2512
2512
|
}
|
|
2513
2513
|
},
|
|
2514
2514
|
"node_modules/@saltcorn/mobile-app": {
|
|
2515
|
-
"version": "0.8.
|
|
2516
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.
|
|
2517
|
-
"integrity": "sha512-
|
|
2515
|
+
"version": "0.8.5-beta.2",
|
|
2516
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-beta.2.tgz",
|
|
2517
|
+
"integrity": "sha512-2uLqWM3508jqZPZk7AaGg90tA/mjaNFICjIDAzisvazltUUOh7vSLNWejQMXs5n/0W5LTJ559yRvqYma6TXKaQ==",
|
|
2518
2518
|
"dependencies": {
|
|
2519
2519
|
"cordova": "^11.0.0",
|
|
2520
2520
|
"cordova-sqlite-ext": "^6.0.0"
|
|
2521
2521
|
}
|
|
2522
2522
|
},
|
|
2523
2523
|
"node_modules/@saltcorn/mobile-builder": {
|
|
2524
|
-
"version": "0.8.
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.
|
|
2526
|
-
"integrity": "sha512-
|
|
2524
|
+
"version": "0.8.5-beta.2",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-beta.2.tgz",
|
|
2526
|
+
"integrity": "sha512-M0YK+qlDz560tbJ2F+eancCp2o03Dpp3cCD98eOMt1ZCNjfWHyYXfLXvGCqbF61HVugzGOlwgYiESDk66IrMDQ==",
|
|
2527
2527
|
"hasInstallScript": true,
|
|
2528
2528
|
"dependencies": {
|
|
2529
|
-
"@saltcorn/base-plugin": "0.8.
|
|
2530
|
-
"@saltcorn/data": "0.8.
|
|
2531
|
-
"@saltcorn/db-common": "0.8.
|
|
2532
|
-
"@saltcorn/markup": "0.8.
|
|
2533
|
-
"@saltcorn/mobile-app": "0.8.
|
|
2534
|
-
"@saltcorn/sbadmin2": "0.8.
|
|
2535
|
-
"@saltcorn/server": "0.8.
|
|
2529
|
+
"@saltcorn/base-plugin": "0.8.5-beta.2",
|
|
2530
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
2531
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
2532
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
2533
|
+
"@saltcorn/mobile-app": "0.8.5-beta.2",
|
|
2534
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.2",
|
|
2535
|
+
"@saltcorn/server": "0.8.5-beta.2",
|
|
2536
2536
|
"fs-extra": "^10.0.1",
|
|
2537
2537
|
"live-plugin-manager": "^0.16.0",
|
|
2538
2538
|
"webpack": "5.68.0",
|
|
@@ -2573,38 +2573,38 @@
|
|
|
2573
2573
|
}
|
|
2574
2574
|
},
|
|
2575
2575
|
"node_modules/@saltcorn/postgres": {
|
|
2576
|
-
"version": "0.8.
|
|
2577
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.
|
|
2578
|
-
"integrity": "sha512
|
|
2576
|
+
"version": "0.8.5-beta.2",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-beta.2.tgz",
|
|
2578
|
+
"integrity": "sha512-MkQ1lKr2HX1mlhV5SV0cdXry7vmoAqQXtWJT/gqp03rND95I6qot/AdOthDKaqDRZuv4VzfGq1a3381GfIqgzA==",
|
|
2579
2579
|
"optional": true,
|
|
2580
2580
|
"dependencies": {
|
|
2581
|
-
"@saltcorn/db-common": "0.8.
|
|
2581
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
2582
2582
|
"pg": "^8.2.1",
|
|
2583
2583
|
"pg-copy-streams": "^5.1.1"
|
|
2584
2584
|
}
|
|
2585
2585
|
},
|
|
2586
2586
|
"node_modules/@saltcorn/sbadmin2": {
|
|
2587
|
-
"version": "0.8.
|
|
2588
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.
|
|
2589
|
-
"integrity": "sha512-
|
|
2587
|
+
"version": "0.8.5-beta.2",
|
|
2588
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-beta.2.tgz",
|
|
2589
|
+
"integrity": "sha512-p+rc2KoiCpzZWurNwcLhIRNg8m6TDo6wgIyCN994qXaJBrCyu5v9T2VlDGY8ue4pl63kQZw+4XASRfk/iXnNhg==",
|
|
2590
2590
|
"dependencies": {
|
|
2591
|
-
"@saltcorn/data": "0.8.
|
|
2592
|
-
"@saltcorn/markup": "0.8.
|
|
2591
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
2592
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
2593
2593
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2594
2594
|
}
|
|
2595
2595
|
},
|
|
2596
2596
|
"node_modules/@saltcorn/server": {
|
|
2597
|
-
"version": "0.8.
|
|
2598
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.
|
|
2599
|
-
"integrity": "sha512-
|
|
2600
|
-
"dependencies": {
|
|
2601
|
-
"@saltcorn/admin-models": "0.8.
|
|
2602
|
-
"@saltcorn/base-plugin": "0.8.
|
|
2603
|
-
"@saltcorn/builder": "0.8.
|
|
2604
|
-
"@saltcorn/data": "0.8.
|
|
2605
|
-
"@saltcorn/filemanager": "0.8.
|
|
2606
|
-
"@saltcorn/markup": "0.8.
|
|
2607
|
-
"@saltcorn/sbadmin2": "0.8.
|
|
2597
|
+
"version": "0.8.5-beta.2",
|
|
2598
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-beta.2.tgz",
|
|
2599
|
+
"integrity": "sha512-zjRpprYjaUMwvsfmsa54HbMvxkob/UNfP05S5Sn7Lg5r8MGRn/o0eUvJEj2meusQiivmI2xU9bMoH3zYS/sAnQ==",
|
|
2600
|
+
"dependencies": {
|
|
2601
|
+
"@saltcorn/admin-models": "0.8.5-beta.2",
|
|
2602
|
+
"@saltcorn/base-plugin": "0.8.5-beta.2",
|
|
2603
|
+
"@saltcorn/builder": "0.8.5-beta.2",
|
|
2604
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
2605
|
+
"@saltcorn/filemanager": "0.8.5-beta.2",
|
|
2606
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
2607
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.2",
|
|
2608
2608
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
2609
2609
|
"@socket.io/sticky": "^1.0.1",
|
|
2610
2610
|
"adm-zip": "0.5.10",
|
|
@@ -2663,29 +2663,29 @@
|
|
|
2663
2663
|
}
|
|
2664
2664
|
},
|
|
2665
2665
|
"node_modules/@saltcorn/sqlite": {
|
|
2666
|
-
"version": "0.8.
|
|
2667
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.
|
|
2668
|
-
"integrity": "sha512-
|
|
2666
|
+
"version": "0.8.5-beta.2",
|
|
2667
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-beta.2.tgz",
|
|
2668
|
+
"integrity": "sha512-tobJ6kkGdvE+K4nro1hJ3ka/wtCdO43zVtvZAUjumzXZWuh5D4Gb0KD+suX8+XEYS/QOMwfVJ9KbOIB5N6+GgQ==",
|
|
2669
2669
|
"optional": true,
|
|
2670
2670
|
"dependencies": {
|
|
2671
|
-
"@saltcorn/db-common": "0.8.
|
|
2671
|
+
"@saltcorn/db-common": "0.8.5-beta.2"
|
|
2672
2672
|
},
|
|
2673
2673
|
"optionalDependencies": {
|
|
2674
2674
|
"sqlite3": "^5.0.8"
|
|
2675
2675
|
}
|
|
2676
2676
|
},
|
|
2677
2677
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2678
|
-
"version": "0.8.
|
|
2679
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.
|
|
2680
|
-
"integrity": "sha512
|
|
2678
|
+
"version": "0.8.5-beta.2",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-beta.2.tgz",
|
|
2680
|
+
"integrity": "sha512-+Azpm4dZ/gcvPvUpk6L2P1GUJqyMNssX7/igtu6v7MnM3+BtImkp2hIWx/n1ziF6p3vWYJn8qQCzzTSbM9ZLnQ==",
|
|
2681
2681
|
"dependencies": {
|
|
2682
|
-
"@saltcorn/db-common": "0.8.
|
|
2682
|
+
"@saltcorn/db-common": "0.8.5-beta.2"
|
|
2683
2683
|
}
|
|
2684
2684
|
},
|
|
2685
2685
|
"node_modules/@saltcorn/types": {
|
|
2686
|
-
"version": "0.8.
|
|
2687
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.
|
|
2688
|
-
"integrity": "sha512-
|
|
2686
|
+
"version": "0.8.5-beta.2",
|
|
2687
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-beta.2.tgz",
|
|
2688
|
+
"integrity": "sha512-744u6gAr2t5SEPGCKk4DTUMHSm6kxMdMpQLEEeySKbr2rrAf3cxX0vIa4Bm2r+qlDwsdkCfWj6EHsHLK4cw3Sw=="
|
|
2689
2689
|
},
|
|
2690
2690
|
"node_modules/@sindresorhus/is": {
|
|
2691
2691
|
"version": "0.14.0",
|
|
@@ -2929,9 +2929,9 @@
|
|
|
2929
2929
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
2930
2930
|
},
|
|
2931
2931
|
"node_modules/@types/node": {
|
|
2932
|
-
"version": "18.14.
|
|
2933
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.
|
|
2934
|
-
"integrity": "sha512-
|
|
2932
|
+
"version": "18.14.6",
|
|
2933
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz",
|
|
2934
|
+
"integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA=="
|
|
2935
2935
|
},
|
|
2936
2936
|
"node_modules/@types/node-fetch": {
|
|
2937
2937
|
"version": "2.6.2",
|
|
@@ -3275,26 +3275,18 @@
|
|
|
3275
3275
|
}
|
|
3276
3276
|
},
|
|
3277
3277
|
"node_modules/agentkeepalive": {
|
|
3278
|
-
"version": "4.
|
|
3279
|
-
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.
|
|
3280
|
-
"integrity": "sha512-
|
|
3278
|
+
"version": "4.3.0",
|
|
3279
|
+
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz",
|
|
3280
|
+
"integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==",
|
|
3281
3281
|
"dependencies": {
|
|
3282
3282
|
"debug": "^4.1.0",
|
|
3283
|
-
"depd": "^
|
|
3283
|
+
"depd": "^2.0.0",
|
|
3284
3284
|
"humanize-ms": "^1.2.1"
|
|
3285
3285
|
},
|
|
3286
3286
|
"engines": {
|
|
3287
3287
|
"node": ">= 8.0.0"
|
|
3288
3288
|
}
|
|
3289
3289
|
},
|
|
3290
|
-
"node_modules/agentkeepalive/node_modules/depd": {
|
|
3291
|
-
"version": "1.1.2",
|
|
3292
|
-
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
|
3293
|
-
"integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
|
|
3294
|
-
"engines": {
|
|
3295
|
-
"node": ">= 0.6"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
3290
|
"node_modules/aggregate-error": {
|
|
3299
3291
|
"version": "3.1.0",
|
|
3300
3292
|
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
@@ -3633,9 +3625,9 @@
|
|
|
3633
3625
|
}
|
|
3634
3626
|
},
|
|
3635
3627
|
"node_modules/aws-sdk": {
|
|
3636
|
-
"version": "2.
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
3638
|
-
"integrity": "sha512-
|
|
3628
|
+
"version": "2.1329.0",
|
|
3629
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1329.0.tgz",
|
|
3630
|
+
"integrity": "sha512-F5M9x/T+PanPiYGiL95atFE6QiwzJWwgPahaEgUdq+qvVAgruiNy5t6nw2B5tBB/yWDPPavHFip3UsXeO0qU3Q==",
|
|
3639
3631
|
"dependencies": {
|
|
3640
3632
|
"buffer": "4.9.2",
|
|
3641
3633
|
"events": "1.1.1",
|
|
@@ -4471,9 +4463,9 @@
|
|
|
4471
4463
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
4472
4464
|
},
|
|
4473
4465
|
"node_modules/caniuse-lite": {
|
|
4474
|
-
"version": "1.0.
|
|
4475
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4476
|
-
"integrity": "sha512-
|
|
4466
|
+
"version": "1.0.30001460",
|
|
4467
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz",
|
|
4468
|
+
"integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ==",
|
|
4477
4469
|
"funding": [
|
|
4478
4470
|
{
|
|
4479
4471
|
"type": "opencollective",
|
|
@@ -6396,9 +6388,9 @@
|
|
|
6396
6388
|
}
|
|
6397
6389
|
},
|
|
6398
6390
|
"node_modules/electron-to-chromium": {
|
|
6399
|
-
"version": "1.4.
|
|
6400
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
6401
|
-
"integrity": "sha512-
|
|
6391
|
+
"version": "1.4.320",
|
|
6392
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.320.tgz",
|
|
6393
|
+
"integrity": "sha512-h70iRscrNluMZPVICXYl5SSB+rBKo22XfuIS1ER0OQxQZpKTnFpuS6coj7wY9M/3trv7OR88rRMOlKmRvDty7Q=="
|
|
6402
6394
|
},
|
|
6403
6395
|
"node_modules/elementtree": {
|
|
6404
6396
|
"version": "0.1.7",
|
|
@@ -17658,9 +17650,9 @@
|
|
|
17658
17650
|
}
|
|
17659
17651
|
},
|
|
17660
17652
|
"mkdirp": {
|
|
17661
|
-
"version": "2.1.
|
|
17662
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.
|
|
17663
|
-
"integrity": "sha512-
|
|
17653
|
+
"version": "2.1.5",
|
|
17654
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.5.tgz",
|
|
17655
|
+
"integrity": "sha512-jbjfql+shJtAPrFoKxHOXip4xS+kul9W3OzfzzrqueWK2QMGon2bFH2opl6W9EagBThjEz+iysyi/swOoVfB/w=="
|
|
17664
17656
|
}
|
|
17665
17657
|
}
|
|
17666
17658
|
},
|
|
@@ -18266,9 +18258,9 @@
|
|
|
18266
18258
|
}
|
|
18267
18259
|
},
|
|
18268
18260
|
"@oclif/core": {
|
|
18269
|
-
"version": "2.
|
|
18270
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.
|
|
18271
|
-
"integrity": "sha512-
|
|
18261
|
+
"version": "2.5.0",
|
|
18262
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.5.0.tgz",
|
|
18263
|
+
"integrity": "sha512-gHDqrJ3orSm9eV+EacNnw1hlbBie3BAUAenWLWKa7TfJHyfseVhLGV8skkb8uA9MTRAAESJNxWAADh0gIbtZKg==",
|
|
18272
18264
|
"requires": {
|
|
18273
18265
|
"@types/cli-progress": "^3.11.0",
|
|
18274
18266
|
"ansi-escapes": "^4.3.2",
|
|
@@ -18797,14 +18789,14 @@
|
|
|
18797
18789
|
}
|
|
18798
18790
|
},
|
|
18799
18791
|
"@saltcorn/admin-models": {
|
|
18800
|
-
"version": "0.8.
|
|
18801
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.
|
|
18802
|
-
"integrity": "sha512-
|
|
18803
|
-
"requires": {
|
|
18804
|
-
"@saltcorn/data": "0.8.
|
|
18805
|
-
"@saltcorn/db-common": "0.8.
|
|
18806
|
-
"@saltcorn/markup": "0.8.
|
|
18807
|
-
"@saltcorn/types": "0.8.
|
|
18792
|
+
"version": "0.8.5-beta.2",
|
|
18793
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-beta.2.tgz",
|
|
18794
|
+
"integrity": "sha512-DKdDAU+Ybaa08/Ps1cNtUlY9AIO0Ql3atXKQNQ2UKe/I+Ux5mX4LS/BuXYgowrejNZr6QV3bYXfWoEpcqUt4uQ==",
|
|
18795
|
+
"requires": {
|
|
18796
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18797
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
18798
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
18799
|
+
"@saltcorn/types": "0.8.5-beta.2",
|
|
18808
18800
|
"@types/lodash": "^4.14.182",
|
|
18809
18801
|
"adm-zip": "0.5.5",
|
|
18810
18802
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -18817,32 +18809,32 @@
|
|
|
18817
18809
|
}
|
|
18818
18810
|
},
|
|
18819
18811
|
"@saltcorn/base-plugin": {
|
|
18820
|
-
"version": "0.8.
|
|
18821
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.
|
|
18822
|
-
"integrity": "sha512
|
|
18812
|
+
"version": "0.8.5-beta.2",
|
|
18813
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-beta.2.tgz",
|
|
18814
|
+
"integrity": "sha512-/OADmalL7jzlmX0Od4BSm31nKD21GilAWtlxQABwOMF1VMl9rHunGmY9i/lP5M3ZdrIm8+4o7wA3OBxwb390Qg==",
|
|
18823
18815
|
"requires": {
|
|
18824
|
-
"@saltcorn/data": "0.8.
|
|
18816
|
+
"@saltcorn/data": "0.8.5-beta.2"
|
|
18825
18817
|
}
|
|
18826
18818
|
},
|
|
18827
18819
|
"@saltcorn/builder": {
|
|
18828
|
-
"version": "0.8.
|
|
18829
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.
|
|
18830
|
-
"integrity": "sha512-
|
|
18820
|
+
"version": "0.8.5-beta.2",
|
|
18821
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-beta.2.tgz",
|
|
18822
|
+
"integrity": "sha512-VAj/VFKlEJux8WiUP6qsgPEOfQ4a8m+XFtDpsYCOlO94obf77idYwby5xLJAEJB1bf8Dh1PYSDOJiqGKojNnlw==",
|
|
18831
18823
|
"requires": {
|
|
18832
18824
|
"styled-components": "4.4.1"
|
|
18833
18825
|
}
|
|
18834
18826
|
},
|
|
18835
18827
|
"@saltcorn/data": {
|
|
18836
|
-
"version": "0.8.
|
|
18837
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.
|
|
18838
|
-
"integrity": "sha512-
|
|
18839
|
-
"requires": {
|
|
18840
|
-
"@saltcorn/db-common": "0.8.
|
|
18841
|
-
"@saltcorn/markup": "0.8.
|
|
18842
|
-
"@saltcorn/postgres": "0.8.
|
|
18843
|
-
"@saltcorn/sqlite": "0.8.
|
|
18844
|
-
"@saltcorn/sqlite-mobile": "0.8.
|
|
18845
|
-
"@saltcorn/types": "0.8.
|
|
18828
|
+
"version": "0.8.5-beta.2",
|
|
18829
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-beta.2.tgz",
|
|
18830
|
+
"integrity": "sha512-ayw0F0F0LzraW/x0OyRORfY0Cv5wTCJDA+YIFRu3p8QUjIiY2nz+EzlsAPB6PYt81T+gw8rG1nq5zaNXsOalSg==",
|
|
18831
|
+
"requires": {
|
|
18832
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
18833
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
18834
|
+
"@saltcorn/postgres": "0.8.5-beta.2",
|
|
18835
|
+
"@saltcorn/sqlite": "0.8.5-beta.2",
|
|
18836
|
+
"@saltcorn/sqlite-mobile": "0.8.5-beta.2",
|
|
18837
|
+
"@saltcorn/types": "0.8.5-beta.2",
|
|
18846
18838
|
"acorn": "^8.0.3",
|
|
18847
18839
|
"assert": "^2.0.0",
|
|
18848
18840
|
"astring": "^1.4.3",
|
|
@@ -18886,22 +18878,22 @@
|
|
|
18886
18878
|
}
|
|
18887
18879
|
},
|
|
18888
18880
|
"@saltcorn/db-common": {
|
|
18889
|
-
"version": "0.8.
|
|
18890
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.
|
|
18891
|
-
"integrity": "sha512
|
|
18881
|
+
"version": "0.8.5-beta.2",
|
|
18882
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-beta.2.tgz",
|
|
18883
|
+
"integrity": "sha512-2JBrPT8D7ZbwBHjXdY5MoyGZraMf1pFL5nIqIWNgQStdDj35+YBnZ2j4hzIYZa6Xrq7R3S1cBTvXU1fuBtkZYg=="
|
|
18892
18884
|
},
|
|
18893
18885
|
"@saltcorn/filemanager": {
|
|
18894
|
-
"version": "0.8.
|
|
18895
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.
|
|
18896
|
-
"integrity": "sha512-
|
|
18886
|
+
"version": "0.8.5-beta.2",
|
|
18887
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-beta.2.tgz",
|
|
18888
|
+
"integrity": "sha512-SiID4+6g55VkAHovPsBoOSZ8M6rqAq926BQCerR/nl3s+njgPwQNclEq20JQ/2vEpthmyjwqmLItdsT9QQL+hQ==",
|
|
18897
18889
|
"requires": {
|
|
18898
18890
|
"sirv-cli": "^2.0.0"
|
|
18899
18891
|
}
|
|
18900
18892
|
},
|
|
18901
18893
|
"@saltcorn/markup": {
|
|
18902
|
-
"version": "0.8.
|
|
18903
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.
|
|
18904
|
-
"integrity": "sha512-
|
|
18894
|
+
"version": "0.8.5-beta.2",
|
|
18895
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-beta.2.tgz",
|
|
18896
|
+
"integrity": "sha512-cdL2cx5tj9McQBbHwZUYlgaFEQoCFZomcIec7J63X6fwIEMQ2xo831qCgdMIUexgYx7CgOdiICF1QKN0WYicRg==",
|
|
18905
18897
|
"requires": {
|
|
18906
18898
|
"escape-html": "^1.0.3",
|
|
18907
18899
|
"html-tags": "3.1.0",
|
|
@@ -18909,26 +18901,26 @@
|
|
|
18909
18901
|
}
|
|
18910
18902
|
},
|
|
18911
18903
|
"@saltcorn/mobile-app": {
|
|
18912
|
-
"version": "0.8.
|
|
18913
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.
|
|
18914
|
-
"integrity": "sha512-
|
|
18904
|
+
"version": "0.8.5-beta.2",
|
|
18905
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-beta.2.tgz",
|
|
18906
|
+
"integrity": "sha512-2uLqWM3508jqZPZk7AaGg90tA/mjaNFICjIDAzisvazltUUOh7vSLNWejQMXs5n/0W5LTJ559yRvqYma6TXKaQ==",
|
|
18915
18907
|
"requires": {
|
|
18916
18908
|
"cordova": "^11.0.0",
|
|
18917
18909
|
"cordova-sqlite-ext": "^6.0.0"
|
|
18918
18910
|
}
|
|
18919
18911
|
},
|
|
18920
18912
|
"@saltcorn/mobile-builder": {
|
|
18921
|
-
"version": "0.8.
|
|
18922
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.
|
|
18923
|
-
"integrity": "sha512-
|
|
18924
|
-
"requires": {
|
|
18925
|
-
"@saltcorn/base-plugin": "0.8.
|
|
18926
|
-
"@saltcorn/data": "0.8.
|
|
18927
|
-
"@saltcorn/db-common": "0.8.
|
|
18928
|
-
"@saltcorn/markup": "0.8.
|
|
18929
|
-
"@saltcorn/mobile-app": "0.8.
|
|
18930
|
-
"@saltcorn/sbadmin2": "0.8.
|
|
18931
|
-
"@saltcorn/server": "0.8.
|
|
18913
|
+
"version": "0.8.5-beta.2",
|
|
18914
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-beta.2.tgz",
|
|
18915
|
+
"integrity": "sha512-M0YK+qlDz560tbJ2F+eancCp2o03Dpp3cCD98eOMt1ZCNjfWHyYXfLXvGCqbF61HVugzGOlwgYiESDk66IrMDQ==",
|
|
18916
|
+
"requires": {
|
|
18917
|
+
"@saltcorn/base-plugin": "0.8.5-beta.2",
|
|
18918
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18919
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
18920
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
18921
|
+
"@saltcorn/mobile-app": "0.8.5-beta.2",
|
|
18922
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.2",
|
|
18923
|
+
"@saltcorn/server": "0.8.5-beta.2",
|
|
18932
18924
|
"fs-extra": "^10.0.1",
|
|
18933
18925
|
"live-plugin-manager": "^0.16.0",
|
|
18934
18926
|
"webpack": "5.68.0",
|
|
@@ -18963,38 +18955,38 @@
|
|
|
18963
18955
|
}
|
|
18964
18956
|
},
|
|
18965
18957
|
"@saltcorn/postgres": {
|
|
18966
|
-
"version": "0.8.
|
|
18967
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.
|
|
18968
|
-
"integrity": "sha512
|
|
18958
|
+
"version": "0.8.5-beta.2",
|
|
18959
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-beta.2.tgz",
|
|
18960
|
+
"integrity": "sha512-MkQ1lKr2HX1mlhV5SV0cdXry7vmoAqQXtWJT/gqp03rND95I6qot/AdOthDKaqDRZuv4VzfGq1a3381GfIqgzA==",
|
|
18969
18961
|
"optional": true,
|
|
18970
18962
|
"requires": {
|
|
18971
|
-
"@saltcorn/db-common": "0.8.
|
|
18963
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
18972
18964
|
"pg": "^8.2.1",
|
|
18973
18965
|
"pg-copy-streams": "^5.1.1"
|
|
18974
18966
|
}
|
|
18975
18967
|
},
|
|
18976
18968
|
"@saltcorn/sbadmin2": {
|
|
18977
|
-
"version": "0.8.
|
|
18978
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.
|
|
18979
|
-
"integrity": "sha512-
|
|
18969
|
+
"version": "0.8.5-beta.2",
|
|
18970
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-beta.2.tgz",
|
|
18971
|
+
"integrity": "sha512-p+rc2KoiCpzZWurNwcLhIRNg8m6TDo6wgIyCN994qXaJBrCyu5v9T2VlDGY8ue4pl63kQZw+4XASRfk/iXnNhg==",
|
|
18980
18972
|
"requires": {
|
|
18981
|
-
"@saltcorn/data": "0.8.
|
|
18982
|
-
"@saltcorn/markup": "0.8.
|
|
18973
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18974
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
18983
18975
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
18984
18976
|
}
|
|
18985
18977
|
},
|
|
18986
18978
|
"@saltcorn/server": {
|
|
18987
|
-
"version": "0.8.
|
|
18988
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.
|
|
18989
|
-
"integrity": "sha512-
|
|
18990
|
-
"requires": {
|
|
18991
|
-
"@saltcorn/admin-models": "0.8.
|
|
18992
|
-
"@saltcorn/base-plugin": "0.8.
|
|
18993
|
-
"@saltcorn/builder": "0.8.
|
|
18994
|
-
"@saltcorn/data": "0.8.
|
|
18995
|
-
"@saltcorn/filemanager": "0.8.
|
|
18996
|
-
"@saltcorn/markup": "0.8.
|
|
18997
|
-
"@saltcorn/sbadmin2": "0.8.
|
|
18979
|
+
"version": "0.8.5-beta.2",
|
|
18980
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-beta.2.tgz",
|
|
18981
|
+
"integrity": "sha512-zjRpprYjaUMwvsfmsa54HbMvxkob/UNfP05S5Sn7Lg5r8MGRn/o0eUvJEj2meusQiivmI2xU9bMoH3zYS/sAnQ==",
|
|
18982
|
+
"requires": {
|
|
18983
|
+
"@saltcorn/admin-models": "0.8.5-beta.2",
|
|
18984
|
+
"@saltcorn/base-plugin": "0.8.5-beta.2",
|
|
18985
|
+
"@saltcorn/builder": "0.8.5-beta.2",
|
|
18986
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18987
|
+
"@saltcorn/filemanager": "0.8.5-beta.2",
|
|
18988
|
+
"@saltcorn/markup": "0.8.5-beta.2",
|
|
18989
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.2",
|
|
18998
18990
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
18999
18991
|
"@socket.io/sticky": "^1.0.1",
|
|
19000
18992
|
"adm-zip": "0.5.10",
|
|
@@ -19050,27 +19042,27 @@
|
|
|
19050
19042
|
}
|
|
19051
19043
|
},
|
|
19052
19044
|
"@saltcorn/sqlite": {
|
|
19053
|
-
"version": "0.8.
|
|
19054
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.
|
|
19055
|
-
"integrity": "sha512-
|
|
19045
|
+
"version": "0.8.5-beta.2",
|
|
19046
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-beta.2.tgz",
|
|
19047
|
+
"integrity": "sha512-tobJ6kkGdvE+K4nro1hJ3ka/wtCdO43zVtvZAUjumzXZWuh5D4Gb0KD+suX8+XEYS/QOMwfVJ9KbOIB5N6+GgQ==",
|
|
19056
19048
|
"optional": true,
|
|
19057
19049
|
"requires": {
|
|
19058
|
-
"@saltcorn/db-common": "0.8.
|
|
19050
|
+
"@saltcorn/db-common": "0.8.5-beta.2",
|
|
19059
19051
|
"sqlite3": "^5.0.8"
|
|
19060
19052
|
}
|
|
19061
19053
|
},
|
|
19062
19054
|
"@saltcorn/sqlite-mobile": {
|
|
19063
|
-
"version": "0.8.
|
|
19064
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.
|
|
19065
|
-
"integrity": "sha512
|
|
19055
|
+
"version": "0.8.5-beta.2",
|
|
19056
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-beta.2.tgz",
|
|
19057
|
+
"integrity": "sha512-+Azpm4dZ/gcvPvUpk6L2P1GUJqyMNssX7/igtu6v7MnM3+BtImkp2hIWx/n1ziF6p3vWYJn8qQCzzTSbM9ZLnQ==",
|
|
19066
19058
|
"requires": {
|
|
19067
|
-
"@saltcorn/db-common": "0.8.
|
|
19059
|
+
"@saltcorn/db-common": "0.8.5-beta.2"
|
|
19068
19060
|
}
|
|
19069
19061
|
},
|
|
19070
19062
|
"@saltcorn/types": {
|
|
19071
|
-
"version": "0.8.
|
|
19072
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.
|
|
19073
|
-
"integrity": "sha512-
|
|
19063
|
+
"version": "0.8.5-beta.2",
|
|
19064
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-beta.2.tgz",
|
|
19065
|
+
"integrity": "sha512-744u6gAr2t5SEPGCKk4DTUMHSm6kxMdMpQLEEeySKbr2rrAf3cxX0vIa4Bm2r+qlDwsdkCfWj6EHsHLK4cw3Sw=="
|
|
19074
19066
|
},
|
|
19075
19067
|
"@sindresorhus/is": {
|
|
19076
19068
|
"version": "0.14.0",
|
|
@@ -19301,9 +19293,9 @@
|
|
|
19301
19293
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
19302
19294
|
},
|
|
19303
19295
|
"@types/node": {
|
|
19304
|
-
"version": "18.14.
|
|
19305
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.
|
|
19306
|
-
"integrity": "sha512-
|
|
19296
|
+
"version": "18.14.6",
|
|
19297
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz",
|
|
19298
|
+
"integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA=="
|
|
19307
19299
|
},
|
|
19308
19300
|
"@types/node-fetch": {
|
|
19309
19301
|
"version": "2.6.2",
|
|
@@ -19609,20 +19601,13 @@
|
|
|
19609
19601
|
}
|
|
19610
19602
|
},
|
|
19611
19603
|
"agentkeepalive": {
|
|
19612
|
-
"version": "4.
|
|
19613
|
-
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.
|
|
19614
|
-
"integrity": "sha512-
|
|
19604
|
+
"version": "4.3.0",
|
|
19605
|
+
"resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz",
|
|
19606
|
+
"integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==",
|
|
19615
19607
|
"requires": {
|
|
19616
19608
|
"debug": "^4.1.0",
|
|
19617
|
-
"depd": "^
|
|
19609
|
+
"depd": "^2.0.0",
|
|
19618
19610
|
"humanize-ms": "^1.2.1"
|
|
19619
|
-
},
|
|
19620
|
-
"dependencies": {
|
|
19621
|
-
"depd": {
|
|
19622
|
-
"version": "1.1.2",
|
|
19623
|
-
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
|
|
19624
|
-
"integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ=="
|
|
19625
|
-
}
|
|
19626
19611
|
}
|
|
19627
19612
|
},
|
|
19628
19613
|
"aggregate-error": {
|
|
@@ -19902,9 +19887,9 @@
|
|
|
19902
19887
|
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
|
|
19903
19888
|
},
|
|
19904
19889
|
"aws-sdk": {
|
|
19905
|
-
"version": "2.
|
|
19906
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
19907
|
-
"integrity": "sha512-
|
|
19890
|
+
"version": "2.1329.0",
|
|
19891
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1329.0.tgz",
|
|
19892
|
+
"integrity": "sha512-F5M9x/T+PanPiYGiL95atFE6QiwzJWwgPahaEgUdq+qvVAgruiNy5t6nw2B5tBB/yWDPPavHFip3UsXeO0qU3Q==",
|
|
19908
19893
|
"requires": {
|
|
19909
19894
|
"buffer": "4.9.2",
|
|
19910
19895
|
"events": "1.1.1",
|
|
@@ -20549,9 +20534,9 @@
|
|
|
20549
20534
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
20550
20535
|
},
|
|
20551
20536
|
"caniuse-lite": {
|
|
20552
|
-
"version": "1.0.
|
|
20553
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
20554
|
-
"integrity": "sha512-
|
|
20537
|
+
"version": "1.0.30001460",
|
|
20538
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz",
|
|
20539
|
+
"integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ=="
|
|
20555
20540
|
},
|
|
20556
20541
|
"cardinal": {
|
|
20557
20542
|
"version": "2.1.1",
|
|
@@ -22099,9 +22084,9 @@
|
|
|
22099
22084
|
}
|
|
22100
22085
|
},
|
|
22101
22086
|
"electron-to-chromium": {
|
|
22102
|
-
"version": "1.4.
|
|
22103
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
22104
|
-
"integrity": "sha512-
|
|
22087
|
+
"version": "1.4.320",
|
|
22088
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.320.tgz",
|
|
22089
|
+
"integrity": "sha512-h70iRscrNluMZPVICXYl5SSB+rBKo22XfuIS1ER0OQxQZpKTnFpuS6coj7wY9M/3trv7OR88rRMOlKmRvDty7Q=="
|
|
22105
22090
|
},
|
|
22106
22091
|
"elementtree": {
|
|
22107
22092
|
"version": "0.1.7",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.5-beta.0","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, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"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":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":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 or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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.5-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, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"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":[]},"build-cordova-builder":{"id":"build-cordova-builder","description":"Build the 'saltcorn/cordova-builder' docker image","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":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 or restore a snapshot","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":[]},"take-snapshot":{"id":"take-snapshot","description":"Print a current snapshout to stdout","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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.5-beta.
|
|
5
|
+
"version": "0.8.5-beta.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.5-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.5-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.5-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.5-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.5-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.5-beta.2",
|
|
17
|
+
"@saltcorn/data": "0.8.5-beta.2",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.5-beta.2",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.5-beta.2",
|
|
20
|
+
"@saltcorn/server": "0.8.5-beta.2",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|