ampless 1.0.0-alpha.11 → 1.0.0-alpha.13

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
@@ -421,8 +421,8 @@ declare function hasKvStore(): boolean;
421
421
  /**
422
422
  * Access the injected `KvStore` directly. Use the site-setting helpers
423
423
  * (`getSiteSetting` etc.) when storing per-site configuration; reach
424
- * for this lower-level handle only when you need a different PK
425
- * namespace (e.g. `mcp-tokens`).
424
+ * for this lower-level handle when you need a different PK namespace
425
+ * (plugin caches, ad-hoc shared state, etc.).
426
426
  */
427
427
  declare function getKvStore(): KvStore;
428
428
  declare const SITE_CONFIG_PK = "siteconfig";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ampless",
3
- "version": "1.0.0-alpha.11",
3
+ "version": "1.0.0-alpha.13",
4
4
  "description": "Serverless CMS for AWS Amplify",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "homepage": "https://github.com/heavymoons/ampless#readme",
30
30
  "bugs": "https://github.com/heavymoons/ampless/issues",
31
31
  "dependencies": {
32
- "@jsquash/webp": "^1.4.0"
32
+ "@jsquash/webp": "^1.5.0"
33
33
  },
34
34
  "keywords": [
35
35
  "cms",