@saltcorn/cli 0.6.4-beta.4 → 0.6.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/npm-shrinkwrap.json +97 -76
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
23
|
+
@saltcorn/cli/0.6.4-beta.5 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.
|
|
72
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
88
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
106
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
124
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
135
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
154
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
192
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
208
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
224
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
235
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
253
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
269
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
291
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
318
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
332
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
351
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
368
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
382
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
401
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
421
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
435
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
455
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
474
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
493
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
507
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
525
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/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.
|
|
542
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.4-beta.5/src/commands/transform-field.js)_
|
|
543
543
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.4-beta.
|
|
3
|
+
"version": "0.6.4-beta.5",
|
|
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.
|
|
1104
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.6.4-beta.
|
|
1105
|
-
"integrity": "sha512-
|
|
1106
|
-
"requires": {
|
|
1107
|
-
"@saltcorn/data": "0.6.4-beta.
|
|
1108
|
-
"@saltcorn/db-common": "0.6.4-beta.
|
|
1109
|
-
"@saltcorn/markup": "0.6.4-beta.
|
|
1110
|
-
"@saltcorn/types": "0.6.4-beta.
|
|
1103
|
+
"version": "0.6.4-beta.5",
|
|
1104
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.6.4-beta.5.tgz",
|
|
1105
|
+
"integrity": "sha512-0hL3PthfHZ5/WIL4h4NFj5BB2nc82vq615UjUFtNPyUm9h0eJdwKpEfZexOKGqgxg8LTp4S3YICk55HoF1Nq6A==",
|
|
1106
|
+
"requires": {
|
|
1107
|
+
"@saltcorn/data": "0.6.4-beta.5",
|
|
1108
|
+
"@saltcorn/db-common": "0.6.4-beta.5",
|
|
1109
|
+
"@saltcorn/markup": "0.6.4-beta.5",
|
|
1110
|
+
"@saltcorn/types": "0.6.4-beta.5",
|
|
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.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.4-beta.
|
|
1122
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "0.6.4-beta.5",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.4-beta.5.tgz",
|
|
1122
|
+
"integrity": "sha512-ZSzfrsSDiL5W7HWrwBOFq4vNxA8RsuifaP1pl9DJCvQFuSAqUgfeBVSw/APcr/4jZzDhV2IzB3XbnpeCiikPhg==",
|
|
1123
1123
|
"requires": {
|
|
1124
|
-
"@saltcorn/data": "0.6.4-beta.
|
|
1124
|
+
"@saltcorn/data": "0.6.4-beta.5"
|
|
1125
1125
|
}
|
|
1126
1126
|
},
|
|
1127
1127
|
"@saltcorn/builder": {
|
|
1128
|
-
"version": "0.6.4-beta.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.4-beta.
|
|
1130
|
-
"integrity": "sha512-
|
|
1128
|
+
"version": "0.6.4-beta.5",
|
|
1129
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.4-beta.5.tgz",
|
|
1130
|
+
"integrity": "sha512-3IManURReGkrHxHwAOnMuFubbnZJdaHDV+RIJGmS1FcsodhhM4/J3qVyA0S2bRgnHa/tNoBvzsr+5jOyDD45CA==",
|
|
1131
1131
|
"requires": {
|
|
1132
1132
|
"styled-components": "4.4.1"
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
1135
|
"@saltcorn/data": {
|
|
1136
|
-
"version": "0.6.4-beta.
|
|
1137
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.4-beta.
|
|
1138
|
-
"integrity": "sha512-
|
|
1139
|
-
"requires": {
|
|
1140
|
-
"@saltcorn/db-common": "0.6.4-beta.
|
|
1141
|
-
"@saltcorn/markup": "0.6.4-beta.
|
|
1142
|
-
"@saltcorn/postgres": "0.6.4-beta.
|
|
1143
|
-
"@saltcorn/sqlite": "0.6.4-beta.
|
|
1144
|
-
"@saltcorn/types": "0.6.4-beta.
|
|
1136
|
+
"version": "0.6.4-beta.5",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.4-beta.5.tgz",
|
|
1138
|
+
"integrity": "sha512-dTktQqCM//uwvt5V4z47dumMA3Xm9eXEHR5V2R2UJTnlUIULyUbsSIzJWpp/SphAaRFi99AAsX/RUp2TC/qMQw==",
|
|
1139
|
+
"requires": {
|
|
1140
|
+
"@saltcorn/db-common": "0.6.4-beta.5",
|
|
1141
|
+
"@saltcorn/markup": "0.6.4-beta.5",
|
|
1142
|
+
"@saltcorn/postgres": "0.6.4-beta.5",
|
|
1143
|
+
"@saltcorn/sqlite": "0.6.4-beta.5",
|
|
1144
|
+
"@saltcorn/types": "0.6.4-beta.5",
|
|
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.
|
|
1171
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.4-beta.
|
|
1172
|
-
"integrity": "sha512-
|
|
1170
|
+
"version": "0.6.4-beta.5",
|
|
1171
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.4-beta.5.tgz",
|
|
1172
|
+
"integrity": "sha512-au6LfcnPTUamLavoMtQxIfKEGtqAzLHUyK7CZkL0m11/+6Z88FY9Z5nU3JnvdxFxwceZcVuF5ltXwxR2LRYA0A=="
|
|
1173
1173
|
},
|
|
1174
1174
|
"@saltcorn/markup": {
|
|
1175
|
-
"version": "0.6.4-beta.
|
|
1176
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.4-beta.
|
|
1177
|
-
"integrity": "sha512-
|
|
1175
|
+
"version": "0.6.4-beta.5",
|
|
1176
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.4-beta.5.tgz",
|
|
1177
|
+
"integrity": "sha512-IdUy+btrtfeeUYRywJnszSTUXlmWBPVsjH4H2RUxfrC2mpCGlt9gIeA/zOekm8RsdE1L6ugon19Y5mOtCpdvww==",
|
|
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.
|
|
1186
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.4-beta.
|
|
1187
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "0.6.4-beta.5",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.4-beta.5.tgz",
|
|
1187
|
+
"integrity": "sha512-PQWoDzqtk5BnZbMwfn9nWJy7AF7OjcVcEr6EXrQoiakNNP9VEhfUDlLUOqL/nn2zltZ779WCFb1CqfATm8Be4A==",
|
|
1188
1188
|
"optional": true,
|
|
1189
1189
|
"requires": {
|
|
1190
|
-
"@saltcorn/db-common": "0.6.4-beta.
|
|
1190
|
+
"@saltcorn/db-common": "0.6.4-beta.5",
|
|
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.
|
|
1197
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.4-beta.
|
|
1198
|
-
"integrity": "sha512-
|
|
1196
|
+
"version": "0.6.4-beta.5",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.4-beta.5.tgz",
|
|
1198
|
+
"integrity": "sha512-9R4pAtm0TZrkk8/nhp2BWX0YrzCPcUqy1fhZv5UnAak8g9LBSJuscRd2u2Hh5E6fFXvyZ7Jyx28iDhdlCUCr9Q==",
|
|
1199
1199
|
"requires": {
|
|
1200
|
-
"@saltcorn/data": "0.6.4-beta.
|
|
1201
|
-
"@saltcorn/markup": "0.6.4-beta.
|
|
1200
|
+
"@saltcorn/data": "0.6.4-beta.5",
|
|
1201
|
+
"@saltcorn/markup": "0.6.4-beta.5",
|
|
1202
1202
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
1203
1203
|
}
|
|
1204
1204
|
},
|
|
1205
1205
|
"@saltcorn/server": {
|
|
1206
|
-
"version": "0.6.4-beta.
|
|
1207
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.4-beta.
|
|
1208
|
-
"integrity": "sha512-
|
|
1209
|
-
"requires": {
|
|
1210
|
-
"@saltcorn/admin-models": "0.6.4-beta.
|
|
1211
|
-
"@saltcorn/base-plugin": "0.6.4-beta.
|
|
1212
|
-
"@saltcorn/builder": "0.6.4-beta.
|
|
1213
|
-
"@saltcorn/data": "0.6.4-beta.
|
|
1214
|
-
"@saltcorn/markup": "0.6.4-beta.
|
|
1215
|
-
"@saltcorn/sbadmin2": "0.6.4-beta.
|
|
1206
|
+
"version": "0.6.4-beta.5",
|
|
1207
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.4-beta.5.tgz",
|
|
1208
|
+
"integrity": "sha512-nHscSd6Y/jAYnLrAGCohCmQBOLd5NOocJIV+oIY3GKuxHGguMqCRp/th8Zv8IdieY9tHsPbJaR1brcVG5D/Qdw==",
|
|
1209
|
+
"requires": {
|
|
1210
|
+
"@saltcorn/admin-models": "0.6.4-beta.5",
|
|
1211
|
+
"@saltcorn/base-plugin": "0.6.4-beta.5",
|
|
1212
|
+
"@saltcorn/builder": "0.6.4-beta.5",
|
|
1213
|
+
"@saltcorn/data": "0.6.4-beta.5",
|
|
1214
|
+
"@saltcorn/markup": "0.6.4-beta.5",
|
|
1215
|
+
"@saltcorn/sbadmin2": "0.6.4-beta.5",
|
|
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.
|
|
1260
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.4-beta.
|
|
1261
|
-
"integrity": "sha512-
|
|
1259
|
+
"version": "0.6.4-beta.5",
|
|
1260
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.4-beta.5.tgz",
|
|
1261
|
+
"integrity": "sha512-wb7bDQb9Y50Dp9MImdoZ6zpjxiQSFTi+UlDuom1qJZ2Czd7FW7eABJsUiVkbwYfe7Jn2Db+mTan7LXx/1oqtiQ==",
|
|
1262
1262
|
"optional": true,
|
|
1263
1263
|
"requires": {
|
|
1264
|
-
"@saltcorn/db-common": "0.6.4-beta.
|
|
1264
|
+
"@saltcorn/db-common": "0.6.4-beta.5",
|
|
1265
1265
|
"sqlite3": "^5.0.2"
|
|
1266
1266
|
}
|
|
1267
1267
|
},
|
|
1268
1268
|
"@saltcorn/types": {
|
|
1269
|
-
"version": "0.6.4-beta.
|
|
1270
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.4-beta.
|
|
1271
|
-
"integrity": "sha512-
|
|
1269
|
+
"version": "0.6.4-beta.5",
|
|
1270
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.4-beta.5.tgz",
|
|
1271
|
+
"integrity": "sha512-VrPcvtKfEqkt6i+pq2hls8j//rGpmhj5CHDwUhyqIsYyF3ODnA31Y4BwhHPeBIr12hy6Zx131J9wlsC/62W5zQ=="
|
|
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.
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1663
|
-
"integrity": "sha512-
|
|
1661
|
+
"version": "2.1070.0",
|
|
1662
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1070.0.tgz",
|
|
1663
|
+
"integrity": "sha512-tkmuycoJ9k0qF1iq03iqyhevxP3l0OlrnUxjd0x8nZ9Ko1TGjyj0yJS4Vbd4r5RBpKUwRqedB7TAyZ/71mcZKw==",
|
|
1664
1664
|
"requires": {
|
|
1665
1665
|
"buffer": "4.9.2",
|
|
1666
1666
|
"events": "1.1.1",
|
|
@@ -2458,6 +2458,7 @@
|
|
|
2458
2458
|
"version": "0.9.13",
|
|
2459
2459
|
"resolved": "https://registry.npmjs.org/connect-sqlite3/-/connect-sqlite3-0.9.13.tgz",
|
|
2460
2460
|
"integrity": "sha512-4Dif7wjNutcAsvvl85nqApIa3gViEnN6lKOcEBEtuL9JB1DIq1bREcq0pQCc1oCpSvDGpjsFs0doftzGFc4cmQ==",
|
|
2461
|
+
"optional": true,
|
|
2461
2462
|
"requires": {
|
|
2462
2463
|
"sqlite3": "^5.0.2"
|
|
2463
2464
|
}
|
|
@@ -2817,7 +2818,8 @@
|
|
|
2817
2818
|
"detect-libc": {
|
|
2818
2819
|
"version": "1.0.3",
|
|
2819
2820
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
2820
|
-
"integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups="
|
|
2821
|
+
"integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
|
|
2822
|
+
"optional": true
|
|
2821
2823
|
},
|
|
2822
2824
|
"dicer": {
|
|
2823
2825
|
"version": "0.3.0",
|
|
@@ -3400,6 +3402,7 @@
|
|
|
3400
3402
|
"version": "1.2.7",
|
|
3401
3403
|
"resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz",
|
|
3402
3404
|
"integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==",
|
|
3405
|
+
"optional": true,
|
|
3403
3406
|
"requires": {
|
|
3404
3407
|
"minipass": "^2.6.0"
|
|
3405
3408
|
}
|
|
@@ -3862,6 +3865,7 @@
|
|
|
3862
3865
|
"version": "3.0.4",
|
|
3863
3866
|
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz",
|
|
3864
3867
|
"integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==",
|
|
3868
|
+
"optional": true,
|
|
3865
3869
|
"requires": {
|
|
3866
3870
|
"minimatch": "^3.0.4"
|
|
3867
3871
|
}
|
|
@@ -4717,9 +4721,9 @@
|
|
|
4717
4721
|
}
|
|
4718
4722
|
},
|
|
4719
4723
|
"make-plural": {
|
|
4720
|
-
"version": "7.
|
|
4721
|
-
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.
|
|
4722
|
-
"integrity": "sha512-
|
|
4724
|
+
"version": "7.1.0",
|
|
4725
|
+
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.1.0.tgz",
|
|
4726
|
+
"integrity": "sha512-PKkwVlAxYVo98NrbclaQIT4F5Oy+X58PZM5r2IwUSCe3syya6PXkIRCn2XCdz7p58Scgpp50PBeHmepXVDG3hg=="
|
|
4723
4727
|
},
|
|
4724
4728
|
"map-obj": {
|
|
4725
4729
|
"version": "1.0.1",
|
|
@@ -4882,6 +4886,7 @@
|
|
|
4882
4886
|
"version": "2.9.0",
|
|
4883
4887
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz",
|
|
4884
4888
|
"integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==",
|
|
4889
|
+
"optional": true,
|
|
4885
4890
|
"requires": {
|
|
4886
4891
|
"safe-buffer": "^5.1.2",
|
|
4887
4892
|
"yallist": "^3.0.0"
|
|
@@ -4890,7 +4895,8 @@
|
|
|
4890
4895
|
"yallist": {
|
|
4891
4896
|
"version": "3.1.1",
|
|
4892
4897
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
4893
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
|
4898
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
4899
|
+
"optional": true
|
|
4894
4900
|
}
|
|
4895
4901
|
}
|
|
4896
4902
|
},
|
|
@@ -4898,6 +4904,7 @@
|
|
|
4898
4904
|
"version": "1.3.3",
|
|
4899
4905
|
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz",
|
|
4900
4906
|
"integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==",
|
|
4907
|
+
"optional": true,
|
|
4901
4908
|
"requires": {
|
|
4902
4909
|
"minipass": "^2.9.0"
|
|
4903
4910
|
}
|
|
@@ -5065,6 +5072,7 @@
|
|
|
5065
5072
|
"version": "2.9.1",
|
|
5066
5073
|
"resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
|
|
5067
5074
|
"integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
|
|
5075
|
+
"optional": true,
|
|
5068
5076
|
"requires": {
|
|
5069
5077
|
"debug": "^3.2.6",
|
|
5070
5078
|
"iconv-lite": "^0.4.4",
|
|
@@ -5075,6 +5083,7 @@
|
|
|
5075
5083
|
"version": "3.2.7",
|
|
5076
5084
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
5077
5085
|
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
5086
|
+
"optional": true,
|
|
5078
5087
|
"requires": {
|
|
5079
5088
|
"ms": "^2.1.1"
|
|
5080
5089
|
}
|
|
@@ -5099,7 +5108,8 @@
|
|
|
5099
5108
|
"node-addon-api": {
|
|
5100
5109
|
"version": "3.2.1",
|
|
5101
5110
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz",
|
|
5102
|
-
"integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A=="
|
|
5111
|
+
"integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==",
|
|
5112
|
+
"optional": true
|
|
5103
5113
|
},
|
|
5104
5114
|
"node-fetch": {
|
|
5105
5115
|
"version": "2.6.2",
|
|
@@ -5138,6 +5148,7 @@
|
|
|
5138
5148
|
"version": "0.11.0",
|
|
5139
5149
|
"resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.11.0.tgz",
|
|
5140
5150
|
"integrity": "sha512-TwWAOZb0j7e9eGaf9esRx3ZcLaE5tQ2lvYy1pb5IAaG1a2e2Kv5Lms1Y4hpj+ciXJRofIxxlt5haeQ/2ANeE0Q==",
|
|
5151
|
+
"optional": true,
|
|
5141
5152
|
"requires": {
|
|
5142
5153
|
"detect-libc": "^1.0.2",
|
|
5143
5154
|
"mkdirp": "^0.5.1",
|
|
@@ -5155,6 +5166,7 @@
|
|
|
5155
5166
|
"version": "4.0.3",
|
|
5156
5167
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
|
|
5157
5168
|
"integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
|
|
5169
|
+
"optional": true,
|
|
5158
5170
|
"requires": {
|
|
5159
5171
|
"abbrev": "1",
|
|
5160
5172
|
"osenv": "^0.1.4"
|
|
@@ -5163,12 +5175,14 @@
|
|
|
5163
5175
|
"semver": {
|
|
5164
5176
|
"version": "5.7.1",
|
|
5165
5177
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
5166
|
-
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
|
5178
|
+
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
|
5179
|
+
"optional": true
|
|
5167
5180
|
},
|
|
5168
5181
|
"tar": {
|
|
5169
5182
|
"version": "4.4.19",
|
|
5170
5183
|
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz",
|
|
5171
5184
|
"integrity": "sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==",
|
|
5185
|
+
"optional": true,
|
|
5172
5186
|
"requires": {
|
|
5173
5187
|
"chownr": "^1.1.4",
|
|
5174
5188
|
"fs-minipass": "^1.2.7",
|
|
@@ -5182,7 +5196,8 @@
|
|
|
5182
5196
|
"yallist": {
|
|
5183
5197
|
"version": "3.1.1",
|
|
5184
5198
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
5185
|
-
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
|
|
5199
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
5200
|
+
"optional": true
|
|
5186
5201
|
}
|
|
5187
5202
|
}
|
|
5188
5203
|
},
|
|
@@ -5551,6 +5566,7 @@
|
|
|
5551
5566
|
"version": "1.1.2",
|
|
5552
5567
|
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
|
|
5553
5568
|
"integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
|
|
5569
|
+
"optional": true,
|
|
5554
5570
|
"requires": {
|
|
5555
5571
|
"npm-normalize-package-bin": "^1.0.1"
|
|
5556
5572
|
}
|
|
@@ -5558,12 +5574,14 @@
|
|
|
5558
5574
|
"npm-normalize-package-bin": {
|
|
5559
5575
|
"version": "1.0.1",
|
|
5560
5576
|
"resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
|
|
5561
|
-
"integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
|
|
5577
|
+
"integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
|
|
5578
|
+
"optional": true
|
|
5562
5579
|
},
|
|
5563
5580
|
"npm-packlist": {
|
|
5564
5581
|
"version": "1.4.8",
|
|
5565
5582
|
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz",
|
|
5566
5583
|
"integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==",
|
|
5584
|
+
"optional": true,
|
|
5567
5585
|
"requires": {
|
|
5568
5586
|
"ignore-walk": "^3.0.1",
|
|
5569
5587
|
"npm-bundled": "^1.0.1",
|
|
@@ -5674,7 +5692,8 @@
|
|
|
5674
5692
|
"os-homedir": {
|
|
5675
5693
|
"version": "1.0.2",
|
|
5676
5694
|
"resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
|
|
5677
|
-
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
|
|
5695
|
+
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
|
|
5696
|
+
"optional": true
|
|
5678
5697
|
},
|
|
5679
5698
|
"os-tmpdir": {
|
|
5680
5699
|
"version": "1.0.2",
|
|
@@ -5685,6 +5704,7 @@
|
|
|
5685
5704
|
"version": "0.1.5",
|
|
5686
5705
|
"resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
|
|
5687
5706
|
"integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
|
|
5707
|
+
"optional": true,
|
|
5688
5708
|
"requires": {
|
|
5689
5709
|
"os-homedir": "^1.0.0",
|
|
5690
5710
|
"os-tmpdir": "^1.0.0"
|
|
@@ -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.
|
|
7059
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.11.
|
|
7060
|
-
"integrity": "sha512
|
|
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.
|
|
7621
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
7622
|
-
"integrity": "sha512-
|
|
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",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.4-beta.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}]}}}
|
|
1
|
+
{"version":"0.6.4-beta.5","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.
|
|
5
|
+
"version": "0.6.4-beta.5",
|
|
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.
|
|
16
|
-
"@saltcorn/data": "0.6.4-beta.
|
|
17
|
-
"@saltcorn/server": "0.6.4-beta.
|
|
15
|
+
"@saltcorn/admin-models": "0.6.4-beta.5",
|
|
16
|
+
"@saltcorn/data": "0.6.4-beta.5",
|
|
17
|
+
"@saltcorn/server": "0.6.4-beta.5",
|
|
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.
|
|
28
|
+
"systeminformation": "^5.11.2",
|
|
29
29
|
"tcp-port-used": "^1.0.2",
|
|
30
30
|
"wrk": "^1.2.1"
|
|
31
31
|
},
|