@fonderie/adapter-hono 5.0.0 → 5.0.1

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 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -46,7 +46,7 @@ guard. For custom Fonderie middleware, wrap it with `adapt()`.
46
46
  You've shipped this plumbing before — auth, teams, billing, messaging —
47
47
  and the next project will ask for it again. Fonderie packages it once:
48
48
  plain TypeScript modules for
49
- [`@fonderie/core`](https://github.com/fonderie-js/sdk/tree/main/packages/core),
49
+ [`@fonderie/core`](https://github.com/fonderiejs/sdk/tree/main/packages/core),
50
50
  PostgreSQL-backed, self-hosted, MIT. No external control plane, no
51
51
  per-seat anything. Register the modules you need; skip the ones you don't.
52
52
 
@@ -55,7 +55,7 @@ middleware conventions into Fonderie's, so the bricks run inside an app you
55
55
  already have instead of demanding a rewrite.
56
56
 
57
57
  Browse the whole set at
58
- [fonderie-js/sdk](https://github.com/fonderie-js/sdk) · follow
58
+ [fonderiejs/sdk](https://github.com/fonderiejs/sdk) · follow
59
59
  [@fonderiejs](https://x.com/fonderiejs)
60
60
 
61
61
  ## License
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@fonderie/adapter-hono",
3
- "version": "5.0.0",
4
- "description": "Hono adapter for fonderie-js — bridge(), adapt(), mount() to use fonderie middleware in native Hono routes.",
3
+ "version": "5.0.1",
4
+ "description": "Hono adapter for fonderiejs — bridge(), adapt(), mount() to use fonderie middleware in native Hono routes.",
5
5
  "keywords": [
6
- "fonderie-js",
6
+ "fonderiejs",
7
7
  "hono",
8
8
  "adapter",
9
9
  "middleware",
@@ -38,7 +38,7 @@
38
38
  "@fonderie/core": "^0.5.0",
39
39
  "@fonderie/workspaces": "^5.0.0",
40
40
  "@fonderie/permissions": "^5.0.0",
41
- "@fonderie/billing": "^5.0.0",
41
+ "@fonderie/billing": "^6.0.0",
42
42
  "hono": "^4.0.0"
43
43
  },
44
44
  "peerDependenciesMeta": {
@@ -57,9 +57,9 @@
57
57
  "@fonderie/workspaces": "../workspaces",
58
58
  "@fonderie/permissions": "../permissions",
59
59
  "@fonderie/billing": "../billing",
60
- "hono": "^4.7.11",
61
- "@types/node": "^25.6.0",
62
- "tsx": "^4.21.0",
60
+ "hono": "^4.13.5",
61
+ "@types/node": "^26.4.0",
62
+ "tsx": "^4.23.12",
63
63
  "tsup": "^8.5.1",
64
64
  "typescript": "^6.0.3"
65
65
  },
@@ -74,11 +74,11 @@
74
74
  ],
75
75
  "repository": {
76
76
  "type": "git",
77
- "url": "git+https://github.com/fonderiejs/sdk.git",
77
+ "url": "git+https://github.com/fonderiejs/fonderie.git",
78
78
  "directory": "packages/adapter-hono"
79
79
  },
80
- "homepage": "https://github.com/fonderiejs/sdk/tree/main/packages/adapter-hono#readme",
80
+ "homepage": "https://github.com/fonderiejs/fonderie/tree/main/packages/adapter-hono#readme",
81
81
  "bugs": {
82
- "url": "https://github.com/fonderiejs/sdk/issues"
82
+ "url": "https://github.com/fonderiejs/fonderie/issues"
83
83
  }
84
84
  }