@saltcorn/cli 0.8.0-beta.3 → 0.8.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -35
- package/npm-shrinkwrap.json +188 -188
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
|
|
|
20
20
|
$ saltcorn COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ saltcorn (-v|--version|version)
|
|
23
|
-
@saltcorn/cli/0.8.0-beta.
|
|
23
|
+
@saltcorn/cli/0.8.0-beta.4 darwin-arm64 node-v16.18.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -79,7 +79,7 @@ OPTIONS
|
|
|
79
79
|
-f, --force force command execution
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
82
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/add-schema.js)_
|
|
83
83
|
|
|
84
84
|
## `saltcorn backup`
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ OPTIONS
|
|
|
95
95
|
-z, --zip zip format
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
98
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/backup.js)_
|
|
99
99
|
|
|
100
100
|
## `saltcorn build-app`
|
|
101
101
|
|
|
@@ -123,7 +123,7 @@ OPTIONS
|
|
|
123
123
|
tenant
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
126
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/build-app.js)_
|
|
127
127
|
|
|
128
128
|
## `saltcorn configuration-check`
|
|
129
129
|
|
|
@@ -137,7 +137,7 @@ OPTIONS
|
|
|
137
137
|
-t, --tenant=tenant tenant
|
|
138
138
|
```
|
|
139
139
|
|
|
140
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
140
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/configuration-check.js)_
|
|
141
141
|
|
|
142
142
|
## `saltcorn configuration-check-backups FILES`
|
|
143
143
|
|
|
@@ -151,7 +151,7 @@ ARGUMENTS
|
|
|
151
151
|
FILES backup file to check. can be repeated, e.g. with *
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
154
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/configuration-check-backups.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn create-tenant TENANT`
|
|
157
157
|
|
|
@@ -169,7 +169,7 @@ OPTIONS
|
|
|
169
169
|
-e, --email=email Email of owner of tenant
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
172
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/create-tenant.js)_
|
|
173
173
|
|
|
174
174
|
## `saltcorn create-user`
|
|
175
175
|
|
|
@@ -187,7 +187,7 @@ OPTIONS
|
|
|
187
187
|
-t, --tenant=tenant tenant
|
|
188
188
|
```
|
|
189
189
|
|
|
190
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
190
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/create-user.js)_
|
|
191
191
|
|
|
192
192
|
## `saltcorn delete-tenants`
|
|
193
193
|
|
|
@@ -198,7 +198,7 @@ USAGE
|
|
|
198
198
|
$ saltcorn delete-tenants
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
201
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/delete-tenants.js)_
|
|
202
202
|
|
|
203
203
|
## `saltcorn delete-user USER_EMAIL`
|
|
204
204
|
|
|
@@ -219,7 +219,7 @@ DESCRIPTION
|
|
|
219
219
|
Command deletes the user specified by USER_EMAIL.
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
222
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/delete-user.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn fixtures`
|
|
225
225
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
This manual step it is never required for users and rarely required for developers
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
241
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/fixtures.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn get-cfg KEY`
|
|
244
244
|
|
|
@@ -256,7 +256,7 @@ OPTIONS
|
|
|
256
256
|
-t, --tenant=tenant tenant
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
259
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/get-cfg.js)_
|
|
260
260
|
|
|
261
261
|
## `saltcorn help [COMMAND]`
|
|
262
262
|
|
|
@@ -294,7 +294,7 @@ ALIASES
|
|
|
294
294
|
$ saltcorn paths
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
297
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/info.js)_
|
|
298
298
|
|
|
299
299
|
## `saltcorn inspect TYPE [NAME]`
|
|
300
300
|
|
|
@@ -312,7 +312,7 @@ OPTIONS
|
|
|
312
312
|
-t, --tenant=tenant tenant
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
315
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/inspect.js)_
|
|
316
316
|
|
|
317
317
|
## `saltcorn install-pack`
|
|
318
318
|
|
|
@@ -328,7 +328,7 @@ OPTIONS
|
|
|
328
328
|
-t, --tenant=tenant tenant
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
331
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/install-pack.js)_
|
|
332
332
|
|
|
333
333
|
## `saltcorn install-plugin`
|
|
334
334
|
|
|
@@ -344,7 +344,7 @@ OPTIONS
|
|
|
344
344
|
-t, --tenant=tenant tenant
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
347
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/install-plugin.js)_
|
|
348
348
|
|
|
349
349
|
## `saltcorn list-tenants`
|
|
350
350
|
|
|
@@ -355,7 +355,7 @@ USAGE
|
|
|
355
355
|
$ saltcorn list-tenants
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
358
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/list-tenants.js)_
|
|
359
359
|
|
|
360
360
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
361
361
|
|
|
@@ -373,7 +373,7 @@ OPTIONS
|
|
|
373
373
|
-t, --tenant=tenant tenant
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
376
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/localize-plugin.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn make-migration`
|
|
379
379
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
unless you are a developer.
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
392
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/make-migration.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn saltcorn migrate`
|
|
395
395
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
servers and need to control when the migrations are run.
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
414
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/migrate.js)_
|
|
415
415
|
|
|
416
416
|
## `saltcorn modify-user USER_EMAIL`
|
|
417
417
|
|
|
@@ -440,7 +440,7 @@ DESCRIPTION
|
|
|
440
440
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
443
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/modify-user.js)_
|
|
444
444
|
|
|
445
445
|
## `saltcorn plugins`
|
|
446
446
|
|
|
@@ -467,7 +467,7 @@ EXAMPLES
|
|
|
467
467
|
plugins -u -f - force plugin update
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
470
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/plugins.js)_
|
|
471
471
|
|
|
472
472
|
## `saltcorn release VERSION`
|
|
473
473
|
|
|
@@ -481,7 +481,7 @@ ARGUMENTS
|
|
|
481
481
|
VERSION New version number
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
484
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/release.js)_
|
|
485
485
|
|
|
486
486
|
## `saltcorn reset-schema`
|
|
487
487
|
|
|
@@ -500,7 +500,7 @@ DESCRIPTION
|
|
|
500
500
|
This will delete all existing information
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
503
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/reset-schema.js)_
|
|
504
504
|
|
|
505
505
|
## `saltcorn restore FILE`
|
|
506
506
|
|
|
@@ -517,7 +517,7 @@ OPTIONS
|
|
|
517
517
|
-t, --tenant=tenant tenant
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
520
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/restore.js)_
|
|
521
521
|
|
|
522
522
|
## `saltcorn rm-tenant`
|
|
523
523
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
It recommended to make backup of tenant before perform this command.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
539
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/rm-tenant.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn run-benchmark [BASEURL]`
|
|
542
542
|
|
|
@@ -555,7 +555,7 @@ OPTIONS
|
|
|
555
555
|
-t, --token=token API Token for reporting results
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
558
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/run-benchmark.js)_
|
|
559
559
|
|
|
560
560
|
## `saltcorn run-tests [PACKAGE]`
|
|
561
561
|
|
|
@@ -577,7 +577,7 @@ OPTIONS
|
|
|
577
577
|
--watchAll Watch files for changes and rerun all tests.
|
|
578
578
|
```
|
|
579
579
|
|
|
580
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
580
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/run-tests.js)_
|
|
581
581
|
|
|
582
582
|
## `saltcorn scheduler`
|
|
583
583
|
|
|
@@ -591,7 +591,7 @@ OPTIONS
|
|
|
591
591
|
-v, --verbose Verbose
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
594
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/scheduler.js)_
|
|
595
595
|
|
|
596
596
|
## `saltcorn serve`
|
|
597
597
|
|
|
@@ -612,7 +612,7 @@ OPTIONS
|
|
|
612
612
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
615
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/serve.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn set-cfg KEY [VALUE]`
|
|
618
618
|
|
|
@@ -633,7 +633,7 @@ OPTIONS
|
|
|
633
633
|
-t, --tenant=tenant tenant
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
636
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/set-cfg.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn setup`
|
|
639
639
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
configuration file
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
655
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/setup.js)_
|
|
656
656
|
|
|
657
657
|
## `saltcorn setup-benchmark`
|
|
658
658
|
|
|
@@ -666,7 +666,7 @@ OPTIONS
|
|
|
666
666
|
-t, --tenant=tenant tenant
|
|
667
667
|
```
|
|
668
668
|
|
|
669
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
669
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/setup-benchmark.js)_
|
|
670
670
|
|
|
671
671
|
## `saltcorn test-plugin PATH`
|
|
672
672
|
|
|
@@ -684,7 +684,7 @@ DESCRIPTION
|
|
|
684
684
|
Extra documentation goes here
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
687
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/test-plugin.js)_
|
|
688
688
|
|
|
689
689
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
690
690
|
|
|
@@ -701,5 +701,5 @@ ARGUMENTS
|
|
|
701
701
|
TENANT tenant name
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.
|
|
704
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.0-beta.4/src/commands/transform-field.js)_
|
|
705
705
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.8.0-beta.
|
|
3
|
+
"version": "0.8.0-beta.4",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@saltcorn/cli",
|
|
9
|
-
"version": "0.8.0-beta.
|
|
9
|
+
"version": "0.8.0-beta.4",
|
|
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.0-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.0-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.0-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.0-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.0-beta.4",
|
|
17
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.0-beta.4",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.0-beta.4",
|
|
20
|
+
"@saltcorn/server": "0.8.0-beta.4",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|
|
@@ -1808,14 +1808,14 @@
|
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
1810
|
"node_modules/@saltcorn/admin-models": {
|
|
1811
|
-
"version": "0.8.0-beta.
|
|
1812
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.0-beta.
|
|
1813
|
-
"integrity": "sha512-
|
|
1814
|
-
"dependencies": {
|
|
1815
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
1816
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
1817
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
1818
|
-
"@saltcorn/types": "0.8.0-beta.
|
|
1811
|
+
"version": "0.8.0-beta.4",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.0-beta.4.tgz",
|
|
1813
|
+
"integrity": "sha512-EmXf5hb8ppUFnK2nlHJ0jlnr1WNmbd2m3kGJJMhwkfOEaeXfaZvhTI2ll6IC+0r+yNVCK/HO5X6wIgTzG93wcA==",
|
|
1814
|
+
"dependencies": {
|
|
1815
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
1816
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
1817
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
1818
|
+
"@saltcorn/types": "0.8.0-beta.4",
|
|
1819
1819
|
"@types/lodash": "^4.14.182",
|
|
1820
1820
|
"adm-zip": "0.5.5",
|
|
1821
1821
|
"csv-stringify": "^5.5.0",
|
|
@@ -1827,30 +1827,30 @@
|
|
|
1827
1827
|
}
|
|
1828
1828
|
},
|
|
1829
1829
|
"node_modules/@saltcorn/base-plugin": {
|
|
1830
|
-
"version": "0.8.0-beta.
|
|
1831
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.0-beta.
|
|
1832
|
-
"integrity": "sha512-
|
|
1830
|
+
"version": "0.8.0-beta.4",
|
|
1831
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.0-beta.4.tgz",
|
|
1832
|
+
"integrity": "sha512-uoBRNnWF2HaRQ8sDm/YbFVgH5hiayBW3uIiEi9brlBGTtUj8OM6JHNCaFWqkEMGaYOXttW3Hzy/DKpAy/iIxNw==",
|
|
1833
1833
|
"dependencies": {
|
|
1834
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
1834
|
+
"@saltcorn/data": "0.8.0-beta.4"
|
|
1835
1835
|
}
|
|
1836
1836
|
},
|
|
1837
1837
|
"node_modules/@saltcorn/builder": {
|
|
1838
|
-
"version": "0.8.0-beta.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.0-beta.
|
|
1840
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "0.8.0-beta.4",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.0-beta.4.tgz",
|
|
1840
|
+
"integrity": "sha512-d81rrNFhFjTeOZidEKn8U0Yfo/7RvNyFUM9kmtTcT/gCC8cGrfm2h2aK1o+AucI4DFxlbf+sHlcbS+xXzYeVXA==",
|
|
1841
1841
|
"dependencies": {
|
|
1842
1842
|
"styled-components": "4.4.1"
|
|
1843
1843
|
}
|
|
1844
1844
|
},
|
|
1845
1845
|
"node_modules/@saltcorn/data": {
|
|
1846
|
-
"version": "0.8.0-beta.
|
|
1847
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.0-beta.
|
|
1848
|
-
"integrity": "sha512-
|
|
1849
|
-
"dependencies": {
|
|
1850
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
1851
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
1852
|
-
"@saltcorn/sqlite-mobile": "0.8.0-beta.
|
|
1853
|
-
"@saltcorn/types": "0.8.0-beta.
|
|
1846
|
+
"version": "0.8.0-beta.4",
|
|
1847
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.0-beta.4.tgz",
|
|
1848
|
+
"integrity": "sha512-XUxAN3ci6HLniGA/OCcrfg75KXK9XXaUb4LkfFbr/SuZiyZkYInmYFU+9VsgaTsLeKZMgEC7ZElXQ5O0SE3Ckg==",
|
|
1849
|
+
"dependencies": {
|
|
1850
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
1851
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
1852
|
+
"@saltcorn/sqlite-mobile": "0.8.0-beta.4",
|
|
1853
|
+
"@saltcorn/types": "0.8.0-beta.4",
|
|
1854
1854
|
"acorn": "^8.0.3",
|
|
1855
1855
|
"astring": "^1.4.3",
|
|
1856
1856
|
"axios": "^0.26.1",
|
|
@@ -1890,27 +1890,27 @@
|
|
|
1890
1890
|
"vm-browserify": "^1.1.2"
|
|
1891
1891
|
},
|
|
1892
1892
|
"optionalDependencies": {
|
|
1893
|
-
"@saltcorn/postgres": "0.8.0-beta.
|
|
1894
|
-
"@saltcorn/sqlite": "0.8.0-beta.
|
|
1893
|
+
"@saltcorn/postgres": "0.8.0-beta.4",
|
|
1894
|
+
"@saltcorn/sqlite": "0.8.0-beta.4"
|
|
1895
1895
|
}
|
|
1896
1896
|
},
|
|
1897
1897
|
"node_modules/@saltcorn/db-common": {
|
|
1898
|
-
"version": "0.8.0-beta.
|
|
1899
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.0-beta.
|
|
1900
|
-
"integrity": "sha512-
|
|
1898
|
+
"version": "0.8.0-beta.4",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.0-beta.4.tgz",
|
|
1900
|
+
"integrity": "sha512-JBKtddqivgp44eLPnOZ2WEBYtJ+XZRkg1X0OM/UqOtOzxyplX77RJlzv0FzIsKFVf4nrLUZjq+zy5Cj06/F64Q=="
|
|
1901
1901
|
},
|
|
1902
1902
|
"node_modules/@saltcorn/filemanager": {
|
|
1903
|
-
"version": "0.8.0-beta.
|
|
1904
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.0-beta.
|
|
1905
|
-
"integrity": "sha512-
|
|
1903
|
+
"version": "0.8.0-beta.4",
|
|
1904
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.0-beta.4.tgz",
|
|
1905
|
+
"integrity": "sha512-JbfXkYefBiJJc1N8znXtEzCcQVB7LLVFRUAiatLP1u4TaGdycoeUwhZXE2RKy483Zu7UHonlx0Li0MyUSx1Rtw==",
|
|
1906
1906
|
"dependencies": {
|
|
1907
1907
|
"sirv-cli": "^2.0.0"
|
|
1908
1908
|
}
|
|
1909
1909
|
},
|
|
1910
1910
|
"node_modules/@saltcorn/markup": {
|
|
1911
|
-
"version": "0.8.0-beta.
|
|
1912
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.0-beta.
|
|
1913
|
-
"integrity": "sha512-
|
|
1911
|
+
"version": "0.8.0-beta.4",
|
|
1912
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.0-beta.4.tgz",
|
|
1913
|
+
"integrity": "sha512-74RLNydMvnximI21pJObKcDMsv5jmR7sQ5IGaR/2EzN+8Fcrn3mcH3PFEPKnDbgfWYt40o/TGpxNWU44Rjtkug==",
|
|
1914
1914
|
"dependencies": {
|
|
1915
1915
|
"escape-html": "^1.0.3",
|
|
1916
1916
|
"html-tags": "3.1.0",
|
|
@@ -1918,27 +1918,27 @@
|
|
|
1918
1918
|
}
|
|
1919
1919
|
},
|
|
1920
1920
|
"node_modules/@saltcorn/mobile-app": {
|
|
1921
|
-
"version": "0.8.0-beta.
|
|
1922
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.0-beta.
|
|
1923
|
-
"integrity": "sha512-
|
|
1921
|
+
"version": "0.8.0-beta.4",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.0-beta.4.tgz",
|
|
1923
|
+
"integrity": "sha512-xJp3WMa3F/gDV2wlHqul7KQK3+52x8PdlRoa3p37Rv6jW4f734zGZxg2uwEExh1fbeDDl1M0c/AUMKSGhk/+ng==",
|
|
1924
1924
|
"dependencies": {
|
|
1925
1925
|
"cordova": "^11.0.0",
|
|
1926
1926
|
"cordova-sqlite-ext": "^6.0.0"
|
|
1927
1927
|
}
|
|
1928
1928
|
},
|
|
1929
1929
|
"node_modules/@saltcorn/mobile-builder": {
|
|
1930
|
-
"version": "0.8.0-beta.
|
|
1931
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.0-beta.
|
|
1932
|
-
"integrity": "sha512
|
|
1930
|
+
"version": "0.8.0-beta.4",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.0-beta.4.tgz",
|
|
1932
|
+
"integrity": "sha512-WQc8fPjgo1Tqlj3SsAfYdbHiOSp8ZdjbSwNsXzOnP+VnShgKLXl+7l7gb/wMfUcTGFYSOrzBeju0watQBijAJw==",
|
|
1933
1933
|
"hasInstallScript": true,
|
|
1934
1934
|
"dependencies": {
|
|
1935
|
-
"@saltcorn/base-plugin": "0.8.0-beta.
|
|
1936
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
1937
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
1938
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
1939
|
-
"@saltcorn/mobile-app": "0.8.0-beta.
|
|
1940
|
-
"@saltcorn/sbadmin2": "0.8.0-beta.
|
|
1941
|
-
"@saltcorn/server": "0.8.0-beta.
|
|
1935
|
+
"@saltcorn/base-plugin": "0.8.0-beta.4",
|
|
1936
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
1937
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
1938
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
1939
|
+
"@saltcorn/mobile-app": "0.8.0-beta.4",
|
|
1940
|
+
"@saltcorn/sbadmin2": "0.8.0-beta.4",
|
|
1941
|
+
"@saltcorn/server": "0.8.0-beta.4",
|
|
1942
1942
|
"fs-extra": "^10.0.1",
|
|
1943
1943
|
"live-plugin-manager": "^0.16.0",
|
|
1944
1944
|
"webpack": "5.68.0",
|
|
@@ -1979,38 +1979,38 @@
|
|
|
1979
1979
|
}
|
|
1980
1980
|
},
|
|
1981
1981
|
"node_modules/@saltcorn/postgres": {
|
|
1982
|
-
"version": "0.8.0-beta.
|
|
1983
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.0-beta.
|
|
1984
|
-
"integrity": "sha512
|
|
1982
|
+
"version": "0.8.0-beta.4",
|
|
1983
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.0-beta.4.tgz",
|
|
1984
|
+
"integrity": "sha512-+E78VnjdTL0NuHUKvxt8xaxpHvadwDpayDsFpnzT8D/Wge3GL4AZBzo64lazo+rO1C18VmpkpdYb7DKIJJBNuA==",
|
|
1985
1985
|
"optional": true,
|
|
1986
1986
|
"dependencies": {
|
|
1987
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
1987
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
1988
1988
|
"pg": "^8.2.1",
|
|
1989
1989
|
"pg-copy-streams": "^5.1.1"
|
|
1990
1990
|
}
|
|
1991
1991
|
},
|
|
1992
1992
|
"node_modules/@saltcorn/sbadmin2": {
|
|
1993
|
-
"version": "0.8.0-beta.
|
|
1994
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.0-beta.
|
|
1995
|
-
"integrity": "sha512-
|
|
1993
|
+
"version": "0.8.0-beta.4",
|
|
1994
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.0-beta.4.tgz",
|
|
1995
|
+
"integrity": "sha512-QLlfkJQXB8jXgdyTWhb/ODXZdT+FlTkvra5gd3Y9Ksu+oNk5T3j3ZGJGyw7j3JkNoCK5O4bB2Bd04SHKS5kULw==",
|
|
1996
1996
|
"dependencies": {
|
|
1997
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
1998
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
1997
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
1998
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
1999
1999
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
2002
2002
|
"node_modules/@saltcorn/server": {
|
|
2003
|
-
"version": "0.8.0-beta.
|
|
2004
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.0-beta.
|
|
2005
|
-
"integrity": "sha512-
|
|
2006
|
-
"dependencies": {
|
|
2007
|
-
"@saltcorn/admin-models": "0.8.0-beta.
|
|
2008
|
-
"@saltcorn/base-plugin": "0.8.0-beta.
|
|
2009
|
-
"@saltcorn/builder": "0.8.0-beta.
|
|
2010
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
2011
|
-
"@saltcorn/filemanager": "0.8.0-beta.
|
|
2012
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
2013
|
-
"@saltcorn/sbadmin2": "0.8.0-beta.
|
|
2003
|
+
"version": "0.8.0-beta.4",
|
|
2004
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.0-beta.4.tgz",
|
|
2005
|
+
"integrity": "sha512-SErAUzctIQdG65LrU1MX44QJMjS4goKJ98MZ7XPysLp6E7ZSqWy+BIYY9ti2ZosTSZxe97lcYkYXrNPn7fu2vg==",
|
|
2006
|
+
"dependencies": {
|
|
2007
|
+
"@saltcorn/admin-models": "0.8.0-beta.4",
|
|
2008
|
+
"@saltcorn/base-plugin": "0.8.0-beta.4",
|
|
2009
|
+
"@saltcorn/builder": "0.8.0-beta.4",
|
|
2010
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
2011
|
+
"@saltcorn/filemanager": "0.8.0-beta.4",
|
|
2012
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
2013
|
+
"@saltcorn/sbadmin2": "0.8.0-beta.4",
|
|
2014
2014
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
2015
2015
|
"@socket.io/sticky": "^1.0.1",
|
|
2016
2016
|
"aws-sdk": "^2.1037.0",
|
|
@@ -2060,29 +2060,29 @@
|
|
|
2060
2060
|
}
|
|
2061
2061
|
},
|
|
2062
2062
|
"node_modules/@saltcorn/sqlite": {
|
|
2063
|
-
"version": "0.8.0-beta.
|
|
2064
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.0-beta.
|
|
2065
|
-
"integrity": "sha512-
|
|
2063
|
+
"version": "0.8.0-beta.4",
|
|
2064
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.0-beta.4.tgz",
|
|
2065
|
+
"integrity": "sha512-Y1mPmRh0EhNQ7uwLI7qtOpZmBM9QLvfG6KBMAH+MdU/prOXzyQ9B58t7mTAsYdASnlhtBcP9J6MDFNEIybNdog==",
|
|
2066
2066
|
"optional": true,
|
|
2067
2067
|
"dependencies": {
|
|
2068
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
2068
|
+
"@saltcorn/db-common": "0.8.0-beta.4"
|
|
2069
2069
|
},
|
|
2070
2070
|
"optionalDependencies": {
|
|
2071
2071
|
"sqlite3": "^5.0.8"
|
|
2072
2072
|
}
|
|
2073
2073
|
},
|
|
2074
2074
|
"node_modules/@saltcorn/sqlite-mobile": {
|
|
2075
|
-
"version": "0.8.0-beta.
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.0-beta.
|
|
2077
|
-
"integrity": "sha512-
|
|
2075
|
+
"version": "0.8.0-beta.4",
|
|
2076
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.0-beta.4.tgz",
|
|
2077
|
+
"integrity": "sha512-IhbZPUIv2f1AkXQqXrNYy0kooJx0lO8HkEmwTrsd/iB4Ug0HHLrDtxOSH3Kc61bmSsBXiKwKrWxyIfYpDgPROg==",
|
|
2078
2078
|
"dependencies": {
|
|
2079
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
2079
|
+
"@saltcorn/db-common": "0.8.0-beta.4"
|
|
2080
2080
|
}
|
|
2081
2081
|
},
|
|
2082
2082
|
"node_modules/@saltcorn/types": {
|
|
2083
|
-
"version": "0.8.0-beta.
|
|
2084
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.0-beta.
|
|
2085
|
-
"integrity": "sha512-
|
|
2083
|
+
"version": "0.8.0-beta.4",
|
|
2084
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.0-beta.4.tgz",
|
|
2085
|
+
"integrity": "sha512-PHvL4eRTUThuez2B5t4u6fGkYoLWs58Ddo81wVjglTvaMrPw9qkW7lSpdPw6FvEixvlBHRfElrSDPmJjnV8Xhw=="
|
|
2086
2086
|
},
|
|
2087
2087
|
"node_modules/@sindresorhus/is": {
|
|
2088
2088
|
"version": "0.14.0",
|
|
@@ -2880,9 +2880,9 @@
|
|
|
2880
2880
|
}
|
|
2881
2881
|
},
|
|
2882
2882
|
"node_modules/aws-sdk": {
|
|
2883
|
-
"version": "2.
|
|
2884
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
2885
|
-
"integrity": "sha512-
|
|
2883
|
+
"version": "2.1264.0",
|
|
2884
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1264.0.tgz",
|
|
2885
|
+
"integrity": "sha512-pjQ/u31xpd0bSQQUGuoLmfBtNt+ap7a59drtkHgks82+HwzEe7hb1xUpHSHE/p9UbD1d83I4CQ0iTQzGj3EYmg==",
|
|
2886
2886
|
"dependencies": {
|
|
2887
2887
|
"buffer": "4.9.2",
|
|
2888
2888
|
"events": "1.1.1",
|
|
@@ -6190,9 +6190,9 @@
|
|
|
6190
6190
|
}
|
|
6191
6191
|
},
|
|
6192
6192
|
"node_modules/filelist/node_modules/minimatch": {
|
|
6193
|
-
"version": "5.1.
|
|
6194
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
6195
|
-
"integrity": "sha512-
|
|
6193
|
+
"version": "5.1.1",
|
|
6194
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
|
6195
|
+
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
|
6196
6196
|
"dependencies": {
|
|
6197
6197
|
"brace-expansion": "^2.0.1"
|
|
6198
6198
|
},
|
|
@@ -8008,9 +8008,9 @@
|
|
|
8008
8008
|
}
|
|
8009
8009
|
},
|
|
8010
8010
|
"node_modules/js-beautify/node_modules/minimatch": {
|
|
8011
|
-
"version": "5.1.
|
|
8012
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
8013
|
-
"integrity": "sha512-
|
|
8011
|
+
"version": "5.1.1",
|
|
8012
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
|
8013
|
+
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
|
8014
8014
|
"dependencies": {
|
|
8015
8015
|
"brace-expansion": "^2.0.1"
|
|
8016
8016
|
},
|
|
@@ -13052,9 +13052,9 @@
|
|
|
13052
13052
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
13053
13053
|
},
|
|
13054
13054
|
"node_modules/systeminformation": {
|
|
13055
|
-
"version": "5.
|
|
13056
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.
|
|
13057
|
-
"integrity": "sha512-
|
|
13055
|
+
"version": "5.15.1",
|
|
13056
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.15.1.tgz",
|
|
13057
|
+
"integrity": "sha512-KVAz71Hb8TmEO/4UXMHbV0hXV/tAs/gwesb4MDjo4wtsDunQy9qRYwp5jpA5LLE7IXXX9BYqGFTfT9drgnDECQ==",
|
|
13058
13058
|
"os": [
|
|
13059
13059
|
"darwin",
|
|
13060
13060
|
"linux",
|
|
@@ -15790,14 +15790,14 @@
|
|
|
15790
15790
|
}
|
|
15791
15791
|
},
|
|
15792
15792
|
"@saltcorn/admin-models": {
|
|
15793
|
-
"version": "0.8.0-beta.
|
|
15794
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.0-beta.
|
|
15795
|
-
"integrity": "sha512-
|
|
15796
|
-
"requires": {
|
|
15797
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
15798
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
15799
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
15800
|
-
"@saltcorn/types": "0.8.0-beta.
|
|
15793
|
+
"version": "0.8.0-beta.4",
|
|
15794
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.0-beta.4.tgz",
|
|
15795
|
+
"integrity": "sha512-EmXf5hb8ppUFnK2nlHJ0jlnr1WNmbd2m3kGJJMhwkfOEaeXfaZvhTI2ll6IC+0r+yNVCK/HO5X6wIgTzG93wcA==",
|
|
15796
|
+
"requires": {
|
|
15797
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
15798
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
15799
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
15800
|
+
"@saltcorn/types": "0.8.0-beta.4",
|
|
15801
15801
|
"@types/lodash": "^4.14.182",
|
|
15802
15802
|
"adm-zip": "0.5.5",
|
|
15803
15803
|
"csv-stringify": "^5.5.0",
|
|
@@ -15809,32 +15809,32 @@
|
|
|
15809
15809
|
}
|
|
15810
15810
|
},
|
|
15811
15811
|
"@saltcorn/base-plugin": {
|
|
15812
|
-
"version": "0.8.0-beta.
|
|
15813
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.0-beta.
|
|
15814
|
-
"integrity": "sha512-
|
|
15812
|
+
"version": "0.8.0-beta.4",
|
|
15813
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.0-beta.4.tgz",
|
|
15814
|
+
"integrity": "sha512-uoBRNnWF2HaRQ8sDm/YbFVgH5hiayBW3uIiEi9brlBGTtUj8OM6JHNCaFWqkEMGaYOXttW3Hzy/DKpAy/iIxNw==",
|
|
15815
15815
|
"requires": {
|
|
15816
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
15816
|
+
"@saltcorn/data": "0.8.0-beta.4"
|
|
15817
15817
|
}
|
|
15818
15818
|
},
|
|
15819
15819
|
"@saltcorn/builder": {
|
|
15820
|
-
"version": "0.8.0-beta.
|
|
15821
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.0-beta.
|
|
15822
|
-
"integrity": "sha512-
|
|
15820
|
+
"version": "0.8.0-beta.4",
|
|
15821
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.0-beta.4.tgz",
|
|
15822
|
+
"integrity": "sha512-d81rrNFhFjTeOZidEKn8U0Yfo/7RvNyFUM9kmtTcT/gCC8cGrfm2h2aK1o+AucI4DFxlbf+sHlcbS+xXzYeVXA==",
|
|
15823
15823
|
"requires": {
|
|
15824
15824
|
"styled-components": "4.4.1"
|
|
15825
15825
|
}
|
|
15826
15826
|
},
|
|
15827
15827
|
"@saltcorn/data": {
|
|
15828
|
-
"version": "0.8.0-beta.
|
|
15829
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.0-beta.
|
|
15830
|
-
"integrity": "sha512-
|
|
15831
|
-
"requires": {
|
|
15832
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
15833
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
15834
|
-
"@saltcorn/postgres": "0.8.0-beta.
|
|
15835
|
-
"@saltcorn/sqlite": "0.8.0-beta.
|
|
15836
|
-
"@saltcorn/sqlite-mobile": "0.8.0-beta.
|
|
15837
|
-
"@saltcorn/types": "0.8.0-beta.
|
|
15828
|
+
"version": "0.8.0-beta.4",
|
|
15829
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.0-beta.4.tgz",
|
|
15830
|
+
"integrity": "sha512-XUxAN3ci6HLniGA/OCcrfg75KXK9XXaUb4LkfFbr/SuZiyZkYInmYFU+9VsgaTsLeKZMgEC7ZElXQ5O0SE3Ckg==",
|
|
15831
|
+
"requires": {
|
|
15832
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
15833
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
15834
|
+
"@saltcorn/postgres": "0.8.0-beta.4",
|
|
15835
|
+
"@saltcorn/sqlite": "0.8.0-beta.4",
|
|
15836
|
+
"@saltcorn/sqlite-mobile": "0.8.0-beta.4",
|
|
15837
|
+
"@saltcorn/types": "0.8.0-beta.4",
|
|
15838
15838
|
"acorn": "^8.0.3",
|
|
15839
15839
|
"astring": "^1.4.3",
|
|
15840
15840
|
"axios": "^0.26.1",
|
|
@@ -15875,22 +15875,22 @@
|
|
|
15875
15875
|
}
|
|
15876
15876
|
},
|
|
15877
15877
|
"@saltcorn/db-common": {
|
|
15878
|
-
"version": "0.8.0-beta.
|
|
15879
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.0-beta.
|
|
15880
|
-
"integrity": "sha512-
|
|
15878
|
+
"version": "0.8.0-beta.4",
|
|
15879
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.0-beta.4.tgz",
|
|
15880
|
+
"integrity": "sha512-JBKtddqivgp44eLPnOZ2WEBYtJ+XZRkg1X0OM/UqOtOzxyplX77RJlzv0FzIsKFVf4nrLUZjq+zy5Cj06/F64Q=="
|
|
15881
15881
|
},
|
|
15882
15882
|
"@saltcorn/filemanager": {
|
|
15883
|
-
"version": "0.8.0-beta.
|
|
15884
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.0-beta.
|
|
15885
|
-
"integrity": "sha512-
|
|
15883
|
+
"version": "0.8.0-beta.4",
|
|
15884
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.0-beta.4.tgz",
|
|
15885
|
+
"integrity": "sha512-JbfXkYefBiJJc1N8znXtEzCcQVB7LLVFRUAiatLP1u4TaGdycoeUwhZXE2RKy483Zu7UHonlx0Li0MyUSx1Rtw==",
|
|
15886
15886
|
"requires": {
|
|
15887
15887
|
"sirv-cli": "^2.0.0"
|
|
15888
15888
|
}
|
|
15889
15889
|
},
|
|
15890
15890
|
"@saltcorn/markup": {
|
|
15891
|
-
"version": "0.8.0-beta.
|
|
15892
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.0-beta.
|
|
15893
|
-
"integrity": "sha512-
|
|
15891
|
+
"version": "0.8.0-beta.4",
|
|
15892
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.0-beta.4.tgz",
|
|
15893
|
+
"integrity": "sha512-74RLNydMvnximI21pJObKcDMsv5jmR7sQ5IGaR/2EzN+8Fcrn3mcH3PFEPKnDbgfWYt40o/TGpxNWU44Rjtkug==",
|
|
15894
15894
|
"requires": {
|
|
15895
15895
|
"escape-html": "^1.0.3",
|
|
15896
15896
|
"html-tags": "3.1.0",
|
|
@@ -15898,26 +15898,26 @@
|
|
|
15898
15898
|
}
|
|
15899
15899
|
},
|
|
15900
15900
|
"@saltcorn/mobile-app": {
|
|
15901
|
-
"version": "0.8.0-beta.
|
|
15902
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.0-beta.
|
|
15903
|
-
"integrity": "sha512-
|
|
15901
|
+
"version": "0.8.0-beta.4",
|
|
15902
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.0-beta.4.tgz",
|
|
15903
|
+
"integrity": "sha512-xJp3WMa3F/gDV2wlHqul7KQK3+52x8PdlRoa3p37Rv6jW4f734zGZxg2uwEExh1fbeDDl1M0c/AUMKSGhk/+ng==",
|
|
15904
15904
|
"requires": {
|
|
15905
15905
|
"cordova": "^11.0.0",
|
|
15906
15906
|
"cordova-sqlite-ext": "^6.0.0"
|
|
15907
15907
|
}
|
|
15908
15908
|
},
|
|
15909
15909
|
"@saltcorn/mobile-builder": {
|
|
15910
|
-
"version": "0.8.0-beta.
|
|
15911
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.0-beta.
|
|
15912
|
-
"integrity": "sha512
|
|
15913
|
-
"requires": {
|
|
15914
|
-
"@saltcorn/base-plugin": "0.8.0-beta.
|
|
15915
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
15916
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
15917
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
15918
|
-
"@saltcorn/mobile-app": "0.8.0-beta.
|
|
15919
|
-
"@saltcorn/sbadmin2": "0.8.0-beta.
|
|
15920
|
-
"@saltcorn/server": "0.8.0-beta.
|
|
15910
|
+
"version": "0.8.0-beta.4",
|
|
15911
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.0-beta.4.tgz",
|
|
15912
|
+
"integrity": "sha512-WQc8fPjgo1Tqlj3SsAfYdbHiOSp8ZdjbSwNsXzOnP+VnShgKLXl+7l7gb/wMfUcTGFYSOrzBeju0watQBijAJw==",
|
|
15913
|
+
"requires": {
|
|
15914
|
+
"@saltcorn/base-plugin": "0.8.0-beta.4",
|
|
15915
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
15916
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
15917
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
15918
|
+
"@saltcorn/mobile-app": "0.8.0-beta.4",
|
|
15919
|
+
"@saltcorn/sbadmin2": "0.8.0-beta.4",
|
|
15920
|
+
"@saltcorn/server": "0.8.0-beta.4",
|
|
15921
15921
|
"fs-extra": "^10.0.1",
|
|
15922
15922
|
"live-plugin-manager": "^0.16.0",
|
|
15923
15923
|
"webpack": "5.68.0",
|
|
@@ -15952,38 +15952,38 @@
|
|
|
15952
15952
|
}
|
|
15953
15953
|
},
|
|
15954
15954
|
"@saltcorn/postgres": {
|
|
15955
|
-
"version": "0.8.0-beta.
|
|
15956
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.0-beta.
|
|
15957
|
-
"integrity": "sha512
|
|
15955
|
+
"version": "0.8.0-beta.4",
|
|
15956
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.0-beta.4.tgz",
|
|
15957
|
+
"integrity": "sha512-+E78VnjdTL0NuHUKvxt8xaxpHvadwDpayDsFpnzT8D/Wge3GL4AZBzo64lazo+rO1C18VmpkpdYb7DKIJJBNuA==",
|
|
15958
15958
|
"optional": true,
|
|
15959
15959
|
"requires": {
|
|
15960
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
15960
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
15961
15961
|
"pg": "^8.2.1",
|
|
15962
15962
|
"pg-copy-streams": "^5.1.1"
|
|
15963
15963
|
}
|
|
15964
15964
|
},
|
|
15965
15965
|
"@saltcorn/sbadmin2": {
|
|
15966
|
-
"version": "0.8.0-beta.
|
|
15967
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.0-beta.
|
|
15968
|
-
"integrity": "sha512-
|
|
15966
|
+
"version": "0.8.0-beta.4",
|
|
15967
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.0-beta.4.tgz",
|
|
15968
|
+
"integrity": "sha512-QLlfkJQXB8jXgdyTWhb/ODXZdT+FlTkvra5gd3Y9Ksu+oNk5T3j3ZGJGyw7j3JkNoCK5O4bB2Bd04SHKS5kULw==",
|
|
15969
15969
|
"requires": {
|
|
15970
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
15971
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
15970
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
15971
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
15972
15972
|
"startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
|
|
15973
15973
|
}
|
|
15974
15974
|
},
|
|
15975
15975
|
"@saltcorn/server": {
|
|
15976
|
-
"version": "0.8.0-beta.
|
|
15977
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.0-beta.
|
|
15978
|
-
"integrity": "sha512-
|
|
15979
|
-
"requires": {
|
|
15980
|
-
"@saltcorn/admin-models": "0.8.0-beta.
|
|
15981
|
-
"@saltcorn/base-plugin": "0.8.0-beta.
|
|
15982
|
-
"@saltcorn/builder": "0.8.0-beta.
|
|
15983
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
15984
|
-
"@saltcorn/filemanager": "0.8.0-beta.
|
|
15985
|
-
"@saltcorn/markup": "0.8.0-beta.
|
|
15986
|
-
"@saltcorn/sbadmin2": "0.8.0-beta.
|
|
15976
|
+
"version": "0.8.0-beta.4",
|
|
15977
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.0-beta.4.tgz",
|
|
15978
|
+
"integrity": "sha512-SErAUzctIQdG65LrU1MX44QJMjS4goKJ98MZ7XPysLp6E7ZSqWy+BIYY9ti2ZosTSZxe97lcYkYXrNPn7fu2vg==",
|
|
15979
|
+
"requires": {
|
|
15980
|
+
"@saltcorn/admin-models": "0.8.0-beta.4",
|
|
15981
|
+
"@saltcorn/base-plugin": "0.8.0-beta.4",
|
|
15982
|
+
"@saltcorn/builder": "0.8.0-beta.4",
|
|
15983
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
15984
|
+
"@saltcorn/filemanager": "0.8.0-beta.4",
|
|
15985
|
+
"@saltcorn/markup": "0.8.0-beta.4",
|
|
15986
|
+
"@saltcorn/sbadmin2": "0.8.0-beta.4",
|
|
15987
15987
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
15988
15988
|
"@socket.io/sticky": "^1.0.1",
|
|
15989
15989
|
"aws-sdk": "^2.1037.0",
|
|
@@ -16031,27 +16031,27 @@
|
|
|
16031
16031
|
}
|
|
16032
16032
|
},
|
|
16033
16033
|
"@saltcorn/sqlite": {
|
|
16034
|
-
"version": "0.8.0-beta.
|
|
16035
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.0-beta.
|
|
16036
|
-
"integrity": "sha512-
|
|
16034
|
+
"version": "0.8.0-beta.4",
|
|
16035
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.0-beta.4.tgz",
|
|
16036
|
+
"integrity": "sha512-Y1mPmRh0EhNQ7uwLI7qtOpZmBM9QLvfG6KBMAH+MdU/prOXzyQ9B58t7mTAsYdASnlhtBcP9J6MDFNEIybNdog==",
|
|
16037
16037
|
"optional": true,
|
|
16038
16038
|
"requires": {
|
|
16039
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
16039
|
+
"@saltcorn/db-common": "0.8.0-beta.4",
|
|
16040
16040
|
"sqlite3": "^5.0.8"
|
|
16041
16041
|
}
|
|
16042
16042
|
},
|
|
16043
16043
|
"@saltcorn/sqlite-mobile": {
|
|
16044
|
-
"version": "0.8.0-beta.
|
|
16045
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.0-beta.
|
|
16046
|
-
"integrity": "sha512-
|
|
16044
|
+
"version": "0.8.0-beta.4",
|
|
16045
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.0-beta.4.tgz",
|
|
16046
|
+
"integrity": "sha512-IhbZPUIv2f1AkXQqXrNYy0kooJx0lO8HkEmwTrsd/iB4Ug0HHLrDtxOSH3Kc61bmSsBXiKwKrWxyIfYpDgPROg==",
|
|
16047
16047
|
"requires": {
|
|
16048
|
-
"@saltcorn/db-common": "0.8.0-beta.
|
|
16048
|
+
"@saltcorn/db-common": "0.8.0-beta.4"
|
|
16049
16049
|
}
|
|
16050
16050
|
},
|
|
16051
16051
|
"@saltcorn/types": {
|
|
16052
|
-
"version": "0.8.0-beta.
|
|
16053
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.0-beta.
|
|
16054
|
-
"integrity": "sha512-
|
|
16052
|
+
"version": "0.8.0-beta.4",
|
|
16053
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.0-beta.4.tgz",
|
|
16054
|
+
"integrity": "sha512-PHvL4eRTUThuez2B5t4u6fGkYoLWs58Ddo81wVjglTvaMrPw9qkW7lSpdPw6FvEixvlBHRfElrSDPmJjnV8Xhw=="
|
|
16055
16055
|
},
|
|
16056
16056
|
"@sindresorhus/is": {
|
|
16057
16057
|
"version": "0.14.0",
|
|
@@ -16734,9 +16734,9 @@
|
|
|
16734
16734
|
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
|
|
16735
16735
|
},
|
|
16736
16736
|
"aws-sdk": {
|
|
16737
|
-
"version": "2.
|
|
16738
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
16739
|
-
"integrity": "sha512-
|
|
16737
|
+
"version": "2.1264.0",
|
|
16738
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1264.0.tgz",
|
|
16739
|
+
"integrity": "sha512-pjQ/u31xpd0bSQQUGuoLmfBtNt+ap7a59drtkHgks82+HwzEe7hb1xUpHSHE/p9UbD1d83I4CQ0iTQzGj3EYmg==",
|
|
16740
16740
|
"requires": {
|
|
16741
16741
|
"buffer": "4.9.2",
|
|
16742
16742
|
"events": "1.1.1",
|
|
@@ -19371,9 +19371,9 @@
|
|
|
19371
19371
|
}
|
|
19372
19372
|
},
|
|
19373
19373
|
"minimatch": {
|
|
19374
|
-
"version": "5.1.
|
|
19375
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
19376
|
-
"integrity": "sha512-
|
|
19374
|
+
"version": "5.1.1",
|
|
19375
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
|
19376
|
+
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
|
19377
19377
|
"requires": {
|
|
19378
19378
|
"brace-expansion": "^2.0.1"
|
|
19379
19379
|
}
|
|
@@ -20758,9 +20758,9 @@
|
|
|
20758
20758
|
}
|
|
20759
20759
|
},
|
|
20760
20760
|
"minimatch": {
|
|
20761
|
-
"version": "5.1.
|
|
20762
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
20763
|
-
"integrity": "sha512-
|
|
20761
|
+
"version": "5.1.1",
|
|
20762
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
|
|
20763
|
+
"integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
|
|
20764
20764
|
"requires": {
|
|
20765
20765
|
"brace-expansion": "^2.0.1"
|
|
20766
20766
|
}
|
|
@@ -24730,9 +24730,9 @@
|
|
|
24730
24730
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
24731
24731
|
},
|
|
24732
24732
|
"systeminformation": {
|
|
24733
|
-
"version": "5.
|
|
24734
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.
|
|
24735
|
-
"integrity": "sha512-
|
|
24733
|
+
"version": "5.15.1",
|
|
24734
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.15.1.tgz",
|
|
24735
|
+
"integrity": "sha512-KVAz71Hb8TmEO/4UXMHbV0hXV/tAs/gwesb4MDjo4wtsDunQy9qRYwp5jpA5LLE7IXXX9BYqGFTfT9drgnDECQ=="
|
|
24736
24736
|
},
|
|
24737
24737
|
"tapable": {
|
|
24738
24738
|
"version": "2.2.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.8.0-beta.3","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"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","required":true}]},"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},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
|
1
|
+
{"version":"0.8.0-beta.4","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"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","required":true}]},"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},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
3
|
"description": "Command-line interface for Saltcorn, open-source no-code platform",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
|
-
"version": "0.8.0-beta.
|
|
5
|
+
"version": "0.8.0-beta.4",
|
|
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.0-beta.
|
|
17
|
-
"@saltcorn/data": "0.8.0-beta.
|
|
18
|
-
"@saltcorn/mobile-app": "0.8.0-beta.
|
|
19
|
-
"@saltcorn/mobile-builder": "0.8.0-beta.
|
|
20
|
-
"@saltcorn/server": "0.8.0-beta.
|
|
16
|
+
"@saltcorn/admin-models": "0.8.0-beta.4",
|
|
17
|
+
"@saltcorn/data": "0.8.0-beta.4",
|
|
18
|
+
"@saltcorn/mobile-app": "0.8.0-beta.4",
|
|
19
|
+
"@saltcorn/mobile-builder": "0.8.0-beta.4",
|
|
20
|
+
"@saltcorn/server": "0.8.0-beta.4",
|
|
21
21
|
"cli-ux": "^5.6.7",
|
|
22
22
|
"contractis": "^0.1.0",
|
|
23
23
|
"dateformat": "^3.0.3",
|