@takuhon/cloudflare 0.15.1 → 0.17.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 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -23,6 +23,8 @@ local edge cache, and `console.log`-based audit logging.
23
23
 
24
24
  \* Registered only when an R2 bucket is bound (see [Image uploads](#image-uploads-r2)).
25
25
 
26
+ `GET /` (and each available `/<locale>/`) returns the **server-rendered mobile profile page** — the same HTML `takuhon build` emits, with Schema.org JSON-LD embedded for crawlers — so a deployment serves a human-facing page and machine-readable structured data from the root, not just the JSON API. It is `Cache-Control: public, max-age=300` and is purged from the edge cache on every admin write.
27
+
26
28
  `POST` / `PATCH` on admin paths returns `405 Method Not Allowed`. Schema
27
29
  validation failures return `422 Unprocessable Entity` with an `errors[]`
28
30
  list of JSON-Schema-style fragment pointers.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takuhon/cloudflare",
3
- "version": "0.15.1",
3
+ "version": "0.17.0",
4
4
  "description": "Cloudflare Workers adapter for takuhon — public API, Workers Assets, KV, R2 integrations",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Takuhon contributors",
@@ -46,10 +46,10 @@
46
46
  "dependencies": {
47
47
  "@modelcontextprotocol/sdk": "^1.29.0",
48
48
  "hono": "^4.12.21",
49
- "@takuhon/activity": "0.15.1",
50
- "@takuhon/mcp": "0.15.1",
51
- "@takuhon/core": "0.15.1",
52
- "@takuhon/api": "0.15.1"
49
+ "@takuhon/activity": "0.17.0",
50
+ "@takuhon/mcp": "0.17.0",
51
+ "@takuhon/api": "0.17.0",
52
+ "@takuhon/core": "0.17.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@cloudflare/workers-types": "^4.20260518.1",