fast-vite-plugins 1.0.15 → 1.0.16
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 +4 -4
- package/README.zh.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[中](https://gitee.com/
|
|
1
|
+
[中](https://gitee.com/FastDotnet/Fast.Vite.Plugins) | **En**
|
|
2
2
|
|
|
3
3
|
<h1 align="center">Fast.Vite.Plugins</h1>
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/fast-vite-plugins">
|
|
11
11
|
<img src="https://img.shields.io/npm/v/fast-vite-plugins?color=orange&label=" alt="version" />
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://gitee.com/
|
|
13
|
+
<a href="https://gitee.com/FastDotnet/Fast.Vite.Plugins/blob/master/LICENSE">
|
|
14
14
|
<img src="https://img.shields.io/npm/l/fast-vite-plugins" alt="license" />
|
|
15
15
|
</a>
|
|
16
16
|
</p>
|
|
@@ -73,11 +73,11 @@ export default defineConfig({
|
|
|
73
73
|
|
|
74
74
|
## Update log
|
|
75
75
|
|
|
76
|
-
Update log [Click to view](https://gitee.com/
|
|
76
|
+
Update log [Click to view](https://gitee.com/FastDotnet/Fast.Vite.Plugins/commits/master)
|
|
77
77
|
|
|
78
78
|
## Protocol
|
|
79
79
|
|
|
80
|
-
[Fast.Vite.Plugins](https://gitee.com/
|
|
80
|
+
[Fast.Vite.Plugins](https://gitee.com/FastDotnet/Fast.Vite.Plugins) complies with the [Apache-2.0](https://gitee.com/FastDotnet/Fast.Vite.Plugins/blob/master/LICENSE) open source agreement. Welcome to submit `PR` or `Issue`.
|
|
81
81
|
|
|
82
82
|
```
|
|
83
83
|
Apache Open Source License
|
package/README.zh.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
**中** | [En](https://github.com/China-xiaoFang/
|
|
1
|
+
**中** | [En](https://github.com/China-xiaoFang/Fast.Vite.Plugins)
|
|
2
2
|
|
|
3
3
|
<h1 align="center">Fast.Vite.Plugins</h1>
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/fast-vite-plugins">
|
|
11
11
|
<img src="https://img.shields.io/npm/v/fast-vite-plugins?color=orange&label=" alt="version" />
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://gitee.com/
|
|
13
|
+
<a href="https://gitee.com/FastDotnet/Fast.Vite.Plugins/blob/master/LICENSE">
|
|
14
14
|
<img src="https://img.shields.io/npm/l/fast-vite-plugins" alt="license" />
|
|
15
15
|
</a>
|
|
16
16
|
</p>
|
|
@@ -73,11 +73,11 @@ export default defineConfig({
|
|
|
73
73
|
|
|
74
74
|
## 更新日志
|
|
75
75
|
|
|
76
|
-
更新日志 [点击查看](https://gitee.com/
|
|
76
|
+
更新日志 [点击查看](https://gitee.com/Fast.Vite.Plugins/commits/master)
|
|
77
77
|
|
|
78
78
|
## 协议
|
|
79
79
|
|
|
80
|
-
[Fast.Vite.Plugins](https://gitee.com/
|
|
80
|
+
[Fast.Vite.Plugins](https://gitee.com/Fast.Vite.Plugins) 遵循 [Apache-2.0](https://gitee.com/Fast.Vite.Plugins/blob/master/LICENSE) 开源协议,欢迎大家提交 `PR` 或 `Issue`。
|
|
81
81
|
|
|
82
82
|
```
|
|
83
83
|
Apache开源许可证
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fast-vite-plugins",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "Fast Vite插件库.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"homepage": "https://fastdotnet.com",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://gitee.com/
|
|
16
|
+
"url": "https://gitee.com/FastDotnet/fast.vite.plugins/issues"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://gitee.com/
|
|
20
|
+
"url": "https://gitee.com/FastDotnet/fast.vite.plugins"
|
|
21
21
|
},
|
|
22
22
|
"author": "小方",
|
|
23
23
|
"files": [
|