esa-cli 1.0.4-beta.0 → 1.0.4-beta.1

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 +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ ESA CLI is a command-line tool for building with Alibaba Cloud ESA Functions and
15
15
 
16
16
  ### Prerequisites
17
17
 
18
- - Node.js: 20.x or higher (supports 20.x, 22.x)
18
+ - Node.js: 18.x or higher (supports 18.x, 20.x, 22.x)
19
19
  - OS: macOS (x86, Apple Silicon), Linux
20
20
  - Recommended to use a Node version manager like Volta or nvm to avoid permission issues and easily switch Node.js versions.
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esa-cli",
3
- "version": "1.0.4-beta.0",
3
+ "version": "1.0.4-beta.1",
4
4
  "description": "A CLI for operating Alibaba Cloud ESA Functions and Pages.",
5
5
  "main": "bin/enter.cjs",
6
6
  "type": "module",