ampless 1.0.0-alpha.12 → 1.0.0-alpha.14

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.
package/README.ja.md CHANGED
@@ -41,7 +41,7 @@ export default defineConfig({
41
41
 
42
42
  ## 動作要件
43
43
 
44
- - Node.js >= 20
44
+ - Node.js >= 22
45
45
  - AWS Amplify Gen 2
46
46
 
47
47
  ## ライセンス
package/README.md CHANGED
@@ -41,7 +41,7 @@ export default defineConfig({
41
41
 
42
42
  ## Requirements
43
43
 
44
- - Node.js >= 20
44
+ - Node.js >= 22
45
45
  - AWS Amplify Gen 2
46
46
 
47
47
  ## License
package/dist/index.d.ts CHANGED
@@ -213,9 +213,8 @@ type CacheStrategy = 'auto' | 'deep' | 'hot';
213
213
  * Well-known keys:
214
214
  * - `no_layout`: when true, the public page is served as bare HTML
215
215
  * (no theme chrome). Middleware rewrites the request to the
216
- * unified internal route handler (`/r/<slug>`) for such posts
217
- * and renders the body verbatim — no Next.js root layout, no
218
- * theme chrome.
216
+ * internal `/raw/<slug>` handler for such posts and renders the
217
+ * body verbatim — no Next.js root layout, no theme chrome.
219
218
  * - `cache`: see `CacheStrategy`. Overrides the default 'auto'
220
219
  * cache strategy for this post. Independent of `no_layout` —
221
220
  * applies uniformly to themed, no_layout, and static posts.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ampless",
3
- "version": "1.0.0-alpha.12",
3
+ "version": "1.0.0-alpha.14",
4
4
  "description": "Serverless CMS for AWS Amplify",
5
5
  "license": "MIT",
6
6
  "type": "module",