@saltcorn/cli 0.6.4-beta.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md 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.4-beta.3 darwin-x64 node-v14.16.1
23
+ @saltcorn/cli/0.6.4 darwin-x64 node-v14.16.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -69,7 +69,7 @@ USAGE
69
69
  $ saltcorn add-schema
70
70
  ```
71
71
 
72
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/add-schema.js)_
72
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/add-schema.js)_
73
73
 
74
74
  ## `saltcorn backup`
75
75
 
@@ -85,7 +85,7 @@ OPTIONS
85
85
  -z, --zip zip format
86
86
  ```
87
87
 
88
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/backup.js)_
88
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/backup.js)_
89
89
 
90
90
  ## `saltcorn create-tenant TENANT`
91
91
 
@@ -103,7 +103,7 @@ OPTIONS
103
103
  -e, --email=email Email of owner of tenant
104
104
  ```
105
105
 
106
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/create-tenant.js)_
106
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/create-tenant.js)_
107
107
 
108
108
  ## `saltcorn create-user`
109
109
 
@@ -121,7 +121,7 @@ OPTIONS
121
121
  -t, --tenant=tenant tenant
122
122
  ```
123
123
 
124
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/create-user.js)_
124
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/create-user.js)_
125
125
 
126
126
  ## `saltcorn delete-tenants`
127
127
 
@@ -132,7 +132,7 @@ USAGE
132
132
  $ saltcorn delete-tenants
133
133
  ```
134
134
 
135
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/delete-tenants.js)_
135
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/delete-tenants.js)_
136
136
 
137
137
  ## `saltcorn fixtures`
138
138
 
@@ -151,7 +151,7 @@ DESCRIPTION
151
151
  This manual step it is never required for users and rarely required for developers
152
152
  ```
153
153
 
154
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/fixtures.js)_
154
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/fixtures.js)_
155
155
 
156
156
  ## `saltcorn help [COMMAND]`
157
157
 
@@ -189,7 +189,7 @@ ALIASES
189
189
  $ saltcorn paths
190
190
  ```
191
191
 
192
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/info.js)_
192
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/info.js)_
193
193
 
194
194
  ## `saltcorn install-pack`
195
195
 
@@ -205,7 +205,7 @@ OPTIONS
205
205
  -t, --tenant=tenant tenant
206
206
  ```
207
207
 
208
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/install-pack.js)_
208
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/install-pack.js)_
209
209
 
210
210
  ## `saltcorn install-plugin`
211
211
 
@@ -221,7 +221,7 @@ OPTIONS
221
221
  -t, --tenant=tenant tenant
222
222
  ```
223
223
 
224
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/install-plugin.js)_
224
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/install-plugin.js)_
225
225
 
226
226
  ## `saltcorn list-tenants`
227
227
 
@@ -232,7 +232,7 @@ USAGE
232
232
  $ saltcorn list-tenants
233
233
  ```
234
234
 
235
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/list-tenants.js)_
235
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/list-tenants.js)_
236
236
 
237
237
  ## `saltcorn localize-plugin PLUGIN PATH`
238
238
 
@@ -250,7 +250,7 @@ OPTIONS
250
250
  -t, --tenant=tenant tenant
251
251
  ```
252
252
 
253
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/localize-plugin.js)_
253
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/localize-plugin.js)_
254
254
 
255
255
  ## `saltcorn make-migration`
256
256
 
@@ -266,7 +266,7 @@ DESCRIPTION
266
266
  unless you are a developer.
267
267
  ```
268
268
 
269
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/make-migration.js)_
269
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/make-migration.js)_
270
270
 
271
271
  ## `saltcorn saltcorn migrate`
272
272
 
@@ -288,7 +288,7 @@ DESCRIPTION
288
288
  servers and need to control when the migrations are run.
289
289
  ```
290
290
 
291
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/migrate.js)_
291
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/migrate.js)_
292
292
 
293
293
  ## `saltcorn plugins`
294
294
 
@@ -315,7 +315,7 @@ EXAMPLES
315
315
  plugins -u -f - force plugin update
316
316
  ```
317
317
 
318
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/plugins.js)_
318
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/plugins.js)_
319
319
 
320
320
  ## `saltcorn release VERSION`
321
321
 
@@ -329,7 +329,7 @@ ARGUMENTS
329
329
  VERSION New version number
330
330
  ```
331
331
 
332
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/release.js)_
332
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/release.js)_
333
333
 
334
334
  ## `saltcorn reset-schema`
335
335
 
@@ -348,7 +348,7 @@ DESCRIPTION
348
348
  This will delete all existing information
349
349
  ```
350
350
 
351
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/reset-schema.js)_
351
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/reset-schema.js)_
352
352
 
353
353
  ## `saltcorn restore FILE`
354
354
 
@@ -365,7 +365,7 @@ OPTIONS
365
365
  -t, --tenant=tenant tenant
366
366
  ```
367
367
 
368
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/restore.js)_
368
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/restore.js)_
369
369
 
370
370
  ## `saltcorn rm-tenant TENANT`
371
371
 
@@ -379,7 +379,7 @@ ARGUMENTS
379
379
  TENANT Tenant to remove
380
380
  ```
381
381
 
382
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/rm-tenant.js)_
382
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/rm-tenant.js)_
383
383
 
384
384
  ## `saltcorn run-benchmark [BASEURL]`
385
385
 
@@ -398,7 +398,7 @@ OPTIONS
398
398
  -t, --token=token API Token for reporting results
399
399
  ```
400
400
 
401
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/run-benchmark.js)_
401
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/run-benchmark.js)_
402
402
 
403
403
  ## `saltcorn run-tests [PACKAGE]`
404
404
 
@@ -418,7 +418,7 @@ OPTIONS
418
418
  --watchAll Watch files for changes and rerun all tests.
419
419
  ```
420
420
 
421
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/run-tests.js)_
421
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/run-tests.js)_
422
422
 
423
423
  ## `saltcorn scheduler`
424
424
 
@@ -432,7 +432,7 @@ OPTIONS
432
432
  -v, --verbose Verbose
433
433
  ```
434
434
 
435
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/scheduler.js)_
435
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/scheduler.js)_
436
436
 
437
437
  ## `saltcorn serve`
438
438
 
@@ -452,7 +452,7 @@ OPTIONS
452
452
  -v, --verbose Verbose
453
453
  ```
454
454
 
455
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/serve.js)_
455
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/serve.js)_
456
456
 
457
457
  ## `saltcorn set-cfg KEY VALUE`
458
458
 
@@ -471,7 +471,7 @@ OPTIONS
471
471
  -t, --tenant=tenant tenant
472
472
  ```
473
473
 
474
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/set-cfg.js)_
474
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/set-cfg.js)_
475
475
 
476
476
  ## `saltcorn setup`
477
477
 
@@ -490,7 +490,7 @@ DESCRIPTION
490
490
  configuration file
491
491
  ```
492
492
 
493
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/setup.js)_
493
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/setup.js)_
494
494
 
495
495
  ## `saltcorn setup-benchmark`
496
496
 
@@ -504,7 +504,7 @@ OPTIONS
504
504
  -t, --tenant=tenant tenant
505
505
  ```
506
506
 
507
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/setup-benchmark.js)_
507
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/setup-benchmark.js)_
508
508
 
509
509
  ## `saltcorn test-plugin PATH`
510
510
 
@@ -522,7 +522,7 @@ DESCRIPTION
522
522
  Extra documentation goes here
523
523
  ```
524
524
 
525
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/test-plugin.js)_
525
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/test-plugin.js)_
526
526
 
527
527
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
528
528
 
@@ -539,5 +539,5 @@ ARGUMENTS
539
539
  TENANT tenant name
540
540
  ```
541
541
 
542
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.3/src/commands/transform-field.js)_
542
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4/src/commands/transform-field.js)_
543
543
  <!-- commandsstop -->
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.6.4-beta.3",
3
+ "version": "0.6.4",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1100,14 +1100,14 @@
1100
1100
  }
1101
1101
  },
1102
1102
  "@saltcorn/admin-models": {
1103
- "version": "0.6.4-beta.3",
1104
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.6.4-beta.3.tgz",
1105
- "integrity": "sha512-GUdmI8HsiTXJ2zquVAS8Wob1jIvNvQGPTaLLVBwKwlfX2S5+dMxJSjFqThJbwhnsOPIsy5NcdiRGG8FGyZ+qIg==",
1106
- "requires": {
1107
- "@saltcorn/data": "0.6.4-beta.3",
1108
- "@saltcorn/db-common": "0.6.4-beta.3",
1109
- "@saltcorn/markup": "0.6.4-beta.3",
1110
- "@saltcorn/types": "0.6.4-beta.3",
1103
+ "version": "0.6.4",
1104
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.6.4.tgz",
1105
+ "integrity": "sha512-dDoB6oA/44rbLTASCTNG6X6dBaMHm1L5osnUkcp05W4iJl86hpb8OuUnUSGKzWMi/BColBhK37WtmiECpUUFkQ==",
1106
+ "requires": {
1107
+ "@saltcorn/data": "0.6.4",
1108
+ "@saltcorn/db-common": "0.6.4",
1109
+ "@saltcorn/markup": "0.6.4",
1110
+ "@saltcorn/types": "0.6.4",
1111
1111
  "adm-zip": "0.5.5",
1112
1112
  "csv-stringify": "^5.5.0",
1113
1113
  "csvtojson": "^2.0.10",
@@ -1117,31 +1117,31 @@
1117
1117
  }
1118
1118
  },
1119
1119
  "@saltcorn/base-plugin": {
1120
- "version": "0.6.4-beta.3",
1121
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.4-beta.3.tgz",
1122
- "integrity": "sha512-C0ZB6APpzyRKtIdZggzfAI+mcdTmT56diEyoj8D2UuFPB5mngc30UVS57+Wny+tpK4RisuJR9o8CGjOTrNGG9g==",
1120
+ "version": "0.6.4",
1121
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.4.tgz",
1122
+ "integrity": "sha512-HssiF9SrlwYwsz32ixdDlEHPnDSBqnyWDbpevAj5+vExlh/BrnaGFuTXkvyO+DInvpuv0kDktQfO0S7OESRpKg==",
1123
1123
  "requires": {
1124
- "@saltcorn/data": "0.6.4-beta.3"
1124
+ "@saltcorn/data": "0.6.4"
1125
1125
  }
1126
1126
  },
1127
1127
  "@saltcorn/builder": {
1128
- "version": "0.6.4-beta.3",
1129
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.4-beta.3.tgz",
1130
- "integrity": "sha512-cAI7I2y9kH++lOfc7ykEJiPmWKb7UVfbu6wrXh9AOYtWx72gyaOpZjVb70clYQrjQ3ngtTHefPGnlRaGR1uxvw==",
1128
+ "version": "0.6.4",
1129
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.4.tgz",
1130
+ "integrity": "sha512-IRx2V/9cWwceLcYe0ktI/Nwx17aGnlkiyBbsO/IWA0VSUNGR5dAZjpyKR9DgmPo80LTenwbM0BJjgWr1OSmGXA==",
1131
1131
  "requires": {
1132
1132
  "styled-components": "4.4.1"
1133
1133
  }
1134
1134
  },
1135
1135
  "@saltcorn/data": {
1136
- "version": "0.6.4-beta.3",
1137
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.4-beta.3.tgz",
1138
- "integrity": "sha512-if8EUSDzXj/Mc+80y8Fvyj71rGBs/1h76pGmMOQ1srtiEVATdajqHn9fUB/foIHk0B7V6L+Ir+VAeTUVogqDUQ==",
1139
- "requires": {
1140
- "@saltcorn/db-common": "0.6.4-beta.3",
1141
- "@saltcorn/markup": "0.6.4-beta.3",
1142
- "@saltcorn/postgres": "0.6.4-beta.3",
1143
- "@saltcorn/sqlite": "0.6.4-beta.3",
1144
- "@saltcorn/types": "0.6.4-beta.3",
1136
+ "version": "0.6.4",
1137
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.4.tgz",
1138
+ "integrity": "sha512-rOzPTW5QcKe21NK7mh4GBoHW14SO0y8bfE+z+CZ++GFzsq0Eqeg8SWS/aRXxCwU65kewm4o4EAkT8bSmMTc/cA==",
1139
+ "requires": {
1140
+ "@saltcorn/db-common": "0.6.4",
1141
+ "@saltcorn/markup": "0.6.4",
1142
+ "@saltcorn/postgres": "0.6.4",
1143
+ "@saltcorn/sqlite": "0.6.4",
1144
+ "@saltcorn/types": "0.6.4",
1145
1145
  "acorn": "^8.0.3",
1146
1146
  "astring": "^1.4.3",
1147
1147
  "bcryptjs": "^2.4.3",
@@ -1167,14 +1167,14 @@
1167
1167
  }
1168
1168
  },
1169
1169
  "@saltcorn/db-common": {
1170
- "version": "0.6.4-beta.3",
1171
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.4-beta.3.tgz",
1172
- "integrity": "sha512-iZk5/ZOZmnFqZirYEMYWfShni/g25Ro6cFkBL/Eot/fmC7qd5jrfr+FYw5WirVxPr+KPDCTR/TjBG3EsTMMMSQ=="
1170
+ "version": "0.6.4",
1171
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.4.tgz",
1172
+ "integrity": "sha512-EKMjrqfeGLAUoPRcecPRnkK+mvYSGAH7wcrm1bGMO0mi2pYyb34lsUtvs/8jSDVpWdkGxtpt4GBA8M4xZDAA2w=="
1173
1173
  },
1174
1174
  "@saltcorn/markup": {
1175
- "version": "0.6.4-beta.3",
1176
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.4-beta.3.tgz",
1177
- "integrity": "sha512-5OoDlrvS6m+7MY2irk4UdR1c1LYwswdYG5Qtrct2j++gfAlwkzWCjKl0mi0euj8CEqIqGnRqPU4CbjG/IPNuzQ==",
1175
+ "version": "0.6.4",
1176
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.4.tgz",
1177
+ "integrity": "sha512-7o4kiNIeVBClKsddEzhdfTEwiWXTammiT0nxWKdio3URNQm/beBK6X4neVRUxZXuCC9mGTWLrZxvIaaDhrf5Gw==",
1178
1178
  "requires": {
1179
1179
  "escape-html": "^1.0.3",
1180
1180
  "html-tags": "3.1.0",
@@ -1182,37 +1182,37 @@
1182
1182
  }
1183
1183
  },
1184
1184
  "@saltcorn/postgres": {
1185
- "version": "0.6.4-beta.3",
1186
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.4-beta.3.tgz",
1187
- "integrity": "sha512-UhCeW3YrJ+U/XKnCFWM8CjPutpDsnQZ09BaxcU090E9dkx+8QfbDb6ypSJPfVsLwd9fziS4vqMYDP6HyVe1a9g==",
1185
+ "version": "0.6.4",
1186
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.4.tgz",
1187
+ "integrity": "sha512-0ngkzBuycX2RBc8qMCSvxPYm77tBSVUgQgHYKaIHG45qJ4UXgmKRa48RJvzkOoWGUWtzAbDo/mJs6RLaEvfCFA==",
1188
1188
  "optional": true,
1189
1189
  "requires": {
1190
- "@saltcorn/db-common": "0.6.4-beta.3",
1190
+ "@saltcorn/db-common": "0.6.4",
1191
1191
  "pg": "^8.2.1",
1192
1192
  "pg-copy-streams": "^5.1.1"
1193
1193
  }
1194
1194
  },
1195
1195
  "@saltcorn/sbadmin2": {
1196
- "version": "0.6.4-beta.3",
1197
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.4-beta.3.tgz",
1198
- "integrity": "sha512-fTfu817vfAMu1T4FP7lk7aVFptlxQqeSLldbcT6C6v1CMF+gg2gFI3OclefAoIbYDjxV7zFmEqosvmOTodNHOQ==",
1196
+ "version": "0.6.4",
1197
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.4.tgz",
1198
+ "integrity": "sha512-+80CClV/htz+MJkou3bRDlGwy+LF3MVEC2ovwIe2CuRjO627OXIVnRae925pjvF6IKh9aXwEFgsZCMF7NlfeYA==",
1199
1199
  "requires": {
1200
- "@saltcorn/data": "0.6.4-beta.3",
1201
- "@saltcorn/markup": "0.6.4-beta.3",
1200
+ "@saltcorn/data": "0.6.4",
1201
+ "@saltcorn/markup": "0.6.4",
1202
1202
  "startbootstrap-sb-admin-2": "^4.1.4"
1203
1203
  }
1204
1204
  },
1205
1205
  "@saltcorn/server": {
1206
- "version": "0.6.4-beta.3",
1207
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.4-beta.3.tgz",
1208
- "integrity": "sha512-rvE9FwnXDEnrOdkSgI5wCNphpuY8xwYFVXH0o3bDfeFxEclQ4u2DIjDlHXP3+BwXFtqOtyhAfxsD3QU42NXtEg==",
1209
- "requires": {
1210
- "@saltcorn/admin-models": "0.6.4-beta.3",
1211
- "@saltcorn/base-plugin": "0.6.4-beta.3",
1212
- "@saltcorn/builder": "0.6.4-beta.3",
1213
- "@saltcorn/data": "0.6.4-beta.3",
1214
- "@saltcorn/markup": "0.6.4-beta.3",
1215
- "@saltcorn/sbadmin2": "0.6.4-beta.3",
1206
+ "version": "0.6.4",
1207
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.4.tgz",
1208
+ "integrity": "sha512-X9qit+w2PYCw5s2fMOqClaG31rhiGhp4voJmaawys6wlO6HXM5702/03NrgeM4cst6L1Idkf7u2UrYvBK1fv7w==",
1209
+ "requires": {
1210
+ "@saltcorn/admin-models": "0.6.4",
1211
+ "@saltcorn/base-plugin": "0.6.4",
1212
+ "@saltcorn/builder": "0.6.4",
1213
+ "@saltcorn/data": "0.6.4",
1214
+ "@saltcorn/markup": "0.6.4",
1215
+ "@saltcorn/sbadmin2": "0.6.4",
1216
1216
  "@socket.io/cluster-adapter": "^0.1.0",
1217
1217
  "@socket.io/sticky": "^1.0.1",
1218
1218
  "aws-sdk": "^2.1037.0",
@@ -1256,19 +1256,19 @@
1256
1256
  }
1257
1257
  },
1258
1258
  "@saltcorn/sqlite": {
1259
- "version": "0.6.4-beta.3",
1260
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.4-beta.3.tgz",
1261
- "integrity": "sha512-1pjD2juscjKWDIU+zHQfEBwXkD8LOh32W92vvCwgZLZKsL2R95x+L/S8/yS06KMM70F93QcYqVYqnUg6VRyYMw==",
1259
+ "version": "0.6.4",
1260
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.4.tgz",
1261
+ "integrity": "sha512-eLYWgBO4V3fMtMDmtAkylF3Hu+kflxaG8vJIJQ3pEMoMo93vh3AtP+ismY7QJ/GKtg+5Z8XTzLnSv8UUZfs5vQ==",
1262
1262
  "optional": true,
1263
1263
  "requires": {
1264
- "@saltcorn/db-common": "0.6.4-beta.3",
1264
+ "@saltcorn/db-common": "0.6.4",
1265
1265
  "sqlite3": "^5.0.2"
1266
1266
  }
1267
1267
  },
1268
1268
  "@saltcorn/types": {
1269
- "version": "0.6.4-beta.3",
1270
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.4-beta.3.tgz",
1271
- "integrity": "sha512-of1BXnG7opI7JSYNF2GI9oFrYx55Bqp62kudLU7l7Y8RoOeN7VXr93Q5lhLdzT9EZjQ6Z5nm44wPesrHVN012w=="
1269
+ "version": "0.6.4",
1270
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.4.tgz",
1271
+ "integrity": "sha512-iyPOBG7jNXnCmoS/TaeWuY5YMAQslvOR1Iv9UzjnXmocpgMMgQ1JrVOcN1TrIaXg0SXWV3lCXjedOWiT6pOfrA=="
1272
1272
  },
1273
1273
  "@sindresorhus/is": {
1274
1274
  "version": "0.14.0",
@@ -1658,9 +1658,9 @@
1658
1658
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
1659
1659
  },
1660
1660
  "aws-sdk": {
1661
- "version": "2.1068.0",
1662
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1068.0.tgz",
1663
- "integrity": "sha512-lD8JaEVSDueoTdhwxYinkZKuCzsqCE1L6+NZhO1AVdwgtK62pzjU20VHX2K39+Y2XebeAO2QzD+32m0ROHAeZg==",
1661
+ "version": "2.1072.0",
1662
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1072.0.tgz",
1663
+ "integrity": "sha512-b0gEHuC6xTGduPTS+ZCScurw9RTyOned9gf6H0rDagW8hdSMebsFQy84ZreeiZHHChyKyWrNUbUFugOYdw+WXw==",
1664
1664
  "requires": {
1665
1665
  "buffer": "4.9.2",
1666
1666
  "events": "1.1.1",
@@ -1981,6 +1981,11 @@
1981
1981
  }
1982
1982
  }
1983
1983
  },
1984
+ "camelcase": {
1985
+ "version": "5.3.1",
1986
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
1987
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
1988
+ },
1984
1989
  "camelize": {
1985
1990
  "version": "1.0.0",
1986
1991
  "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
@@ -2453,6 +2458,7 @@
2453
2458
  "version": "0.9.13",
2454
2459
  "resolved": "https://registry.npmjs.org/connect-sqlite3/-/connect-sqlite3-0.9.13.tgz",
2455
2460
  "integrity": "sha512-4Dif7wjNutcAsvvl85nqApIa3gViEnN6lKOcEBEtuL9JB1DIq1bREcq0pQCc1oCpSvDGpjsFs0doftzGFc4cmQ==",
2461
+ "optional": true,
2456
2462
  "requires": {
2457
2463
  "sqlite3": "^5.0.2"
2458
2464
  }
@@ -2812,7 +2818,8 @@
2812
2818
  "detect-libc": {
2813
2819
  "version": "1.0.3",
2814
2820
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
2815
- "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups="
2821
+ "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
2822
+ "optional": true
2816
2823
  },
2817
2824
  "dicer": {
2818
2825
  "version": "0.3.0",
@@ -3395,6 +3402,7 @@
3395
3402
  "version": "1.2.7",
3396
3403
  "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
3397
3404
  "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
3405
+ "optional": true,
3398
3406
  "requires": {
3399
3407
  "minipass": "^2.6.0"
3400
3408
  }
@@ -3857,6 +3865,7 @@
3857
3865
  "version": "3.0.4",
3858
3866
  "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
3859
3867
  "integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
3868
+ "optional": true,
3860
3869
  "requires": {
3861
3870
  "minimatch": "^3.0.4"
3862
3871
  }
@@ -4712,9 +4721,9 @@
4712
4721
  }
4713
4722
  },
4714
4723
  "make-plural": {
4715
- "version": "7.0.0",
4716
- "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.0.0.tgz",
4717
- "integrity": "sha512-OTuzMnuhrc7G3LJU5upkhKy7EIAq/dRqANqTUh0B8au7jM5mXq9kVdla3sn3g2GCRIxgooCDQtSJ3s1fAjasbQ=="
4724
+ "version": "7.1.0",
4725
+ "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.1.0.tgz",
4726
+ "integrity": "sha512-PKkwVlAxYVo98NrbclaQIT4F5Oy+X58PZM5r2IwUSCe3syya6PXkIRCn2XCdz7p58Scgpp50PBeHmepXVDG3hg=="
4718
4727
  },
4719
4728
  "map-obj": {
4720
4729
  "version": "1.0.1",
@@ -4877,6 +4886,7 @@
4877
4886
  "version": "2.9.0",
4878
4887
  "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
4879
4888
  "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
4889
+ "optional": true,
4880
4890
  "requires": {
4881
4891
  "safe-buffer": "^5.1.2",
4882
4892
  "yallist": "^3.0.0"
@@ -4885,7 +4895,8 @@
4885
4895
  "yallist": {
4886
4896
  "version": "3.1.1",
4887
4897
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4888
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
4898
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4899
+ "optional": true
4889
4900
  }
4890
4901
  }
4891
4902
  },
@@ -4893,6 +4904,7 @@
4893
4904
  "version": "1.3.3",
4894
4905
  "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz",
4895
4906
  "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==",
4907
+ "optional": true,
4896
4908
  "requires": {
4897
4909
  "minipass": "^2.9.0"
4898
4910
  }
@@ -5060,6 +5072,7 @@
5060
5072
  "version": "2.9.1",
5061
5073
  "resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
5062
5074
  "integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
5075
+ "optional": true,
5063
5076
  "requires": {
5064
5077
  "debug": "^3.2.6",
5065
5078
  "iconv-lite": "^0.4.4",
@@ -5070,6 +5083,7 @@
5070
5083
  "version": "3.2.7",
5071
5084
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
5072
5085
  "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
5086
+ "optional": true,
5073
5087
  "requires": {
5074
5088
  "ms": "^2.1.1"
5075
5089
  }
@@ -5094,7 +5108,8 @@
5094
5108
  "node-addon-api": {
5095
5109
  "version": "3.2.1",
5096
5110
  "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz",
5097
- "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A=="
5111
+ "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==",
5112
+ "optional": true
5098
5113
  },
5099
5114
  "node-fetch": {
5100
5115
  "version": "2.6.2",
@@ -5133,6 +5148,7 @@
5133
5148
  "version": "0.11.0",
5134
5149
  "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz",
5135
5150
  "integrity": "sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==",
5151
+ "optional": true,
5136
5152
  "requires": {
5137
5153
  "detect-libc": "^1.0.2",
5138
5154
  "mkdirp": "^0.5.1",
@@ -5150,6 +5166,7 @@
5150
5166
  "version": "4.0.3",
5151
5167
  "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
5152
5168
  "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
5169
+ "optional": true,
5153
5170
  "requires": {
5154
5171
  "abbrev": "1",
5155
5172
  "osenv": "^0.1.4"
@@ -5158,12 +5175,14 @@
5158
5175
  "semver": {
5159
5176
  "version": "5.7.1",
5160
5177
  "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
5161
- "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
5178
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
5179
+ "optional": true
5162
5180
  },
5163
5181
  "tar": {
5164
5182
  "version": "4.4.19",
5165
5183
  "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz",
5166
5184
  "integrity": "sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==",
5185
+ "optional": true,
5167
5186
  "requires": {
5168
5187
  "chownr": "^1.1.4",
5169
5188
  "fs-minipass": "^1.2.7",
@@ -5177,7 +5196,8 @@
5177
5196
  "yallist": {
5178
5197
  "version": "3.1.1",
5179
5198
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
5180
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
5199
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
5200
+ "optional": true
5181
5201
  }
5182
5202
  }
5183
5203
  },
@@ -5546,6 +5566,7 @@
5546
5566
  "version": "1.1.2",
5547
5567
  "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
5548
5568
  "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
5569
+ "optional": true,
5549
5570
  "requires": {
5550
5571
  "npm-normalize-package-bin": "^1.0.1"
5551
5572
  }
@@ -5553,12 +5574,14 @@
5553
5574
  "npm-normalize-package-bin": {
5554
5575
  "version": "1.0.1",
5555
5576
  "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
5556
- "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
5577
+ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
5578
+ "optional": true
5557
5579
  },
5558
5580
  "npm-packlist": {
5559
5581
  "version": "1.4.8",
5560
5582
  "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
5561
5583
  "integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
5584
+ "optional": true,
5562
5585
  "requires": {
5563
5586
  "ignore-walk": "^3.0.1",
5564
5587
  "npm-bundled": "^1.0.1",
@@ -5669,7 +5692,8 @@
5669
5692
  "os-homedir": {
5670
5693
  "version": "1.0.2",
5671
5694
  "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
5672
- "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
5695
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
5696
+ "optional": true
5673
5697
  },
5674
5698
  "os-tmpdir": {
5675
5699
  "version": "1.0.2",
@@ -5680,6 +5704,7 @@
5680
5704
  "version": "0.1.5",
5681
5705
  "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
5682
5706
  "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
5707
+ "optional": true,
5683
5708
  "requires": {
5684
5709
  "os-homedir": "^1.0.0",
5685
5710
  "os-tmpdir": "^1.0.0"
@@ -5887,14 +5912,14 @@
5887
5912
  "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
5888
5913
  },
5889
5914
  "pg": {
5890
- "version": "8.7.1",
5891
- "resolved": "https://registry.npmjs.org/pg/-/pg-8.7.1.tgz",
5892
- "integrity": "sha512-7bdYcv7V6U3KAtWjpQJJBww0UEsWuh4yQ/EjNf2HeO/NnvKjpvhEIe/A/TleP6wtmSKnUnghs5A9jUoK6iDdkA==",
5915
+ "version": "8.7.3",
5916
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.7.3.tgz",
5917
+ "integrity": "sha512-HPmH4GH4H3AOprDJOazoIcpI49XFsHCe8xlrjHkWiapdbHK+HLtbm/GQzXYAZwmPju/kzKhjaSfMACG+8cgJcw==",
5893
5918
  "requires": {
5894
5919
  "buffer-writer": "2.0.0",
5895
5920
  "packet-reader": "1.0.0",
5896
5921
  "pg-connection-string": "^2.5.0",
5897
- "pg-pool": "^3.4.1",
5922
+ "pg-pool": "^3.5.1",
5898
5923
  "pg-protocol": "^1.5.0",
5899
5924
  "pg-types": "^2.1.0",
5900
5925
  "pgpass": "1.x"
@@ -5920,9 +5945,9 @@
5920
5945
  "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw=="
5921
5946
  },
5922
5947
  "pg-pool": {
5923
- "version": "3.4.1",
5924
- "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.4.1.tgz",
5925
- "integrity": "sha512-TVHxR/gf3MeJRvchgNHxsYsTCHQ+4wm3VIHSS19z8NC0+gioEhq1okDY1sm/TYbfoP6JLFx01s0ShvZ3puP/iQ=="
5948
+ "version": "3.5.1",
5949
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.5.1.tgz",
5950
+ "integrity": "sha512-6iCR0wVrro6OOHFsyavV+i6KYL4lVNyYAB9RD18w66xSzN+d8b66HiwuP30Gp1SH5O9T82fckkzsRjlrhD0ioQ=="
5926
5951
  },
5927
5952
  "pg-protocol": {
5928
5953
  "version": "1.5.0",
@@ -6142,11 +6167,6 @@
6142
6167
  "color-convert": "^2.0.1"
6143
6168
  }
6144
6169
  },
6145
- "camelcase": {
6146
- "version": "5.3.1",
6147
- "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
6148
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
6149
- },
6150
6170
  "cliui": {
6151
6171
  "version": "6.0.0",
6152
6172
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -6837,6 +6857,7 @@
6837
6857
  "version": "5.0.2",
6838
6858
  "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.2.tgz",
6839
6859
  "integrity": "sha512-1SdTNo+BVU211Xj1csWa8lV6KM0CtucDwRyA0VHl91wEH1Mgh7RxUpI4rVvG7OhHrzCSGaVyW5g8vKvlrk9DJA==",
6860
+ "optional": true,
6840
6861
  "requires": {
6841
6862
  "node-addon-api": "^3.0.0",
6842
6863
  "node-gyp": "3.x",
@@ -7055,9 +7076,9 @@
7055
7076
  "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
7056
7077
  },
7057
7078
  "systeminformation": {
7058
- "version": "5.11.1",
7059
- "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.11.1.tgz",
7060
- "integrity": "sha512-E8ZGcnW4Pj4boATSdajw0neHh1B+f+3IqL2iAcT9t1DMgc8mdI0NRT04XPrL6oxrpvMzk0A/bSHT9eKd05tQag=="
7079
+ "version": "5.11.2",
7080
+ "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.11.2.tgz",
7081
+ "integrity": "sha512-/6+p1ze2curwSMZQgQ9Gv4eLgtAaX9ROBEVELddkYy7llpP0SQjpSx4qDFEBscxqm/6yu+Khwi0Pneoy/wTwVg=="
7061
7082
  },
7062
7083
  "tar": {
7063
7084
  "version": "2.2.2",
@@ -7617,9 +7638,9 @@
7617
7638
  "integrity": "sha512-uJ93Je3il1dY9rBP05OHr91lwdHd5oNoX82oyHhuAfe69mdbEb0fxeufbaLChA9vBfDNj581OrbH/CbaM0az1g=="
7618
7639
  },
7619
7640
  "ws": {
7620
- "version": "7.5.6",
7621
- "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
7622
- "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA=="
7641
+ "version": "7.5.7",
7642
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
7643
+ "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A=="
7623
7644
  },
7624
7645
  "x-xss-protection": {
7625
7646
  "version": "1.3.0",
@@ -1 +1 @@
1
- {"version":"0.6.4-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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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},"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}},"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.4","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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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},"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}},"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.4-beta.3",
5
+ "version": "0.6.4",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -12,9 +12,9 @@
12
12
  "@oclif/command": "^1.8.16",
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-help": "^3.3.1",
15
- "@saltcorn/admin-models": "0.6.4-beta.3",
16
- "@saltcorn/data": "0.6.4-beta.3",
17
- "@saltcorn/server": "0.6.4-beta.3",
15
+ "@saltcorn/admin-models": "0.6.4",
16
+ "@saltcorn/data": "0.6.4",
17
+ "@saltcorn/server": "0.6.4",
18
18
  "cli-ux": "^5.6.7",
19
19
  "contractis": "^0.1.0",
20
20
  "dateformat": "^3.0.3",
@@ -25,7 +25,7 @@
25
25
  "node-watch": "^0.7.3",
26
26
  "source-map-support": "^0.5.21",
27
27
  "sudo": "^1.0.3",
28
- "systeminformation": "^5.11.1",
28
+ "systeminformation": "^5.11.2",
29
29
  "tcp-port-used": "^1.0.2",
30
30
  "wrk": "^1.2.1"
31
31
  },