@t402/hono 2.0.0 → 2.3.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 +1 -1
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -19,7 +19,7 @@ import { HTTPFacilitatorClient } from "@t402/core/server";
19
19
 
20
20
  const app = new Hono();
21
21
 
22
- const facilitatorClient = new HTTPFacilitatorClient({ url: "https://facilitator.t402.org" });
22
+ const facilitatorClient = new HTTPFacilitatorClient({ url: "https://facilitator.t402.io" });
23
23
  const resourceServer = new t402ResourceServer(facilitatorClient)
24
24
  .register("eip155:84532", new ExactEvmScheme());
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t402/hono",
3
- "version": "2.0.0",
3
+ "version": "2.3.0",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,23 +18,24 @@
18
18
  "eslint-plugin-import": "^2.31.0",
19
19
  "eslint-plugin-jsdoc": "^50.6.9",
20
20
  "eslint-plugin-prettier": "^5.2.6",
21
- "hono": "^4.7.1",
21
+ "glob": "^13.0.0",
22
+ "hono": "^4.11.4",
22
23
  "prettier": "3.5.2",
23
24
  "tsup": "^8.4.0",
24
- "tsx": "^4.19.2",
25
+ "tsx": "^4.21.0",
25
26
  "typescript": "^5.7.3",
26
- "vite": "^6.2.6",
27
+ "vite": "^7.3.1",
27
28
  "vite-tsconfig-paths": "^5.1.4",
28
- "vitest": "^3.0.5"
29
+ "vitest": "^3.2.4"
29
30
  },
30
31
  "dependencies": {
31
32
  "zod": "^3.24.2",
32
- "@t402/core": "^2.0.0",
33
- "@t402/extensions": "^2.0.0"
33
+ "@t402/core": "2.3.0",
34
+ "@t402/extensions": "2.3.0"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "hono": "^4.0.0",
37
- "@t402/paywall": "2.0.0"
38
+ "@t402/paywall": "2.3.0"
38
39
  },
39
40
  "peerDependenciesMeta": {
40
41
  "@t402/paywall": {