@saltcorn/cli 0.8.5-beta.0 → 0.8.5-beta.1
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 +194 -194
- 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.1 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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1",
|
|
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.1",
|
|
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.1",
|
|
17
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.5-beta.1",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.5-beta.1",
|
|
20
|
+
"@saltcorn/server": "0.8.5-beta.1",
|
|
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
|
},
|
|
@@ -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.1",
|
|
2402
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-beta.1.tgz",
|
|
2403
|
+
"integrity": "sha512-tnOWwlq3rM/AX8oFamLWDdH2uTHeAu2akAY9VwpG5bGBOUz82poBlr+oyRu03LdgJ7DmFZS5xpGAoZ0P7AiC+w==",
|
|
2404
|
+
"dependencies": {
|
|
2405
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
2406
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
2407
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
2408
|
+
"@saltcorn/types": "0.8.5-beta.1",
|
|
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.1",
|
|
2422
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-beta.1.tgz",
|
|
2423
|
+
"integrity": "sha512-Rvji1lBbRXi0YZHnatBFA+9Q28tBy+npk1cVGg2xKczzhQhgAoIAmUa5cXEhaWtzrT3Qt4ylqwtD7aFc2xEg1g==",
|
|
2424
2424
|
"dependencies": {
|
|
2425
|
-
"@saltcorn/data": "0.8.
|
|
2425
|
+
"@saltcorn/data": "0.8.5-beta.1"
|
|
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.1",
|
|
2430
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-beta.1.tgz",
|
|
2431
|
+
"integrity": "sha512-TP0imgVCd1IYgMRnMg7iBSwKqw20MLIQH/CmI2JpZPJ63KbZwzzrl1FrcCDaae6+5FlSSL5boolenRMFpAPx5Q==",
|
|
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.1",
|
|
2438
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-beta.1.tgz",
|
|
2439
|
+
"integrity": "sha512-IcYcelmL1/YlHbgbu3AGVPjQClmyh5ANLumh0pIlX+FLY1PMZwVPN0tbgQB9tmiKTvoHVfAjG9zEAu40iPLCvA==",
|
|
2440
|
+
"dependencies": {
|
|
2441
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
2442
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
2443
|
+
"@saltcorn/sqlite-mobile": "0.8.5-beta.1",
|
|
2444
|
+
"@saltcorn/types": "0.8.5-beta.1",
|
|
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.1",
|
|
2488
|
+
"@saltcorn/sqlite": "0.8.5-beta.1"
|
|
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.1",
|
|
2493
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-beta.1.tgz",
|
|
2494
|
+
"integrity": "sha512-/YLJBYF0L6Ay/XmD5cySBU2ODK2a57uvwYHQm97ASH1+I7JXe71C06l/d14Sr5pDiphrR6ZWA0Gt+EgckE2WIw=="
|
|
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.1",
|
|
2498
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-beta.1.tgz",
|
|
2499
|
+
"integrity": "sha512-lYQLEe/NDNmTxs88cuQYJbahEWmyodVdvE8i1A28ihnwqr6P7EHvknr5Yl7rUKaSY8uH6E5afHSSL/ZvfWGmEg==",
|
|
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.1",
|
|
2506
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-beta.1.tgz",
|
|
2507
|
+
"integrity": "sha512-9qnG5yY3ZscDjlzZu80NyCR2374UPdZlf+92DdJp9MYq5YCn6g4ht3KsG7FIo7GnFAIyykYNhHJaqHpySbPyDQ==",
|
|
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.1",
|
|
2516
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-beta.1.tgz",
|
|
2517
|
+
"integrity": "sha512-CVHbMYZnY70Z6w1B/qwhftdh92mSiqS41buxS9Niba6QuWtdlGsq75feoAaEAnhugr41CWV/6GTuNSOx27Wq5Q==",
|
|
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.1",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-beta.1.tgz",
|
|
2526
|
+
"integrity": "sha512-J5ahd0c/ws2E0aeP7xM0LX+ZHDCo9qBN1vOaPLEsIY6T8wqssDD0sXHaiKkKq/IUuWzYzu35EsZc+K35ReNKEw==",
|
|
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.1",
|
|
2530
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
2531
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
2532
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
2533
|
+
"@saltcorn/mobile-app": "0.8.5-beta.1",
|
|
2534
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.1",
|
|
2535
|
+
"@saltcorn/server": "0.8.5-beta.1",
|
|
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.1",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-beta.1.tgz",
|
|
2578
|
+
"integrity": "sha512-iPiH3xCpK5yJaurTKKTaAigZirGWsNRgu9TD/pR9xMCnIl3Bta+zVFiTVe0NFQs7Br67ryB+si40GS7Ae8Qtzw==",
|
|
2579
2579
|
"optional": true,
|
|
2580
2580
|
"dependencies": {
|
|
2581
|
-
"@saltcorn/db-common": "0.8.
|
|
2581
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
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.1",
|
|
2588
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-beta.1.tgz",
|
|
2589
|
+
"integrity": "sha512-u9khob/SQ4j7WczRvXTe3fHtK/GWJoHJX1h2ExBeJn1G6l0GdpP2ZM3JVAyaRJH5yPN2QXts07NZC5Z1UtjQeA==",
|
|
2590
2590
|
"dependencies": {
|
|
2591
|
-
"@saltcorn/data": "0.8.
|
|
2592
|
-
"@saltcorn/markup": "0.8.
|
|
2591
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
2592
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
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.1",
|
|
2598
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-beta.1.tgz",
|
|
2599
|
+
"integrity": "sha512-tQG4mXGZM7DewqbMnZHJdfI6GBkfGwjdo45mDmWwVLNatZdMudCIHuxIUPvB3hf4LGxQJhH+qRZTXv4gizit/Q==",
|
|
2600
|
+
"dependencies": {
|
|
2601
|
+
"@saltcorn/admin-models": "0.8.5-beta.1",
|
|
2602
|
+
"@saltcorn/base-plugin": "0.8.5-beta.1",
|
|
2603
|
+
"@saltcorn/builder": "0.8.5-beta.1",
|
|
2604
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
2605
|
+
"@saltcorn/filemanager": "0.8.5-beta.1",
|
|
2606
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
2607
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.1",
|
|
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.1",
|
|
2667
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-beta.1.tgz",
|
|
2668
|
+
"integrity": "sha512-42jtthuJRl6h+qI4QcBwVx/WBNPCgewxL/pXRIIsCzbrS1qaTUEf9tATwDLX1vhYc1PcZbGm7yifDQAG8nOnKQ==",
|
|
2669
2669
|
"optional": true,
|
|
2670
2670
|
"dependencies": {
|
|
2671
|
-
"@saltcorn/db-common": "0.8.
|
|
2671
|
+
"@saltcorn/db-common": "0.8.5-beta.1"
|
|
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.1",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-beta.1.tgz",
|
|
2680
|
+
"integrity": "sha512-g6kiUfPgUVqJHW4GJryPDuDVvaEPOCAbE7K7/PWmBINKw1Zfc2KWe0Zz+QKRasiB+4wpWP6SYpW5HMy1aQr2ig==",
|
|
2681
2681
|
"dependencies": {
|
|
2682
|
-
"@saltcorn/db-common": "0.8.
|
|
2682
|
+
"@saltcorn/db-common": "0.8.5-beta.1"
|
|
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.1",
|
|
2687
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-beta.1.tgz",
|
|
2688
|
+
"integrity": "sha512-NM+udGpQ+uwm7z4u3XdTBq5BtqQJa8Q92ob6KdNstjVWG+fX7pSEXWTFOKaczF5z/UwouuHeNuQMjOBFft831g=="
|
|
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",
|
|
@@ -3633,9 +3633,9 @@
|
|
|
3633
3633
|
}
|
|
3634
3634
|
},
|
|
3635
3635
|
"node_modules/aws-sdk": {
|
|
3636
|
-
"version": "2.
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
3638
|
-
"integrity": "sha512-
|
|
3636
|
+
"version": "2.1328.0",
|
|
3637
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1328.0.tgz",
|
|
3638
|
+
"integrity": "sha512-ud8ieE+hGX/cWHkQ9kMxQw6w+onbv71PDrcPmP2j8cmYv5IPlM5Zh8/tpsmXApLYDmQMuZ3TtssiB1KmoSbzgA==",
|
|
3639
3639
|
"dependencies": {
|
|
3640
3640
|
"buffer": "4.9.2",
|
|
3641
3641
|
"events": "1.1.1",
|
|
@@ -4471,9 +4471,9 @@
|
|
|
4471
4471
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
4472
4472
|
},
|
|
4473
4473
|
"node_modules/caniuse-lite": {
|
|
4474
|
-
"version": "1.0.
|
|
4475
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4476
|
-
"integrity": "sha512-
|
|
4474
|
+
"version": "1.0.30001460",
|
|
4475
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz",
|
|
4476
|
+
"integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ==",
|
|
4477
4477
|
"funding": [
|
|
4478
4478
|
{
|
|
4479
4479
|
"type": "opencollective",
|
|
@@ -6396,9 +6396,9 @@
|
|
|
6396
6396
|
}
|
|
6397
6397
|
},
|
|
6398
6398
|
"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-
|
|
6399
|
+
"version": "1.4.320",
|
|
6400
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.320.tgz",
|
|
6401
|
+
"integrity": "sha512-h70iRscrNluMZPVICXYl5SSB+rBKo22XfuIS1ER0OQxQZpKTnFpuS6coj7wY9M/3trv7OR88rRMOlKmRvDty7Q=="
|
|
6402
6402
|
},
|
|
6403
6403
|
"node_modules/elementtree": {
|
|
6404
6404
|
"version": "0.1.7",
|
|
@@ -17658,9 +17658,9 @@
|
|
|
17658
17658
|
}
|
|
17659
17659
|
},
|
|
17660
17660
|
"mkdirp": {
|
|
17661
|
-
"version": "2.1.
|
|
17662
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.
|
|
17663
|
-
"integrity": "sha512-
|
|
17661
|
+
"version": "2.1.5",
|
|
17662
|
+
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.5.tgz",
|
|
17663
|
+
"integrity": "sha512-jbjfql+shJtAPrFoKxHOXip4xS+kul9W3OzfzzrqueWK2QMGon2bFH2opl6W9EagBThjEz+iysyi/swOoVfB/w=="
|
|
17664
17664
|
}
|
|
17665
17665
|
}
|
|
17666
17666
|
},
|
|
@@ -18797,14 +18797,14 @@
|
|
|
18797
18797
|
}
|
|
18798
18798
|
},
|
|
18799
18799
|
"@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.
|
|
18800
|
+
"version": "0.8.5-beta.1",
|
|
18801
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-beta.1.tgz",
|
|
18802
|
+
"integrity": "sha512-tnOWwlq3rM/AX8oFamLWDdH2uTHeAu2akAY9VwpG5bGBOUz82poBlr+oyRu03LdgJ7DmFZS5xpGAoZ0P7AiC+w==",
|
|
18803
|
+
"requires": {
|
|
18804
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18805
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
18806
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
18807
|
+
"@saltcorn/types": "0.8.5-beta.1",
|
|
18808
18808
|
"@types/lodash": "^4.14.182",
|
|
18809
18809
|
"adm-zip": "0.5.5",
|
|
18810
18810
|
"chaos-guinea-pig": "^0.1.4",
|
|
@@ -18817,32 +18817,32 @@
|
|
|
18817
18817
|
}
|
|
18818
18818
|
},
|
|
18819
18819
|
"@saltcorn/base-plugin": {
|
|
18820
|
-
"version": "0.8.
|
|
18821
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.
|
|
18822
|
-
"integrity": "sha512-
|
|
18820
|
+
"version": "0.8.5-beta.1",
|
|
18821
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-beta.1.tgz",
|
|
18822
|
+
"integrity": "sha512-Rvji1lBbRXi0YZHnatBFA+9Q28tBy+npk1cVGg2xKczzhQhgAoIAmUa5cXEhaWtzrT3Qt4ylqwtD7aFc2xEg1g==",
|
|
18823
18823
|
"requires": {
|
|
18824
|
-
"@saltcorn/data": "0.8.
|
|
18824
|
+
"@saltcorn/data": "0.8.5-beta.1"
|
|
18825
18825
|
}
|
|
18826
18826
|
},
|
|
18827
18827
|
"@saltcorn/builder": {
|
|
18828
|
-
"version": "0.8.
|
|
18829
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.
|
|
18830
|
-
"integrity": "sha512-
|
|
18828
|
+
"version": "0.8.5-beta.1",
|
|
18829
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-beta.1.tgz",
|
|
18830
|
+
"integrity": "sha512-TP0imgVCd1IYgMRnMg7iBSwKqw20MLIQH/CmI2JpZPJ63KbZwzzrl1FrcCDaae6+5FlSSL5boolenRMFpAPx5Q==",
|
|
18831
18831
|
"requires": {
|
|
18832
18832
|
"styled-components": "4.4.1"
|
|
18833
18833
|
}
|
|
18834
18834
|
},
|
|
18835
18835
|
"@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.
|
|
18836
|
+
"version": "0.8.5-beta.1",
|
|
18837
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-beta.1.tgz",
|
|
18838
|
+
"integrity": "sha512-IcYcelmL1/YlHbgbu3AGVPjQClmyh5ANLumh0pIlX+FLY1PMZwVPN0tbgQB9tmiKTvoHVfAjG9zEAu40iPLCvA==",
|
|
18839
|
+
"requires": {
|
|
18840
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
18841
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
18842
|
+
"@saltcorn/postgres": "0.8.5-beta.1",
|
|
18843
|
+
"@saltcorn/sqlite": "0.8.5-beta.1",
|
|
18844
|
+
"@saltcorn/sqlite-mobile": "0.8.5-beta.1",
|
|
18845
|
+
"@saltcorn/types": "0.8.5-beta.1",
|
|
18846
18846
|
"acorn": "^8.0.3",
|
|
18847
18847
|
"assert": "^2.0.0",
|
|
18848
18848
|
"astring": "^1.4.3",
|
|
@@ -18886,22 +18886,22 @@
|
|
|
18886
18886
|
}
|
|
18887
18887
|
},
|
|
18888
18888
|
"@saltcorn/db-common": {
|
|
18889
|
-
"version": "0.8.
|
|
18890
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.
|
|
18891
|
-
"integrity": "sha512
|
|
18889
|
+
"version": "0.8.5-beta.1",
|
|
18890
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-beta.1.tgz",
|
|
18891
|
+
"integrity": "sha512-/YLJBYF0L6Ay/XmD5cySBU2ODK2a57uvwYHQm97ASH1+I7JXe71C06l/d14Sr5pDiphrR6ZWA0Gt+EgckE2WIw=="
|
|
18892
18892
|
},
|
|
18893
18893
|
"@saltcorn/filemanager": {
|
|
18894
|
-
"version": "0.8.
|
|
18895
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.
|
|
18896
|
-
"integrity": "sha512-
|
|
18894
|
+
"version": "0.8.5-beta.1",
|
|
18895
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-beta.1.tgz",
|
|
18896
|
+
"integrity": "sha512-lYQLEe/NDNmTxs88cuQYJbahEWmyodVdvE8i1A28ihnwqr6P7EHvknr5Yl7rUKaSY8uH6E5afHSSL/ZvfWGmEg==",
|
|
18897
18897
|
"requires": {
|
|
18898
18898
|
"sirv-cli": "^2.0.0"
|
|
18899
18899
|
}
|
|
18900
18900
|
},
|
|
18901
18901
|
"@saltcorn/markup": {
|
|
18902
|
-
"version": "0.8.
|
|
18903
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.
|
|
18904
|
-
"integrity": "sha512-
|
|
18902
|
+
"version": "0.8.5-beta.1",
|
|
18903
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-beta.1.tgz",
|
|
18904
|
+
"integrity": "sha512-9qnG5yY3ZscDjlzZu80NyCR2374UPdZlf+92DdJp9MYq5YCn6g4ht3KsG7FIo7GnFAIyykYNhHJaqHpySbPyDQ==",
|
|
18905
18905
|
"requires": {
|
|
18906
18906
|
"escape-html": "^1.0.3",
|
|
18907
18907
|
"html-tags": "3.1.0",
|
|
@@ -18909,26 +18909,26 @@
|
|
|
18909
18909
|
}
|
|
18910
18910
|
},
|
|
18911
18911
|
"@saltcorn/mobile-app": {
|
|
18912
|
-
"version": "0.8.
|
|
18913
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.
|
|
18914
|
-
"integrity": "sha512-
|
|
18912
|
+
"version": "0.8.5-beta.1",
|
|
18913
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-beta.1.tgz",
|
|
18914
|
+
"integrity": "sha512-CVHbMYZnY70Z6w1B/qwhftdh92mSiqS41buxS9Niba6QuWtdlGsq75feoAaEAnhugr41CWV/6GTuNSOx27Wq5Q==",
|
|
18915
18915
|
"requires": {
|
|
18916
18916
|
"cordova": "^11.0.0",
|
|
18917
18917
|
"cordova-sqlite-ext": "^6.0.0"
|
|
18918
18918
|
}
|
|
18919
18919
|
},
|
|
18920
18920
|
"@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.
|
|
18921
|
+
"version": "0.8.5-beta.1",
|
|
18922
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-beta.1.tgz",
|
|
18923
|
+
"integrity": "sha512-J5ahd0c/ws2E0aeP7xM0LX+ZHDCo9qBN1vOaPLEsIY6T8wqssDD0sXHaiKkKq/IUuWzYzu35EsZc+K35ReNKEw==",
|
|
18924
|
+
"requires": {
|
|
18925
|
+
"@saltcorn/base-plugin": "0.8.5-beta.1",
|
|
18926
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18927
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
18928
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
18929
|
+
"@saltcorn/mobile-app": "0.8.5-beta.1",
|
|
18930
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.1",
|
|
18931
|
+
"@saltcorn/server": "0.8.5-beta.1",
|
|
18932
18932
|
"fs-extra": "^10.0.1",
|
|
18933
18933
|
"live-plugin-manager": "^0.16.0",
|
|
18934
18934
|
"webpack": "5.68.0",
|
|
@@ -18963,38 +18963,38 @@
|
|
|
18963
18963
|
}
|
|
18964
18964
|
},
|
|
18965
18965
|
"@saltcorn/postgres": {
|
|
18966
|
-
"version": "0.8.
|
|
18967
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.
|
|
18968
|
-
"integrity": "sha512
|
|
18966
|
+
"version": "0.8.5-beta.1",
|
|
18967
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-beta.1.tgz",
|
|
18968
|
+
"integrity": "sha512-iPiH3xCpK5yJaurTKKTaAigZirGWsNRgu9TD/pR9xMCnIl3Bta+zVFiTVe0NFQs7Br67ryB+si40GS7Ae8Qtzw==",
|
|
18969
18969
|
"optional": true,
|
|
18970
18970
|
"requires": {
|
|
18971
|
-
"@saltcorn/db-common": "0.8.
|
|
18971
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
18972
18972
|
"pg": "^8.2.1",
|
|
18973
18973
|
"pg-copy-streams": "^5.1.1"
|
|
18974
18974
|
}
|
|
18975
18975
|
},
|
|
18976
18976
|
"@saltcorn/sbadmin2": {
|
|
18977
|
-
"version": "0.8.
|
|
18978
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.
|
|
18979
|
-
"integrity": "sha512-
|
|
18977
|
+
"version": "0.8.5-beta.1",
|
|
18978
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-beta.1.tgz",
|
|
18979
|
+
"integrity": "sha512-u9khob/SQ4j7WczRvXTe3fHtK/GWJoHJX1h2ExBeJn1G6l0GdpP2ZM3JVAyaRJH5yPN2QXts07NZC5Z1UtjQeA==",
|
|
18980
18980
|
"requires": {
|
|
18981
|
-
"@saltcorn/data": "0.8.
|
|
18982
|
-
"@saltcorn/markup": "0.8.
|
|
18981
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18982
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
18983
18983
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
18984
18984
|
}
|
|
18985
18985
|
},
|
|
18986
18986
|
"@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.
|
|
18987
|
+
"version": "0.8.5-beta.1",
|
|
18988
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-beta.1.tgz",
|
|
18989
|
+
"integrity": "sha512-tQG4mXGZM7DewqbMnZHJdfI6GBkfGwjdo45mDmWwVLNatZdMudCIHuxIUPvB3hf4LGxQJhH+qRZTXv4gizit/Q==",
|
|
18990
|
+
"requires": {
|
|
18991
|
+
"@saltcorn/admin-models": "0.8.5-beta.1",
|
|
18992
|
+
"@saltcorn/base-plugin": "0.8.5-beta.1",
|
|
18993
|
+
"@saltcorn/builder": "0.8.5-beta.1",
|
|
18994
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18995
|
+
"@saltcorn/filemanager": "0.8.5-beta.1",
|
|
18996
|
+
"@saltcorn/markup": "0.8.5-beta.1",
|
|
18997
|
+
"@saltcorn/sbadmin2": "0.8.5-beta.1",
|
|
18998
18998
|
"@socket.io/cluster-adapter": "^0.2.1",
|
|
18999
18999
|
"@socket.io/sticky": "^1.0.1",
|
|
19000
19000
|
"adm-zip": "0.5.10",
|
|
@@ -19050,27 +19050,27 @@
|
|
|
19050
19050
|
}
|
|
19051
19051
|
},
|
|
19052
19052
|
"@saltcorn/sqlite": {
|
|
19053
|
-
"version": "0.8.
|
|
19054
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.
|
|
19055
|
-
"integrity": "sha512-
|
|
19053
|
+
"version": "0.8.5-beta.1",
|
|
19054
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-beta.1.tgz",
|
|
19055
|
+
"integrity": "sha512-42jtthuJRl6h+qI4QcBwVx/WBNPCgewxL/pXRIIsCzbrS1qaTUEf9tATwDLX1vhYc1PcZbGm7yifDQAG8nOnKQ==",
|
|
19056
19056
|
"optional": true,
|
|
19057
19057
|
"requires": {
|
|
19058
|
-
"@saltcorn/db-common": "0.8.
|
|
19058
|
+
"@saltcorn/db-common": "0.8.5-beta.1",
|
|
19059
19059
|
"sqlite3": "^5.0.8"
|
|
19060
19060
|
}
|
|
19061
19061
|
},
|
|
19062
19062
|
"@saltcorn/sqlite-mobile": {
|
|
19063
|
-
"version": "0.8.
|
|
19064
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.
|
|
19065
|
-
"integrity": "sha512-
|
|
19063
|
+
"version": "0.8.5-beta.1",
|
|
19064
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-beta.1.tgz",
|
|
19065
|
+
"integrity": "sha512-g6kiUfPgUVqJHW4GJryPDuDVvaEPOCAbE7K7/PWmBINKw1Zfc2KWe0Zz+QKRasiB+4wpWP6SYpW5HMy1aQr2ig==",
|
|
19066
19066
|
"requires": {
|
|
19067
|
-
"@saltcorn/db-common": "0.8.
|
|
19067
|
+
"@saltcorn/db-common": "0.8.5-beta.1"
|
|
19068
19068
|
}
|
|
19069
19069
|
},
|
|
19070
19070
|
"@saltcorn/types": {
|
|
19071
|
-
"version": "0.8.
|
|
19072
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.
|
|
19073
|
-
"integrity": "sha512-
|
|
19071
|
+
"version": "0.8.5-beta.1",
|
|
19072
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-beta.1.tgz",
|
|
19073
|
+
"integrity": "sha512-NM+udGpQ+uwm7z4u3XdTBq5BtqQJa8Q92ob6KdNstjVWG+fX7pSEXWTFOKaczF5z/UwouuHeNuQMjOBFft831g=="
|
|
19074
19074
|
},
|
|
19075
19075
|
"@sindresorhus/is": {
|
|
19076
19076
|
"version": "0.14.0",
|
|
@@ -19301,9 +19301,9 @@
|
|
|
19301
19301
|
"integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
|
|
19302
19302
|
},
|
|
19303
19303
|
"@types/node": {
|
|
19304
|
-
"version": "18.14.
|
|
19305
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.
|
|
19306
|
-
"integrity": "sha512-
|
|
19304
|
+
"version": "18.14.6",
|
|
19305
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz",
|
|
19306
|
+
"integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA=="
|
|
19307
19307
|
},
|
|
19308
19308
|
"@types/node-fetch": {
|
|
19309
19309
|
"version": "2.6.2",
|
|
@@ -19902,9 +19902,9 @@
|
|
|
19902
19902
|
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
|
|
19903
19903
|
},
|
|
19904
19904
|
"aws-sdk": {
|
|
19905
|
-
"version": "2.
|
|
19906
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
19907
|
-
"integrity": "sha512-
|
|
19905
|
+
"version": "2.1328.0",
|
|
19906
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1328.0.tgz",
|
|
19907
|
+
"integrity": "sha512-ud8ieE+hGX/cWHkQ9kMxQw6w+onbv71PDrcPmP2j8cmYv5IPlM5Zh8/tpsmXApLYDmQMuZ3TtssiB1KmoSbzgA==",
|
|
19908
19908
|
"requires": {
|
|
19909
19909
|
"buffer": "4.9.2",
|
|
19910
19910
|
"events": "1.1.1",
|
|
@@ -20549,9 +20549,9 @@
|
|
|
20549
20549
|
"integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
|
|
20550
20550
|
},
|
|
20551
20551
|
"caniuse-lite": {
|
|
20552
|
-
"version": "1.0.
|
|
20553
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
20554
|
-
"integrity": "sha512-
|
|
20552
|
+
"version": "1.0.30001460",
|
|
20553
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz",
|
|
20554
|
+
"integrity": "sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ=="
|
|
20555
20555
|
},
|
|
20556
20556
|
"cardinal": {
|
|
20557
20557
|
"version": "2.1.1",
|
|
@@ -22099,9 +22099,9 @@
|
|
|
22099
22099
|
}
|
|
22100
22100
|
},
|
|
22101
22101
|
"electron-to-chromium": {
|
|
22102
|
-
"version": "1.4.
|
|
22103
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
22104
|
-
"integrity": "sha512-
|
|
22102
|
+
"version": "1.4.320",
|
|
22103
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.320.tgz",
|
|
22104
|
+
"integrity": "sha512-h70iRscrNluMZPVICXYl5SSB+rBKo22XfuIS1ER0OQxQZpKTnFpuS6coj7wY9M/3trv7OR88rRMOlKmRvDty7Q=="
|
|
22105
22105
|
},
|
|
22106
22106
|
"elementtree": {
|
|
22107
22107
|
"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.1","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.1",
|
|
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.1",
|
|
17
|
+
"@saltcorn/data": "0.8.5-beta.1",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.5-beta.1",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.5-beta.1",
|
|
20
|
+
"@saltcorn/server": "0.8.5-beta.1",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|