@bundlekit/plugin-vue 0.0.2 → 0.0.4

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 +9 -3
package/README.md CHANGED
@@ -88,7 +88,7 @@ export default defineConfig({
88
88
 
89
89
  ## 文档
90
90
 
91
- 完整文档请访问 [https://bundlekit.dev](https://bundlekit.dev)
91
+ 完整文档请访问 [https://bundlekit.harhao.workers.dev](https://bundlekit.harhao.workers.dev)
92
92
 
93
93
  ## License
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundlekit/plugin-vue",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Vue 3 plugin for bundlekit - provides Vue 3 build support and project templates",
5
5
  "main": "./index.ts",
6
6
  "type": "module",
@@ -16,12 +16,18 @@
16
16
  "bundlekit"
17
17
  ],
18
18
  "author": "harhao@163.com",
19
- "license": "ISC",
19
+ "license": "MIT",
20
+ "website": "https://bundlekit.harhao.workers.dev",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/Harhao/bundlekit.git",
24
+ "directory": "packages/bundlekit-plugin-vue"
25
+ },
20
26
  "dependencies": {
21
27
  "@vitejs/plugin-vue": "^5.2.0",
22
28
  "vue": "^3.5.0",
23
29
  "vue-tsc": "^2.2.0",
24
- "@bundlekit/shared-utils": "0.0.2"
30
+ "@bundlekit/shared-utils": "0.0.4"
25
31
  },
26
32
  "devDependencies": {
27
33
  "typescript": "^5.8.2"