Skip to content

Commit 3ce882d

Browse files
chore: release rc 3
1 parent 78306fb commit 3ce882d

File tree

2 files changed

+105
-105
lines changed

2 files changed

+105
-105
lines changed

package.json

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
1-
{
2-
"name": "hono-openapi",
3-
"description": "OpenAPI schema generator for Hono",
4-
"version": "0.5.0-rc.2",
5-
"type": "module",
6-
"main": "dist/index.cjs",
7-
"module": "dist/index.js",
8-
"types": "dist/index.d.ts",
9-
"files": [
10-
"dist"
11-
],
12-
"license": "MIT",
13-
"scripts": {
14-
"build": "pkgroll --clean-dist",
15-
"format": "biome check --write .",
16-
"test": "vitest"
17-
},
18-
"keywords": [
19-
"hono",
20-
"openapi",
21-
"zod",
22-
"valibot",
23-
"typebox",
24-
"arktype",
25-
"effect"
26-
],
27-
"homepage": "https://github.com/rhinobase/hono-openapi",
28-
"publishConfig": {
29-
"access": "public"
30-
},
31-
"repository": {
32-
"type": "git",
33-
"url": "git+https://github.com/rhinobase/hono-openapi.git",
34-
"directory": "packages/core"
35-
},
36-
"bugs": {
37-
"url": "https://github.com/rhinobase/hono-openapi/issues"
38-
},
39-
"exports": {
40-
"import": {
41-
"types": "./dist/index.d.ts",
42-
"default": "./dist/index.js"
43-
},
44-
"require": {
45-
"types": "./dist/index.d.cts",
46-
"default": "./dist/index.cjs"
47-
}
48-
},
49-
"peerDependencies": {
50-
"@hono/standard-validator": "^0.1.2",
51-
"@sinclair/typebox": "^0.34.9",
52-
"@standard-community/standard-json": "^0.3.0-rc.1",
53-
"@standard-community/standard-openapi": "^0.2.0-rc.1",
54-
"arktype": "^2.0.0",
55-
"effect": "^3.16.12",
56-
"hono": "^4.8.3",
57-
"openapi-types": "^12.1.3",
58-
"valibot": "^1.0.0-beta.9",
59-
"zod": "^3.23.8"
60-
},
61-
"peerDependenciesMeta": {
62-
"@hono/standard-validator": {
63-
"optional": true
64-
},
65-
"@sinclair/typebox": {
66-
"optional": true
67-
},
68-
"arktype": {
69-
"optional": true
70-
},
71-
"effect": {
72-
"optional": true
73-
},
74-
"hono": {
75-
"optional": true
76-
},
77-
"valibot": {
78-
"optional": true
79-
},
80-
"zod": {
81-
"optional": true
82-
}
83-
},
84-
"devDependencies": {
85-
"@biomejs/biome": "^2.0.6",
86-
"@standard-schema/spec": "^1.0.0",
87-
"@types/json-schema": "^7.0.15",
88-
"@valibot/to-json-schema": "^1.3.0",
89-
"pkgroll": "^2.13.1",
90-
"typescript": "^5.8.3",
91-
"vitest": "^3.2.4"
92-
},
93-
"packageManager": "pnpm@10.0.0"
1+
{
2+
"name": "hono-openapi",
3+
"description": "OpenAPI schema generator for Hono",
4+
"version": "0.5.0-rc.3",
5+
"type": "module",
6+
"main": "dist/index.cjs",
7+
"module": "dist/index.js",
8+
"types": "dist/index.d.ts",
9+
"files": [
10+
"dist"
11+
],
12+
"license": "MIT",
13+
"scripts": {
14+
"build": "pkgroll --clean-dist",
15+
"format": "biome check --write .",
16+
"test": "vitest"
17+
},
18+
"keywords": [
19+
"hono",
20+
"openapi",
21+
"zod",
22+
"valibot",
23+
"typebox",
24+
"arktype",
25+
"effect"
26+
],
27+
"homepage": "https://github.com/rhinobase/hono-openapi",
28+
"publishConfig": {
29+
"access": "public"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/rhinobase/hono-openapi.git",
34+
"directory": "packages/core"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/rhinobase/hono-openapi/issues"
38+
},
39+
"exports": {
40+
"import": {
41+
"types": "./dist/index.d.ts",
42+
"default": "./dist/index.js"
43+
},
44+
"require": {
45+
"types": "./dist/index.d.cts",
46+
"default": "./dist/index.cjs"
47+
}
48+
},
49+
"peerDependencies": {
50+
"@hono/standard-validator": "^0.1.2",
51+
"@sinclair/typebox": "^0.34.9",
52+
"@standard-community/standard-json": "^0.3.0-rc.3",
53+
"@standard-community/standard-openapi": "^0.2.0-rc.1",
54+
"@types/json-schema": "^7.0.15",
55+
"arktype": "^2.0.0",
56+
"effect": "^3.16.12",
57+
"hono": "^4.8.3",
58+
"openapi-types": "^12.1.3",
59+
"valibot": "^1.0.0-beta.9",
60+
"zod": "^3.23.8"
61+
},
62+
"peerDependenciesMeta": {
63+
"@hono/standard-validator": {
64+
"optional": true
65+
},
66+
"@sinclair/typebox": {
67+
"optional": true
68+
},
69+
"arktype": {
70+
"optional": true
71+
},
72+
"effect": {
73+
"optional": true
74+
},
75+
"hono": {
76+
"optional": true
77+
},
78+
"valibot": {
79+
"optional": true
80+
},
81+
"zod": {
82+
"optional": true
83+
}
84+
},
85+
"devDependencies": {
86+
"@biomejs/biome": "^2.0.6",
87+
"@standard-schema/spec": "^1.0.0",
88+
"@valibot/to-json-schema": "^1.3.0",
89+
"pkgroll": "^2.13.1",
90+
"typescript": "^5.8.3",
91+
"vitest": "^3.2.4"
92+
},
93+
"packageManager": "pnpm@10.0.0"
9494
}

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)