@whook/create 10.0.3 → 10.0.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.
|
@@ -115,17 +115,17 @@ Mr Bean
|
|
|
115
115
|
"@whook/cli": "<current_version>",
|
|
116
116
|
"@whook/cors": "<current_version>",
|
|
117
117
|
"@whook/http-router": "<current_version>",
|
|
118
|
-
"@whook/http-server": "^10.0.
|
|
118
|
+
"@whook/http-server": "^10.0.3",
|
|
119
119
|
"@whook/http-transaction": "<current_version>",
|
|
120
120
|
"@whook/swagger-ui": "<current_version>",
|
|
121
121
|
"@whook/whook": "<current_version>",
|
|
122
122
|
"common-services": "^11.1.0",
|
|
123
|
-
"http-auth-utils": "^3.0.
|
|
123
|
+
"http-auth-utils": "^3.0.4",
|
|
124
124
|
"jwt-service": "^9.0.2",
|
|
125
125
|
"knifecycle": "^14.1.0",
|
|
126
|
-
"openapi-schema-validator": "^12.0.
|
|
126
|
+
"openapi-schema-validator": "^12.0.2",
|
|
127
127
|
"openapi-types": "^12.0.2",
|
|
128
|
-
"strict-qs": "^7.0.
|
|
128
|
+
"strict-qs": "^7.0.1",
|
|
129
129
|
"type-fest": "^2.19.0",
|
|
130
130
|
"yerror": "^6.1.1",
|
|
131
131
|
"yhttperror": "^6.1.1",
|
|
@@ -316,17 +316,17 @@ Mr Bean
|
|
|
316
316
|
"@whook/cli": "<current_version>",
|
|
317
317
|
"@whook/cors": "<current_version>",
|
|
318
318
|
"@whook/http-router": "<current_version>",
|
|
319
|
-
"@whook/http-server": "^10.0.
|
|
319
|
+
"@whook/http-server": "^10.0.3",
|
|
320
320
|
"@whook/http-transaction": "<current_version>",
|
|
321
321
|
"@whook/swagger-ui": "<current_version>",
|
|
322
322
|
"@whook/whook": "<current_version>",
|
|
323
323
|
"common-services": "^11.1.0",
|
|
324
|
-
"http-auth-utils": "^3.0.
|
|
324
|
+
"http-auth-utils": "^3.0.4",
|
|
325
325
|
"jwt-service": "^9.0.2",
|
|
326
326
|
"knifecycle": "^14.1.0",
|
|
327
|
-
"openapi-schema-validator": "^12.0.
|
|
327
|
+
"openapi-schema-validator": "^12.0.2",
|
|
328
328
|
"openapi-types": "^12.0.2",
|
|
329
|
-
"strict-qs": "^7.0.
|
|
329
|
+
"strict-qs": "^7.0.1",
|
|
330
330
|
"type-fest": "^2.19.0",
|
|
331
331
|
"yerror": "^6.1.1",
|
|
332
332
|
"yhttperror": "^6.1.1",
|
|
@@ -511,17 +511,17 @@ Mr Bean
|
|
|
511
511
|
"@whook/cli": "<current_version>",
|
|
512
512
|
"@whook/cors": "<current_version>",
|
|
513
513
|
"@whook/http-router": "<current_version>",
|
|
514
|
-
"@whook/http-server": "^10.0.
|
|
514
|
+
"@whook/http-server": "^10.0.3",
|
|
515
515
|
"@whook/http-transaction": "<current_version>",
|
|
516
516
|
"@whook/swagger-ui": "<current_version>",
|
|
517
517
|
"@whook/whook": "<current_version>",
|
|
518
518
|
"common-services": "^11.1.0",
|
|
519
|
-
"http-auth-utils": "^3.0.
|
|
519
|
+
"http-auth-utils": "^3.0.4",
|
|
520
520
|
"jwt-service": "^9.0.2",
|
|
521
521
|
"knifecycle": "^14.1.0",
|
|
522
|
-
"openapi-schema-validator": "^12.0.
|
|
522
|
+
"openapi-schema-validator": "^12.0.2",
|
|
523
523
|
"openapi-types": "^12.0.2",
|
|
524
|
-
"strict-qs": "^7.0.
|
|
524
|
+
"strict-qs": "^7.0.1",
|
|
525
525
|
"type-fest": "^2.19.0",
|
|
526
526
|
"yerror": "^6.1.1",
|
|
527
527
|
"yhttperror": "^6.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whook/create",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.4",
|
|
4
4
|
"description": "Kickstart a new Whook server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://github.com/nfroidure/whook",
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@whook/cli": "^10.0.
|
|
70
|
-
"@whook/example": "^10.0.
|
|
69
|
+
"@whook/cli": "^10.0.4",
|
|
70
|
+
"@whook/example": "^10.0.4",
|
|
71
71
|
"axios": "^0.27.2",
|
|
72
72
|
"common-services": "^11.1.0",
|
|
73
73
|
"debug": "^4.3.4",
|
|
74
74
|
"fs-extra": "^10.1.0",
|
|
75
|
-
"inquirer": "^9.
|
|
75
|
+
"inquirer": "^9.1.1",
|
|
76
76
|
"knifecycle": "^14.1.0",
|
|
77
|
-
"ora": "^6.1.
|
|
77
|
+
"ora": "^6.1.2",
|
|
78
78
|
"yerror": "^6.1.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
".ts"
|
|
169
169
|
]
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "576dd7326675f2d0d9f9e36c5fa7d312835a3687"
|
|
172
172
|
}
|
|
@@ -117,17 +117,17 @@ Wayne Campbell
|
|
|
117
117
|
"@whook/cli": "<current_version>",
|
|
118
118
|
"@whook/cors": "<current_version>",
|
|
119
119
|
"@whook/http-router": "<current_version>",
|
|
120
|
-
"@whook/http-server": "^10.0.
|
|
120
|
+
"@whook/http-server": "^10.0.3",
|
|
121
121
|
"@whook/http-transaction": "<current_version>",
|
|
122
122
|
"@whook/swagger-ui": "<current_version>",
|
|
123
123
|
"@whook/whook": "<current_version>",
|
|
124
124
|
"common-services": "^11.1.0",
|
|
125
|
-
"http-auth-utils": "^3.0.
|
|
125
|
+
"http-auth-utils": "^3.0.4",
|
|
126
126
|
"jwt-service": "^9.0.2",
|
|
127
127
|
"knifecycle": "^14.1.0",
|
|
128
|
-
"openapi-schema-validator": "^12.0.
|
|
128
|
+
"openapi-schema-validator": "^12.0.2",
|
|
129
129
|
"openapi-types": "^12.0.2",
|
|
130
|
-
"strict-qs": "^7.0.
|
|
130
|
+
"strict-qs": "^7.0.1",
|
|
131
131
|
"type-fest": "^2.19.0",
|
|
132
132
|
"yerror": "^6.1.1",
|
|
133
133
|
"yhttperror": "^6.1.1"
|
|
@@ -418,17 +418,17 @@ Wayne Campbell
|
|
|
418
418
|
"@whook/cli": "<current_version>",
|
|
419
419
|
"@whook/cors": "<current_version>",
|
|
420
420
|
"@whook/http-router": "<current_version>",
|
|
421
|
-
"@whook/http-server": "^10.0.
|
|
421
|
+
"@whook/http-server": "^10.0.3",
|
|
422
422
|
"@whook/http-transaction": "<current_version>",
|
|
423
423
|
"@whook/swagger-ui": "<current_version>",
|
|
424
424
|
"@whook/whook": "<current_version>",
|
|
425
425
|
"common-services": "^11.1.0",
|
|
426
|
-
"http-auth-utils": "^3.0.
|
|
426
|
+
"http-auth-utils": "^3.0.4",
|
|
427
427
|
"jwt-service": "^9.0.2",
|
|
428
428
|
"knifecycle": "^14.1.0",
|
|
429
|
-
"openapi-schema-validator": "^12.0.
|
|
429
|
+
"openapi-schema-validator": "^12.0.2",
|
|
430
430
|
"openapi-types": "^12.0.2",
|
|
431
|
-
"strict-qs": "^7.0.
|
|
431
|
+
"strict-qs": "^7.0.1",
|
|
432
432
|
"type-fest": "^2.19.0",
|
|
433
433
|
"yerror": "^6.1.1",
|
|
434
434
|
"yhttperror": "^6.1.1"
|
|
@@ -751,17 +751,17 @@ Wayne Campbell
|
|
|
751
751
|
"@whook/cli": "<current_version>",
|
|
752
752
|
"@whook/cors": "<current_version>",
|
|
753
753
|
"@whook/http-router": "<current_version>",
|
|
754
|
-
"@whook/http-server": "^10.0.
|
|
754
|
+
"@whook/http-server": "^10.0.3",
|
|
755
755
|
"@whook/http-transaction": "<current_version>",
|
|
756
756
|
"@whook/swagger-ui": "<current_version>",
|
|
757
757
|
"@whook/whook": "<current_version>",
|
|
758
758
|
"common-services": "^11.1.0",
|
|
759
|
-
"http-auth-utils": "^3.0.
|
|
759
|
+
"http-auth-utils": "^3.0.4",
|
|
760
760
|
"jwt-service": "^9.0.2",
|
|
761
761
|
"knifecycle": "^14.1.0",
|
|
762
|
-
"openapi-schema-validator": "^12.0.
|
|
762
|
+
"openapi-schema-validator": "^12.0.2",
|
|
763
763
|
"openapi-types": "^12.0.2",
|
|
764
|
-
"strict-qs": "^7.0.
|
|
764
|
+
"strict-qs": "^7.0.1",
|
|
765
765
|
"type-fest": "^2.19.0",
|
|
766
766
|
"yerror": "^6.1.1",
|
|
767
767
|
"yhttperror": "^6.1.1"
|
|
@@ -1072,17 +1072,17 @@ Wayne Campbell
|
|
|
1072
1072
|
"@whook/cli": "<current_version>",
|
|
1073
1073
|
"@whook/cors": "<current_version>",
|
|
1074
1074
|
"@whook/http-router": "<current_version>",
|
|
1075
|
-
"@whook/http-server": "^10.0.
|
|
1075
|
+
"@whook/http-server": "^10.0.3",
|
|
1076
1076
|
"@whook/http-transaction": "<current_version>",
|
|
1077
1077
|
"@whook/swagger-ui": "<current_version>",
|
|
1078
1078
|
"@whook/whook": "<current_version>",
|
|
1079
1079
|
"common-services": "^11.1.0",
|
|
1080
|
-
"http-auth-utils": "^3.0.
|
|
1080
|
+
"http-auth-utils": "^3.0.4",
|
|
1081
1081
|
"jwt-service": "^9.0.2",
|
|
1082
1082
|
"knifecycle": "^14.1.0",
|
|
1083
|
-
"openapi-schema-validator": "^12.0.
|
|
1083
|
+
"openapi-schema-validator": "^12.0.2",
|
|
1084
1084
|
"openapi-types": "^12.0.2",
|
|
1085
|
-
"strict-qs": "^7.0.
|
|
1085
|
+
"strict-qs": "^7.0.1",
|
|
1086
1086
|
"type-fest": "^2.19.0",
|
|
1087
1087
|
"yerror": "^6.1.1",
|
|
1088
1088
|
"yhttperror": "^6.1.1"
|
|
@@ -145,17 +145,17 @@ Mr Bean
|
|
|
145
145
|
"@whook/cli": "<current_version>",
|
|
146
146
|
"@whook/cors": "<current_version>",
|
|
147
147
|
"@whook/http-router": "<current_version>",
|
|
148
|
-
"@whook/http-server": "^10.0.
|
|
148
|
+
"@whook/http-server": "^10.0.3",
|
|
149
149
|
"@whook/http-transaction": "<current_version>",
|
|
150
150
|
"@whook/swagger-ui": "<current_version>",
|
|
151
151
|
"@whook/whook": "<current_version>",
|
|
152
152
|
"common-services": "^11.1.0",
|
|
153
|
-
"http-auth-utils": "^3.0.
|
|
153
|
+
"http-auth-utils": "^3.0.4",
|
|
154
154
|
"jwt-service": "^9.0.2",
|
|
155
155
|
"knifecycle": "^14.1.0",
|
|
156
|
-
"openapi-schema-validator": "^12.0.
|
|
156
|
+
"openapi-schema-validator": "^12.0.2",
|
|
157
157
|
"openapi-types": "^12.0.2",
|
|
158
|
-
"strict-qs": "^7.0.
|
|
158
|
+
"strict-qs": "^7.0.1",
|
|
159
159
|
"type-fest": "^2.19.0",
|
|
160
160
|
"yerror": "^6.1.1",
|
|
161
161
|
"yhttperror": "^6.1.1",
|
|
@@ -365,17 +365,17 @@ Mr Bean
|
|
|
365
365
|
"@whook/cli": "<current_version>",
|
|
366
366
|
"@whook/cors": "<current_version>",
|
|
367
367
|
"@whook/http-router": "<current_version>",
|
|
368
|
-
"@whook/http-server": "^10.0.
|
|
368
|
+
"@whook/http-server": "^10.0.3",
|
|
369
369
|
"@whook/http-transaction": "<current_version>",
|
|
370
370
|
"@whook/swagger-ui": "<current_version>",
|
|
371
371
|
"@whook/whook": "<current_version>",
|
|
372
372
|
"common-services": "^11.1.0",
|
|
373
|
-
"http-auth-utils": "^3.0.
|
|
373
|
+
"http-auth-utils": "^3.0.4",
|
|
374
374
|
"jwt-service": "^9.0.2",
|
|
375
375
|
"knifecycle": "^14.1.0",
|
|
376
|
-
"openapi-schema-validator": "^12.0.
|
|
376
|
+
"openapi-schema-validator": "^12.0.2",
|
|
377
377
|
"openapi-types": "^12.0.2",
|
|
378
|
-
"strict-qs": "^7.0.
|
|
378
|
+
"strict-qs": "^7.0.1",
|
|
379
379
|
"type-fest": "^2.19.0",
|
|
380
380
|
"yerror": "^6.1.1",
|
|
381
381
|
"yhttperror": "^6.1.1",
|
|
@@ -570,17 +570,17 @@ Mr Bean
|
|
|
570
570
|
"@whook/cli": "<current_version>",
|
|
571
571
|
"@whook/cors": "<current_version>",
|
|
572
572
|
"@whook/http-router": "<current_version>",
|
|
573
|
-
"@whook/http-server": "^10.0.
|
|
573
|
+
"@whook/http-server": "^10.0.3",
|
|
574
574
|
"@whook/http-transaction": "<current_version>",
|
|
575
575
|
"@whook/swagger-ui": "<current_version>",
|
|
576
576
|
"@whook/whook": "<current_version>",
|
|
577
577
|
"common-services": "^11.1.0",
|
|
578
|
-
"http-auth-utils": "^3.0.
|
|
578
|
+
"http-auth-utils": "^3.0.4",
|
|
579
579
|
"jwt-service": "^9.0.2",
|
|
580
580
|
"knifecycle": "^14.1.0",
|
|
581
|
-
"openapi-schema-validator": "^12.0.
|
|
581
|
+
"openapi-schema-validator": "^12.0.2",
|
|
582
582
|
"openapi-types": "^12.0.2",
|
|
583
|
-
"strict-qs": "^7.0.
|
|
583
|
+
"strict-qs": "^7.0.1",
|
|
584
584
|
"type-fest": "^2.19.0",
|
|
585
585
|
"yerror": "^6.1.1",
|
|
586
586
|
"yhttperror": "^6.1.1",
|