@esmx/rspack-vue 3.0.0-rc.62 → 3.0.0-rc.64
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 +3 -3
- package/README.zh-CN.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://esmx.dev/logo.svg?t=2025" width="120" alt="Esmx Logo" />
|
|
3
3
|
<h1>@esmx/rspack-vue</h1>
|
|
4
4
|
|
|
5
5
|
<div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<a href="https://github.com/esmnext/esmx/actions/workflows/build.yml">
|
|
10
10
|
<img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" />
|
|
11
11
|
</a>
|
|
12
|
-
<a href="https://
|
|
12
|
+
<a href="https://esmx.dev/coverage/">
|
|
13
13
|
<img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" />
|
|
14
14
|
</a>
|
|
15
15
|
<a href="https://nodejs.org/">
|
|
@@ -44,7 +44,7 @@ npm install @esmx/rspack-vue -D
|
|
|
44
44
|
|
|
45
45
|
## 📚 Documentation
|
|
46
46
|
|
|
47
|
-
Visit the [official documentation](https://
|
|
47
|
+
Visit the [official documentation](https://esmx.dev) for detailed usage guides and API reference.
|
|
48
48
|
|
|
49
49
|
## 📄 License
|
|
50
50
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://esmx.dev/logo.svg?t=2025" width="120" alt="Esmx Logo" />
|
|
3
3
|
<h1>@esmx/rspack-vue</h1>
|
|
4
4
|
|
|
5
5
|
<div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<a href="https://github.com/esmnext/esmx/actions/workflows/build.yml">
|
|
10
10
|
<img src="https://github.com/esmnext/esmx/actions/workflows/build.yml/badge.svg" alt="Build" />
|
|
11
11
|
</a>
|
|
12
|
-
<a href="https://
|
|
12
|
+
<a href="https://esmx.dev/coverage/">
|
|
13
13
|
<img src="https://img.shields.io/badge/coverage-live%20report-brightgreen" alt="Coverage Report" />
|
|
14
14
|
</a>
|
|
15
15
|
<a href="https://nodejs.org/">
|
|
@@ -44,7 +44,7 @@ npm install @esmx/rspack-vue -D
|
|
|
44
44
|
|
|
45
45
|
## 📚 文档
|
|
46
46
|
|
|
47
|
-
访问[官方文档](https://
|
|
47
|
+
访问[官方文档](https://esmx.dev)获取详细的使用指南和 API 参考。
|
|
48
48
|
|
|
49
49
|
## 📄 许可证
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -56,21 +56,21 @@
|
|
|
56
56
|
"vue": ">=2.7.8 || >=3.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@esmx/rspack": "3.0.0-rc.
|
|
59
|
+
"@esmx/rspack": "3.0.0-rc.64",
|
|
60
60
|
"vue-loader-v15": "npm:vue-loader@15.11.1",
|
|
61
61
|
"vue-loader-v17": "npm:vue-loader@^17.4.2",
|
|
62
62
|
"vue-style-loader": "^4.1.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@biomejs/biome": "1.9.4",
|
|
66
|
-
"@esmx/core": "3.0.0-rc.
|
|
66
|
+
"@esmx/core": "3.0.0-rc.64",
|
|
67
67
|
"@types/node": "^24.0.0",
|
|
68
68
|
"@vitest/coverage-v8": "3.2.4",
|
|
69
69
|
"typescript": "5.9.2",
|
|
70
70
|
"unbuild": "3.6.0",
|
|
71
71
|
"vitest": "3.2.4"
|
|
72
72
|
},
|
|
73
|
-
"version": "3.0.0-rc.
|
|
73
|
+
"version": "3.0.0-rc.64",
|
|
74
74
|
"type": "module",
|
|
75
75
|
"private": false,
|
|
76
76
|
"exports": {
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"template",
|
|
90
90
|
"public"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "8c103750d1e623fa4fa23b6ed9149f39e4a9bd58"
|
|
93
93
|
}
|