@wooksjs/event-http 0.7.7 → 0.7.8
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1449,7 +1449,7 @@ function error_tl_default(ctx) {
|
|
|
1449
1449
|
//#endregion
|
|
1450
1450
|
//#region packages/event-http/src/response/wooks-http-response.ts
|
|
1451
1451
|
let framework = {
|
|
1452
|
-
version: "0.7.
|
|
1452
|
+
version: "0.7.7",
|
|
1453
1453
|
poweredBy: "wooksjs",
|
|
1454
1454
|
link: "https://wooks.moost.org/",
|
|
1455
1455
|
image: "https://wooks.moost.org/wooks-full-logo.svg"
|
package/dist/index.mjs
CHANGED
|
@@ -1426,7 +1426,7 @@ function error_tl_default(ctx) {
|
|
|
1426
1426
|
//#endregion
|
|
1427
1427
|
//#region packages/event-http/src/response/wooks-http-response.ts
|
|
1428
1428
|
let framework = {
|
|
1429
|
-
version: "0.7.
|
|
1429
|
+
version: "0.7.7",
|
|
1430
1430
|
poweredBy: "wooksjs",
|
|
1431
1431
|
link: "https://wooks.moost.org/",
|
|
1432
1432
|
image: "https://wooks.moost.org/wooks-full-logo.svg"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wooksjs/event-http",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "@wooksjs/event-http",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
49
|
"vitest": "^3.2.4",
|
|
50
|
-
"@wooksjs/event-core": "^0.7.
|
|
51
|
-
"wooks": "^0.7.
|
|
50
|
+
"@wooksjs/event-core": "^0.7.8",
|
|
51
|
+
"wooks": "^0.7.8"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@prostojs/logger": "^0.4.3",
|
|
55
55
|
"@prostojs/router": "^0.3.3",
|
|
56
|
-
"@wooksjs/event-core": "^0.7.
|
|
57
|
-
"wooks": "^0.7.
|
|
56
|
+
"@wooksjs/event-core": "^0.7.8",
|
|
57
|
+
"wooks": "^0.7.8"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "rolldown -c ../../rolldown.config.mjs",
|