@saltcorn/cli 0.6.1-beta.3 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.6.1-beta.3 darwin-x64 node-v14.16.1
23
+ @saltcorn/cli/0.6.1 darwin-x64 node-v14.16.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -68,7 +68,7 @@ USAGE
68
68
  $ saltcorn add-schema
69
69
  ```
70
70
 
71
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/add-schema.js)_
71
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/add-schema.js)_
72
72
 
73
73
  ## `saltcorn backup`
74
74
 
@@ -84,7 +84,7 @@ OPTIONS
84
84
  -z, --zip zip format
85
85
  ```
86
86
 
87
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/backup.js)_
87
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/backup.js)_
88
88
 
89
89
  ## `saltcorn create-tenant TENANT`
90
90
 
@@ -102,7 +102,7 @@ OPTIONS
102
102
  -e, --email=email Email of owner of tenant
103
103
  ```
104
104
 
105
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/create-tenant.js)_
105
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/create-tenant.js)_
106
106
 
107
107
  ## `saltcorn create-user`
108
108
 
@@ -120,7 +120,7 @@ OPTIONS
120
120
  -t, --tenant=tenant tenant
121
121
  ```
122
122
 
123
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/create-user.js)_
123
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/create-user.js)_
124
124
 
125
125
  ## `saltcorn fixtures`
126
126
 
@@ -138,7 +138,7 @@ DESCRIPTION
138
138
  This manual step it is never required for users and rarely required for developers
139
139
  ```
140
140
 
141
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/fixtures.js)_
141
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/fixtures.js)_
142
142
 
143
143
  ## `saltcorn help [COMMAND]`
144
144
 
@@ -176,7 +176,7 @@ ALIASES
176
176
  $ saltcorn paths
177
177
  ```
178
178
 
179
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/info.js)_
179
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/info.js)_
180
180
 
181
181
  ## `saltcorn install-pack`
182
182
 
@@ -192,7 +192,7 @@ OPTIONS
192
192
  -t, --tenant=tenant tenant
193
193
  ```
194
194
 
195
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/install-pack.js)_
195
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/install-pack.js)_
196
196
 
197
197
  ## `saltcorn install-plugin`
198
198
 
@@ -208,7 +208,7 @@ OPTIONS
208
208
  -t, --tenant=tenant tenant
209
209
  ```
210
210
 
211
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/install-plugin.js)_
211
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/install-plugin.js)_
212
212
 
213
213
  ## `saltcorn list-tenants`
214
214
 
@@ -219,7 +219,7 @@ USAGE
219
219
  $ saltcorn list-tenants
220
220
  ```
221
221
 
222
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/list-tenants.js)_
222
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/list-tenants.js)_
223
223
 
224
224
  ## `saltcorn localize-plugin PLUGIN PATH`
225
225
 
@@ -237,7 +237,7 @@ OPTIONS
237
237
  -t, --tenant=tenant tenant
238
238
  ```
239
239
 
240
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/localize-plugin.js)_
240
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/localize-plugin.js)_
241
241
 
242
242
  ## `saltcorn make-migration`
243
243
 
@@ -253,7 +253,7 @@ DESCRIPTION
253
253
  unless you are a developer.
254
254
  ```
255
255
 
256
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/make-migration.js)_
256
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/make-migration.js)_
257
257
 
258
258
  ## `saltcorn saltcorn migrate`
259
259
 
@@ -275,7 +275,7 @@ DESCRIPTION
275
275
  servers and need to control when the migrations are run.
276
276
  ```
277
277
 
278
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/migrate.js)_
278
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/migrate.js)_
279
279
 
280
280
  ## `saltcorn plugins`
281
281
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  plugins -u -f - force plugin update
303
303
  ```
304
304
 
305
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/plugins.js)_
305
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/plugins.js)_
306
306
 
307
307
  ## `saltcorn release VERSION`
308
308
 
@@ -316,7 +316,7 @@ ARGUMENTS
316
316
  VERSION New version number
317
317
  ```
318
318
 
319
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/release.js)_
319
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/release.js)_
320
320
 
321
321
  ## `saltcorn reset-schema`
322
322
 
@@ -335,7 +335,7 @@ DESCRIPTION
335
335
  This will delete all existing information
336
336
  ```
337
337
 
338
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/reset-schema.js)_
338
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/reset-schema.js)_
339
339
 
340
340
  ## `saltcorn restore FILE`
341
341
 
@@ -352,7 +352,7 @@ OPTIONS
352
352
  -t, --tenant=tenant tenant
353
353
  ```
354
354
 
355
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/restore.js)_
355
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/restore.js)_
356
356
 
357
357
  ## `saltcorn rm-tenant TENANT`
358
358
 
@@ -366,7 +366,7 @@ ARGUMENTS
366
366
  TENANT Tenant to remove
367
367
  ```
368
368
 
369
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/rm-tenant.js)_
369
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/rm-tenant.js)_
370
370
 
371
371
  ## `saltcorn run-benchmark [BASEURL]`
372
372
 
@@ -385,7 +385,7 @@ OPTIONS
385
385
  -t, --token=token API Token for reporting results
386
386
  ```
387
387
 
388
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/run-benchmark.js)_
388
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/run-benchmark.js)_
389
389
 
390
390
  ## `saltcorn run-tests [PACKAGE]`
391
391
 
@@ -405,7 +405,7 @@ OPTIONS
405
405
  --watchAll Watch files for changes and rerun all tests.
406
406
  ```
407
407
 
408
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/run-tests.js)_
408
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/run-tests.js)_
409
409
 
410
410
  ## `saltcorn scheduler`
411
411
 
@@ -419,7 +419,7 @@ OPTIONS
419
419
  -v, --verbose Verbose
420
420
  ```
421
421
 
422
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/scheduler.js)_
422
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/scheduler.js)_
423
423
 
424
424
  ## `saltcorn serve`
425
425
 
@@ -438,7 +438,7 @@ OPTIONS
438
438
  -v, --verbose Verbose
439
439
  ```
440
440
 
441
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/serve.js)_
441
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/serve.js)_
442
442
 
443
443
  ## `saltcorn set-cfg KEY VALUE`
444
444
 
@@ -457,7 +457,7 @@ OPTIONS
457
457
  -t, --tenant=tenant tenant
458
458
  ```
459
459
 
460
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/set-cfg.js)_
460
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/set-cfg.js)_
461
461
 
462
462
  ## `saltcorn setup`
463
463
 
@@ -476,7 +476,7 @@ DESCRIPTION
476
476
  configuration file
477
477
  ```
478
478
 
479
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/setup.js)_
479
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/setup.js)_
480
480
 
481
481
  ## `saltcorn setup-benchmark`
482
482
 
@@ -490,7 +490,7 @@ OPTIONS
490
490
  -t, --tenant=tenant tenant
491
491
  ```
492
492
 
493
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/setup-benchmark.js)_
493
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/setup-benchmark.js)_
494
494
 
495
495
  ## `saltcorn test-plugin PATH`
496
496
 
@@ -508,7 +508,7 @@ DESCRIPTION
508
508
  Extra documentation goes here
509
509
  ```
510
510
 
511
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/test-plugin.js)_
511
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/test-plugin.js)_
512
512
 
513
513
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
514
514
 
@@ -525,5 +525,5 @@ ARGUMENTS
525
525
  TENANT tenant name
526
526
  ```
527
527
 
528
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1-beta.3/src/commands/transform-field.js)_
528
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.1/src/commands/transform-field.js)_
529
529
  <!-- commandsstop -->
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.6.1-beta.3",
3
+ "version": "0.6.1",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -789,30 +789,30 @@
789
789
  }
790
790
  },
791
791
  "@saltcorn/base-plugin": {
792
- "version": "0.6.1-beta.3",
793
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.1-beta.3.tgz",
794
- "integrity": "sha512-9rLFW4o67heq7sz3muZi78o35KgzO1pJuHVgu6WGIqRE6IFMdVyOtlZOOjfMMILWBfMjKMHiXs+je2XjoeYCGg==",
792
+ "version": "0.6.1",
793
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.1.tgz",
794
+ "integrity": "sha512-ftKWT3SLRo7pvwQvIH5kyryykcM2ZssZMQbi1kFI6RxMkzQAi0sBzRgN6PPjKNgMCTWe48xU5bITp9pT/07fOw==",
795
795
  "requires": {
796
- "@saltcorn/data": "0.6.1-beta.3"
796
+ "@saltcorn/data": "0.6.1"
797
797
  }
798
798
  },
799
799
  "@saltcorn/builder": {
800
- "version": "0.6.1-beta.3",
801
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.1-beta.3.tgz",
802
- "integrity": "sha512-Onux2waSbkn0k44hjukVnRU468PmQNVhmpSgj0iblyf9n2uAPcaiRSonP6FUDD7XqE4GWqTf8PAuLJZFswRAIA==",
800
+ "version": "0.6.1",
801
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.1.tgz",
802
+ "integrity": "sha512-U6q5+Qmy+5yjrZgn8N1YJDYbowP22qjD3TPpt8Zl1nwPu2xjABbeojH7xs96hWv33DOnBhpc5Vs6T4g9Je2GHQ==",
803
803
  "requires": {
804
804
  "styled-components": "^4.4.1"
805
805
  }
806
806
  },
807
807
  "@saltcorn/data": {
808
- "version": "0.6.1-beta.3",
809
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.1-beta.3.tgz",
810
- "integrity": "sha512-0FS4yuVVGuT1OvnNkLiGQsX+/XDyWbzNCgrC4yOJZpWqOQKi09up+Sa5R1WrjWeg8xdf17XXGxGfSzAE0maJhA==",
811
- "requires": {
812
- "@saltcorn/db-common": "0.6.1-beta.3",
813
- "@saltcorn/markup": "0.6.1-beta.3",
814
- "@saltcorn/postgres": "0.6.1-beta.3",
815
- "@saltcorn/sqlite": "0.6.1-beta.3",
808
+ "version": "0.6.1",
809
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.1.tgz",
810
+ "integrity": "sha512-Jwho1gfusGsghozULZuE1dt74tdhMOTkj3ddPHFlXXoZgfcXl9gpSv70jGeth+DRmSNmp7oRE1jIZ84AhG2D1w==",
811
+ "requires": {
812
+ "@saltcorn/db-common": "0.6.1",
813
+ "@saltcorn/markup": "0.6.1",
814
+ "@saltcorn/postgres": "0.6.1",
815
+ "@saltcorn/sqlite": "0.6.1",
816
816
  "acorn": "^8.0.3",
817
817
  "adm-zip": "0.5.5",
818
818
  "astring": "^1.4.3",
@@ -840,18 +840,18 @@
840
840
  }
841
841
  },
842
842
  "@saltcorn/db-common": {
843
- "version": "0.6.1-beta.3",
844
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.1-beta.3.tgz",
845
- "integrity": "sha512-un9UN8Dih3HFjXc94m2PGdinHL8z1NRalzVyz/ZW5NGF+MIiHw6T3ic2300vnSq4Wmo5lhce4a6xVHc5I9tOhA==",
843
+ "version": "0.6.1",
844
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.1.tgz",
845
+ "integrity": "sha512-YCWXsnWwyoTnQFZYWvT3ecYUZ/xsXk4ZAKOhO/3lFQycfmwRgNUiJ9Dlilmkt4iN/1/1y1CwB/56wD8hggqJrA==",
846
846
  "requires": {
847
- "@saltcorn/markup": "0.6.1-beta.3",
847
+ "@saltcorn/markup": "0.6.1",
848
848
  "contractis": "^0.1.0"
849
849
  }
850
850
  },
851
851
  "@saltcorn/markup": {
852
- "version": "0.6.1-beta.3",
853
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.1-beta.3.tgz",
854
- "integrity": "sha512-4BpaXVXWuRrlO8bFPIgSPFuCASjysH/tqdsAxOqGNqMJBpw6yiv6j2Qi7eYb18tL+GFURAzFU2g+mGnelHuXQw==",
852
+ "version": "0.6.1",
853
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.1.tgz",
854
+ "integrity": "sha512-bBoSTtNUsBFBDRsBas++swdDIWCWmojEZy6VRYlhV2XA0DwJ3f1e1shndI8MTz76Y0BiUAmSyU+o0hX5Eh2mDw==",
855
855
  "requires": {
856
856
  "contractis": "^0.1.0",
857
857
  "escape-html": "^1.0.3",
@@ -860,36 +860,36 @@
860
860
  }
861
861
  },
862
862
  "@saltcorn/postgres": {
863
- "version": "0.6.1-beta.3",
864
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.1-beta.3.tgz",
865
- "integrity": "sha512-jjj3HAvqfOIBn7L6zIZji2hGSSz0ShJJzylH92cvTALLmD/RfMqmexHZefksqHbCpQG7XigpzOe9cFD+umLXOA==",
863
+ "version": "0.6.1",
864
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.1.tgz",
865
+ "integrity": "sha512-G9qXE3PSIOiJvoLCau5A6G6EoBt5tngzjl9fsxVNYxZy73+/oz/KT0dGcR/P8LnyuLYqQxVBE8EIToxKDa3K3Q==",
866
866
  "optional": true,
867
867
  "requires": {
868
- "@saltcorn/db-common": "0.6.1-beta.3",
868
+ "@saltcorn/db-common": "0.6.1",
869
869
  "pg": "^8.2.1",
870
870
  "pg-copy-streams": "^5.1.1"
871
871
  }
872
872
  },
873
873
  "@saltcorn/sbadmin2": {
874
- "version": "0.6.1-beta.3",
875
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.1-beta.3.tgz",
876
- "integrity": "sha512-Z6m4+K4VqyO5PqzAXVF2Gs2Wbbf0sR8QRyfw7qNbHEBy4nFqT7DKTw6IW+P3Fp8giurMOoDmpoaFUppA0ciqJA==",
874
+ "version": "0.6.1",
875
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.1.tgz",
876
+ "integrity": "sha512-AJNQ7RmioHjKgodyFKzfCoalnzRFPlxvomGmyHYbCVyH3bgNGGv3h/gG0npnPc8R6K7qPwq1HYoYrVC1YC8Cvg==",
877
877
  "requires": {
878
- "@saltcorn/data": "0.6.1-beta.3",
879
- "@saltcorn/markup": "0.6.1-beta.3",
878
+ "@saltcorn/data": "0.6.1",
879
+ "@saltcorn/markup": "0.6.1",
880
880
  "startbootstrap-sb-admin-2": "^4.1.4"
881
881
  }
882
882
  },
883
883
  "@saltcorn/server": {
884
- "version": "0.6.1-beta.3",
885
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.1-beta.3.tgz",
886
- "integrity": "sha512-sGILOxkUX6cr1ywBQa5q1NEwg97ksvCkpPRvg41yfzfhmc+Slakjv+oYHVeq5wUnO5Uoc5C/DEL9aj2iF+APHQ==",
887
- "requires": {
888
- "@saltcorn/base-plugin": "0.6.1-beta.3",
889
- "@saltcorn/builder": "0.6.1-beta.3",
890
- "@saltcorn/data": "0.6.1-beta.3",
891
- "@saltcorn/markup": "0.6.1-beta.3",
892
- "@saltcorn/sbadmin2": "0.6.1-beta.3",
884
+ "version": "0.6.1",
885
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.1.tgz",
886
+ "integrity": "sha512-q2NIGZ1kkjaBxleIQqO4Qj4K8yw8vArAN26Uxq344OYaU+cRtTmGLSha+sOJd7dDAH02HOtoJBIV9Fkib4vUZw==",
887
+ "requires": {
888
+ "@saltcorn/base-plugin": "0.6.1",
889
+ "@saltcorn/builder": "0.6.1",
890
+ "@saltcorn/data": "0.6.1",
891
+ "@saltcorn/markup": "0.6.1",
892
+ "@saltcorn/sbadmin2": "0.6.1",
893
893
  "@socket.io/cluster-adapter": "^0.1.0",
894
894
  "@socket.io/sticky": "^1.0.1",
895
895
  "connect-flash": "^0.1.1",
@@ -923,12 +923,12 @@
923
923
  }
924
924
  },
925
925
  "@saltcorn/sqlite": {
926
- "version": "0.6.1-beta.3",
927
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.1-beta.3.tgz",
928
- "integrity": "sha512-IJHkLmFuyjlJDUm7K177+HUKMQ1HRUBQR46gWIH9MmMjwwKGoN5JeIm5ZwgYFqR8+1Vo1VRJsRFy+F2fqofvgQ==",
926
+ "version": "0.6.1",
927
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.1.tgz",
928
+ "integrity": "sha512-yOo7pci9+jUdUQe5m4EsWOUFOS09SBqtS3/lzP4S4JacKNlPkc2HSRlHF27aCBukXA4BSyxuCLDS9sQJ5pi44w==",
929
929
  "optional": true,
930
930
  "requires": {
931
- "@saltcorn/db-common": "0.6.1-beta.3",
931
+ "@saltcorn/db-common": "0.6.1",
932
932
  "sqlite3": "^5.0.2"
933
933
  }
934
934
  },
@@ -1285,9 +1285,9 @@
1285
1285
  "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
1286
1286
  },
1287
1287
  "astring": {
1288
- "version": "1.7.5",
1289
- "resolved": "https://registry.npmjs.org/astring/-/astring-1.7.5.tgz",
1290
- "integrity": "sha512-lobf6RWXb8c4uZ7Mdq0U12efYmpD1UFnyOWVJPTa3ukqZrMopav+2hdNu0hgBF0JIBFK9QgrBDfwYvh3DFJDAA=="
1288
+ "version": "1.8.1",
1289
+ "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.1.tgz",
1290
+ "integrity": "sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ=="
1291
1291
  },
1292
1292
  "async": {
1293
1293
  "version": "3.2.2",
@@ -1315,12 +1315,12 @@
1315
1315
  "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
1316
1316
  },
1317
1317
  "babel-plugin-styled-components": {
1318
- "version": "1.13.3",
1319
- "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz",
1320
- "integrity": "sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==",
1318
+ "version": "2.0.1",
1319
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.1.tgz",
1320
+ "integrity": "sha512-U3wmORxerYBiqcRCo6thItIosEIga3F+ph0jJPkiOZJjyhpZyUZFQV9XvrZ2CbBIihJ3rDBC/itQ+Wx3VHMauw==",
1321
1321
  "requires": {
1322
- "@babel/helper-annotate-as-pure": "^7.15.4",
1323
- "@babel/helper-module-imports": "^7.15.4",
1322
+ "@babel/helper-annotate-as-pure": "^7.16.0",
1323
+ "@babel/helper-module-imports": "^7.16.0",
1324
1324
  "babel-plugin-syntax-jsx": "^6.18.0",
1325
1325
  "lodash": "^4.17.11"
1326
1326
  }
@@ -1 +1 @@
1
- {"version":"0.6.1-beta.3","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"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}},"args":[]},"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":[]},"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":"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":[]},"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","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","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"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},"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},"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}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration 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},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"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.6.1","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"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}},"args":[]},"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":[]},"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":"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":[]},"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","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","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"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},"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},"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}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration 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},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"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.6.1-beta.3",
5
+ "version": "0.6.1",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -12,8 +12,8 @@
12
12
  "@oclif/command": "^1.8.3",
13
13
  "@oclif/config": "^1.17.1",
14
14
  "@oclif/plugin-help": "^3.2.5",
15
- "@saltcorn/data": "0.6.1-beta.3",
16
- "@saltcorn/server": "0.6.1-beta.3",
15
+ "@saltcorn/data": "0.6.1",
16
+ "@saltcorn/server": "0.6.1",
17
17
  "cli-ux": "^5.6.3",
18
18
  "contractis": "^0.1.0",
19
19
  "dateformat": "^3.0.3",