ampless 1.0.0-alpha.12 → 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/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.13",
4
4
  "description": "Serverless CMS for AWS Amplify",
5
5
  "license": "MIT",
6
6
  "type": "module",