@saltcorn/cli 0.8.1-beta.0 → 0.8.1-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.1-beta.0 darwin-arm64 node-v16.18.1
23
+ @saltcorn/cli/0.8.1-beta.2 darwin-arm64 node-v16.18.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -48,7 +48,7 @@ USAGE
48
48
  * [`saltcorn install-pack`](#saltcorn-install-pack)
49
49
  * [`saltcorn install-plugin`](#saltcorn-install-plugin)
50
50
  * [`saltcorn list-tenants`](#saltcorn-list-tenants)
51
- * [`saltcorn localize-plugin PLUGIN PATH`](#saltcorn-localize-plugin-plugin-path)
51
+ * [`saltcorn localize-plugin PLUGIN [PATH]`](#saltcorn-localize-plugin-plugin-path)
52
52
  * [`saltcorn make-migration`](#saltcorn-make-migration)
53
53
  * [`saltcorn saltcorn migrate`](#saltcorn-saltcorn-migrate)
54
54
  * [`saltcorn modify-user USER_EMAIL`](#saltcorn-modify-user-user_email)
@@ -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.1-beta.0/src/commands/add-schema.js)_
82
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.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.1-beta.0/src/commands/backup.js)_
98
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/backup.js)_
99
99
 
100
100
  ## `saltcorn build-app`
101
101
 
@@ -123,7 +123,7 @@ OPTIONS
123
123
  tenant
124
124
  ```
125
125
 
126
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/build-app.js)_
126
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/build-app.js)_
127
127
 
128
128
  ## `saltcorn configuration-check`
129
129
 
@@ -137,7 +137,7 @@ OPTIONS
137
137
  -t, --tenant=tenant tenant
138
138
  ```
139
139
 
140
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/configuration-check.js)_
140
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/configuration-check.js)_
141
141
 
142
142
  ## `saltcorn configuration-check-backups FILES`
143
143
 
@@ -151,7 +151,7 @@ ARGUMENTS
151
151
  FILES backup file to check. can be repeated, e.g. with *
152
152
  ```
153
153
 
154
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/configuration-check-backups.js)_
154
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/configuration-check-backups.js)_
155
155
 
156
156
  ## `saltcorn create-tenant TENANT`
157
157
 
@@ -170,7 +170,7 @@ OPTIONS
170
170
  --url=url Url of tenant
171
171
  ```
172
172
 
173
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/create-tenant.js)_
173
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/create-tenant.js)_
174
174
 
175
175
  ## `saltcorn create-user`
176
176
 
@@ -188,7 +188,7 @@ OPTIONS
188
188
  -t, --tenant=tenant tenant
189
189
  ```
190
190
 
191
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/create-user.js)_
191
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/create-user.js)_
192
192
 
193
193
  ## `saltcorn delete-tenants`
194
194
 
@@ -199,7 +199,7 @@ USAGE
199
199
  $ saltcorn delete-tenants
200
200
  ```
201
201
 
202
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/delete-tenants.js)_
202
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/delete-tenants.js)_
203
203
 
204
204
  ## `saltcorn delete-user USER_EMAIL`
205
205
 
@@ -220,7 +220,7 @@ DESCRIPTION
220
220
  Command deletes the user specified by USER_EMAIL.
221
221
  ```
222
222
 
223
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/delete-user.js)_
223
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/delete-user.js)_
224
224
 
225
225
  ## `saltcorn fixtures`
226
226
 
@@ -239,7 +239,7 @@ DESCRIPTION
239
239
  This manual step it is never required for users and rarely required for developers
240
240
  ```
241
241
 
242
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/fixtures.js)_
242
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/fixtures.js)_
243
243
 
244
244
  ## `saltcorn get-cfg KEY`
245
245
 
@@ -257,7 +257,7 @@ OPTIONS
257
257
  -t, --tenant=tenant tenant
258
258
  ```
259
259
 
260
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/get-cfg.js)_
260
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/get-cfg.js)_
261
261
 
262
262
  ## `saltcorn help [COMMAND]`
263
263
 
@@ -295,7 +295,7 @@ ALIASES
295
295
  $ saltcorn paths
296
296
  ```
297
297
 
298
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/info.js)_
298
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/info.js)_
299
299
 
300
300
  ## `saltcorn inspect TYPE [NAME]`
301
301
 
@@ -313,7 +313,7 @@ OPTIONS
313
313
  -t, --tenant=tenant tenant
314
314
  ```
315
315
 
316
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/inspect.js)_
316
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/inspect.js)_
317
317
 
318
318
  ## `saltcorn install-pack`
319
319
 
@@ -329,7 +329,7 @@ OPTIONS
329
329
  -t, --tenant=tenant tenant
330
330
  ```
331
331
 
332
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/install-pack.js)_
332
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/install-pack.js)_
333
333
 
334
334
  ## `saltcorn install-plugin`
335
335
 
@@ -345,7 +345,7 @@ OPTIONS
345
345
  -t, --tenant=tenant tenant
346
346
  ```
347
347
 
348
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/install-plugin.js)_
348
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/install-plugin.js)_
349
349
 
350
350
  ## `saltcorn list-tenants`
351
351
 
@@ -356,15 +356,15 @@ USAGE
356
356
  $ saltcorn list-tenants
357
357
  ```
358
358
 
359
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/list-tenants.js)_
359
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/list-tenants.js)_
360
360
 
361
- ## `saltcorn localize-plugin PLUGIN PATH`
361
+ ## `saltcorn localize-plugin PLUGIN [PATH]`
362
362
 
363
363
  Convert plugin to local plugin
364
364
 
365
365
  ```
366
366
  USAGE
367
- $ saltcorn localize-plugin PLUGIN PATH
367
+ $ saltcorn localize-plugin PLUGIN [PATH]
368
368
 
369
369
  ARGUMENTS
370
370
  PLUGIN Current plugin name
@@ -372,9 +372,10 @@ ARGUMENTS
372
372
 
373
373
  OPTIONS
374
374
  -t, --tenant=tenant tenant
375
+ -u, --unlocalize Unlocalize plugin (local to npm)
375
376
  ```
376
377
 
377
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/localize-plugin.js)_
378
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/localize-plugin.js)_
378
379
 
379
380
  ## `saltcorn make-migration`
380
381
 
@@ -390,7 +391,7 @@ DESCRIPTION
390
391
  unless you are a developer.
391
392
  ```
392
393
 
393
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/make-migration.js)_
394
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/make-migration.js)_
394
395
 
395
396
  ## `saltcorn saltcorn migrate`
396
397
 
@@ -412,7 +413,7 @@ DESCRIPTION
412
413
  servers and need to control when the migrations are run.
413
414
  ```
414
415
 
415
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/migrate.js)_
416
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/migrate.js)_
416
417
 
417
418
  ## `saltcorn modify-user USER_EMAIL`
418
419
 
@@ -441,7 +442,7 @@ DESCRIPTION
441
442
  NOTE that -a and -r role (--role=role) can give conflict.
442
443
  ```
443
444
 
444
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/modify-user.js)_
445
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/modify-user.js)_
445
446
 
446
447
  ## `saltcorn plugins`
447
448
 
@@ -468,7 +469,7 @@ EXAMPLES
468
469
  plugins -u -f - force plugin update
469
470
  ```
470
471
 
471
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/plugins.js)_
472
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/plugins.js)_
472
473
 
473
474
  ## `saltcorn release VERSION`
474
475
 
@@ -482,7 +483,7 @@ ARGUMENTS
482
483
  VERSION New version number
483
484
  ```
484
485
 
485
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/release.js)_
486
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/release.js)_
486
487
 
487
488
  ## `saltcorn reset-schema`
488
489
 
@@ -501,7 +502,7 @@ DESCRIPTION
501
502
  This will delete all existing information
502
503
  ```
503
504
 
504
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/reset-schema.js)_
505
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/reset-schema.js)_
505
506
 
506
507
  ## `saltcorn restore FILE`
507
508
 
@@ -518,7 +519,7 @@ OPTIONS
518
519
  -t, --tenant=tenant tenant
519
520
  ```
520
521
 
521
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/restore.js)_
522
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/restore.js)_
522
523
 
523
524
  ## `saltcorn rm-tenant`
524
525
 
@@ -537,7 +538,7 @@ DESCRIPTION
537
538
  It recommended to make backup of tenant before perform this command.
538
539
  ```
539
540
 
540
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/rm-tenant.js)_
541
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/rm-tenant.js)_
541
542
 
542
543
  ## `saltcorn run-benchmark [BASEURL]`
543
544
 
@@ -556,7 +557,7 @@ OPTIONS
556
557
  -t, --token=token API Token for reporting results
557
558
  ```
558
559
 
559
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/run-benchmark.js)_
560
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/run-benchmark.js)_
560
561
 
561
562
  ## `saltcorn run-tests [PACKAGE]`
562
563
 
@@ -579,7 +580,7 @@ OPTIONS
579
580
  --watchAll Watch files for changes and rerun all tests.
580
581
  ```
581
582
 
582
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/run-tests.js)_
583
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/run-tests.js)_
583
584
 
584
585
  ## `saltcorn scheduler`
585
586
 
@@ -593,7 +594,7 @@ OPTIONS
593
594
  -v, --verbose Verbose
594
595
  ```
595
596
 
596
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/scheduler.js)_
597
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/scheduler.js)_
597
598
 
598
599
  ## `saltcorn serve`
599
600
 
@@ -614,7 +615,7 @@ OPTIONS
614
615
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
615
616
  ```
616
617
 
617
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/serve.js)_
618
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/serve.js)_
618
619
 
619
620
  ## `saltcorn set-cfg KEY [VALUE]`
620
621
 
@@ -635,7 +636,7 @@ OPTIONS
635
636
  -t, --tenant=tenant tenant
636
637
  ```
637
638
 
638
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/set-cfg.js)_
639
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/set-cfg.js)_
639
640
 
640
641
  ## `saltcorn setup`
641
642
 
@@ -654,7 +655,7 @@ DESCRIPTION
654
655
  configuration file
655
656
  ```
656
657
 
657
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/setup.js)_
658
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/setup.js)_
658
659
 
659
660
  ## `saltcorn setup-benchmark`
660
661
 
@@ -668,7 +669,7 @@ OPTIONS
668
669
  -t, --tenant=tenant tenant
669
670
  ```
670
671
 
671
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/setup-benchmark.js)_
672
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/setup-benchmark.js)_
672
673
 
673
674
  ## `saltcorn test-plugin PATH`
674
675
 
@@ -686,7 +687,7 @@ DESCRIPTION
686
687
  Extra documentation goes here
687
688
  ```
688
689
 
689
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/test-plugin.js)_
690
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/test-plugin.js)_
690
691
 
691
692
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
692
693
 
@@ -703,5 +704,5 @@ ARGUMENTS
703
704
  TENANT tenant name
704
705
  ```
705
706
 
706
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.0/src/commands/transform-field.js)_
707
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1-beta.2/src/commands/transform-field.js)_
707
708
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.8.1-beta.0",
3
+ "version": "0.8.1-beta.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@saltcorn/cli",
9
- "version": "0.8.1-beta.0",
9
+ "version": "0.8.1-beta.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/command": "^1.8.16",
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-help": "^3.3.1",
15
15
  "@oclif/plugin-plugins": "^2.1.0",
16
- "@saltcorn/admin-models": "0.8.1-beta.0",
17
- "@saltcorn/data": "0.8.1-beta.0",
18
- "@saltcorn/mobile-app": "0.8.1-beta.0",
19
- "@saltcorn/mobile-builder": "0.8.1-beta.0",
20
- "@saltcorn/server": "0.8.1-beta.0",
16
+ "@saltcorn/admin-models": "0.8.1-beta.2",
17
+ "@saltcorn/data": "0.8.1-beta.2",
18
+ "@saltcorn/mobile-app": "0.8.1-beta.2",
19
+ "@saltcorn/mobile-builder": "0.8.1-beta.2",
20
+ "@saltcorn/server": "0.8.1-beta.2",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -1808,14 +1808,14 @@
1808
1808
  }
1809
1809
  },
1810
1810
  "node_modules/@saltcorn/admin-models": {
1811
- "version": "0.8.1-beta.0",
1812
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.0.tgz",
1813
- "integrity": "sha512-LYDn/XuZ4IvyqK+17ACQU02W8h1NKQymgIsqNWDGS5DQKjArR2aJY8KsQ+5liUyd4Xb3l1XdwyOqRVahrCbfJw==",
1814
- "dependencies": {
1815
- "@saltcorn/data": "0.8.1-beta.0",
1816
- "@saltcorn/db-common": "0.8.1-beta.0",
1817
- "@saltcorn/markup": "0.8.1-beta.0",
1818
- "@saltcorn/types": "0.8.1-beta.0",
1811
+ "version": "0.8.1-beta.2",
1812
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.2.tgz",
1813
+ "integrity": "sha512-75vx9aDu9F3RsJL3E2DbuKRyHXFHYcqvWJo8BmU9bO9RbdfUh58UimTXp0RMcnuAVXduDE7BvidClzl/WVsPGw==",
1814
+ "dependencies": {
1815
+ "@saltcorn/data": "0.8.1-beta.2",
1816
+ "@saltcorn/db-common": "0.8.1-beta.2",
1817
+ "@saltcorn/markup": "0.8.1-beta.2",
1818
+ "@saltcorn/types": "0.8.1-beta.2",
1819
1819
  "@types/lodash": "^4.14.182",
1820
1820
  "adm-zip": "0.5.5",
1821
1821
  "csv-stringify": "^5.5.0",
@@ -1827,30 +1827,30 @@
1827
1827
  }
1828
1828
  },
1829
1829
  "node_modules/@saltcorn/base-plugin": {
1830
- "version": "0.8.1-beta.0",
1831
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.0.tgz",
1832
- "integrity": "sha512-m5JNBPQgwGJKdm0vngPpaVPv6Aw+72gZjktuMG/PPmNGEnxVhifpZPhOK3FUYhsem7ZsEll/zLc0B5lO+nhcoA==",
1830
+ "version": "0.8.1-beta.2",
1831
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.2.tgz",
1832
+ "integrity": "sha512-SCYR2et3rAttXdrZoy1geVx/MhStjQvjGQtal7zzIyCUUOYHYdCVF84Qjf0q/rGTL91ONMylELdFQEq7nGhOAg==",
1833
1833
  "dependencies": {
1834
- "@saltcorn/data": "0.8.1-beta.0"
1834
+ "@saltcorn/data": "0.8.1-beta.2"
1835
1835
  }
1836
1836
  },
1837
1837
  "node_modules/@saltcorn/builder": {
1838
- "version": "0.8.1-beta.0",
1839
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.0.tgz",
1840
- "integrity": "sha512-xkEUDVbcbM1CkPRjZWbEBTYl+81RLUCYyAPOzQ2HBibra/NdXTMCYvh3PP3lKavrAgV4ycjIa3nlbTDXz+HY4g==",
1838
+ "version": "0.8.1-beta.2",
1839
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.2.tgz",
1840
+ "integrity": "sha512-gvRF+MyPzpw8LXHRFKZy0weHZQrSUDTN4+rPPkigQoRp5pftRQgcHuGXVXMZgjSQX5VWYY0AM1Gc/kmEWtz52Q==",
1841
1841
  "dependencies": {
1842
1842
  "styled-components": "4.4.1"
1843
1843
  }
1844
1844
  },
1845
1845
  "node_modules/@saltcorn/data": {
1846
- "version": "0.8.1-beta.0",
1847
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.0.tgz",
1848
- "integrity": "sha512-3Erj58FFVYyzpWcw3Oz+8TPljSafLHV7r+CfMwZsSzWiZ30NwfeigPmWHtbqEL12lIAo0egyhL9NjMjX4GmUxQ==",
1849
- "dependencies": {
1850
- "@saltcorn/db-common": "0.8.1-beta.0",
1851
- "@saltcorn/markup": "0.8.1-beta.0",
1852
- "@saltcorn/sqlite-mobile": "0.8.1-beta.0",
1853
- "@saltcorn/types": "0.8.1-beta.0",
1846
+ "version": "0.8.1-beta.2",
1847
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.2.tgz",
1848
+ "integrity": "sha512-HTTlczsCerUL1i272iu39qBsc0JW/BAMe6HOacbEFjTQ5fYk24yefd/IRhuvotCZ859vjkTZcPyihxmj0Sa/Sg==",
1849
+ "dependencies": {
1850
+ "@saltcorn/db-common": "0.8.1-beta.2",
1851
+ "@saltcorn/markup": "0.8.1-beta.2",
1852
+ "@saltcorn/sqlite-mobile": "0.8.1-beta.2",
1853
+ "@saltcorn/types": "0.8.1-beta.2",
1854
1854
  "acorn": "^8.0.3",
1855
1855
  "astring": "^1.4.3",
1856
1856
  "axios": "^0.26.1",
@@ -1872,6 +1872,7 @@
1872
1872
  "https-browserify": "1.0.0",
1873
1873
  "i18n": "^0.14.0",
1874
1874
  "latest-version": "^5.1.0",
1875
+ "live-plugin-manager": "^0.16.0",
1875
1876
  "mime-types": "^2.1.35",
1876
1877
  "mjml": "4.12.0",
1877
1878
  "moment": "^2.27.0",
@@ -1890,27 +1891,27 @@
1890
1891
  "vm-browserify": "^1.1.2"
1891
1892
  },
1892
1893
  "optionalDependencies": {
1893
- "@saltcorn/postgres": "0.8.1-beta.0",
1894
- "@saltcorn/sqlite": "0.8.1-beta.0"
1894
+ "@saltcorn/postgres": "0.8.1-beta.2",
1895
+ "@saltcorn/sqlite": "0.8.1-beta.2"
1895
1896
  }
1896
1897
  },
1897
1898
  "node_modules/@saltcorn/db-common": {
1898
- "version": "0.8.1-beta.0",
1899
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.0.tgz",
1900
- "integrity": "sha512-Dbts60folBD87YC59rnISwIIfkf/TAZ7cccygB1XcLQvLMFMmSDcRH/1VZN2bl4Q702O6YxmaGxV/AJLqkahvw=="
1899
+ "version": "0.8.1-beta.2",
1900
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.2.tgz",
1901
+ "integrity": "sha512-OjcLBC2q/vZEJ+MQYZlPHpCZG3vdsa/fdefcSSr/8j59PQ8O6pov+AH91akOzSZBQ2ZehMesEuJ4g+zdNeAGDA=="
1901
1902
  },
1902
1903
  "node_modules/@saltcorn/filemanager": {
1903
- "version": "0.8.1-beta.0",
1904
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.0.tgz",
1905
- "integrity": "sha512-JV8pBZwhLubQGnYNS5h2GAZLxkd07NFhPZVfkRRtANH3TgZnbuC5GLi+lSMkSpPU5yP9bryvSBPSPqoQtkauKQ==",
1904
+ "version": "0.8.1-beta.2",
1905
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.2.tgz",
1906
+ "integrity": "sha512-wPQyHWk0QCWqZ89uVkdGNO0dpk96FeHvP7guTi12eKMX3vS7orEZjVBP+GgOFEYIfEt4gjgq7mn5nxEYzodNPA==",
1906
1907
  "dependencies": {
1907
1908
  "sirv-cli": "^2.0.0"
1908
1909
  }
1909
1910
  },
1910
1911
  "node_modules/@saltcorn/markup": {
1911
- "version": "0.8.1-beta.0",
1912
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.0.tgz",
1913
- "integrity": "sha512-aILq9goO3gDgraa0t2FuJAliC64CRrDJFjs9bKLLugpKpQxDvjpIRE7Wg93TotYnresgkEzQqzy8StPiYayzEw==",
1912
+ "version": "0.8.1-beta.2",
1913
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.2.tgz",
1914
+ "integrity": "sha512-Q823DxCCGI13MX0PPWFkIUIDgAdpSIWDrrxG/uP8HdiNUNEHUu5lotmHlKmSHDLbgfrXlLl+fQhhmeBMuFJcew==",
1914
1915
  "dependencies": {
1915
1916
  "escape-html": "^1.0.3",
1916
1917
  "html-tags": "3.1.0",
@@ -1918,27 +1919,27 @@
1918
1919
  }
1919
1920
  },
1920
1921
  "node_modules/@saltcorn/mobile-app": {
1921
- "version": "0.8.1-beta.0",
1922
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.0.tgz",
1923
- "integrity": "sha512-+s16T55dlqT6HpyXnwNvXHE9RxAMFdoJIlzCTNnoDei1cgP1Zlg5lAeo23OgqNH6T3swP78vLhGjchlzO6xQPg==",
1922
+ "version": "0.8.1-beta.2",
1923
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.2.tgz",
1924
+ "integrity": "sha512-dil4IzII30q22uMhMCf86Y237FgBn1p7Mkon1EMq3kbtaU2e6iiHLLf2T36zeAaZYoMNB6dxEuHTvE8CPdNAIQ==",
1924
1925
  "dependencies": {
1925
1926
  "cordova": "^11.0.0",
1926
1927
  "cordova-sqlite-ext": "^6.0.0"
1927
1928
  }
1928
1929
  },
1929
1930
  "node_modules/@saltcorn/mobile-builder": {
1930
- "version": "0.8.1-beta.0",
1931
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.0.tgz",
1932
- "integrity": "sha512-mNnFHgkOFfE1Lp1JWZuP7grfm3pciZ4FD3GYbEriSmd9mjg6H4T9m18cKNmYZE5VmG7QO1Y1T12jfzS0xYJagg==",
1931
+ "version": "0.8.1-beta.2",
1932
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.2.tgz",
1933
+ "integrity": "sha512-MYbybB5sq/i9GYetcYB3zj62WyPYAHjGCD6xBsuB1U/2exjZ8x1brmAZ6NPwBt18CUAhfoP9I6oR97ACT4QEtQ==",
1933
1934
  "hasInstallScript": true,
1934
1935
  "dependencies": {
1935
- "@saltcorn/base-plugin": "0.8.1-beta.0",
1936
- "@saltcorn/data": "0.8.1-beta.0",
1937
- "@saltcorn/db-common": "0.8.1-beta.0",
1938
- "@saltcorn/markup": "0.8.1-beta.0",
1939
- "@saltcorn/mobile-app": "0.8.1-beta.0",
1940
- "@saltcorn/sbadmin2": "0.8.1-beta.0",
1941
- "@saltcorn/server": "0.8.1-beta.0",
1936
+ "@saltcorn/base-plugin": "0.8.1-beta.2",
1937
+ "@saltcorn/data": "0.8.1-beta.2",
1938
+ "@saltcorn/db-common": "0.8.1-beta.2",
1939
+ "@saltcorn/markup": "0.8.1-beta.2",
1940
+ "@saltcorn/mobile-app": "0.8.1-beta.2",
1941
+ "@saltcorn/sbadmin2": "0.8.1-beta.2",
1942
+ "@saltcorn/server": "0.8.1-beta.2",
1942
1943
  "fs-extra": "^10.0.1",
1943
1944
  "live-plugin-manager": "^0.16.0",
1944
1945
  "webpack": "5.68.0",
@@ -1979,38 +1980,38 @@
1979
1980
  }
1980
1981
  },
1981
1982
  "node_modules/@saltcorn/postgres": {
1982
- "version": "0.8.1-beta.0",
1983
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.0.tgz",
1984
- "integrity": "sha512-N6o7qUCRHZ8TAqRvca5BDaLggTTj6VjcsWZ/UnOX4ocrKgANqA4NYgRDni9U8ie37TVwbC7+s2zutTbktzzsMw==",
1983
+ "version": "0.8.1-beta.2",
1984
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.2.tgz",
1985
+ "integrity": "sha512-qSljJxPjVAZL091RduA/fb2nBe7CIc/0NfBnzY7psjoabT/QYgcTe0ZX3eb5uQADazMXlBeFTxHymqvT3SOvhQ==",
1985
1986
  "optional": true,
1986
1987
  "dependencies": {
1987
- "@saltcorn/db-common": "0.8.1-beta.0",
1988
+ "@saltcorn/db-common": "0.8.1-beta.2",
1988
1989
  "pg": "^8.2.1",
1989
1990
  "pg-copy-streams": "^5.1.1"
1990
1991
  }
1991
1992
  },
1992
1993
  "node_modules/@saltcorn/sbadmin2": {
1993
- "version": "0.8.1-beta.0",
1994
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.0.tgz",
1995
- "integrity": "sha512-rKcuz8WEOMHmQQmJrQ6De8tzYYGwWH45efYDVcxuUZPkhI2Gg5gs9jZtWKkIMl22bRzvEEJoq9UmNFcbQD4pgA==",
1994
+ "version": "0.8.1-beta.2",
1995
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.2.tgz",
1996
+ "integrity": "sha512-fIXze272p8hXZRC0Gee4ypW9obcngc4JLwUozMhBBsn4X4/nk6ghzth18Gcyeh44q4gfcifxjnRCCrhrBDODug==",
1996
1997
  "dependencies": {
1997
- "@saltcorn/data": "0.8.1-beta.0",
1998
- "@saltcorn/markup": "0.8.1-beta.0",
1998
+ "@saltcorn/data": "0.8.1-beta.2",
1999
+ "@saltcorn/markup": "0.8.1-beta.2",
1999
2000
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
2000
2001
  }
2001
2002
  },
2002
2003
  "node_modules/@saltcorn/server": {
2003
- "version": "0.8.1-beta.0",
2004
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.0.tgz",
2005
- "integrity": "sha512-hUiqUBQBlIr47hahDpNLS4mgWFZ1+4kTxIbz5/LLl1hY00opZJx5wVcd48WR3eWorJBLVz1MvMEWl3E8rAdEWA==",
2006
- "dependencies": {
2007
- "@saltcorn/admin-models": "0.8.1-beta.0",
2008
- "@saltcorn/base-plugin": "0.8.1-beta.0",
2009
- "@saltcorn/builder": "0.8.1-beta.0",
2010
- "@saltcorn/data": "0.8.1-beta.0",
2011
- "@saltcorn/filemanager": "0.8.1-beta.0",
2012
- "@saltcorn/markup": "0.8.1-beta.0",
2013
- "@saltcorn/sbadmin2": "0.8.1-beta.0",
2004
+ "version": "0.8.1-beta.2",
2005
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.2.tgz",
2006
+ "integrity": "sha512-bl6cLkUFZ+ss6TyqNH14nUz0tqRLxq9HmY0grWeDrZykUT/3Bn/BlShMhLJmXRGyrvHUr1RGM0kyET2ActH55Q==",
2007
+ "dependencies": {
2008
+ "@saltcorn/admin-models": "0.8.1-beta.2",
2009
+ "@saltcorn/base-plugin": "0.8.1-beta.2",
2010
+ "@saltcorn/builder": "0.8.1-beta.2",
2011
+ "@saltcorn/data": "0.8.1-beta.2",
2012
+ "@saltcorn/filemanager": "0.8.1-beta.2",
2013
+ "@saltcorn/markup": "0.8.1-beta.2",
2014
+ "@saltcorn/sbadmin2": "0.8.1-beta.2",
2014
2015
  "@socket.io/cluster-adapter": "^0.1.0",
2015
2016
  "@socket.io/sticky": "^1.0.1",
2016
2017
  "aws-sdk": "^2.1037.0",
@@ -2060,29 +2061,29 @@
2060
2061
  }
2061
2062
  },
2062
2063
  "node_modules/@saltcorn/sqlite": {
2063
- "version": "0.8.1-beta.0",
2064
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.0.tgz",
2065
- "integrity": "sha512-/jy68K078AIjiz8jI7zSvopWdPw6xLD9Lh4VP22PMLzRbkI2pyPXXC6hCUW0aeYPhkULlBcjtFl70FGrveGZgA==",
2064
+ "version": "0.8.1-beta.2",
2065
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.2.tgz",
2066
+ "integrity": "sha512-T4YMvipqNrOne+QJlqZL/ULyU4PYlhmFEMTwNlJa38/a8yxbmuG//YLSYvd6BfYKiXtYrHsS6wNeB7QADpwXzg==",
2066
2067
  "optional": true,
2067
2068
  "dependencies": {
2068
- "@saltcorn/db-common": "0.8.1-beta.0"
2069
+ "@saltcorn/db-common": "0.8.1-beta.2"
2069
2070
  },
2070
2071
  "optionalDependencies": {
2071
2072
  "sqlite3": "^5.0.8"
2072
2073
  }
2073
2074
  },
2074
2075
  "node_modules/@saltcorn/sqlite-mobile": {
2075
- "version": "0.8.1-beta.0",
2076
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.0.tgz",
2077
- "integrity": "sha512-0PnrRYGbJQ0oXCBTOnGN+npXk796ikvbeYUpc+Lh0L4L/74iwyLR0DEnAgYj4JC/7jJBfRjnUlKJinj/HH2/Ow==",
2076
+ "version": "0.8.1-beta.2",
2077
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.2.tgz",
2078
+ "integrity": "sha512-3ncvfeHqGljwjlD2DTAjicy5tRdsPJhppwFlzLYup1gzcy7VPwpcj65eofzXneuC4systaib2kM64eu5Yy2aOA==",
2078
2079
  "dependencies": {
2079
- "@saltcorn/db-common": "0.8.1-beta.0"
2080
+ "@saltcorn/db-common": "0.8.1-beta.2"
2080
2081
  }
2081
2082
  },
2082
2083
  "node_modules/@saltcorn/types": {
2083
- "version": "0.8.1-beta.0",
2084
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.0.tgz",
2085
- "integrity": "sha512-Otb4KN3cWM6rIB9w6SKvQCB/n0b1HFCYsMltSHxMEsWS8+1WGMTTGNt6Zlz7npgjJhWChRsfWfUgVrjLSoeFPQ=="
2084
+ "version": "0.8.1-beta.2",
2085
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.2.tgz",
2086
+ "integrity": "sha512-JECa+VexHMHOtAiLxfl7w2Li5fvz6vB5k3WdR4cdwB8xwAEXKJbb/foVAdYEZa6O6Y0BzgjmgRAV0uQqdx68SA=="
2086
2087
  },
2087
2088
  "node_modules/@sindresorhus/is": {
2088
2089
  "version": "0.14.0",
@@ -2835,9 +2836,9 @@
2835
2836
  }
2836
2837
  },
2837
2838
  "node_modules/astring": {
2838
- "version": "1.8.3",
2839
- "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.3.tgz",
2840
- "integrity": "sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A==",
2839
+ "version": "1.8.4",
2840
+ "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.4.tgz",
2841
+ "integrity": "sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==",
2841
2842
  "bin": {
2842
2843
  "astring": "bin/astring"
2843
2844
  }
@@ -2883,9 +2884,9 @@
2883
2884
  }
2884
2885
  },
2885
2886
  "node_modules/aws-sdk": {
2886
- "version": "2.1277.0",
2887
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1277.0.tgz",
2888
- "integrity": "sha512-cEZ0rg0j3STtLX6rba5tHMrV/KrhXKLtSleleF2IdTFzUjqRvxI54Pqc51w2D7tgAPUgEhMB4Q/ruKPqB8w+2Q==",
2887
+ "version": "2.1279.0",
2888
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1279.0.tgz",
2889
+ "integrity": "sha512-52NbHEZTLlrld6XDLvVaOwEI0p4nYTYVuninX8s4kdkBXeTezaBahsufWT7LmeYh10gp70dnwaUxvja1TjmeRA==",
2889
2890
  "dependencies": {
2890
2891
  "buffer": "4.9.2",
2891
2892
  "events": "1.1.1",
@@ -6193,9 +6194,9 @@
6193
6194
  }
6194
6195
  },
6195
6196
  "node_modules/filelist/node_modules/minimatch": {
6196
- "version": "5.1.1",
6197
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
6198
- "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
6197
+ "version": "5.1.2",
6198
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
6199
+ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
6199
6200
  "dependencies": {
6200
6201
  "brace-expansion": "^2.0.1"
6201
6202
  },
@@ -7153,9 +7154,9 @@
7153
7154
  "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
7154
7155
  },
7155
7156
  "node_modules/ignore": {
7156
- "version": "5.2.2",
7157
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.2.tgz",
7158
- "integrity": "sha512-m1MJSy4Z2NAcyhoYpxQeBsc1ZdNQwYjN0wGbLBlnVArdJ90Gtr8IhNSfZZcCoR0fM/0E0BJ0mf1KnLNDOCJP4w==",
7157
+ "version": "5.2.4",
7158
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
7159
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
7159
7160
  "engines": {
7160
7161
  "node": ">= 4"
7161
7162
  }
@@ -8011,9 +8012,9 @@
8011
8012
  }
8012
8013
  },
8013
8014
  "node_modules/js-beautify/node_modules/minimatch": {
8014
- "version": "5.1.1",
8015
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
8016
- "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
8015
+ "version": "5.1.2",
8016
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
8017
+ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
8017
8018
  "dependencies": {
8018
8019
  "brace-expansion": "^2.0.1"
8019
8020
  },
@@ -15782,14 +15783,14 @@
15782
15783
  }
15783
15784
  },
15784
15785
  "@saltcorn/admin-models": {
15785
- "version": "0.8.1-beta.0",
15786
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.0.tgz",
15787
- "integrity": "sha512-LYDn/XuZ4IvyqK+17ACQU02W8h1NKQymgIsqNWDGS5DQKjArR2aJY8KsQ+5liUyd4Xb3l1XdwyOqRVahrCbfJw==",
15788
- "requires": {
15789
- "@saltcorn/data": "0.8.1-beta.0",
15790
- "@saltcorn/db-common": "0.8.1-beta.0",
15791
- "@saltcorn/markup": "0.8.1-beta.0",
15792
- "@saltcorn/types": "0.8.1-beta.0",
15786
+ "version": "0.8.1-beta.2",
15787
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.8.1-beta.2.tgz",
15788
+ "integrity": "sha512-75vx9aDu9F3RsJL3E2DbuKRyHXFHYcqvWJo8BmU9bO9RbdfUh58UimTXp0RMcnuAVXduDE7BvidClzl/WVsPGw==",
15789
+ "requires": {
15790
+ "@saltcorn/data": "0.8.1-beta.2",
15791
+ "@saltcorn/db-common": "0.8.1-beta.2",
15792
+ "@saltcorn/markup": "0.8.1-beta.2",
15793
+ "@saltcorn/types": "0.8.1-beta.2",
15793
15794
  "@types/lodash": "^4.14.182",
15794
15795
  "adm-zip": "0.5.5",
15795
15796
  "csv-stringify": "^5.5.0",
@@ -15801,32 +15802,32 @@
15801
15802
  }
15802
15803
  },
15803
15804
  "@saltcorn/base-plugin": {
15804
- "version": "0.8.1-beta.0",
15805
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.0.tgz",
15806
- "integrity": "sha512-m5JNBPQgwGJKdm0vngPpaVPv6Aw+72gZjktuMG/PPmNGEnxVhifpZPhOK3FUYhsem7ZsEll/zLc0B5lO+nhcoA==",
15805
+ "version": "0.8.1-beta.2",
15806
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.8.1-beta.2.tgz",
15807
+ "integrity": "sha512-SCYR2et3rAttXdrZoy1geVx/MhStjQvjGQtal7zzIyCUUOYHYdCVF84Qjf0q/rGTL91ONMylELdFQEq7nGhOAg==",
15807
15808
  "requires": {
15808
- "@saltcorn/data": "0.8.1-beta.0"
15809
+ "@saltcorn/data": "0.8.1-beta.2"
15809
15810
  }
15810
15811
  },
15811
15812
  "@saltcorn/builder": {
15812
- "version": "0.8.1-beta.0",
15813
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.0.tgz",
15814
- "integrity": "sha512-xkEUDVbcbM1CkPRjZWbEBTYl+81RLUCYyAPOzQ2HBibra/NdXTMCYvh3PP3lKavrAgV4ycjIa3nlbTDXz+HY4g==",
15813
+ "version": "0.8.1-beta.2",
15814
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.8.1-beta.2.tgz",
15815
+ "integrity": "sha512-gvRF+MyPzpw8LXHRFKZy0weHZQrSUDTN4+rPPkigQoRp5pftRQgcHuGXVXMZgjSQX5VWYY0AM1Gc/kmEWtz52Q==",
15815
15816
  "requires": {
15816
15817
  "styled-components": "4.4.1"
15817
15818
  }
15818
15819
  },
15819
15820
  "@saltcorn/data": {
15820
- "version": "0.8.1-beta.0",
15821
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.0.tgz",
15822
- "integrity": "sha512-3Erj58FFVYyzpWcw3Oz+8TPljSafLHV7r+CfMwZsSzWiZ30NwfeigPmWHtbqEL12lIAo0egyhL9NjMjX4GmUxQ==",
15823
- "requires": {
15824
- "@saltcorn/db-common": "0.8.1-beta.0",
15825
- "@saltcorn/markup": "0.8.1-beta.0",
15826
- "@saltcorn/postgres": "0.8.1-beta.0",
15827
- "@saltcorn/sqlite": "0.8.1-beta.0",
15828
- "@saltcorn/sqlite-mobile": "0.8.1-beta.0",
15829
- "@saltcorn/types": "0.8.1-beta.0",
15821
+ "version": "0.8.1-beta.2",
15822
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.8.1-beta.2.tgz",
15823
+ "integrity": "sha512-HTTlczsCerUL1i272iu39qBsc0JW/BAMe6HOacbEFjTQ5fYk24yefd/IRhuvotCZ859vjkTZcPyihxmj0Sa/Sg==",
15824
+ "requires": {
15825
+ "@saltcorn/db-common": "0.8.1-beta.2",
15826
+ "@saltcorn/markup": "0.8.1-beta.2",
15827
+ "@saltcorn/postgres": "0.8.1-beta.2",
15828
+ "@saltcorn/sqlite": "0.8.1-beta.2",
15829
+ "@saltcorn/sqlite-mobile": "0.8.1-beta.2",
15830
+ "@saltcorn/types": "0.8.1-beta.2",
15830
15831
  "acorn": "^8.0.3",
15831
15832
  "astring": "^1.4.3",
15832
15833
  "axios": "^0.26.1",
@@ -15848,6 +15849,7 @@
15848
15849
  "https-browserify": "1.0.0",
15849
15850
  "i18n": "^0.14.0",
15850
15851
  "latest-version": "^5.1.0",
15852
+ "live-plugin-manager": "^0.16.0",
15851
15853
  "mime-types": "^2.1.35",
15852
15854
  "mjml": "4.12.0",
15853
15855
  "moment": "^2.27.0",
@@ -15867,22 +15869,22 @@
15867
15869
  }
15868
15870
  },
15869
15871
  "@saltcorn/db-common": {
15870
- "version": "0.8.1-beta.0",
15871
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.0.tgz",
15872
- "integrity": "sha512-Dbts60folBD87YC59rnISwIIfkf/TAZ7cccygB1XcLQvLMFMmSDcRH/1VZN2bl4Q702O6YxmaGxV/AJLqkahvw=="
15872
+ "version": "0.8.1-beta.2",
15873
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.8.1-beta.2.tgz",
15874
+ "integrity": "sha512-OjcLBC2q/vZEJ+MQYZlPHpCZG3vdsa/fdefcSSr/8j59PQ8O6pov+AH91akOzSZBQ2ZehMesEuJ4g+zdNeAGDA=="
15873
15875
  },
15874
15876
  "@saltcorn/filemanager": {
15875
- "version": "0.8.1-beta.0",
15876
- "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.0.tgz",
15877
- "integrity": "sha512-JV8pBZwhLubQGnYNS5h2GAZLxkd07NFhPZVfkRRtANH3TgZnbuC5GLi+lSMkSpPU5yP9bryvSBPSPqoQtkauKQ==",
15877
+ "version": "0.8.1-beta.2",
15878
+ "resolved": "https://registry.npmjs.org/@saltcorn/filemanager/-/filemanager-0.8.1-beta.2.tgz",
15879
+ "integrity": "sha512-wPQyHWk0QCWqZ89uVkdGNO0dpk96FeHvP7guTi12eKMX3vS7orEZjVBP+GgOFEYIfEt4gjgq7mn5nxEYzodNPA==",
15878
15880
  "requires": {
15879
15881
  "sirv-cli": "^2.0.0"
15880
15882
  }
15881
15883
  },
15882
15884
  "@saltcorn/markup": {
15883
- "version": "0.8.1-beta.0",
15884
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.0.tgz",
15885
- "integrity": "sha512-aILq9goO3gDgraa0t2FuJAliC64CRrDJFjs9bKLLugpKpQxDvjpIRE7Wg93TotYnresgkEzQqzy8StPiYayzEw==",
15885
+ "version": "0.8.1-beta.2",
15886
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.8.1-beta.2.tgz",
15887
+ "integrity": "sha512-Q823DxCCGI13MX0PPWFkIUIDgAdpSIWDrrxG/uP8HdiNUNEHUu5lotmHlKmSHDLbgfrXlLl+fQhhmeBMuFJcew==",
15886
15888
  "requires": {
15887
15889
  "escape-html": "^1.0.3",
15888
15890
  "html-tags": "3.1.0",
@@ -15890,26 +15892,26 @@
15890
15892
  }
15891
15893
  },
15892
15894
  "@saltcorn/mobile-app": {
15893
- "version": "0.8.1-beta.0",
15894
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.0.tgz",
15895
- "integrity": "sha512-+s16T55dlqT6HpyXnwNvXHE9RxAMFdoJIlzCTNnoDei1cgP1Zlg5lAeo23OgqNH6T3swP78vLhGjchlzO6xQPg==",
15895
+ "version": "0.8.1-beta.2",
15896
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-app/-/mobile-app-0.8.1-beta.2.tgz",
15897
+ "integrity": "sha512-dil4IzII30q22uMhMCf86Y237FgBn1p7Mkon1EMq3kbtaU2e6iiHLLf2T36zeAaZYoMNB6dxEuHTvE8CPdNAIQ==",
15896
15898
  "requires": {
15897
15899
  "cordova": "^11.0.0",
15898
15900
  "cordova-sqlite-ext": "^6.0.0"
15899
15901
  }
15900
15902
  },
15901
15903
  "@saltcorn/mobile-builder": {
15902
- "version": "0.8.1-beta.0",
15903
- "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.0.tgz",
15904
- "integrity": "sha512-mNnFHgkOFfE1Lp1JWZuP7grfm3pciZ4FD3GYbEriSmd9mjg6H4T9m18cKNmYZE5VmG7QO1Y1T12jfzS0xYJagg==",
15905
- "requires": {
15906
- "@saltcorn/base-plugin": "0.8.1-beta.0",
15907
- "@saltcorn/data": "0.8.1-beta.0",
15908
- "@saltcorn/db-common": "0.8.1-beta.0",
15909
- "@saltcorn/markup": "0.8.1-beta.0",
15910
- "@saltcorn/mobile-app": "0.8.1-beta.0",
15911
- "@saltcorn/sbadmin2": "0.8.1-beta.0",
15912
- "@saltcorn/server": "0.8.1-beta.0",
15904
+ "version": "0.8.1-beta.2",
15905
+ "resolved": "https://registry.npmjs.org/@saltcorn/mobile-builder/-/mobile-builder-0.8.1-beta.2.tgz",
15906
+ "integrity": "sha512-MYbybB5sq/i9GYetcYB3zj62WyPYAHjGCD6xBsuB1U/2exjZ8x1brmAZ6NPwBt18CUAhfoP9I6oR97ACT4QEtQ==",
15907
+ "requires": {
15908
+ "@saltcorn/base-plugin": "0.8.1-beta.2",
15909
+ "@saltcorn/data": "0.8.1-beta.2",
15910
+ "@saltcorn/db-common": "0.8.1-beta.2",
15911
+ "@saltcorn/markup": "0.8.1-beta.2",
15912
+ "@saltcorn/mobile-app": "0.8.1-beta.2",
15913
+ "@saltcorn/sbadmin2": "0.8.1-beta.2",
15914
+ "@saltcorn/server": "0.8.1-beta.2",
15913
15915
  "fs-extra": "^10.0.1",
15914
15916
  "live-plugin-manager": "^0.16.0",
15915
15917
  "webpack": "5.68.0",
@@ -15944,38 +15946,38 @@
15944
15946
  }
15945
15947
  },
15946
15948
  "@saltcorn/postgres": {
15947
- "version": "0.8.1-beta.0",
15948
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.0.tgz",
15949
- "integrity": "sha512-N6o7qUCRHZ8TAqRvca5BDaLggTTj6VjcsWZ/UnOX4ocrKgANqA4NYgRDni9U8ie37TVwbC7+s2zutTbktzzsMw==",
15949
+ "version": "0.8.1-beta.2",
15950
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.8.1-beta.2.tgz",
15951
+ "integrity": "sha512-qSljJxPjVAZL091RduA/fb2nBe7CIc/0NfBnzY7psjoabT/QYgcTe0ZX3eb5uQADazMXlBeFTxHymqvT3SOvhQ==",
15950
15952
  "optional": true,
15951
15953
  "requires": {
15952
- "@saltcorn/db-common": "0.8.1-beta.0",
15954
+ "@saltcorn/db-common": "0.8.1-beta.2",
15953
15955
  "pg": "^8.2.1",
15954
15956
  "pg-copy-streams": "^5.1.1"
15955
15957
  }
15956
15958
  },
15957
15959
  "@saltcorn/sbadmin2": {
15958
- "version": "0.8.1-beta.0",
15959
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.0.tgz",
15960
- "integrity": "sha512-rKcuz8WEOMHmQQmJrQ6De8tzYYGwWH45efYDVcxuUZPkhI2Gg5gs9jZtWKkIMl22bRzvEEJoq9UmNFcbQD4pgA==",
15960
+ "version": "0.8.1-beta.2",
15961
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.8.1-beta.2.tgz",
15962
+ "integrity": "sha512-fIXze272p8hXZRC0Gee4ypW9obcngc4JLwUozMhBBsn4X4/nk6ghzth18Gcyeh44q4gfcifxjnRCCrhrBDODug==",
15961
15963
  "requires": {
15962
- "@saltcorn/data": "0.8.1-beta.0",
15963
- "@saltcorn/markup": "0.8.1-beta.0",
15964
+ "@saltcorn/data": "0.8.1-beta.2",
15965
+ "@saltcorn/markup": "0.8.1-beta.2",
15964
15966
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.8"
15965
15967
  }
15966
15968
  },
15967
15969
  "@saltcorn/server": {
15968
- "version": "0.8.1-beta.0",
15969
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.0.tgz",
15970
- "integrity": "sha512-hUiqUBQBlIr47hahDpNLS4mgWFZ1+4kTxIbz5/LLl1hY00opZJx5wVcd48WR3eWorJBLVz1MvMEWl3E8rAdEWA==",
15971
- "requires": {
15972
- "@saltcorn/admin-models": "0.8.1-beta.0",
15973
- "@saltcorn/base-plugin": "0.8.1-beta.0",
15974
- "@saltcorn/builder": "0.8.1-beta.0",
15975
- "@saltcorn/data": "0.8.1-beta.0",
15976
- "@saltcorn/filemanager": "0.8.1-beta.0",
15977
- "@saltcorn/markup": "0.8.1-beta.0",
15978
- "@saltcorn/sbadmin2": "0.8.1-beta.0",
15970
+ "version": "0.8.1-beta.2",
15971
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.8.1-beta.2.tgz",
15972
+ "integrity": "sha512-bl6cLkUFZ+ss6TyqNH14nUz0tqRLxq9HmY0grWeDrZykUT/3Bn/BlShMhLJmXRGyrvHUr1RGM0kyET2ActH55Q==",
15973
+ "requires": {
15974
+ "@saltcorn/admin-models": "0.8.1-beta.2",
15975
+ "@saltcorn/base-plugin": "0.8.1-beta.2",
15976
+ "@saltcorn/builder": "0.8.1-beta.2",
15977
+ "@saltcorn/data": "0.8.1-beta.2",
15978
+ "@saltcorn/filemanager": "0.8.1-beta.2",
15979
+ "@saltcorn/markup": "0.8.1-beta.2",
15980
+ "@saltcorn/sbadmin2": "0.8.1-beta.2",
15979
15981
  "@socket.io/cluster-adapter": "^0.1.0",
15980
15982
  "@socket.io/sticky": "^1.0.1",
15981
15983
  "aws-sdk": "^2.1037.0",
@@ -16023,27 +16025,27 @@
16023
16025
  }
16024
16026
  },
16025
16027
  "@saltcorn/sqlite": {
16026
- "version": "0.8.1-beta.0",
16027
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.0.tgz",
16028
- "integrity": "sha512-/jy68K078AIjiz8jI7zSvopWdPw6xLD9Lh4VP22PMLzRbkI2pyPXXC6hCUW0aeYPhkULlBcjtFl70FGrveGZgA==",
16028
+ "version": "0.8.1-beta.2",
16029
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.8.1-beta.2.tgz",
16030
+ "integrity": "sha512-T4YMvipqNrOne+QJlqZL/ULyU4PYlhmFEMTwNlJa38/a8yxbmuG//YLSYvd6BfYKiXtYrHsS6wNeB7QADpwXzg==",
16029
16031
  "optional": true,
16030
16032
  "requires": {
16031
- "@saltcorn/db-common": "0.8.1-beta.0",
16033
+ "@saltcorn/db-common": "0.8.1-beta.2",
16032
16034
  "sqlite3": "^5.0.8"
16033
16035
  }
16034
16036
  },
16035
16037
  "@saltcorn/sqlite-mobile": {
16036
- "version": "0.8.1-beta.0",
16037
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.0.tgz",
16038
- "integrity": "sha512-0PnrRYGbJQ0oXCBTOnGN+npXk796ikvbeYUpc+Lh0L4L/74iwyLR0DEnAgYj4JC/7jJBfRjnUlKJinj/HH2/Ow==",
16038
+ "version": "0.8.1-beta.2",
16039
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite-mobile/-/sqlite-mobile-0.8.1-beta.2.tgz",
16040
+ "integrity": "sha512-3ncvfeHqGljwjlD2DTAjicy5tRdsPJhppwFlzLYup1gzcy7VPwpcj65eofzXneuC4systaib2kM64eu5Yy2aOA==",
16039
16041
  "requires": {
16040
- "@saltcorn/db-common": "0.8.1-beta.0"
16042
+ "@saltcorn/db-common": "0.8.1-beta.2"
16041
16043
  }
16042
16044
  },
16043
16045
  "@saltcorn/types": {
16044
- "version": "0.8.1-beta.0",
16045
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.0.tgz",
16046
- "integrity": "sha512-Otb4KN3cWM6rIB9w6SKvQCB/n0b1HFCYsMltSHxMEsWS8+1WGMTTGNt6Zlz7npgjJhWChRsfWfUgVrjLSoeFPQ=="
16046
+ "version": "0.8.1-beta.2",
16047
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.8.1-beta.2.tgz",
16048
+ "integrity": "sha512-JECa+VexHMHOtAiLxfl7w2Li5fvz6vB5k3WdR4cdwB8xwAEXKJbb/foVAdYEZa6O6Y0BzgjmgRAV0uQqdx68SA=="
16047
16049
  },
16048
16050
  "@sindresorhus/is": {
16049
16051
  "version": "0.14.0",
@@ -16696,9 +16698,9 @@
16696
16698
  "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw=="
16697
16699
  },
16698
16700
  "astring": {
16699
- "version": "1.8.3",
16700
- "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.3.tgz",
16701
- "integrity": "sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A=="
16701
+ "version": "1.8.4",
16702
+ "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.4.tgz",
16703
+ "integrity": "sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw=="
16702
16704
  },
16703
16705
  "async": {
16704
16706
  "version": "2.6.4",
@@ -16729,9 +16731,9 @@
16729
16731
  "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
16730
16732
  },
16731
16733
  "aws-sdk": {
16732
- "version": "2.1277.0",
16733
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1277.0.tgz",
16734
- "integrity": "sha512-cEZ0rg0j3STtLX6rba5tHMrV/KrhXKLtSleleF2IdTFzUjqRvxI54Pqc51w2D7tgAPUgEhMB4Q/ruKPqB8w+2Q==",
16734
+ "version": "2.1279.0",
16735
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1279.0.tgz",
16736
+ "integrity": "sha512-52NbHEZTLlrld6XDLvVaOwEI0p4nYTYVuninX8s4kdkBXeTezaBahsufWT7LmeYh10gp70dnwaUxvja1TjmeRA==",
16735
16737
  "requires": {
16736
16738
  "buffer": "4.9.2",
16737
16739
  "events": "1.1.1",
@@ -19366,9 +19368,9 @@
19366
19368
  }
19367
19369
  },
19368
19370
  "minimatch": {
19369
- "version": "5.1.1",
19370
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
19371
- "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
19371
+ "version": "5.1.2",
19372
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
19373
+ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
19372
19374
  "requires": {
19373
19375
  "brace-expansion": "^2.0.1"
19374
19376
  }
@@ -20110,9 +20112,9 @@
20110
20112
  "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
20111
20113
  },
20112
20114
  "ignore": {
20113
- "version": "5.2.2",
20114
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.2.tgz",
20115
- "integrity": "sha512-m1MJSy4Z2NAcyhoYpxQeBsc1ZdNQwYjN0wGbLBlnVArdJ90Gtr8IhNSfZZcCoR0fM/0E0BJ0mf1KnLNDOCJP4w=="
20115
+ "version": "5.2.4",
20116
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
20117
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="
20116
20118
  },
20117
20119
  "ignore-walk": {
20118
20120
  "version": "3.0.4",
@@ -20753,9 +20755,9 @@
20753
20755
  }
20754
20756
  },
20755
20757
  "minimatch": {
20756
- "version": "5.1.1",
20757
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz",
20758
- "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==",
20758
+ "version": "5.1.2",
20759
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz",
20760
+ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==",
20759
20761
  "requires": {
20760
20762
  "brace-expansion": "^2.0.1"
20761
20763
  }
@@ -1 +1 @@
1
- {"version":"0.8.1-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"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"modify-user":{"id":"modify-user","description":"Modify (update) user.\n\nCommand changes the user specified by USER_EMAIL.\n\nYou can change the user group, password and email.\n\nNOTE that -a and -r role (--role=role) can give conflict.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"make user be Admin","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"new email"},"role":{"name":"role","type":"option","char":"r","description":"new role (can conflict with -a option)"},"password":{"name":"password","type":"option","char":"p","description":"new password"},"imode":{"name":"imode","type":"boolean","char":"i","description":"interactive mode","allowNo":false}},"args":[{"name":"user_email","description":"User to modify","required":true}]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant.\nAttention! All tenant data will be lost!\nIt recommended to make backup of tenant before perform this command.\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant","required":true}},"args":[]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"listTests":{"name":"listTests","type":"boolean","char":"l","description":"List tests","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"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.1-beta.2","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force command execution","allowNo":false}},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"build-app":{"id":"build-app","description":"build mobile app","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenantAppName":{"name":"tenantAppName","type":"option","description":"Optional name of a tenant application, if set, the app will be build for this tenant"},"platforms":{"name":"platforms","type":"option","char":"p","description":"Platforms to build for, space separated list"},"entryPoint":{"name":"entryPoint","type":"option","char":"e","description":"This is the first view or page (see -t) after the login."},"entryPointType":{"name":"entryPointType","type":"option","char":"t","description":"Type of the entry point ('view' or 'page'). The default is 'view'."},"localUserTables":{"name":"localUserTables","type":"option","char":"l","description":"user defined tables that should be replicated into the app"},"useDocker":{"name":"useDocker","type":"boolean","char":"d","description":"Use a docker container to build the app.","allowNo":false},"buildDirectory":{"name":"buildDirectory","type":"option","char":"b","description":"A directory where the app should be build"},"copyAppDirectory":{"name":"copyAppDirectory","type":"option","char":"c","description":"If set, the app file will be copied here"},"appFileName":{"name":"appFileName","type":"option","char":"a","description":"If set, the copied app will get this name"},"serverURL":{"name":"serverURL","type":"option","char":"s","description":"URL to a saltcorn server"},"buildForEmulator":{"name":"buildForEmulator","type":"boolean","description":"build without '--device', generates no .ipa file so that iOS apps can be build without developer accounts","allowNo":false}},"args":[]},"configuration-check-backups":{"id":"configuration-check-backups","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"files","description":"backup file to check. can be repeated, e.g. with *","required":true}]},"configuration-check":{"id":"configuration-check","description":"Check configuration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"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.1-beta.0",
5
+ "version": "0.8.1-beta.2",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -13,11 +13,11 @@
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-plugins": "^2.1.0",
15
15
  "@oclif/plugin-help": "^3.3.1",
16
- "@saltcorn/admin-models": "0.8.1-beta.0",
17
- "@saltcorn/data": "0.8.1-beta.0",
18
- "@saltcorn/mobile-app": "0.8.1-beta.0",
19
- "@saltcorn/mobile-builder": "0.8.1-beta.0",
20
- "@saltcorn/server": "0.8.1-beta.0",
16
+ "@saltcorn/admin-models": "0.8.1-beta.2",
17
+ "@saltcorn/data": "0.8.1-beta.2",
18
+ "@saltcorn/mobile-app": "0.8.1-beta.2",
19
+ "@saltcorn/mobile-builder": "0.8.1-beta.2",
20
+ "@saltcorn/server": "0.8.1-beta.2",
21
21
  "cli-ux": "^5.6.7",
22
22
  "contractis": "^0.1.0",
23
23
  "dateformat": "^3.0.3",
@@ -4,6 +4,7 @@
4
4
  */
5
5
  const { Command, flags } = require("@oclif/command");
6
6
  const { maybe_as_tenant } = require("../common");
7
+ const path = require("path");
7
8
 
8
9
  /**
9
10
  * LocalizePluginCommand Class
@@ -20,14 +21,28 @@ class LocalizePluginCommand extends Command {
20
21
  const { args, flags } = this.parse(LocalizePluginCommand);
21
22
  await maybe_as_tenant(flags.tenant, async () => {
22
23
  const plugin = await Plugin.findOne({ name: args.plugin });
23
- if (!plugin || plugin.source === "local") {
24
- console.error("Localisable plugin not found");
24
+ if (
25
+ !plugin ||
26
+ (plugin.source === "local" && !flags.unlocalize) ||
27
+ (plugin.source !== "local" && flags.unlocalize)
28
+ ) {
29
+ console.error("Localisable plugin not found", args.plugin);
25
30
  this.exit(1);
26
31
  }
27
-
28
- plugin.name = plugin.source === "npm" ? plugin.location : args.plugin;
29
- plugin.source = "local";
30
- plugin.location = args.path;
32
+ if (flags.unlocalize) {
33
+ plugin.source = "npm";
34
+ const pkgpath = path.join(plugin.location, "package.json");
35
+ const pkg = require(pkgpath);
36
+ plugin.location = pkg.name;
37
+ } else {
38
+ if (!args.path) {
39
+ console.error("Path required");
40
+ this.exit(1);
41
+ }
42
+ plugin.name = plugin.source === "npm" ? plugin.location : args.plugin;
43
+ plugin.source = "local";
44
+ plugin.location = args.path;
45
+ }
31
46
  await plugin.upsert();
32
47
  console.log("Plugin saved", plugin);
33
48
  });
@@ -37,7 +52,10 @@ class LocalizePluginCommand extends Command {
37
52
 
38
53
  LocalizePluginCommand.args = [
39
54
  { name: "plugin", required: true, description: "Current plugin name" },
40
- { name: "path", required: true, description: "Absolute path to local plugin" },
55
+ {
56
+ name: "path",
57
+ description: "Absolute path to local plugin",
58
+ },
41
59
  ];
42
60
 
43
61
  /**
@@ -49,6 +67,10 @@ LocalizePluginCommand.description = `Convert plugin to local plugin`;
49
67
  * @type {object}
50
68
  */
51
69
  LocalizePluginCommand.flags = {
70
+ unlocalize: flags.boolean({
71
+ char: "u",
72
+ description: "Unlocalize plugin (local to npm)",
73
+ }),
52
74
  tenant: flags.string({
53
75
  char: "t",
54
76
  description: "tenant",