@rexeus/typeweaver-hono 0.4.2 → 0.5.0

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -32,7 +32,8 @@ npm install @rexeus/typeweaver-core
32
32
  npx typeweaver generate --input ./api/definition --output ./api/generated --plugins hono
33
33
  ```
34
34
 
35
- More on the CLI in [@rexeus/typeweaver](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md#️-cli).
35
+ More on the CLI in
36
+ [@rexeus/typeweaver](https://github.com/rexeus/typeweaver/tree/main/packages/cli/README.md#️-cli).
36
37
 
37
38
  ## 📂 Generated Output
38
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rexeus/typeweaver-hono",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "Generates Hono routers and handlers straight from your API definitions. Powered by Typeweaver 🧵✨",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -47,14 +47,14 @@
47
47
  "homepage": "https://github.com/rexeus/typeweaver#readme",
48
48
  "peerDependencies": {
49
49
  "hono": "^4.11.0",
50
- "@rexeus/typeweaver-core": "^0.4.2",
51
- "@rexeus/typeweaver-gen": "^0.4.2"
50
+ "@rexeus/typeweaver-core": "^0.5.0",
51
+ "@rexeus/typeweaver-gen": "^0.5.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "hono": "^4.11.3",
55
55
  "test-utils": "file:../test-utils",
56
- "@rexeus/typeweaver-core": "^0.4.2",
57
- "@rexeus/typeweaver-gen": "^0.4.2"
56
+ "@rexeus/typeweaver-core": "^0.5.0",
57
+ "@rexeus/typeweaver-gen": "^0.5.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "case": "^1.6.3"