@saltcorn/cli 0.8.2-beta.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.2-beta.0 darwin-arm64 node-v16.18.1
23
+ @saltcorn/cli/0.8.2 darwin-arm64 node-v16.18.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -79,7 +79,7 @@ OPTIONS
79
79
  -f, --force force command execution
80
80
  ```
81
81
 
82
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/add-schema.js)_
82
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/add-schema.js)_
83
83
 
84
84
  ## `saltcorn backup`
85
85
 
@@ -95,7 +95,7 @@ OPTIONS
95
95
  -z, --zip zip format
96
96
  ```
97
97
 
98
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/backup.js)_
98
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/backup.js)_
99
99
 
100
100
  ## `saltcorn build-app`
101
101
 
@@ -124,7 +124,7 @@ OPTIONS
124
124
  tenant
125
125
  ```
126
126
 
127
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/build-app.js)_
127
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/build-app.js)_
128
128
 
129
129
  ## `saltcorn configuration-check`
130
130
 
@@ -138,7 +138,7 @@ OPTIONS
138
138
  -t, --tenant=tenant tenant
139
139
  ```
140
140
 
141
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/configuration-check.js)_
141
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/configuration-check.js)_
142
142
 
143
143
  ## `saltcorn configuration-check-backups FILES`
144
144
 
@@ -155,7 +155,7 @@ OPTIONS
155
155
  -d, --destructive destructive
156
156
  ```
157
157
 
158
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/configuration-check-backups.js)_
158
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/configuration-check-backups.js)_
159
159
 
160
160
  ## `saltcorn create-tenant TENANT`
161
161
 
@@ -174,7 +174,7 @@ OPTIONS
174
174
  --url=url Url of tenant
175
175
  ```
176
176
 
177
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/create-tenant.js)_
177
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/create-tenant.js)_
178
178
 
179
179
  ## `saltcorn create-user`
180
180
 
@@ -192,7 +192,7 @@ OPTIONS
192
192
  -t, --tenant=tenant tenant
193
193
  ```
194
194
 
195
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/create-user.js)_
195
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/create-user.js)_
196
196
 
197
197
  ## `saltcorn delete-tenants`
198
198
 
@@ -203,7 +203,7 @@ USAGE
203
203
  $ saltcorn delete-tenants
204
204
  ```
205
205
 
206
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/delete-tenants.js)_
206
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/delete-tenants.js)_
207
207
 
208
208
  ## `saltcorn delete-user USER_EMAIL`
209
209
 
@@ -224,7 +224,7 @@ DESCRIPTION
224
224
  Command deletes the user specified by USER_EMAIL.
225
225
  ```
226
226
 
227
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/delete-user.js)_
227
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/delete-user.js)_
228
228
 
229
229
  ## `saltcorn fixtures`
230
230
 
@@ -243,7 +243,7 @@ DESCRIPTION
243
243
  This manual step it is never required for users and rarely required for developers
244
244
  ```
245
245
 
246
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/fixtures.js)_
246
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/fixtures.js)_
247
247
 
248
248
  ## `saltcorn get-cfg KEY`
249
249
 
@@ -261,7 +261,7 @@ OPTIONS
261
261
  -t, --tenant=tenant tenant
262
262
  ```
263
263
 
264
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/get-cfg.js)_
264
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/get-cfg.js)_
265
265
 
266
266
  ## `saltcorn help [COMMAND]`
267
267
 
@@ -299,7 +299,7 @@ ALIASES
299
299
  $ saltcorn paths
300
300
  ```
301
301
 
302
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/info.js)_
302
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/info.js)_
303
303
 
304
304
  ## `saltcorn inspect TYPE [NAME]`
305
305
 
@@ -317,7 +317,7 @@ OPTIONS
317
317
  -t, --tenant=tenant tenant
318
318
  ```
319
319
 
320
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/inspect.js)_
320
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/inspect.js)_
321
321
 
322
322
  ## `saltcorn install-pack`
323
323
 
@@ -333,7 +333,7 @@ OPTIONS
333
333
  -t, --tenant=tenant tenant
334
334
  ```
335
335
 
336
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/install-pack.js)_
336
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/install-pack.js)_
337
337
 
338
338
  ## `saltcorn install-plugin`
339
339
 
@@ -349,7 +349,7 @@ OPTIONS
349
349
  -t, --tenant=tenant tenant
350
350
  ```
351
351
 
352
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/install-plugin.js)_
352
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/install-plugin.js)_
353
353
 
354
354
  ## `saltcorn list-tenants`
355
355
 
@@ -360,7 +360,7 @@ USAGE
360
360
  $ saltcorn list-tenants
361
361
  ```
362
362
 
363
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/list-tenants.js)_
363
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/list-tenants.js)_
364
364
 
365
365
  ## `saltcorn localize-plugin PLUGIN [PATH]`
366
366
 
@@ -379,7 +379,7 @@ OPTIONS
379
379
  -u, --unlocalize Unlocalize plugin (local to npm)
380
380
  ```
381
381
 
382
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/localize-plugin.js)_
382
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/localize-plugin.js)_
383
383
 
384
384
  ## `saltcorn make-migration`
385
385
 
@@ -395,7 +395,7 @@ DESCRIPTION
395
395
  unless you are a developer.
396
396
  ```
397
397
 
398
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/make-migration.js)_
398
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/make-migration.js)_
399
399
 
400
400
  ## `saltcorn saltcorn migrate`
401
401
 
@@ -417,7 +417,7 @@ DESCRIPTION
417
417
  servers and need to control when the migrations are run.
418
418
  ```
419
419
 
420
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/migrate.js)_
420
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/migrate.js)_
421
421
 
422
422
  ## `saltcorn modify-user USER_EMAIL`
423
423
 
@@ -446,7 +446,7 @@ DESCRIPTION
446
446
  NOTE that -a and -r role (--role=role) can give conflict.
447
447
  ```
448
448
 
449
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/modify-user.js)_
449
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/modify-user.js)_
450
450
 
451
451
  ## `saltcorn plugins`
452
452
 
@@ -473,7 +473,7 @@ EXAMPLES
473
473
  plugins -u -f - force plugin update
474
474
  ```
475
475
 
476
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/plugins.js)_
476
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/plugins.js)_
477
477
 
478
478
  ## `saltcorn release VERSION`
479
479
 
@@ -487,7 +487,7 @@ ARGUMENTS
487
487
  VERSION New version number
488
488
  ```
489
489
 
490
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/release.js)_
490
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/release.js)_
491
491
 
492
492
  ## `saltcorn reset-schema`
493
493
 
@@ -506,7 +506,7 @@ DESCRIPTION
506
506
  This will delete all existing information
507
507
  ```
508
508
 
509
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/reset-schema.js)_
509
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/reset-schema.js)_
510
510
 
511
511
  ## `saltcorn restore FILE`
512
512
 
@@ -523,7 +523,7 @@ OPTIONS
523
523
  -t, --tenant=tenant tenant
524
524
  ```
525
525
 
526
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/restore.js)_
526
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/restore.js)_
527
527
 
528
528
  ## `saltcorn rm-tenant`
529
529
 
@@ -542,7 +542,7 @@ DESCRIPTION
542
542
  It recommended to make backup of tenant before perform this command.
543
543
  ```
544
544
 
545
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/rm-tenant.js)_
545
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/rm-tenant.js)_
546
546
 
547
547
  ## `saltcorn run-benchmark [BASEURL]`
548
548
 
@@ -561,7 +561,7 @@ OPTIONS
561
561
  -t, --token=token API Token for reporting results
562
562
  ```
563
563
 
564
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/run-benchmark.js)_
564
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/run-benchmark.js)_
565
565
 
566
566
  ## `saltcorn run-tests [PACKAGE]`
567
567
 
@@ -584,7 +584,7 @@ OPTIONS
584
584
  --watchAll Watch files for changes and rerun all tests.
585
585
  ```
586
586
 
587
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/run-tests.js)_
587
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/run-tests.js)_
588
588
 
589
589
  ## `saltcorn scheduler`
590
590
 
@@ -598,7 +598,7 @@ OPTIONS
598
598
  -v, --verbose Verbose
599
599
  ```
600
600
 
601
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/scheduler.js)_
601
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/scheduler.js)_
602
602
 
603
603
  ## `saltcorn serve`
604
604
 
@@ -619,7 +619,7 @@ OPTIONS
619
619
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
620
620
  ```
621
621
 
622
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/serve.js)_
622
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/serve.js)_
623
623
 
624
624
  ## `saltcorn set-cfg KEY [VALUE]`
625
625
 
@@ -640,7 +640,7 @@ OPTIONS
640
640
  -t, --tenant=tenant tenant
641
641
  ```
642
642
 
643
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/set-cfg.js)_
643
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/set-cfg.js)_
644
644
 
645
645
  ## `saltcorn setup`
646
646
 
@@ -659,7 +659,7 @@ DESCRIPTION
659
659
  configuration file
660
660
  ```
661
661
 
662
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/setup.js)_
662
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/setup.js)_
663
663
 
664
664
  ## `saltcorn setup-benchmark`
665
665
 
@@ -673,7 +673,7 @@ OPTIONS
673
673
  -t, --tenant=tenant tenant
674
674
  ```
675
675
 
676
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/setup-benchmark.js)_
676
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/setup-benchmark.js)_
677
677
 
678
678
  ## `saltcorn test-plugin PATH`
679
679
 
@@ -691,7 +691,7 @@ DESCRIPTION
691
691
  Extra documentation goes here
692
692
  ```
693
693
 
694
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/test-plugin.js)_
694
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/test-plugin.js)_
695
695
 
696
696
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
697
697
 
@@ -708,5 +708,5 @@ ARGUMENTS
708
708
  TENANT tenant name
709
709
  ```
710
710
 
711
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2-beta.0/src/commands/transform-field.js)_
711
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/transform-field.js)_
712
712
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.8.2-beta.0",
3
+ "version": "0.8.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.8.2-beta.0",
9
+ "version": "0.8.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/command": "^1.8.16",
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-help": "^3.3.1",
15
15
  "@oclif/plugin-plugins": "^2.1.0",
16
- "@saltcorn/admin-models": "0.8.2-beta.0",
17
- "@saltcorn/data": "0.8.2-beta.0",
18
- "@saltcorn/mobile-app": "0.8.2-beta.0",
19
- "@saltcorn/mobile-builder": "0.8.2-beta.0",
20
- "@saltcorn/server": "0.8.2-beta.0",
16
+ "@saltcorn/admin-models": "0.8.2",
17
+ "@saltcorn/data": "0.8.2",
18
+ "@saltcorn/mobile-app": "0.8.2",
19
+ "@saltcorn/mobile-builder": "0.8.2",
20
+ "@saltcorn/server": "0.8.2",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -2499,14 +2499,14 @@
2499
2499
  }
2500
2500
  },
2501
2501
  "node_modules/@saltcorn/admin-models": {
2502
- "version": "0.8.2-beta.0",
2503
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.2-beta.0.tgz",
2504
- "integrity": "sha512-+y6OnbPehGbmioshtlkZeUrpk7QQK+7e8mOnMcbHjhGJhkZ9kkL9e//6jG79G2tZ7hd6E8ROu2EWGcbXTK5OhA==",
2505
- "dependencies": {
2506
- "@saltcorn/data": "0.8.2-beta.0",
2507
- "@saltcorn/db-common": "0.8.2-beta.0",
2508
- "@saltcorn/markup": "0.8.2-beta.0",
2509
- "@saltcorn/types": "0.8.2-beta.0",
2502
+ "version": "0.8.2",
2503
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.2.tgz",
2504
+ "integrity": "sha512-DKvxtfer9COrZ0Gk4yttlZsCo/2Hk2EUWFAVukx1sggnRLc0lJwLnEyD6mLX3WAZnibZo1ISIjkohF2kbeVywQ==",
2505
+ "dependencies": {
2506
+ "@saltcorn/data": "0.8.2",
2507
+ "@saltcorn/db-common": "0.8.2",
2508
+ "@saltcorn/markup": "0.8.2",
2509
+ "@saltcorn/types": "0.8.2",
2510
2510
  "@types/lodash": "^4.14.182",
2511
2511
  "adm-zip": "0.5.5",
2512
2512
  "chaos-guinea-pig": "^0.1.1",
@@ -2519,30 +2519,30 @@
2519
2519
  }
2520
2520
  },
2521
2521
  "node_modules/@saltcorn/base-plugin": {
2522
- "version": "0.8.2-beta.0",
2523
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.2-beta.0.tgz",
2524
- "integrity": "sha512-Qltd6Mt6QxMTI8A/fr7IJ5vDagCfUenz/4ZnCwv0gaIhGahMy6ZJLl3qK2pAV6OHob/eud0OirEDXtmylTmHNA==",
2522
+ "version": "0.8.2",
2523
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.2.tgz",
2524
+ "integrity": "sha512-hKCxFrYF9GqcgfN0PCx99waDyqpXN/Gm0ZwWhysZGIRMbgA7Ff8Rp84UeddWegJTJI8hZ+A6KBxtpAJHvwVlTw==",
2525
2525
  "dependencies": {
2526
- "@saltcorn/data": "0.8.2-beta.0"
2526
+ "@saltcorn/data": "0.8.2"
2527
2527
  }
2528
2528
  },
2529
2529
  "node_modules/@saltcorn/builder": {
2530
- "version": "0.8.2-beta.0",
2531
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.2-beta.0.tgz",
2532
- "integrity": "sha512-2nI2D720KPB3psrp9Skj2wZltHNmortYN4AKwOTWLPVogLki6WHLme/k/lGrVTYZ9rROwwC1Cb7LzFCCKeB2yw==",
2530
+ "version": "0.8.2",
2531
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.2.tgz",
2532
+ "integrity": "sha512-UaeEx3OGrkpr8RjdA0Ll+iRPc42YHWserkTEei5zhzwfaxxZ/HlGSb+1LloYNs5Qa9nN/WUDPMkmtBBFXnJzBQ==",
2533
2533
  "dependencies": {
2534
2534
  "styled-components": "4.4.1"
2535
2535
  }
2536
2536
  },
2537
2537
  "node_modules/@saltcorn/data": {
2538
- "version": "0.8.2-beta.0",
2539
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.2-beta.0.tgz",
2540
- "integrity": "sha512-BGIZsE6W1NeVT7GOWvgrZcppb0W8rAfpNGRhjD0Heh4TOEBBkkxM9dJC4bqKCPKdvUZFJEbzge3iJUg93mzG2Q==",
2541
- "dependencies": {
2542
- "@saltcorn/db-common": "0.8.2-beta.0",
2543
- "@saltcorn/markup": "0.8.2-beta.0",
2544
- "@saltcorn/sqlite-mobile": "0.8.2-beta.0",
2545
- "@saltcorn/types": "0.8.2-beta.0",
2538
+ "version": "0.8.2",
2539
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.2.tgz",
2540
+ "integrity": "sha512-ie0mdjuyz5UtHQaZAsJFk61//w7FwGx7cL5ZMl6Gl6bqM1/njTRv5vGxoev0gLNn/4uIMPAF3kJ3NRo0RjM3DQ==",
2541
+ "dependencies": {
2542
+ "@saltcorn/db-common": "0.8.2",
2543
+ "@saltcorn/markup": "0.8.2",
2544
+ "@saltcorn/sqlite-mobile": "0.8.2",
2545
+ "@saltcorn/types": "0.8.2",
2546
2546
  "acorn": "^8.0.3",
2547
2547
  "assert": "^2.0.0",
2548
2548
  "astring": "^1.4.3",
@@ -2585,27 +2585,27 @@
2585
2585
  "vm-browserify": "^1.1.2"
2586
2586
  },
2587
2587
  "optionalDependencies": {
2588
- "@saltcorn/postgres": "0.8.2-beta.0",
2589
- "@saltcorn/sqlite": "0.8.2-beta.0"
2588
+ "@saltcorn/postgres": "0.8.2",
2589
+ "@saltcorn/sqlite": "0.8.2"
2590
2590
  }
2591
2591
  },
2592
2592
  "node_modules/@saltcorn/db-common": {
2593
- "version": "0.8.2-beta.0",
2594
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.2-beta.0.tgz",
2595
- "integrity": "sha512-X23jce9mQgdj43cGm6ihxjEhWrbE+vkQLCbc9PIEGr9VojB9moJ06t+wu7s+JnehfIXQMmkzIBxlOd1PUwtQGw=="
2593
+ "version": "0.8.2",
2594
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.2.tgz",
2595
+ "integrity": "sha512-RFmdUoi4s8Qu0yfgy/BTfRxgYfmxUw0lcCtjDQqkQkZXhaW++ZmQj8yiwEsAmD/W1FflB4stexeA1H2bRls2cg=="
2596
2596
  },
2597
2597
  "node_modules/@saltcorn/filemanager": {
2598
- "version": "0.8.2-beta.0",
2599
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.2-beta.0.tgz",
2600
- "integrity": "sha512-AsYjRMTqpjH+yivbzVvGIkruY4BBas64Tc8mUj+9BzKtlLRV/+AIbQfgtAmkAjYQjdTlQVYoAjSQRvtpwADN4Q==",
2598
+ "version": "0.8.2",
2599
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.2.tgz",
2600
+ "integrity": "sha512-5jvj95Q4j9u8j3rPpCultSULRAM9bIcBLbQgh6J33jLxUsgfxfRAlD84uG4DZ02wAKUP/1FLQ8vLdmrhzye1lA==",
2601
2601
  "dependencies": {
2602
2602
  "sirv-cli": "^2.0.0"
2603
2603
  }
2604
2604
  },
2605
2605
  "node_modules/@saltcorn/markup": {
2606
- "version": "0.8.2-beta.0",
2607
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.2-beta.0.tgz",
2608
- "integrity": "sha512-/PC42amr8YfQq6b1fuuReVnEqK+bV9QoMAbojkD3VeCOtYX/KZbnJU2c3UuPoEiZKXgRkeBZbvR2tQflEQzyMA==",
2606
+ "version": "0.8.2",
2607
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.2.tgz",
2608
+ "integrity": "sha512-Hy5AfY9xadwSeyb0B1KpLKt7dFzisfCpBi4JDLgasrpSzvzOS0mvY2QYmkXQhLbelFElp75fahOz+QdMWN6jkw==",
2609
2609
  "dependencies": {
2610
2610
  "escape-html": "^1.0.3",
2611
2611
  "html-tags": "3.1.0",
@@ -2613,27 +2613,27 @@
2613
2613
  }
2614
2614
  },
2615
2615
  "node_modules/@saltcorn/mobile-app": {
2616
- "version": "0.8.2-beta.0",
2617
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.2-beta.0.tgz",
2618
- "integrity": "sha512-i5r1opZmX8EdHbNLnIyTbYuWYW7EYzL4RvMXL0jTGWFpW9LQU6yZm8eBVaENwGsEyB1aIsqgdFRZp4kTHjZ/fQ==",
2616
+ "version": "0.8.2",
2617
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.2.tgz",
2618
+ "integrity": "sha512-uqhEKk1btWRmYBl2UQnsfNcaIHlMtwJ9aGl1LBYiWEU2vtzcB5b5cBlbqIhsR5b/gUFiSIPv0gV+rbxBMDIQyA==",
2619
2619
  "dependencies": {
2620
2620
  "cordova": "^11.0.0",
2621
2621
  "cordova-sqlite-ext": "^6.0.0"
2622
2622
  }
2623
2623
  },
2624
2624
  "node_modules/@saltcorn/mobile-builder": {
2625
- "version": "0.8.2-beta.0",
2626
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.2-beta.0.tgz",
2627
- "integrity": "sha512-VAQ+gjw7NyxUDAF7Yt+90oV9R3JjjtbQ9n6IFa2N+4/y/Qy65X+xQgBsBssV+i5UR3/nc09DP87SoRGugJoRJA==",
2625
+ "version": "0.8.2",
2626
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.2.tgz",
2627
+ "integrity": "sha512-23QEmwtCa8zqAzoqcHHGlzkMlwnopaYRh52DC7KCNPQR8Q76fuioRqCtY0NWI91W1uBuJJACT326ygdljZM70w==",
2628
2628
  "hasInstallScript": true,
2629
2629
  "dependencies": {
2630
- "@saltcorn/base-plugin": "0.8.2-beta.0",
2631
- "@saltcorn/data": "0.8.2-beta.0",
2632
- "@saltcorn/db-common": "0.8.2-beta.0",
2633
- "@saltcorn/markup": "0.8.2-beta.0",
2634
- "@saltcorn/mobile-app": "0.8.2-beta.0",
2635
- "@saltcorn/sbadmin2": "0.8.2-beta.0",
2636
- "@saltcorn/server": "0.8.2-beta.0",
2630
+ "@saltcorn/base-plugin": "0.8.2",
2631
+ "@saltcorn/data": "0.8.2",
2632
+ "@saltcorn/db-common": "0.8.2",
2633
+ "@saltcorn/markup": "0.8.2",
2634
+ "@saltcorn/mobile-app": "0.8.2",
2635
+ "@saltcorn/sbadmin2": "0.8.2",
2636
+ "@saltcorn/server": "0.8.2",
2637
2637
  "fs-extra": "^10.0.1",
2638
2638
  "live-plugin-manager": "^0.16.0",
2639
2639
  "webpack": "5.68.0",
@@ -2674,38 +2674,38 @@
2674
2674
  }
2675
2675
  },
2676
2676
  "node_modules/@saltcorn/postgres": {
2677
- "version": "0.8.2-beta.0",
2678
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.2-beta.0.tgz",
2679
- "integrity": "sha512-mB0i8L8ohQVSljZTgZ98IzRW9uyn3SUA+GWyMaBmKsSj9EB3+giB30kkD+CcAS4xWwhpXpoCzHz7ccxUfxMutw==",
2677
+ "version": "0.8.2",
2678
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.2.tgz",
2679
+ "integrity": "sha512-tbUG2zBO8S9N3DPASeRCxj8NjXTQqD0nGzfuTt9qS39d5Ox43aA/3W6f1p8lhDm3YltDTFxBihVxtKJNDSxwsQ==",
2680
2680
  "optional": true,
2681
2681
  "dependencies": {
2682
- "@saltcorn/db-common": "0.8.2-beta.0",
2682
+ "@saltcorn/db-common": "0.8.2",
2683
2683
  "pg": "^8.2.1",
2684
2684
  "pg-copy-streams": "^5.1.1"
2685
2685
  }
2686
2686
  },
2687
2687
  "node_modules/@saltcorn/sbadmin2": {
2688
- "version": "0.8.2-beta.0",
2689
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.2-beta.0.tgz",
2690
- "integrity": "sha512-ZNBRNQpHjaBF1cxjBPIUglCXXQ6rJ0+L2xlOuoYCxAijjQ+TydUkqHuD7Powm+e1yrQSrRpjWEW2p0dTnoaB9g==",
2688
+ "version": "0.8.2",
2689
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.2.tgz",
2690
+ "integrity": "sha512-Yrb2GtINwP4lvbGvRRDfx6vClSlqKUG+QhKy+USmHZXTlJigDeqVsKD8PFVgV4+b48FvOiLxhGxgBs7/PRceFQ==",
2691
2691
  "dependencies": {
2692
- "@saltcorn/data": "0.8.2-beta.0",
2693
- "@saltcorn/markup": "0.8.2-beta.0",
2692
+ "@saltcorn/data": "0.8.2",
2693
+ "@saltcorn/markup": "0.8.2",
2694
2694
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
2695
2695
  }
2696
2696
  },
2697
2697
  "node_modules/@saltcorn/server": {
2698
- "version": "0.8.2-beta.0",
2699
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.2-beta.0.tgz",
2700
- "integrity": "sha512-naPm9u6txSt4cg/mXkRbn0ECGSrs5xcBHJNVz/+hI7hz9gMom2T+nlS93pRtTaEiltp/x2c/0Rykfnm5UE33WA==",
2701
- "dependencies": {
2702
- "@saltcorn/admin-models": "0.8.2-beta.0",
2703
- "@saltcorn/base-plugin": "0.8.2-beta.0",
2704
- "@saltcorn/builder": "0.8.2-beta.0",
2705
- "@saltcorn/data": "0.8.2-beta.0",
2706
- "@saltcorn/filemanager": "0.8.2-beta.0",
2707
- "@saltcorn/markup": "0.8.2-beta.0",
2708
- "@saltcorn/sbadmin2": "0.8.2-beta.0",
2698
+ "version": "0.8.2",
2699
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.2.tgz",
2700
+ "integrity": "sha512-WMHMNAFSf6vKhrTukbSvoy7RhfFCVtxS/2Z/mRxq2rhqkiuT20Q2BQYMIuEAI9qSR3bHaPlRBoXIYJhlEPF8Ag==",
2701
+ "dependencies": {
2702
+ "@saltcorn/admin-models": "0.8.2",
2703
+ "@saltcorn/base-plugin": "0.8.2",
2704
+ "@saltcorn/builder": "0.8.2",
2705
+ "@saltcorn/data": "0.8.2",
2706
+ "@saltcorn/filemanager": "0.8.2",
2707
+ "@saltcorn/markup": "0.8.2",
2708
+ "@saltcorn/sbadmin2": "0.8.2",
2709
2709
  "@socket.io/cluster-adapter": "^0.1.0",
2710
2710
  "@socket.io/sticky": "^1.0.1",
2711
2711
  "aws-sdk": "^2.1037.0",
@@ -2755,29 +2755,29 @@
2755
2755
  }
2756
2756
  },
2757
2757
  "node_modules/@saltcorn/sqlite": {
2758
- "version": "0.8.2-beta.0",
2759
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.2-beta.0.tgz",
2760
- "integrity": "sha512-IcHI8FUVeohemsqxFBObVSnCpKEWz2if2OospRxzh/2qRK7xlqwEXmU4Ch8JkHgrlDD5pD0+aL8PrGIsFEXhkg==",
2758
+ "version": "0.8.2",
2759
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.2.tgz",
2760
+ "integrity": "sha512-zgXwQGLGWOtzmfdsgqCJLTMs1J016ZGwDPI1KyPb+N8Oa5oI6Q0QxD8wz2tiDvgU1tsgpvty4vbADc/eUuKSDg==",
2761
2761
  "optional": true,
2762
2762
  "dependencies": {
2763
- "@saltcorn/db-common": "0.8.2-beta.0"
2763
+ "@saltcorn/db-common": "0.8.2"
2764
2764
  },
2765
2765
  "optionalDependencies": {
2766
2766
  "sqlite3": "^5.0.8"
2767
2767
  }
2768
2768
  },
2769
2769
  "node_modules/@saltcorn/sqlite-mobile": {
2770
- "version": "0.8.2-beta.0",
2771
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.2-beta.0.tgz",
2772
- "integrity": "sha512-YYEupfKSWxwbn5SkY9PecH++RtwZfMo+3O+bcMEd0ZLZJYIbnv8cXU19a2bW49VF9ElNBN455roi3wT9iHSkCA==",
2770
+ "version": "0.8.2",
2771
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.2.tgz",
2772
+ "integrity": "sha512-atyFL954V3Z1RKv5ZPn743LtNseCffLyMAMSfmIGrsTjL+MFQvohZbdX1egAB3LKIw1TY2fM24i1pIXEgt9x9A==",
2773
2773
  "dependencies": {
2774
- "@saltcorn/db-common": "0.8.2-beta.0"
2774
+ "@saltcorn/db-common": "0.8.2"
2775
2775
  }
2776
2776
  },
2777
2777
  "node_modules/@saltcorn/types": {
2778
- "version": "0.8.2-beta.0",
2779
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.2-beta.0.tgz",
2780
- "integrity": "sha512-wZ6uklOcNrEmh37d5GNjmPZtTgP7DAg5TW3hO4AeE/Eq7TNaKENYQKlNXrSXzLDeN7eoEmcU0vnqj6a15iIEzA=="
2778
+ "version": "0.8.2",
2779
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.2.tgz",
2780
+ "integrity": "sha512-9HMmIrX7vFf7q5yPIcEogW7AiXhb60h4o+xxMhbFVvUpawB+2W8lbtcr8lHqn1pDb+DygfSsisuPN7+uCCCedw=="
2781
2781
  },
2782
2782
  "node_modules/@sindresorhus/is": {
2783
2783
  "version": "0.14.0",
@@ -8094,9 +8094,9 @@
8094
8094
  }
8095
8095
  },
8096
8096
  "node_modules/get-intrinsic": {
8097
- "version": "1.1.3",
8098
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
8099
- "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
8097
+ "version": "1.2.0",
8098
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
8099
+ "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
8100
8100
  "dependencies": {
8101
8101
  "function-bind": "^1.1.1",
8102
8102
  "has": "^1.0.3",
@@ -20922,14 +20922,14 @@
20922
20922
  }
20923
20923
  },
20924
20924
  "@saltcorn/admin-models": {
20925
- "version": "0.8.2-beta.0",
20926
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.2-beta.0.tgz",
20927
- "integrity": "sha512-+y6OnbPehGbmioshtlkZeUrpk7QQK+7e8mOnMcbHjhGJhkZ9kkL9e//6jG79G2tZ7hd6E8ROu2EWGcbXTK5OhA==",
20928
- "requires": {
20929
- "@saltcorn/data": "0.8.2-beta.0",
20930
- "@saltcorn/db-common": "0.8.2-beta.0",
20931
- "@saltcorn/markup": "0.8.2-beta.0",
20932
- "@saltcorn/types": "0.8.2-beta.0",
20925
+ "version": "0.8.2",
20926
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.2.tgz",
20927
+ "integrity": "sha512-DKvxtfer9COrZ0Gk4yttlZsCo/2Hk2EUWFAVukx1sggnRLc0lJwLnEyD6mLX3WAZnibZo1ISIjkohF2kbeVywQ==",
20928
+ "requires": {
20929
+ "@saltcorn/data": "0.8.2",
20930
+ "@saltcorn/db-common": "0.8.2",
20931
+ "@saltcorn/markup": "0.8.2",
20932
+ "@saltcorn/types": "0.8.2",
20933
20933
  "@types/lodash": "^4.14.182",
20934
20934
  "adm-zip": "0.5.5",
20935
20935
  "chaos-guinea-pig": "^0.1.1",
@@ -20942,32 +20942,32 @@
20942
20942
  }
20943
20943
  },
20944
20944
  "@saltcorn/base-plugin": {
20945
- "version": "0.8.2-beta.0",
20946
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.2-beta.0.tgz",
20947
- "integrity": "sha512-Qltd6Mt6QxMTI8A/fr7IJ5vDagCfUenz/4ZnCwv0gaIhGahMy6ZJLl3qK2pAV6OHob/eud0OirEDXtmylTmHNA==",
20945
+ "version": "0.8.2",
20946
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.2.tgz",
20947
+ "integrity": "sha512-hKCxFrYF9GqcgfN0PCx99waDyqpXN/Gm0ZwWhysZGIRMbgA7Ff8Rp84UeddWegJTJI8hZ+A6KBxtpAJHvwVlTw==",
20948
20948
  "requires": {
20949
- "@saltcorn/data": "0.8.2-beta.0"
20949
+ "@saltcorn/data": "0.8.2"
20950
20950
  }
20951
20951
  },
20952
20952
  "@saltcorn/builder": {
20953
- "version": "0.8.2-beta.0",
20954
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.2-beta.0.tgz",
20955
- "integrity": "sha512-2nI2D720KPB3psrp9Skj2wZltHNmortYN4AKwOTWLPVogLki6WHLme/k/lGrVTYZ9rROwwC1Cb7LzFCCKeB2yw==",
20953
+ "version": "0.8.2",
20954
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.2.tgz",
20955
+ "integrity": "sha512-UaeEx3OGrkpr8RjdA0Ll+iRPc42YHWserkTEei5zhzwfaxxZ/HlGSb+1LloYNs5Qa9nN/WUDPMkmtBBFXnJzBQ==",
20956
20956
  "requires": {
20957
20957
  "styled-components": "4.4.1"
20958
20958
  }
20959
20959
  },
20960
20960
  "@saltcorn/data": {
20961
- "version": "0.8.2-beta.0",
20962
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.2-beta.0.tgz",
20963
- "integrity": "sha512-BGIZsE6W1NeVT7GOWvgrZcppb0W8rAfpNGRhjD0Heh4TOEBBkkxM9dJC4bqKCPKdvUZFJEbzge3iJUg93mzG2Q==",
20964
- "requires": {
20965
- "@saltcorn/db-common": "0.8.2-beta.0",
20966
- "@saltcorn/markup": "0.8.2-beta.0",
20967
- "@saltcorn/postgres": "0.8.2-beta.0",
20968
- "@saltcorn/sqlite": "0.8.2-beta.0",
20969
- "@saltcorn/sqlite-mobile": "0.8.2-beta.0",
20970
- "@saltcorn/types": "0.8.2-beta.0",
20961
+ "version": "0.8.2",
20962
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.2.tgz",
20963
+ "integrity": "sha512-ie0mdjuyz5UtHQaZAsJFk61//w7FwGx7cL5ZMl6Gl6bqM1/njTRv5vGxoev0gLNn/4uIMPAF3kJ3NRo0RjM3DQ==",
20964
+ "requires": {
20965
+ "@saltcorn/db-common": "0.8.2",
20966
+ "@saltcorn/markup": "0.8.2",
20967
+ "@saltcorn/postgres": "0.8.2",
20968
+ "@saltcorn/sqlite": "0.8.2",
20969
+ "@saltcorn/sqlite-mobile": "0.8.2",
20970
+ "@saltcorn/types": "0.8.2",
20971
20971
  "acorn": "^8.0.3",
20972
20972
  "assert": "^2.0.0",
20973
20973
  "astring": "^1.4.3",
@@ -21011,22 +21011,22 @@
21011
21011
  }
21012
21012
  },
21013
21013
  "@saltcorn/db-common": {
21014
- "version": "0.8.2-beta.0",
21015
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.2-beta.0.tgz",
21016
- "integrity": "sha512-X23jce9mQgdj43cGm6ihxjEhWrbE+vkQLCbc9PIEGr9VojB9moJ06t+wu7s+JnehfIXQMmkzIBxlOd1PUwtQGw=="
21014
+ "version": "0.8.2",
21015
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.2.tgz",
21016
+ "integrity": "sha512-RFmdUoi4s8Qu0yfgy/BTfRxgYfmxUw0lcCtjDQqkQkZXhaW++ZmQj8yiwEsAmD/W1FflB4stexeA1H2bRls2cg=="
21017
21017
  },
21018
21018
  "@saltcorn/filemanager": {
21019
- "version": "0.8.2-beta.0",
21020
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.2-beta.0.tgz",
21021
- "integrity": "sha512-AsYjRMTqpjH+yivbzVvGIkruY4BBas64Tc8mUj+9BzKtlLRV/+AIbQfgtAmkAjYQjdTlQVYoAjSQRvtpwADN4Q==",
21019
+ "version": "0.8.2",
21020
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.2.tgz",
21021
+ "integrity": "sha512-5jvj95Q4j9u8j3rPpCultSULRAM9bIcBLbQgh6J33jLxUsgfxfRAlD84uG4DZ02wAKUP/1FLQ8vLdmrhzye1lA==",
21022
21022
  "requires": {
21023
21023
  "sirv-cli": "^2.0.0"
21024
21024
  }
21025
21025
  },
21026
21026
  "@saltcorn/markup": {
21027
- "version": "0.8.2-beta.0",
21028
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.2-beta.0.tgz",
21029
- "integrity": "sha512-/PC42amr8YfQq6b1fuuReVnEqK+bV9QoMAbojkD3VeCOtYX/KZbnJU2c3UuPoEiZKXgRkeBZbvR2tQflEQzyMA==",
21027
+ "version": "0.8.2",
21028
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.2.tgz",
21029
+ "integrity": "sha512-Hy5AfY9xadwSeyb0B1KpLKt7dFzisfCpBi4JDLgasrpSzvzOS0mvY2QYmkXQhLbelFElp75fahOz+QdMWN6jkw==",
21030
21030
  "requires": {
21031
21031
  "escape-html": "^1.0.3",
21032
21032
  "html-tags": "3.1.0",
@@ -21034,26 +21034,26 @@
21034
21034
  }
21035
21035
  },
21036
21036
  "@saltcorn/mobile-app": {
21037
- "version": "0.8.2-beta.0",
21038
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.2-beta.0.tgz",
21039
- "integrity": "sha512-i5r1opZmX8EdHbNLnIyTbYuWYW7EYzL4RvMXL0jTGWFpW9LQU6yZm8eBVaENwGsEyB1aIsqgdFRZp4kTHjZ/fQ==",
21037
+ "version": "0.8.2",
21038
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.2.tgz",
21039
+ "integrity": "sha512-uqhEKk1btWRmYBl2UQnsfNcaIHlMtwJ9aGl1LBYiWEU2vtzcB5b5cBlbqIhsR5b/gUFiSIPv0gV+rbxBMDIQyA==",
21040
21040
  "requires": {
21041
21041
  "cordova": "^11.0.0",
21042
21042
  "cordova-sqlite-ext": "^6.0.0"
21043
21043
  }
21044
21044
  },
21045
21045
  "@saltcorn/mobile-builder": {
21046
- "version": "0.8.2-beta.0",
21047
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.2-beta.0.tgz",
21048
- "integrity": "sha512-VAQ+gjw7NyxUDAF7Yt+90oV9R3JjjtbQ9n6IFa2N+4/y/Qy65X+xQgBsBssV+i5UR3/nc09DP87SoRGugJoRJA==",
21049
- "requires": {
21050
- "@saltcorn/base-plugin": "0.8.2-beta.0",
21051
- "@saltcorn/data": "0.8.2-beta.0",
21052
- "@saltcorn/db-common": "0.8.2-beta.0",
21053
- "@saltcorn/markup": "0.8.2-beta.0",
21054
- "@saltcorn/mobile-app": "0.8.2-beta.0",
21055
- "@saltcorn/sbadmin2": "0.8.2-beta.0",
21056
- "@saltcorn/server": "0.8.2-beta.0",
21046
+ "version": "0.8.2",
21047
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.2.tgz",
21048
+ "integrity": "sha512-23QEmwtCa8zqAzoqcHHGlzkMlwnopaYRh52DC7KCNPQR8Q76fuioRqCtY0NWI91W1uBuJJACT326ygdljZM70w==",
21049
+ "requires": {
21050
+ "@saltcorn/base-plugin": "0.8.2",
21051
+ "@saltcorn/data": "0.8.2",
21052
+ "@saltcorn/db-common": "0.8.2",
21053
+ "@saltcorn/markup": "0.8.2",
21054
+ "@saltcorn/mobile-app": "0.8.2",
21055
+ "@saltcorn/sbadmin2": "0.8.2",
21056
+ "@saltcorn/server": "0.8.2",
21057
21057
  "fs-extra": "^10.0.1",
21058
21058
  "live-plugin-manager": "^0.16.0",
21059
21059
  "webpack": "5.68.0",
@@ -21088,38 +21088,38 @@
21088
21088
  }
21089
21089
  },
21090
21090
  "@saltcorn/postgres": {
21091
- "version": "0.8.2-beta.0",
21092
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.2-beta.0.tgz",
21093
- "integrity": "sha512-mB0i8L8ohQVSljZTgZ98IzRW9uyn3SUA+GWyMaBmKsSj9EB3+giB30kkD+CcAS4xWwhpXpoCzHz7ccxUfxMutw==",
21091
+ "version": "0.8.2",
21092
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.2.tgz",
21093
+ "integrity": "sha512-tbUG2zBO8S9N3DPASeRCxj8NjXTQqD0nGzfuTt9qS39d5Ox43aA/3W6f1p8lhDm3YltDTFxBihVxtKJNDSxwsQ==",
21094
21094
  "optional": true,
21095
21095
  "requires": {
21096
- "@saltcorn/db-common": "0.8.2-beta.0",
21096
+ "@saltcorn/db-common": "0.8.2",
21097
21097
  "pg": "^8.2.1",
21098
21098
  "pg-copy-streams": "^5.1.1"
21099
21099
  }
21100
21100
  },
21101
21101
  "@saltcorn/sbadmin2": {
21102
- "version": "0.8.2-beta.0",
21103
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.2-beta.0.tgz",
21104
- "integrity": "sha512-ZNBRNQpHjaBF1cxjBPIUglCXXQ6rJ0+L2xlOuoYCxAijjQ+TydUkqHuD7Powm+e1yrQSrRpjWEW2p0dTnoaB9g==",
21102
+ "version": "0.8.2",
21103
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.2.tgz",
21104
+ "integrity": "sha512-Yrb2GtINwP4lvbGvRRDfx6vClSlqKUG+QhKy+USmHZXTlJigDeqVsKD8PFVgV4+b48FvOiLxhGxgBs7/PRceFQ==",
21105
21105
  "requires": {
21106
- "@saltcorn/data": "0.8.2-beta.0",
21107
- "@saltcorn/markup": "0.8.2-beta.0",
21106
+ "@saltcorn/data": "0.8.2",
21107
+ "@saltcorn/markup": "0.8.2",
21108
21108
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
21109
21109
  }
21110
21110
  },
21111
21111
  "@saltcorn/server": {
21112
- "version": "0.8.2-beta.0",
21113
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.2-beta.0.tgz",
21114
- "integrity": "sha512-naPm9u6txSt4cg/mXkRbn0ECGSrs5xcBHJNVz/+hI7hz9gMom2T+nlS93pRtTaEiltp/x2c/0Rykfnm5UE33WA==",
21115
- "requires": {
21116
- "@saltcorn/admin-models": "0.8.2-beta.0",
21117
- "@saltcorn/base-plugin": "0.8.2-beta.0",
21118
- "@saltcorn/builder": "0.8.2-beta.0",
21119
- "@saltcorn/data": "0.8.2-beta.0",
21120
- "@saltcorn/filemanager": "0.8.2-beta.0",
21121
- "@saltcorn/markup": "0.8.2-beta.0",
21122
- "@saltcorn/sbadmin2": "0.8.2-beta.0",
21112
+ "version": "0.8.2",
21113
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.2.tgz",
21114
+ "integrity": "sha512-WMHMNAFSf6vKhrTukbSvoy7RhfFCVtxS/2Z/mRxq2rhqkiuT20Q2BQYMIuEAI9qSR3bHaPlRBoXIYJhlEPF8Ag==",
21115
+ "requires": {
21116
+ "@saltcorn/admin-models": "0.8.2",
21117
+ "@saltcorn/base-plugin": "0.8.2",
21118
+ "@saltcorn/builder": "0.8.2",
21119
+ "@saltcorn/data": "0.8.2",
21120
+ "@saltcorn/filemanager": "0.8.2",
21121
+ "@saltcorn/markup": "0.8.2",
21122
+ "@saltcorn/sbadmin2": "0.8.2",
21123
21123
  "@socket.io/cluster-adapter": "^0.1.0",
21124
21124
  "@socket.io/sticky": "^1.0.1",
21125
21125
  "aws-sdk": "^2.1037.0",
@@ -21167,27 +21167,27 @@
21167
21167
  }
21168
21168
  },
21169
21169
  "@saltcorn/sqlite": {
21170
- "version": "0.8.2-beta.0",
21171
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.2-beta.0.tgz",
21172
- "integrity": "sha512-IcHI8FUVeohemsqxFBObVSnCpKEWz2if2OospRxzh/2qRK7xlqwEXmU4Ch8JkHgrlDD5pD0+aL8PrGIsFEXhkg==",
21170
+ "version": "0.8.2",
21171
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.2.tgz",
21172
+ "integrity": "sha512-zgXwQGLGWOtzmfdsgqCJLTMs1J016ZGwDPI1KyPb+N8Oa5oI6Q0QxD8wz2tiDvgU1tsgpvty4vbADc/eUuKSDg==",
21173
21173
  "optional": true,
21174
21174
  "requires": {
21175
- "@saltcorn/db-common": "0.8.2-beta.0",
21175
+ "@saltcorn/db-common": "0.8.2",
21176
21176
  "sqlite3": "^5.0.8"
21177
21177
  }
21178
21178
  },
21179
21179
  "@saltcorn/sqlite-mobile": {
21180
- "version": "0.8.2-beta.0",
21181
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.2-beta.0.tgz",
21182
- "integrity": "sha512-YYEupfKSWxwbn5SkY9PecH++RtwZfMo+3O+bcMEd0ZLZJYIbnv8cXU19a2bW49VF9ElNBN455roi3wT9iHSkCA==",
21180
+ "version": "0.8.2",
21181
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.2.tgz",
21182
+ "integrity": "sha512-atyFL954V3Z1RKv5ZPn743LtNseCffLyMAMSfmIGrsTjL+MFQvohZbdX1egAB3LKIw1TY2fM24i1pIXEgt9x9A==",
21183
21183
  "requires": {
21184
- "@saltcorn/db-common": "0.8.2-beta.0"
21184
+ "@saltcorn/db-common": "0.8.2"
21185
21185
  }
21186
21186
  },
21187
21187
  "@saltcorn/types": {
21188
- "version": "0.8.2-beta.0",
21189
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.2-beta.0.tgz",
21190
- "integrity": "sha512-wZ6uklOcNrEmh37d5GNjmPZtTgP7DAg5TW3hO4AeE/Eq7TNaKENYQKlNXrSXzLDeN7eoEmcU0vnqj6a15iIEzA=="
21188
+ "version": "0.8.2",
21189
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.2.tgz",
21190
+ "integrity": "sha512-9HMmIrX7vFf7q5yPIcEogW7AiXhb60h4o+xxMhbFVvUpawB+2W8lbtcr8lHqn1pDb+DygfSsisuPN7+uCCCedw=="
21191
21191
  },
21192
21192
  "@sindresorhus/is": {
21193
21193
  "version": "0.14.0",
@@ -25474,9 +25474,9 @@
25474
25474
  "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
25475
25475
  },
25476
25476
  "get-intrinsic": {
25477
- "version": "1.1.3",
25478
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
25479
- "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
25477
+ "version": "1.2.0",
25478
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
25479
+ "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
25480
25480
  "requires": {
25481
25481
  "function-bind": "^1.1.1",
25482
25482
  "has": "^1.0.3",
@@ -1 +1 @@
1
- {"version":"0.8.2-beta.0","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
1
+ {"version":"0.8.2","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here, please set 'user email', too"},"userEmail":{"name":"userEmail","type":"option","char":"u","description":"Email of the user building the app"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"destructive":{"name":"destructive","type":"boolean","char":"d","description":"destructive","allowNo":false}},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","description":"Url of tenant"},"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"delete-user":{"id":"delete-user","description":"Delete user.\n\nCommand deletes the user specified by USER_EMAIL.\n\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"user_email","description":"User to delete","required":true}]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"get-cfg":{"id":"get-cfg","description":"Get a configuration value. The value is printed to stdout as a JSON value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true}]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"inspect":{"id":"inspect","description":"Inspect an entity's JSON representation, or list entities","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"type","description":"Entity type","required":true,"options":["view","page","trigger","table"]},{"name":"name","description":"Entity name. If not supplied, list all names"}]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"unlocalize":{"name":"unlocalize","type":"boolean","char":"u","description":"Unlocalize plugin (local to npm)","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin"}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"detectOpenHandles":{"name":"detectOpenHandles","type":"boolean","char":"d","description":"Detect Open Handles","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false},"subdomain_offset":{"name":"subdomain_offset","type":"option","description":"Number of parts to remove to access subdomain in 'multi_tenant' mode"}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value. The supplied value (argument, or file stdin) will be parsed as JSON. If this fails, it is stored as a string.","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"},"file":{"name":"file","type":"option","char":"f","description":"file"},"stdin":{"name":"stdin","type":"boolean","char":"i","description":"read value from stdin","allowNo":false}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)"}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a\nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@saltcorn/cli",
3
3
  "description": "Command-line interface for Saltcorn, open-source no-code platform",
4
4
  "homepage": "https://saltcorn.com",
5
- "version": "0.8.2-beta.0",
5
+ "version": "0.8.2",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,11 +13,11 @@
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-plugins": "^2.1.0",
15
15
  "@oclif/plugin-help": "^3.3.1",
16
- "@saltcorn/admin-models": "0.8.2-beta.0",
17
- "@saltcorn/data": "0.8.2-beta.0",
18
- "@saltcorn/mobile-app": "0.8.2-beta.0",
19
- "@saltcorn/mobile-builder": "0.8.2-beta.0",
20
- "@saltcorn/server": "0.8.2-beta.0",
16
+ "@saltcorn/admin-models": "0.8.2",
17
+ "@saltcorn/data": "0.8.2",
18
+ "@saltcorn/mobile-app": "0.8.2",
19
+ "@saltcorn/mobile-builder": "0.8.2",
20
+ "@saltcorn/server": "0.8.2",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",