@saltcorn/cli 0.8.5-rc.1 → 0.8.5

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 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-rc.1 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.8.5 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -82,7 +82,7 @@ OPTIONS
82
82
  -f, --force force command execution
83
83
  ```
84
84
 
85
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/add-schema.js)_
85
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/add-schema.js)_
86
86
 
87
87
  ## `saltcorn backup`
88
88
 
@@ -98,7 +98,7 @@ OPTIONS
98
98
  -z, --zip zip format
99
99
  ```
100
100
 
101
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/backup.js)_
101
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/backup.js)_
102
102
 
103
103
  ## `saltcorn build-app`
104
104
 
@@ -127,7 +127,7 @@ OPTIONS
127
127
  tenant
128
128
  ```
129
129
 
130
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/build-app.js)_
130
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/build-app.js)_
131
131
 
132
132
  ## `saltcorn build-cordova-builder`
133
133
 
@@ -138,7 +138,7 @@ USAGE
138
138
  $ saltcorn build-cordova-builder
139
139
  ```
140
140
 
141
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/build-cordova-builder.js)_
141
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/build-cordova-builder.js)_
142
142
 
143
143
  ## `saltcorn configuration-check`
144
144
 
@@ -152,7 +152,7 @@ OPTIONS
152
152
  -t, --tenant=tenant tenant
153
153
  ```
154
154
 
155
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/configuration-check.js)_
155
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/configuration-check.js)_
156
156
 
157
157
  ## `saltcorn configuration-check-backups FILES`
158
158
 
@@ -169,7 +169,7 @@ OPTIONS
169
169
  -d, --destructive destructive
170
170
  ```
171
171
 
172
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/configuration-check-backups.js)_
172
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/configuration-check-backups.js)_
173
173
 
174
174
  ## `saltcorn create-tenant TENANT`
175
175
 
@@ -188,7 +188,7 @@ OPTIONS
188
188
  --url=url Url of tenant
189
189
  ```
190
190
 
191
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/create-tenant.js)_
191
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/create-tenant.js)_
192
192
 
193
193
  ## `saltcorn create-user`
194
194
 
@@ -206,7 +206,7 @@ OPTIONS
206
206
  -t, --tenant=tenant tenant
207
207
  ```
208
208
 
209
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/create-user.js)_
209
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/create-user.js)_
210
210
 
211
211
  ## `saltcorn delete-tenants`
212
212
 
@@ -217,7 +217,7 @@ USAGE
217
217
  $ saltcorn delete-tenants
218
218
  ```
219
219
 
220
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/delete-tenants.js)_
220
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/delete-tenants.js)_
221
221
 
222
222
  ## `saltcorn delete-user USER_EMAIL`
223
223
 
@@ -238,7 +238,7 @@ DESCRIPTION
238
238
  Command deletes the user specified by USER_EMAIL.
239
239
  ```
240
240
 
241
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/delete-user.js)_
241
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/delete-user.js)_
242
242
 
243
243
  ## `saltcorn fixtures`
244
244
 
@@ -257,7 +257,7 @@ DESCRIPTION
257
257
  This manual step it is never required for users and rarely required for developers
258
258
  ```
259
259
 
260
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/fixtures.js)_
260
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/fixtures.js)_
261
261
 
262
262
  ## `saltcorn get-cfg [KEY]`
263
263
 
@@ -275,7 +275,7 @@ OPTIONS
275
275
  -t, --tenant=tenant tenant
276
276
  ```
277
277
 
278
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/get-cfg.js)_
278
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/get-cfg.js)_
279
279
 
280
280
  ## `saltcorn help [COMMAND]`
281
281
 
@@ -313,7 +313,7 @@ ALIASES
313
313
  $ saltcorn paths
314
314
  ```
315
315
 
316
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/info.js)_
316
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/info.js)_
317
317
 
318
318
  ## `saltcorn inspect TYPE [NAME]`
319
319
 
@@ -331,7 +331,7 @@ OPTIONS
331
331
  -t, --tenant=tenant tenant
332
332
  ```
333
333
 
334
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/inspect.js)_
334
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/inspect.js)_
335
335
 
336
336
  ## `saltcorn install-pack`
337
337
 
@@ -347,7 +347,7 @@ OPTIONS
347
347
  -t, --tenant=tenant tenant
348
348
  ```
349
349
 
350
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/install-pack.js)_
350
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/install-pack.js)_
351
351
 
352
352
  ## `saltcorn install-plugin`
353
353
 
@@ -363,7 +363,7 @@ OPTIONS
363
363
  -t, --tenant=tenant tenant
364
364
  ```
365
365
 
366
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/install-plugin.js)_
366
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/install-plugin.js)_
367
367
 
368
368
  ## `saltcorn list-tenants`
369
369
 
@@ -374,7 +374,7 @@ USAGE
374
374
  $ saltcorn list-tenants
375
375
  ```
376
376
 
377
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/list-tenants.js)_
377
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/list-tenants.js)_
378
378
 
379
379
  ## `saltcorn localize-plugin PLUGIN [PATH]`
380
380
 
@@ -393,7 +393,7 @@ OPTIONS
393
393
  -u, --unlocalize Unlocalize plugin (local to npm)
394
394
  ```
395
395
 
396
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/localize-plugin.js)_
396
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/localize-plugin.js)_
397
397
 
398
398
  ## `saltcorn make-migration`
399
399
 
@@ -409,7 +409,7 @@ DESCRIPTION
409
409
  unless you are a developer.
410
410
  ```
411
411
 
412
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/make-migration.js)_
412
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/make-migration.js)_
413
413
 
414
414
  ## `saltcorn saltcorn migrate`
415
415
 
@@ -431,7 +431,7 @@ DESCRIPTION
431
431
  servers and need to control when the migrations are run.
432
432
  ```
433
433
 
434
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/migrate.js)_
434
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/migrate.js)_
435
435
 
436
436
  ## `saltcorn modify-user USER_EMAIL`
437
437
 
@@ -460,7 +460,7 @@ DESCRIPTION
460
460
  NOTE that -a and -r role (--role=role) can give conflict.
461
461
  ```
462
462
 
463
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/modify-user.js)_
463
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/modify-user.js)_
464
464
 
465
465
  ## `saltcorn plugins`
466
466
 
@@ -487,7 +487,7 @@ EXAMPLES
487
487
  plugins -u -f - force plugin update
488
488
  ```
489
489
 
490
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/plugins.js)_
490
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/plugins.js)_
491
491
 
492
492
  ## `saltcorn release VERSION`
493
493
 
@@ -501,7 +501,7 @@ ARGUMENTS
501
501
  VERSION New version number
502
502
  ```
503
503
 
504
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/release.js)_
504
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/release.js)_
505
505
 
506
506
  ## `saltcorn reset-schema`
507
507
 
@@ -520,7 +520,7 @@ DESCRIPTION
520
520
  This will delete all existing information
521
521
  ```
522
522
 
523
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/reset-schema.js)_
523
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/reset-schema.js)_
524
524
 
525
525
  ## `saltcorn restore FILE`
526
526
 
@@ -537,7 +537,7 @@ OPTIONS
537
537
  -t, --tenant=tenant tenant
538
538
  ```
539
539
 
540
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/restore.js)_
540
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/restore.js)_
541
541
 
542
542
  ## `saltcorn rm-tenant`
543
543
 
@@ -556,7 +556,7 @@ DESCRIPTION
556
556
  It recommended to make backup of tenant before perform this command.
557
557
  ```
558
558
 
559
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/rm-tenant.js)_
559
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/rm-tenant.js)_
560
560
 
561
561
  ## `saltcorn run-benchmark [BASEURL]`
562
562
 
@@ -575,7 +575,7 @@ OPTIONS
575
575
  -t, --token=token API Token for reporting results
576
576
  ```
577
577
 
578
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/run-benchmark.js)_
578
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/run-benchmark.js)_
579
579
 
580
580
  ## `saltcorn run-tests [PACKAGE]`
581
581
 
@@ -598,7 +598,7 @@ OPTIONS
598
598
  --watchAll Watch files for changes and rerun all tests.
599
599
  ```
600
600
 
601
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/run-tests.js)_
601
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/run-tests.js)_
602
602
 
603
603
  ## `saltcorn run-trigger TRIGGER`
604
604
 
@@ -615,7 +615,7 @@ OPTIONS
615
615
  -t, --tenant=tenant tenant
616
616
  ```
617
617
 
618
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/run-trigger.js)_
618
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/run-trigger.js)_
619
619
 
620
620
  ## `saltcorn scheduler`
621
621
 
@@ -629,7 +629,7 @@ OPTIONS
629
629
  -v, --verbose Verbose
630
630
  ```
631
631
 
632
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/scheduler.js)_
632
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/scheduler.js)_
633
633
 
634
634
  ## `saltcorn serve`
635
635
 
@@ -650,7 +650,7 @@ OPTIONS
650
650
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
651
651
  ```
652
652
 
653
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/serve.js)_
653
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/serve.js)_
654
654
 
655
655
  ## `saltcorn set-cfg [KEY] [VALUE]`
656
656
 
@@ -671,7 +671,7 @@ OPTIONS
671
671
  -t, --tenant=tenant tenant
672
672
  ```
673
673
 
674
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/set-cfg.js)_
674
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/set-cfg.js)_
675
675
 
676
676
  ## `saltcorn setup`
677
677
 
@@ -690,7 +690,7 @@ DESCRIPTION
690
690
  configuration file
691
691
  ```
692
692
 
693
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/setup.js)_
693
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/setup.js)_
694
694
 
695
695
  ## `saltcorn setup-benchmark`
696
696
 
@@ -704,7 +704,7 @@ OPTIONS
704
704
  -t, --tenant=tenant tenant
705
705
  ```
706
706
 
707
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/setup-benchmark.js)_
707
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/setup-benchmark.js)_
708
708
 
709
709
  ## `saltcorn take-snapshot`
710
710
 
@@ -718,7 +718,7 @@ OPTIONS
718
718
  -t, --tenant=tenant tenant
719
719
  ```
720
720
 
721
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/take-snapshot.js)_
721
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/take-snapshot.js)_
722
722
 
723
723
  ## `saltcorn test-plugin PATH`
724
724
 
@@ -736,7 +736,7 @@ DESCRIPTION
736
736
  Extra documentation goes here
737
737
  ```
738
738
 
739
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/test-plugin.js)_
739
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/test-plugin.js)_
740
740
 
741
741
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
742
742
 
@@ -753,5 +753,5 @@ ARGUMENTS
753
753
  TENANT tenant name
754
754
  ```
755
755
 
756
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5-rc.1/src/commands/transform-field.js)_
756
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.5/src/commands/transform-field.js)_
757
757
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.8.5-rc.1",
3
+ "version": "0.8.5",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.8.5-rc.1",
9
+ "version": "0.8.5",
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.5-rc.1",
17
- "@saltcorn/data": "0.8.5-rc.1",
18
- "@saltcorn/mobile-app": "0.8.5-rc.1",
19
- "@saltcorn/mobile-builder": "0.8.5-rc.1",
20
- "@saltcorn/server": "0.8.5-rc.1",
16
+ "@saltcorn/admin-models": "0.8.5",
17
+ "@saltcorn/data": "0.8.5",
18
+ "@saltcorn/mobile-app": "0.8.5",
19
+ "@saltcorn/mobile-builder": "0.8.5",
20
+ "@saltcorn/server": "0.8.5",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -2469,14 +2469,14 @@
2469
2469
  }
2470
2470
  },
2471
2471
  "node_modules/@saltcorn/admin-models": {
2472
- "version": "0.8.5-rc.1",
2473
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-rc.1.tgz",
2474
- "integrity": "sha512-81lYieYTEbhef8m33g4OMmbmNrQFzQsB6lccwxSC5vbsBkNueiv03mTlkFOoDrM9ymXfEeNY0G4OJpfzjuhQFA==",
2475
- "dependencies": {
2476
- "@saltcorn/data": "0.8.5-rc.1",
2477
- "@saltcorn/db-common": "0.8.5-rc.1",
2478
- "@saltcorn/markup": "0.8.5-rc.1",
2479
- "@saltcorn/types": "0.8.5-rc.1",
2472
+ "version": "0.8.5",
2473
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5.tgz",
2474
+ "integrity": "sha512-X1SyP92CekEE4gSiwNc+Wc70pWpe8qblMpE0SuqmjsxUenIiGNoQT9SnFFjMKor2PTaYAs9/sVQgg+UTgEB/2A==",
2475
+ "dependencies": {
2476
+ "@saltcorn/data": "0.8.5",
2477
+ "@saltcorn/db-common": "0.8.5",
2478
+ "@saltcorn/markup": "0.8.5",
2479
+ "@saltcorn/types": "0.8.5",
2480
2480
  "@types/lodash": "^4.14.182",
2481
2481
  "adm-zip": "0.5.5",
2482
2482
  "chaos-guinea-pig": "^0.1.4",
@@ -2489,30 +2489,30 @@
2489
2489
  }
2490
2490
  },
2491
2491
  "node_modules/@saltcorn/base-plugin": {
2492
- "version": "0.8.5-rc.1",
2493
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-rc.1.tgz",
2494
- "integrity": "sha512-5b0cg7ZOfqiuV3yPM9dcqQZfr/HlZ9vfjwf4Id0jVNbSupszqwc6Wne6JWiQ5g8Zkf30Ijm/YMwZ2EAHlUo+Nw==",
2492
+ "version": "0.8.5",
2493
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5.tgz",
2494
+ "integrity": "sha512-hvZGNaE5Tz7ap11yJhjmO08V1vobYuTsFq5a5GtldWDtmsrtW4KLi0lSRDLeiBmxjX0hD4PrqcCziP2XFBRxaQ==",
2495
2495
  "dependencies": {
2496
- "@saltcorn/data": "0.8.5-rc.1"
2496
+ "@saltcorn/data": "0.8.5"
2497
2497
  }
2498
2498
  },
2499
2499
  "node_modules/@saltcorn/builder": {
2500
- "version": "0.8.5-rc.1",
2501
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-rc.1.tgz",
2502
- "integrity": "sha512-SgglKIEJWTSjkGztK2lIXG8/GX+pj/WZl1YKSBv9hb4CWDd+vqOnXsOaGsiEsUIpmt3exXvY1zgSIz/fqzjOMw==",
2500
+ "version": "0.8.5",
2501
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5.tgz",
2502
+ "integrity": "sha512-viG+UhYhVLktU7ld1Wwt9Dz31+FHPsI6dalNu7EEobEf3lCXe/ddsjTCCWp+xZHb4sid1honM9R2MXr6nD9UmQ==",
2503
2503
  "dependencies": {
2504
2504
  "styled-components": "4.4.1"
2505
2505
  }
2506
2506
  },
2507
2507
  "node_modules/@saltcorn/data": {
2508
- "version": "0.8.5-rc.1",
2509
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-rc.1.tgz",
2510
- "integrity": "sha512-BIZX9hHK4IxTnMVS1lb+JTyVaZZPnIxLxlfOwYVmiVAkmXwRstBV9V7BeETPi11usxW1VcydHaB0XPanQ6GDOA==",
2511
- "dependencies": {
2512
- "@saltcorn/db-common": "0.8.5-rc.1",
2513
- "@saltcorn/markup": "0.8.5-rc.1",
2514
- "@saltcorn/sqlite-mobile": "0.8.5-rc.1",
2515
- "@saltcorn/types": "0.8.5-rc.1",
2508
+ "version": "0.8.5",
2509
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5.tgz",
2510
+ "integrity": "sha512-W1ZaVuOLrsT4AZe5D0fvh4UpC/LqmnG8t207OWxFbRWAnsU4jnrskOIlGT1MxG2iNdc50fuRnEaZxjIxgyyZVw==",
2511
+ "dependencies": {
2512
+ "@saltcorn/db-common": "0.8.5",
2513
+ "@saltcorn/markup": "0.8.5",
2514
+ "@saltcorn/sqlite-mobile": "0.8.5",
2515
+ "@saltcorn/types": "0.8.5",
2516
2516
  "acorn": "^8.0.3",
2517
2517
  "assert": "^2.0.0",
2518
2518
  "astring": "^1.4.3",
@@ -2555,27 +2555,27 @@
2555
2555
  "vm-browserify": "^1.1.2"
2556
2556
  },
2557
2557
  "optionalDependencies": {
2558
- "@saltcorn/postgres": "0.8.5-rc.1",
2559
- "@saltcorn/sqlite": "0.8.5-rc.1"
2558
+ "@saltcorn/postgres": "0.8.5",
2559
+ "@saltcorn/sqlite": "0.8.5"
2560
2560
  }
2561
2561
  },
2562
2562
  "node_modules/@saltcorn/db-common": {
2563
- "version": "0.8.5-rc.1",
2564
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-rc.1.tgz",
2565
- "integrity": "sha512-bbdIPk6NxdQiy2JZ7O/6OdEx4PTEetFqE31CtjflX66fQZH7URSvDonZ+mVP+jNMRw8Y1VTAbQO5izL1lehvdA=="
2563
+ "version": "0.8.5",
2564
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5.tgz",
2565
+ "integrity": "sha512-LaiLcO0aOxB6nhmgoCtpbGPciLUQ43iL6UoxdyHboNUYwVE8s0evCZxpi4u6kjMUu4w9zdwJkFWaFxaMXDTotQ=="
2566
2566
  },
2567
2567
  "node_modules/@saltcorn/filemanager": {
2568
- "version": "0.8.5-rc.1",
2569
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-rc.1.tgz",
2570
- "integrity": "sha512-hBSgV+H6Lq0otkOC2gbKJw9mGeuOlfGtDdjNx1UQPuLElFordILzVtz9//daukOhZamKaL298FyAOfILG3WbAw==",
2568
+ "version": "0.8.5",
2569
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5.tgz",
2570
+ "integrity": "sha512-O7cWqb+oyBgAU0i42WBvn+ScXg3hW392lLiSdZUqN0G2YJWOR6PDL72s4D4qXE7gvvHBLinERdKsANRf/hH6kQ==",
2571
2571
  "dependencies": {
2572
2572
  "sirv-cli": "^2.0.0"
2573
2573
  }
2574
2574
  },
2575
2575
  "node_modules/@saltcorn/markup": {
2576
- "version": "0.8.5-rc.1",
2577
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-rc.1.tgz",
2578
- "integrity": "sha512-y+AitaC6nPXx7/HAqGBT86qOCbEwA7wAGfq3TwsS4CZk4NEyFn4yvZV11BOI3UpJye57Fk3VEi2GmHaVgo9FRg==",
2576
+ "version": "0.8.5",
2577
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5.tgz",
2578
+ "integrity": "sha512-VnsF6X5kZ0l2joOG02SueL7aLdqEsKSM36mvU2fbcaIgl74LvJhzgjO/vvD/QV42HQlqhbErADad0z0eziiKjg==",
2579
2579
  "dependencies": {
2580
2580
  "escape-html": "^1.0.3",
2581
2581
  "html-tags": "3.1.0",
@@ -2583,27 +2583,27 @@
2583
2583
  }
2584
2584
  },
2585
2585
  "node_modules/@saltcorn/mobile-app": {
2586
- "version": "0.8.5-rc.1",
2587
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-rc.1.tgz",
2588
- "integrity": "sha512-nB/cv/GA1uT7NBhLv3jRMKfNqYoYrONbiKiKQr63UZ0DuUBMvl5t2B4m+HDfYKs9kp/CpqKAXyhxPtP8ZkiTdg==",
2586
+ "version": "0.8.5",
2587
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5.tgz",
2588
+ "integrity": "sha512-B/MNiT8UBz8OUKwaMO9qpBEwfKHYGoBiAo/9mXX6m7eZOl1fWMIQcdhP8DMzXAxLfgGTh5cnH2hszq9upLRS4w==",
2589
2589
  "dependencies": {
2590
2590
  "cordova": "^11.0.0",
2591
2591
  "cordova-sqlite-ext": "^6.0.0"
2592
2592
  }
2593
2593
  },
2594
2594
  "node_modules/@saltcorn/mobile-builder": {
2595
- "version": "0.8.5-rc.1",
2596
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-rc.1.tgz",
2597
- "integrity": "sha512-QMuVkVbJ+gg05wYwchOQghG3ZUV0kB1KGz0PyrIrzQSayxPedUQljYsaZCjdMBwt548MVVd4f9d896JknkS0qQ==",
2595
+ "version": "0.8.5",
2596
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5.tgz",
2597
+ "integrity": "sha512-Ll8dcBGbdjD0ZLRe8DYeT32SA58piBLk3/3bdHl9d0Y8kHb42f2NCE5b0CJSJHR5SXwJR8MCGMEqZxntG2OBFQ==",
2598
2598
  "hasInstallScript": true,
2599
2599
  "dependencies": {
2600
- "@saltcorn/base-plugin": "0.8.5-rc.1",
2601
- "@saltcorn/data": "0.8.5-rc.1",
2602
- "@saltcorn/db-common": "0.8.5-rc.1",
2603
- "@saltcorn/markup": "0.8.5-rc.1",
2604
- "@saltcorn/mobile-app": "0.8.5-rc.1",
2605
- "@saltcorn/sbadmin2": "0.8.5-rc.1",
2606
- "@saltcorn/server": "0.8.5-rc.1",
2600
+ "@saltcorn/base-plugin": "0.8.5",
2601
+ "@saltcorn/data": "0.8.5",
2602
+ "@saltcorn/db-common": "0.8.5",
2603
+ "@saltcorn/markup": "0.8.5",
2604
+ "@saltcorn/mobile-app": "0.8.5",
2605
+ "@saltcorn/sbadmin2": "0.8.5",
2606
+ "@saltcorn/server": "0.8.5",
2607
2607
  "fs-extra": "^10.0.1",
2608
2608
  "live-plugin-manager": "^0.17.1",
2609
2609
  "webpack": "5.68.0",
@@ -2644,38 +2644,38 @@
2644
2644
  }
2645
2645
  },
2646
2646
  "node_modules/@saltcorn/postgres": {
2647
- "version": "0.8.5-rc.1",
2648
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-rc.1.tgz",
2649
- "integrity": "sha512-Njh9dOqxUIZLrA6UQsfWvkko/M6xsSW30ZVNGwUp9Xpz/YG1IIcf/vAxHTgavZA8wUT3KjmvIn8SSrcno2yX4A==",
2647
+ "version": "0.8.5",
2648
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5.tgz",
2649
+ "integrity": "sha512-c6QXn0ve1jDbE9syRksjIvGWX2QBx6oCyz4O6toIyYioLRL00ALkvsjN1WhRd830E6rhGdtjU8hQBSEqpdF0qA==",
2650
2650
  "optional": true,
2651
2651
  "dependencies": {
2652
- "@saltcorn/db-common": "0.8.5-rc.1",
2652
+ "@saltcorn/db-common": "0.8.5",
2653
2653
  "pg": "^8.2.1",
2654
2654
  "pg-copy-streams": "^5.1.1"
2655
2655
  }
2656
2656
  },
2657
2657
  "node_modules/@saltcorn/sbadmin2": {
2658
- "version": "0.8.5-rc.1",
2659
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-rc.1.tgz",
2660
- "integrity": "sha512-/ht32CtCfqySUfroaRx4+XNd8ZAB5/Ggiv2FrFCx4tKiphAlnzi5en9nLWLNIiSOE0QKAdOOizzL9iueDXAx4A==",
2658
+ "version": "0.8.5",
2659
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5.tgz",
2660
+ "integrity": "sha512-kVaKh88w/P4BtPhHyuX3fmyriEaB+sNjTfHeOPUKNPQOsoLycfXWT6QVtzOAQmt8z4/9n0+1mtIBClPlgKdOng==",
2661
2661
  "dependencies": {
2662
- "@saltcorn/data": "0.8.5-rc.1",
2663
- "@saltcorn/markup": "0.8.5-rc.1",
2662
+ "@saltcorn/data": "0.8.5",
2663
+ "@saltcorn/markup": "0.8.5",
2664
2664
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
2665
2665
  }
2666
2666
  },
2667
2667
  "node_modules/@saltcorn/server": {
2668
- "version": "0.8.5-rc.1",
2669
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-rc.1.tgz",
2670
- "integrity": "sha512-+qsTUb5a/Iu23q/Kbnw8E1nwew6WLMtWj2E53/iTC17vEbb0jFQS4a6E4TAGe85msy9csaKFGAnkVxwkHylLIQ==",
2671
- "dependencies": {
2672
- "@saltcorn/admin-models": "0.8.5-rc.1",
2673
- "@saltcorn/base-plugin": "0.8.5-rc.1",
2674
- "@saltcorn/builder": "0.8.5-rc.1",
2675
- "@saltcorn/data": "0.8.5-rc.1",
2676
- "@saltcorn/filemanager": "0.8.5-rc.1",
2677
- "@saltcorn/markup": "0.8.5-rc.1",
2678
- "@saltcorn/sbadmin2": "0.8.5-rc.1",
2668
+ "version": "0.8.5",
2669
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5.tgz",
2670
+ "integrity": "sha512-Ru3Cf2LslcIh79pmfnHJ4ISrE2oTT12mwvaFiHtXoMYd40gbP0KTpQqr7UtN7aUW0cikvN2RCPiY8pMGtvtTmw==",
2671
+ "dependencies": {
2672
+ "@saltcorn/admin-models": "0.8.5",
2673
+ "@saltcorn/base-plugin": "0.8.5",
2674
+ "@saltcorn/builder": "0.8.5",
2675
+ "@saltcorn/data": "0.8.5",
2676
+ "@saltcorn/filemanager": "0.8.5",
2677
+ "@saltcorn/markup": "0.8.5",
2678
+ "@saltcorn/sbadmin2": "0.8.5",
2679
2679
  "@socket.io/cluster-adapter": "^0.2.1",
2680
2680
  "@socket.io/sticky": "^1.0.1",
2681
2681
  "adm-zip": "0.5.10",
@@ -2736,29 +2736,29 @@
2736
2736
  }
2737
2737
  },
2738
2738
  "node_modules/@saltcorn/sqlite": {
2739
- "version": "0.8.5-rc.1",
2740
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-rc.1.tgz",
2741
- "integrity": "sha512-Widae0K36sBpt2jV+nbPomLEGqQGGyX52j+ST7aplds7jaX08byxaibKZiYGhXb8ZQpftKkD3BQVTJCZ1EHRSQ==",
2739
+ "version": "0.8.5",
2740
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5.tgz",
2741
+ "integrity": "sha512-UgHHWVJlNCt75FtoTAsgy8t/dpc9+YphU34z5BxJ3V6E/Vtn14d68rq01r8FjR3xzFQB12G17l2yzyf/M4fceg==",
2742
2742
  "optional": true,
2743
2743
  "dependencies": {
2744
- "@saltcorn/db-common": "0.8.5-rc.1"
2744
+ "@saltcorn/db-common": "0.8.5"
2745
2745
  },
2746
2746
  "optionalDependencies": {
2747
2747
  "sqlite3": "^5.0.8"
2748
2748
  }
2749
2749
  },
2750
2750
  "node_modules/@saltcorn/sqlite-mobile": {
2751
- "version": "0.8.5-rc.1",
2752
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-rc.1.tgz",
2753
- "integrity": "sha512-UydkWiMIaVGkVEkAFvasdMn8inG25Whi22cdaqKtc0G5PuqlGAkXmeRmxL+yl+IcwKrp2cwaRQ3BNJfXhZ5YpQ==",
2751
+ "version": "0.8.5",
2752
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5.tgz",
2753
+ "integrity": "sha512-BnMwL34TOSyGGDYr5YODXZ6jGVc5Dmu7NfzakksH2AUEbcOMx+YChSayNX2HuScwjk0XVMvLFUByf6gOKdzSQQ==",
2754
2754
  "dependencies": {
2755
- "@saltcorn/db-common": "0.8.5-rc.1"
2755
+ "@saltcorn/db-common": "0.8.5"
2756
2756
  }
2757
2757
  },
2758
2758
  "node_modules/@saltcorn/types": {
2759
- "version": "0.8.5-rc.1",
2760
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-rc.1.tgz",
2761
- "integrity": "sha512-z+rWrwdHRWejMvUTEdCCtj10wHHyvOKT4P1C3uiZZa21NpQvz4FdM6p/DrxLuMJ4Zxqk7CL1qs4RXSAp82duUw=="
2759
+ "version": "0.8.5",
2760
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5.tgz",
2761
+ "integrity": "sha512-arkE5kysbYsJ+2zvim2Uj861OR68V2KwyiKt21ze983mRIaS784CraUDqNrD3I/iDfNm81fM6Mw1YqUwmMtQsw=="
2762
2762
  },
2763
2763
  "node_modules/@sindresorhus/is": {
2764
2764
  "version": "0.14.0",
@@ -19165,14 +19165,14 @@
19165
19165
  }
19166
19166
  },
19167
19167
  "@saltcorn/admin-models": {
19168
- "version": "0.8.5-rc.1",
19169
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5-rc.1.tgz",
19170
- "integrity": "sha512-81lYieYTEbhef8m33g4OMmbmNrQFzQsB6lccwxSC5vbsBkNueiv03mTlkFOoDrM9ymXfEeNY0G4OJpfzjuhQFA==",
19171
- "requires": {
19172
- "@saltcorn/data": "0.8.5-rc.1",
19173
- "@saltcorn/db-common": "0.8.5-rc.1",
19174
- "@saltcorn/markup": "0.8.5-rc.1",
19175
- "@saltcorn/types": "0.8.5-rc.1",
19168
+ "version": "0.8.5",
19169
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.5.tgz",
19170
+ "integrity": "sha512-X1SyP92CekEE4gSiwNc+Wc70pWpe8qblMpE0SuqmjsxUenIiGNoQT9SnFFjMKor2PTaYAs9/sVQgg+UTgEB/2A==",
19171
+ "requires": {
19172
+ "@saltcorn/data": "0.8.5",
19173
+ "@saltcorn/db-common": "0.8.5",
19174
+ "@saltcorn/markup": "0.8.5",
19175
+ "@saltcorn/types": "0.8.5",
19176
19176
  "@types/lodash": "^4.14.182",
19177
19177
  "adm-zip": "0.5.5",
19178
19178
  "chaos-guinea-pig": "^0.1.4",
@@ -19185,32 +19185,32 @@
19185
19185
  }
19186
19186
  },
19187
19187
  "@saltcorn/base-plugin": {
19188
- "version": "0.8.5-rc.1",
19189
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5-rc.1.tgz",
19190
- "integrity": "sha512-5b0cg7ZOfqiuV3yPM9dcqQZfr/HlZ9vfjwf4Id0jVNbSupszqwc6Wne6JWiQ5g8Zkf30Ijm/YMwZ2EAHlUo+Nw==",
19188
+ "version": "0.8.5",
19189
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.5.tgz",
19190
+ "integrity": "sha512-hvZGNaE5Tz7ap11yJhjmO08V1vobYuTsFq5a5GtldWDtmsrtW4KLi0lSRDLeiBmxjX0hD4PrqcCziP2XFBRxaQ==",
19191
19191
  "requires": {
19192
- "@saltcorn/data": "0.8.5-rc.1"
19192
+ "@saltcorn/data": "0.8.5"
19193
19193
  }
19194
19194
  },
19195
19195
  "@saltcorn/builder": {
19196
- "version": "0.8.5-rc.1",
19197
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5-rc.1.tgz",
19198
- "integrity": "sha512-SgglKIEJWTSjkGztK2lIXG8/GX+pj/WZl1YKSBv9hb4CWDd+vqOnXsOaGsiEsUIpmt3exXvY1zgSIz/fqzjOMw==",
19196
+ "version": "0.8.5",
19197
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.5.tgz",
19198
+ "integrity": "sha512-viG+UhYhVLktU7ld1Wwt9Dz31+FHPsI6dalNu7EEobEf3lCXe/ddsjTCCWp+xZHb4sid1honM9R2MXr6nD9UmQ==",
19199
19199
  "requires": {
19200
19200
  "styled-components": "4.4.1"
19201
19201
  }
19202
19202
  },
19203
19203
  "@saltcorn/data": {
19204
- "version": "0.8.5-rc.1",
19205
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5-rc.1.tgz",
19206
- "integrity": "sha512-BIZX9hHK4IxTnMVS1lb+JTyVaZZPnIxLxlfOwYVmiVAkmXwRstBV9V7BeETPi11usxW1VcydHaB0XPanQ6GDOA==",
19207
- "requires": {
19208
- "@saltcorn/db-common": "0.8.5-rc.1",
19209
- "@saltcorn/markup": "0.8.5-rc.1",
19210
- "@saltcorn/postgres": "0.8.5-rc.1",
19211
- "@saltcorn/sqlite": "0.8.5-rc.1",
19212
- "@saltcorn/sqlite-mobile": "0.8.5-rc.1",
19213
- "@saltcorn/types": "0.8.5-rc.1",
19204
+ "version": "0.8.5",
19205
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.5.tgz",
19206
+ "integrity": "sha512-W1ZaVuOLrsT4AZe5D0fvh4UpC/LqmnG8t207OWxFbRWAnsU4jnrskOIlGT1MxG2iNdc50fuRnEaZxjIxgyyZVw==",
19207
+ "requires": {
19208
+ "@saltcorn/db-common": "0.8.5",
19209
+ "@saltcorn/markup": "0.8.5",
19210
+ "@saltcorn/postgres": "0.8.5",
19211
+ "@saltcorn/sqlite": "0.8.5",
19212
+ "@saltcorn/sqlite-mobile": "0.8.5",
19213
+ "@saltcorn/types": "0.8.5",
19214
19214
  "acorn": "^8.0.3",
19215
19215
  "assert": "^2.0.0",
19216
19216
  "astring": "^1.4.3",
@@ -19254,22 +19254,22 @@
19254
19254
  }
19255
19255
  },
19256
19256
  "@saltcorn/db-common": {
19257
- "version": "0.8.5-rc.1",
19258
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5-rc.1.tgz",
19259
- "integrity": "sha512-bbdIPk6NxdQiy2JZ7O/6OdEx4PTEetFqE31CtjflX66fQZH7URSvDonZ+mVP+jNMRw8Y1VTAbQO5izL1lehvdA=="
19257
+ "version": "0.8.5",
19258
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.5.tgz",
19259
+ "integrity": "sha512-LaiLcO0aOxB6nhmgoCtpbGPciLUQ43iL6UoxdyHboNUYwVE8s0evCZxpi4u6kjMUu4w9zdwJkFWaFxaMXDTotQ=="
19260
19260
  },
19261
19261
  "@saltcorn/filemanager": {
19262
- "version": "0.8.5-rc.1",
19263
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5-rc.1.tgz",
19264
- "integrity": "sha512-hBSgV+H6Lq0otkOC2gbKJw9mGeuOlfGtDdjNx1UQPuLElFordILzVtz9//daukOhZamKaL298FyAOfILG3WbAw==",
19262
+ "version": "0.8.5",
19263
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.5.tgz",
19264
+ "integrity": "sha512-O7cWqb+oyBgAU0i42WBvn+ScXg3hW392lLiSdZUqN0G2YJWOR6PDL72s4D4qXE7gvvHBLinERdKsANRf/hH6kQ==",
19265
19265
  "requires": {
19266
19266
  "sirv-cli": "^2.0.0"
19267
19267
  }
19268
19268
  },
19269
19269
  "@saltcorn/markup": {
19270
- "version": "0.8.5-rc.1",
19271
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5-rc.1.tgz",
19272
- "integrity": "sha512-y+AitaC6nPXx7/HAqGBT86qOCbEwA7wAGfq3TwsS4CZk4NEyFn4yvZV11BOI3UpJye57Fk3VEi2GmHaVgo9FRg==",
19270
+ "version": "0.8.5",
19271
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.5.tgz",
19272
+ "integrity": "sha512-VnsF6X5kZ0l2joOG02SueL7aLdqEsKSM36mvU2fbcaIgl74LvJhzgjO/vvD/QV42HQlqhbErADad0z0eziiKjg==",
19273
19273
  "requires": {
19274
19274
  "escape-html": "^1.0.3",
19275
19275
  "html-tags": "3.1.0",
@@ -19277,26 +19277,26 @@
19277
19277
  }
19278
19278
  },
19279
19279
  "@saltcorn/mobile-app": {
19280
- "version": "0.8.5-rc.1",
19281
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5-rc.1.tgz",
19282
- "integrity": "sha512-nB/cv/GA1uT7NBhLv3jRMKfNqYoYrONbiKiKQr63UZ0DuUBMvl5t2B4m+HDfYKs9kp/CpqKAXyhxPtP8ZkiTdg==",
19280
+ "version": "0.8.5",
19281
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.5.tgz",
19282
+ "integrity": "sha512-B/MNiT8UBz8OUKwaMO9qpBEwfKHYGoBiAo/9mXX6m7eZOl1fWMIQcdhP8DMzXAxLfgGTh5cnH2hszq9upLRS4w==",
19283
19283
  "requires": {
19284
19284
  "cordova": "^11.0.0",
19285
19285
  "cordova-sqlite-ext": "^6.0.0"
19286
19286
  }
19287
19287
  },
19288
19288
  "@saltcorn/mobile-builder": {
19289
- "version": "0.8.5-rc.1",
19290
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5-rc.1.tgz",
19291
- "integrity": "sha512-QMuVkVbJ+gg05wYwchOQghG3ZUV0kB1KGz0PyrIrzQSayxPedUQljYsaZCjdMBwt548MVVd4f9d896JknkS0qQ==",
19292
- "requires": {
19293
- "@saltcorn/base-plugin": "0.8.5-rc.1",
19294
- "@saltcorn/data": "0.8.5-rc.1",
19295
- "@saltcorn/db-common": "0.8.5-rc.1",
19296
- "@saltcorn/markup": "0.8.5-rc.1",
19297
- "@saltcorn/mobile-app": "0.8.5-rc.1",
19298
- "@saltcorn/sbadmin2": "0.8.5-rc.1",
19299
- "@saltcorn/server": "0.8.5-rc.1",
19289
+ "version": "0.8.5",
19290
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.5.tgz",
19291
+ "integrity": "sha512-Ll8dcBGbdjD0ZLRe8DYeT32SA58piBLk3/3bdHl9d0Y8kHb42f2NCE5b0CJSJHR5SXwJR8MCGMEqZxntG2OBFQ==",
19292
+ "requires": {
19293
+ "@saltcorn/base-plugin": "0.8.5",
19294
+ "@saltcorn/data": "0.8.5",
19295
+ "@saltcorn/db-common": "0.8.5",
19296
+ "@saltcorn/markup": "0.8.5",
19297
+ "@saltcorn/mobile-app": "0.8.5",
19298
+ "@saltcorn/sbadmin2": "0.8.5",
19299
+ "@saltcorn/server": "0.8.5",
19300
19300
  "fs-extra": "^10.0.1",
19301
19301
  "live-plugin-manager": "^0.17.1",
19302
19302
  "webpack": "5.68.0",
@@ -19331,38 +19331,38 @@
19331
19331
  }
19332
19332
  },
19333
19333
  "@saltcorn/postgres": {
19334
- "version": "0.8.5-rc.1",
19335
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5-rc.1.tgz",
19336
- "integrity": "sha512-Njh9dOqxUIZLrA6UQsfWvkko/M6xsSW30ZVNGwUp9Xpz/YG1IIcf/vAxHTgavZA8wUT3KjmvIn8SSrcno2yX4A==",
19334
+ "version": "0.8.5",
19335
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.5.tgz",
19336
+ "integrity": "sha512-c6QXn0ve1jDbE9syRksjIvGWX2QBx6oCyz4O6toIyYioLRL00ALkvsjN1WhRd830E6rhGdtjU8hQBSEqpdF0qA==",
19337
19337
  "optional": true,
19338
19338
  "requires": {
19339
- "@saltcorn/db-common": "0.8.5-rc.1",
19339
+ "@saltcorn/db-common": "0.8.5",
19340
19340
  "pg": "^8.2.1",
19341
19341
  "pg-copy-streams": "^5.1.1"
19342
19342
  }
19343
19343
  },
19344
19344
  "@saltcorn/sbadmin2": {
19345
- "version": "0.8.5-rc.1",
19346
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5-rc.1.tgz",
19347
- "integrity": "sha512-/ht32CtCfqySUfroaRx4+XNd8ZAB5/Ggiv2FrFCx4tKiphAlnzi5en9nLWLNIiSOE0QKAdOOizzL9iueDXAx4A==",
19345
+ "version": "0.8.5",
19346
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.5.tgz",
19347
+ "integrity": "sha512-kVaKh88w/P4BtPhHyuX3fmyriEaB+sNjTfHeOPUKNPQOsoLycfXWT6QVtzOAQmt8z4/9n0+1mtIBClPlgKdOng==",
19348
19348
  "requires": {
19349
- "@saltcorn/data": "0.8.5-rc.1",
19350
- "@saltcorn/markup": "0.8.5-rc.1",
19349
+ "@saltcorn/data": "0.8.5",
19350
+ "@saltcorn/markup": "0.8.5",
19351
19351
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
19352
19352
  }
19353
19353
  },
19354
19354
  "@saltcorn/server": {
19355
- "version": "0.8.5-rc.1",
19356
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5-rc.1.tgz",
19357
- "integrity": "sha512-+qsTUb5a/Iu23q/Kbnw8E1nwew6WLMtWj2E53/iTC17vEbb0jFQS4a6E4TAGe85msy9csaKFGAnkVxwkHylLIQ==",
19358
- "requires": {
19359
- "@saltcorn/admin-models": "0.8.5-rc.1",
19360
- "@saltcorn/base-plugin": "0.8.5-rc.1",
19361
- "@saltcorn/builder": "0.8.5-rc.1",
19362
- "@saltcorn/data": "0.8.5-rc.1",
19363
- "@saltcorn/filemanager": "0.8.5-rc.1",
19364
- "@saltcorn/markup": "0.8.5-rc.1",
19365
- "@saltcorn/sbadmin2": "0.8.5-rc.1",
19355
+ "version": "0.8.5",
19356
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.5.tgz",
19357
+ "integrity": "sha512-Ru3Cf2LslcIh79pmfnHJ4ISrE2oTT12mwvaFiHtXoMYd40gbP0KTpQqr7UtN7aUW0cikvN2RCPiY8pMGtvtTmw==",
19358
+ "requires": {
19359
+ "@saltcorn/admin-models": "0.8.5",
19360
+ "@saltcorn/base-plugin": "0.8.5",
19361
+ "@saltcorn/builder": "0.8.5",
19362
+ "@saltcorn/data": "0.8.5",
19363
+ "@saltcorn/filemanager": "0.8.5",
19364
+ "@saltcorn/markup": "0.8.5",
19365
+ "@saltcorn/sbadmin2": "0.8.5",
19366
19366
  "@socket.io/cluster-adapter": "^0.2.1",
19367
19367
  "@socket.io/sticky": "^1.0.1",
19368
19368
  "adm-zip": "0.5.10",
@@ -19420,27 +19420,27 @@
19420
19420
  }
19421
19421
  },
19422
19422
  "@saltcorn/sqlite": {
19423
- "version": "0.8.5-rc.1",
19424
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5-rc.1.tgz",
19425
- "integrity": "sha512-Widae0K36sBpt2jV+nbPomLEGqQGGyX52j+ST7aplds7jaX08byxaibKZiYGhXb8ZQpftKkD3BQVTJCZ1EHRSQ==",
19423
+ "version": "0.8.5",
19424
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.5.tgz",
19425
+ "integrity": "sha512-UgHHWVJlNCt75FtoTAsgy8t/dpc9+YphU34z5BxJ3V6E/Vtn14d68rq01r8FjR3xzFQB12G17l2yzyf/M4fceg==",
19426
19426
  "optional": true,
19427
19427
  "requires": {
19428
- "@saltcorn/db-common": "0.8.5-rc.1",
19428
+ "@saltcorn/db-common": "0.8.5",
19429
19429
  "sqlite3": "^5.0.8"
19430
19430
  }
19431
19431
  },
19432
19432
  "@saltcorn/sqlite-mobile": {
19433
- "version": "0.8.5-rc.1",
19434
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5-rc.1.tgz",
19435
- "integrity": "sha512-UydkWiMIaVGkVEkAFvasdMn8inG25Whi22cdaqKtc0G5PuqlGAkXmeRmxL+yl+IcwKrp2cwaRQ3BNJfXhZ5YpQ==",
19433
+ "version": "0.8.5",
19434
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.5.tgz",
19435
+ "integrity": "sha512-BnMwL34TOSyGGDYr5YODXZ6jGVc5Dmu7NfzakksH2AUEbcOMx+YChSayNX2HuScwjk0XVMvLFUByf6gOKdzSQQ==",
19436
19436
  "requires": {
19437
- "@saltcorn/db-common": "0.8.5-rc.1"
19437
+ "@saltcorn/db-common": "0.8.5"
19438
19438
  }
19439
19439
  },
19440
19440
  "@saltcorn/types": {
19441
- "version": "0.8.5-rc.1",
19442
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5-rc.1.tgz",
19443
- "integrity": "sha512-z+rWrwdHRWejMvUTEdCCtj10wHHyvOKT4P1C3uiZZa21NpQvz4FdM6p/DrxLuMJ4Zxqk7CL1qs4RXSAp82duUw=="
19441
+ "version": "0.8.5",
19442
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.5.tgz",
19443
+ "integrity": "sha512-arkE5kysbYsJ+2zvim2Uj861OR68V2KwyiKt21ze983mRIaS784CraUDqNrD3I/iDfNm81fM6Mw1YqUwmMtQsw=="
19444
19444
  },
19445
19445
  "@sindresorhus/is": {
19446
19446
  "version": "0.14.0",
@@ -1 +1 @@
1
- {"version":"0.8.5-rc.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":false}]},"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"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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":false},{"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","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":false}]},"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"}]},"run-trigger":{"id":"run-trigger","description":"Run a trigger","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"trigger","description":"trigger name","required":true}]},"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":false},{"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-rc.1",
5
+ "version": "0.8.5",
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-rc.1",
17
- "@saltcorn/data": "0.8.5-rc.1",
18
- "@saltcorn/mobile-app": "0.8.5-rc.1",
19
- "@saltcorn/mobile-builder": "0.8.5-rc.1",
20
- "@saltcorn/server": "0.8.5-rc.1",
16
+ "@saltcorn/admin-models": "0.8.5",
17
+ "@saltcorn/data": "0.8.5",
18
+ "@saltcorn/mobile-app": "0.8.5",
19
+ "@saltcorn/mobile-builder": "0.8.5",
20
+ "@saltcorn/server": "0.8.5",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",