@daloyjs/core 0.7.2 → 0.7.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/package.json +23 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daloyjs/core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "DaloyJS is a runtime-portable, contract-first TypeScript web framework with built-in OpenAPI (Hey API), typed client generation, large-scale maintainability, and security-first defaults. Hono-grade portability, Elysia-grade DX, FastAPI-grade docs, Fastify-grade ops — distributed via pnpm.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,6 +15,22 @@
|
|
|
15
15
|
"url": "https://github.com/daloyjs/daloy/issues"
|
|
16
16
|
},
|
|
17
17
|
"author": "DaloyJS",
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"framework",
|
|
21
|
+
"http",
|
|
22
|
+
"openapi",
|
|
23
|
+
"hey-api",
|
|
24
|
+
"contract-first",
|
|
25
|
+
"typescript",
|
|
26
|
+
"hono",
|
|
27
|
+
"elysia",
|
|
28
|
+
"fastify",
|
|
29
|
+
"fastapi",
|
|
30
|
+
"standard-schema",
|
|
31
|
+
"security",
|
|
32
|
+
"pnpm"
|
|
33
|
+
],
|
|
18
34
|
"main": "./dist/index.js",
|
|
19
35
|
"types": "./dist/index.d.ts",
|
|
20
36
|
"bin": {
|
|
@@ -90,27 +106,6 @@
|
|
|
90
106
|
"import": "./dist/session.js"
|
|
91
107
|
}
|
|
92
108
|
},
|
|
93
|
-
"files": [
|
|
94
|
-
"dist",
|
|
95
|
-
"bin",
|
|
96
|
-
"README.md"
|
|
97
|
-
],
|
|
98
|
-
"keywords": [
|
|
99
|
-
"framework",
|
|
100
|
-
"http",
|
|
101
|
-
"openapi",
|
|
102
|
-
"hey-api",
|
|
103
|
-
"contract-first",
|
|
104
|
-
"typescript",
|
|
105
|
-
"hono",
|
|
106
|
-
"elysia",
|
|
107
|
-
"fastify",
|
|
108
|
-
"fastapi",
|
|
109
|
-
"standard-schema",
|
|
110
|
-
"security",
|
|
111
|
-
"pnpm"
|
|
112
|
-
],
|
|
113
|
-
"license": "MIT",
|
|
114
109
|
"devDependencies": {
|
|
115
110
|
"@hey-api/openapi-ts": "^0.97.1",
|
|
116
111
|
"@types/node": "^25.7.0",
|
|
@@ -119,6 +114,12 @@
|
|
|
119
114
|
"typescript": "^6.0.3",
|
|
120
115
|
"zod": "^4.4.3"
|
|
121
116
|
},
|
|
117
|
+
"files": [
|
|
118
|
+
"dist",
|
|
119
|
+
"bin",
|
|
120
|
+
"README.md"
|
|
121
|
+
],
|
|
122
|
+
"dependencies": {},
|
|
122
123
|
"scripts": {
|
|
123
124
|
"build": "tsc -p tsconfig.json",
|
|
124
125
|
"dev": "tsc -w -p tsconfig.json",
|