auto-vue-basic 0.0.25 → 0.0.27

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/dist/version.js +1 -1
  2. package/package.json +56 -56
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- 'export const __VERSION__ = "'$(npm pkg get version | tr -d '"')"'"
1
+ export const __VERSION__ = "0.0.26'
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
- {
2
- "name": "auto-vue-basic",
3
- "version": "0.0.25",
4
- "type": "module",
5
- "main": "./dist/auto-vue-basic.umd.js",
6
- "module": "./dist/auto-vue-basic.es.js",
7
- "types": "./dist/types/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "dev": "vite --port 9000",
13
- "dev:5173": "vite --port 5173",
14
- "build:pub": "npm run build && npm run publish:latest",
15
- "build": "rm -rf dist && vite build --config vite.config.ts && echo 'export const __VERSION__ = \"'$(npm pkg get version | tr -d '\"')\"'\" > dist/version.js",
16
- "publish:latest": "npm version patch --no-git-tag-version && npm publish",
17
- "update:auto": "npm uni auto-vue-manual && npm i auto-vue-manual && npm list auto-vue-manual"
18
- },
19
- "dependencies": {
20
- "@element-plus/icons-vue": "^2.3.1",
21
- "auto-vue-manual": "^0.1.36",
22
- "axios": "^1.7.9",
23
- "element-plus": "^2.9.3",
24
- "mitt": "^3.0.1",
25
- "vue": "^3.5.13"
26
- },
27
- "devDependencies": {
28
- "@types/node": "^22.10.2",
29
- "@vitejs/plugin-vue": "^5.2.1",
30
- "@vitejs/plugin-vue-jsx": "^4.1.1",
31
- "@vitest/browser": "^3.2.3",
32
- "@vitest/coverage-v8": "^3.2.3",
33
- "@vue/babel-plugin-jsx": "^1.2.5",
34
- "@vue/runtime-core": "^3.5.13",
35
- "@vue/runtime-dom": "^3.5.13",
36
- "@vue/tsconfig": "^0.7.0",
37
- "pinia": "^2.3.0",
38
- "pinia-plugin-persistedstate": "^3.2.3",
39
- "playwright": "^1.53.0",
40
- "sass": "^1.77.6",
41
- "sass-loader": "^16.0.4",
42
- "typescript": "~5.6.2",
43
- "vite": "^6.0.5",
44
- "vite-plugin-dts": "^4.5.3",
45
- "vitest": "^3.2.3",
46
- "vue-router": "^4.5.0",
47
- "vue-tsc": "^2.2.0"
48
- },
49
- "peerDependencies": {
50
- "@element-plus/icons-vue": "^2.3.1",
51
- "element-plus": "^2.9.3",
52
- "sass": "^1.77.6",
53
- "sass-loader": "^16.0.4",
54
- "vue": "^3.5.13"
55
- }
56
- }
1
+ {
2
+ "name": "auto-vue-basic",
3
+ "version": "0.0.27",
4
+ "type": "module",
5
+ "main": "./dist/auto-vue-basic.umd.js",
6
+ "module": "./dist/auto-vue-basic.es.js",
7
+ "types": "./dist/types/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "dev": "vite --port 9000",
13
+ "dev:5173": "vite --port 5173",
14
+ "build:pub": "npm run build && npm run publish:latest",
15
+ "build": "rm -rf dist && vite build --config vite.config.ts && echo 'export const __VERSION__ = \"'$(npm pkg get version | tr -d '\"')\"'\" > dist/version.js",
16
+ "publish:latest": "npm version patch --no-git-tag-version && npm publish",
17
+ "update:auto": "npm uni auto-vue-manual && npm i auto-vue-manual && npm list auto-vue-manual"
18
+ },
19
+ "dependencies": {
20
+ "@element-plus/icons-vue": "^2.3.1",
21
+ "auto-vue-manual": "^0.1.39",
22
+ "axios": "^1.7.9",
23
+ "element-plus": "^2.9.3",
24
+ "mitt": "^3.0.1",
25
+ "vue": "^3.5.13"
26
+ },
27
+ "devDependencies": {
28
+ "@types/node": "^22.10.2",
29
+ "@vitejs/plugin-vue": "^5.2.1",
30
+ "@vitejs/plugin-vue-jsx": "^4.1.1",
31
+ "@vitest/browser": "^3.2.3",
32
+ "@vitest/coverage-v8": "^3.2.3",
33
+ "@vue/babel-plugin-jsx": "^1.2.5",
34
+ "@vue/runtime-core": "^3.5.13",
35
+ "@vue/runtime-dom": "^3.5.13",
36
+ "@vue/tsconfig": "^0.7.0",
37
+ "pinia": "^2.3.0",
38
+ "pinia-plugin-persistedstate": "^3.2.3",
39
+ "playwright": "^1.53.0",
40
+ "sass": "^1.77.6",
41
+ "sass-loader": "^16.0.4",
42
+ "typescript": "~5.6.2",
43
+ "vite": "^6.0.5",
44
+ "vite-plugin-dts": "^4.5.3",
45
+ "vitest": "^3.2.3",
46
+ "vue-router": "^4.5.0",
47
+ "vue-tsc": "^2.2.0"
48
+ },
49
+ "peerDependencies": {
50
+ "@element-plus/icons-vue": "^2.3.1",
51
+ "element-plus": "^2.9.3",
52
+ "sass": "^1.77.6",
53
+ "sass-loader": "^16.0.4",
54
+ "vue": "^3.5.13"
55
+ }
56
+ }