create-blocklet 0.9.30 → 0.9.31

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,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -12,6 +12,7 @@
12
12
  "scripts": {
13
13
  "dev": "COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev",
14
14
  "lint": "biome check . && tsc --noEmit",
15
+ "lint:skip": "echo 'skip lint'",
15
16
  "lint:fix": "biome check --apply .",
16
17
  "format": "biome format --write .",
17
18
  "start": "vite-node -c vite-server.config.ts -w api/dev.ts",
@@ -32,8 +33,8 @@
32
33
  },
33
34
  "lint-staged": {
34
35
  "*.{mjs,js,jsx,ts,tsx,css,less,scss,json,graphql}": [
35
- "biome format --write",
36
- "biome lint --apply"
36
+ "pnpm run format",
37
+ "pnpm run lint:skip"
37
38
  ]
38
39
  },
39
40
  "browserslist": {
@@ -97,7 +98,7 @@
97
98
  "typescript": "^5.7.2",
98
99
  "vite": "^5.4.11",
99
100
  "vite-node": "^2.1.8",
100
- "vite-plugin-blocklet": "^0.9.30",
101
+ "vite-plugin-blocklet": "^0.9.31",
101
102
  "vite-plugin-require": "^1.2.14",
102
103
  "vite-plugin-svgr": "^4.3.0",
103
104
  "vite-tsconfig-paths": "^4.3.2",
@@ -78,7 +78,7 @@
78
78
  "simple-git-hooks": "^2.11.1",
79
79
  "tsx": "^4.19.3",
80
80
  "vite": "^5.4.14",
81
- "vite-plugin-blocklet": "^0.9.30",
81
+ "vite-plugin-blocklet": "^0.9.31",
82
82
  "vite-plugin-svgr": "^4.3.0",
83
83
  "zx": "^8.3.2"
84
84
  },
@@ -53,7 +53,7 @@
53
53
  "simple-git-hooks": "^2.11.1",
54
54
  "vite": "^5.4.14",
55
55
  "vite-node": "^2.1.9",
56
- "vite-plugin-blocklet": "^0.9.30",
56
+ "vite-plugin-blocklet": "^0.9.31",
57
57
  "vite-plugin-require": "^1.2.14",
58
58
  "vite-plugin-svgr": "^4.3.0",
59
59
  "zx": "^8.3.2",
@@ -96,7 +96,7 @@
96
96
  "tsx": "^4.19.3",
97
97
  "typescript": "^5.7.3",
98
98
  "vite": "^5.4.14",
99
- "vite-plugin-blocklet": "^0.9.30",
99
+ "vite-plugin-blocklet": "^0.9.31",
100
100
  "vite-plugin-svgr": "^4.3.0",
101
101
  "zx": "^8.3.2"
102
102
  },
@@ -72,7 +72,7 @@
72
72
  "simple-git-hooks": "^2.11.1",
73
73
  "tsx": "^4.19.3",
74
74
  "vite": "^5.4.14",
75
- "vite-plugin-blocklet": "^0.9.30",
75
+ "vite-plugin-blocklet": "^0.9.31",
76
76
  "vite-plugin-svgr": "^4.3.0",
77
77
  "zx": "^8.3.2"
78
78
  },
@@ -82,7 +82,7 @@
82
82
  "tsx": "^4.19.3",
83
83
  "typescript": "^5.7.3",
84
84
  "vite": "^5.4.14",
85
- "vite-plugin-blocklet": "^0.9.30",
85
+ "vite-plugin-blocklet": "^0.9.31",
86
86
  "vite-plugin-svgr": "^4.3.0",
87
87
  "zx": "^8.3.2"
88
88
  },
@@ -72,7 +72,7 @@
72
72
  "simple-git-hooks": "^2.11.1",
73
73
  "tsx": "^4.19.3",
74
74
  "vite": "^5.4.14",
75
- "vite-plugin-blocklet": "^0.9.30",
75
+ "vite-plugin-blocklet": "^0.9.31",
76
76
  "vite-plugin-svgr": "^4.3.0",
77
77
  "zx": "^8.3.2"
78
78
  },
@@ -52,7 +52,7 @@
52
52
  "rimraf": "^5.0.10",
53
53
  "simple-git-hooks": "^2.11.1",
54
54
  "vite": "^5.4.14",
55
- "vite-plugin-blocklet": "^0.9.30",
55
+ "vite-plugin-blocklet": "^0.9.31",
56
56
  "vite-plugin-svgr": "^4.3.0",
57
57
  "zx": "^8.3.2"
58
58
  },
@@ -37,7 +37,7 @@
37
37
  "simple-git-hooks": "^2.11.1",
38
38
  "tsx": "^4.19.3",
39
39
  "vite": "^5.4.14",
40
- "vite-plugin-blocklet": "^0.9.30",
40
+ "vite-plugin-blocklet": "^0.9.31",
41
41
  "vite-plugin-solid": "^2.11.2",
42
42
  "zx": "^8.3.2"
43
43
  },
@@ -32,7 +32,7 @@
32
32
  "simple-git-hooks": "^2.11.1",
33
33
  "solid-js": "^1.9.4",
34
34
  "vite": "^5.4.14",
35
- "vite-plugin-blocklet": "^0.9.30",
35
+ "vite-plugin-blocklet": "^0.9.31",
36
36
  "vite-plugin-solid": "^2.11.2",
37
37
  "zx": "^8.3.2"
38
38
  },
@@ -45,7 +45,7 @@
45
45
  "svelte": "^4.2.19",
46
46
  "tsx": "^4.19.3",
47
47
  "vite": "^5.4.14",
48
- "vite-plugin-blocklet": "^0.9.30",
48
+ "vite-plugin-blocklet": "^0.9.31",
49
49
  "zx": "^8.3.2",
50
50
  "nodemon": "^3.1.9"
51
51
  },
@@ -26,7 +26,7 @@
26
26
  "simple-git-hooks": "^2.11.1",
27
27
  "svelte": "^4.2.19",
28
28
  "vite": "^5.4.14",
29
- "vite-plugin-blocklet": "^0.9.30",
29
+ "vite-plugin-blocklet": "^0.9.31",
30
30
  "zx": "^8.3.2"
31
31
  },
32
32
  "lint-staged": {
@@ -97,7 +97,7 @@
97
97
  "tsx": "^4.19.3",
98
98
  "typescript": "^5.7.3",
99
99
  "vite": "^5.4.14",
100
- "vite-plugin-blocklet": "^0.9.30",
100
+ "vite-plugin-blocklet": "^0.9.31",
101
101
  "vite-plugin-svgr": "^4.3.0",
102
102
  "zx": "^8.3.2"
103
103
  },
@@ -50,7 +50,7 @@
50
50
  "simple-git-hooks": "^2.11.1",
51
51
  "tsx": "^4.19.3",
52
52
  "vite": "^5.4.14",
53
- "vite-plugin-blocklet": "^0.9.30",
53
+ "vite-plugin-blocklet": "^0.9.31",
54
54
  "vue": "^3.5.13",
55
55
  "zx": "^8.3.2"
56
56
  },
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^5.0.10",
31
31
  "simple-git-hooks": "^2.11.1",
32
32
  "vite": "^5.4.14",
33
- "vite-plugin-blocklet": "^0.9.30",
33
+ "vite-plugin-blocklet": "^0.9.31",
34
34
  "vue": "^3.5.13",
35
35
  "zx": "^8.3.2"
36
36
  },
@@ -39,7 +39,7 @@
39
39
  "taze": "^0.16.9",
40
40
  "typescript": "^5.7.3",
41
41
  "vite": "^5.4.14",
42
- "vite-plugin-blocklet": "^0.9.30",
42
+ "vite-plugin-blocklet": "^0.9.31",
43
43
  "vue-tsc": "^2.2.2",
44
44
  "zx": "^8.3.2"
45
45
  },
@@ -49,7 +49,7 @@
49
49
  "simple-git-hooks": "^2.11.1",
50
50
  "tsx": "^4.19.3",
51
51
  "vite": "^5.4.14",
52
- "vite-plugin-blocklet": "^0.9.30",
52
+ "vite-plugin-blocklet": "^0.9.31",
53
53
  "vue": "^2.7.16",
54
54
  "zx": "^8.3.2"
55
55
  },
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^5.0.10",
31
31
  "simple-git-hooks": "^2.11.1",
32
32
  "vite": "^5.4.14",
33
- "vite-plugin-blocklet": "^0.9.30",
33
+ "vite-plugin-blocklet": "^0.9.31",
34
34
  "vue": "^2.7.16",
35
35
  "zx": "^8.3.2"
36
36
  },