@doyuli/create-vue 0.2.2 → 0.2.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doyuli/create-vue",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "description": "@doyuli/create-vue",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "@clack/prompts": "^0.11.0",
35
35
  "ejs": "3.1.10",
36
36
  "picocolors": "^1.1.1",
37
- "@doyuli/kits-core": "^0.2.2"
37
+ "@doyuli/kits-core": "^0.2.3"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "tsdown --watch",
@@ -14,9 +14,6 @@ dist-ssr
14
14
  coverage
15
15
  *.local
16
16
 
17
- /cypress/videos/
18
- /cypress/screenshots/
19
-
20
17
  # Editor directories and files
21
18
  .vscode/*
22
19
  !.vscode/extensions.json
@@ -28,3 +25,15 @@ coverage
28
25
  *.sw?
29
26
 
30
27
  *.tsbuildinfo
28
+
29
+ .eslintcache
30
+
31
+ # Cypress
32
+ /cypress/videos/
33
+ /cypress/screenshots/
34
+
35
+ # Vitest
36
+ __screenshots__/
37
+
38
+ # Vite
39
+ *.timestamp-*-*.mjs