@esmx/class-state 3.0.0-rc.69 → 3.0.0-rc.71
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.md +8 -1
- package/README.zh-CN.md +8 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -39,7 +39,14 @@
|
|
|
39
39
|
## 📦 Installation
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
+
# npm
|
|
42
43
|
npm install @esmx/class-state
|
|
44
|
+
|
|
45
|
+
# pnpm
|
|
46
|
+
pnpm add @esmx/class-state
|
|
47
|
+
|
|
48
|
+
# yarn
|
|
49
|
+
yarn add @esmx/class-state
|
|
43
50
|
```
|
|
44
51
|
|
|
45
52
|
## 📚 Documentation
|
|
@@ -48,4 +55,4 @@ Visit the [official documentation](https://esmx.dev) for detailed usage guides a
|
|
|
48
55
|
|
|
49
56
|
## 📄 License
|
|
50
57
|
|
|
51
|
-
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
|
58
|
+
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
package/README.zh-CN.md
CHANGED
|
@@ -39,7 +39,14 @@
|
|
|
39
39
|
## 📦 安装
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
+
# npm
|
|
42
43
|
npm install @esmx/class-state
|
|
44
|
+
|
|
45
|
+
# pnpm
|
|
46
|
+
pnpm add @esmx/class-state
|
|
47
|
+
|
|
48
|
+
# yarn
|
|
49
|
+
yarn add @esmx/class-state
|
|
43
50
|
```
|
|
44
51
|
|
|
45
52
|
## 📚 文档
|
|
@@ -48,4 +55,4 @@ npm install @esmx/class-state
|
|
|
48
55
|
|
|
49
56
|
## 📄 许可证
|
|
50
57
|
|
|
51
|
-
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
|
58
|
+
MIT © [Esmx Team](https://github.com/esmnext/esmx)
|
package/package.json
CHANGED
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@biomejs/biome": "1.9.4",
|
|
36
|
-
"@types/node": "^24.
|
|
36
|
+
"@types/node": "^24.10.0",
|
|
37
37
|
"@vitest/coverage-v8": "3.2.4",
|
|
38
|
-
"@vue/compiler-dom": "^3.5.
|
|
39
|
-
"typescript": "5.9.
|
|
40
|
-
"unbuild": "3.6.
|
|
38
|
+
"@vue/compiler-dom": "^3.5.23",
|
|
39
|
+
"typescript": "5.9.3",
|
|
40
|
+
"unbuild": "3.6.1",
|
|
41
41
|
"vitest": "3.2.4",
|
|
42
|
-
"vue": "^3.5.
|
|
42
|
+
"vue": "^3.5.23"
|
|
43
43
|
},
|
|
44
|
-
"version": "3.0.0-rc.
|
|
44
|
+
"version": "3.0.0-rc.71",
|
|
45
45
|
"type": "module",
|
|
46
46
|
"private": false,
|
|
47
47
|
"exports": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"template",
|
|
61
61
|
"public"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1616c7a1f820387d4d14bac0babd42356f6f7f33"
|
|
64
64
|
}
|