create-blocklet 0.5.15 → 0.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -71,7 +71,7 @@
71
71
  "npm-run-all": "^4.1.5",
72
72
  "prettier": "^2.8.3",
73
73
  "vite": "^3.2.5",
74
- "vite-plugin-blocklet": "^0.5.15",
74
+ "vite-plugin-blocklet": "^0.5.16",
75
75
  "vite-plugin-svgr": "^2.4.0",
76
76
  "zx": "^7.1.1"
77
77
  }
@@ -37,7 +37,7 @@ if (isProduction) {
37
37
  app.use(fallback('index.html', { root: staticDir }));
38
38
 
39
39
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
40
- app.use(<ErrorRequestHandler>((err, req, res, next) => {
40
+ app.use(<ErrorRequestHandler>((err, _req, res, _next) => {
41
41
  logger.error(err.stack);
42
42
  res.status(500).send('Something broke!');
43
43
  }));
@@ -82,7 +82,7 @@
82
82
  "ts-node": "^10.9.1",
83
83
  "typescript": "^4.9.4",
84
84
  "vite": "^3.2.5",
85
- "vite-plugin-blocklet": "^0.5.15",
85
+ "vite-plugin-blocklet": "^0.5.16",
86
86
  "vite-plugin-svgr": "^2.4.0",
87
87
  "zx": "^7.1.1"
88
88
  },
@@ -72,7 +72,7 @@
72
72
  "prettier": "^2.8.3",
73
73
  "rimraf": "^3.0.2",
74
74
  "vite": "^3.2.5",
75
- "vite-plugin-blocklet": "^0.5.15",
75
+ "vite-plugin-blocklet": "^0.5.16",
76
76
  "vite-plugin-svgr": "^2.4.0",
77
77
  "zx": "^7.1.1"
78
78
  }
@@ -53,7 +53,7 @@
53
53
  "prettier": "^2.8.3",
54
54
  "rimraf": "^3.0.2",
55
55
  "vite": "^3.2.5",
56
- "vite-plugin-blocklet": "^0.5.15",
56
+ "vite-plugin-blocklet": "^0.5.16",
57
57
  "vite-plugin-svgr": "^2.4.0",
58
58
  "zx": "^7.1.1"
59
59
  }
@@ -33,7 +33,7 @@
33
33
  "prettier": "^2.8.3",
34
34
  "rimraf": "^3.0.2",
35
35
  "vite": "^3.2.5",
36
- "vite-plugin-blocklet": "^0.5.15",
36
+ "vite-plugin-blocklet": "^0.5.16",
37
37
  "vite-plugin-solid": "^2.5.0",
38
38
  "zx": "^7.1.1"
39
39
  },
@@ -29,7 +29,7 @@
29
29
  "prettier": "^2.8.3",
30
30
  "rimraf": "^3.0.2",
31
31
  "vite": "^3.2.5",
32
- "vite-plugin-blocklet": "^0.5.15",
32
+ "vite-plugin-blocklet": "^0.5.16",
33
33
  "vite-plugin-solid": "^2.5.0",
34
34
  "zx": "^7.1.1"
35
35
  },
@@ -47,7 +47,7 @@
47
47
  "rimraf": "^3.0.2",
48
48
  "svelte": "^3.55.1",
49
49
  "vite": "^3.2.5",
50
- "vite-plugin-blocklet": "^0.5.15",
50
+ "vite-plugin-blocklet": "^0.5.16",
51
51
  "vite-plugin-html": "^3.2.0",
52
52
  "zx": "^7.1.1"
53
53
  },
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^3.0.2",
31
31
  "svelte": "^3.55.1",
32
32
  "vite": "^3.2.5",
33
- "vite-plugin-blocklet": "^0.5.15",
33
+ "vite-plugin-blocklet": "^0.5.16",
34
34
  "zx": "^7.1.1"
35
35
  },
36
36
  "lint-staged": {
@@ -49,7 +49,7 @@
49
49
  "prettier": "^2.8.3",
50
50
  "rimraf": "^3.0.2",
51
51
  "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.5.15",
52
+ "vite-plugin-blocklet": "^0.5.16",
53
53
  "zx": "^7.1.1"
54
54
  },
55
55
  "lint-staged": {
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.3",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.5.15",
34
+ "vite-plugin-blocklet": "^0.5.16",
35
35
  "zx": "^7.1.1"
36
36
  },
37
37
  "lint-staged": {
@@ -49,7 +49,7 @@
49
49
  "prettier": "^2.8.3",
50
50
  "rimraf": "^3.0.2",
51
51
  "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.5.15",
52
+ "vite-plugin-blocklet": "^0.5.16",
53
53
  "zx": "^7.1.1"
54
54
  },
55
55
  "lint-staged": {
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.3",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.5.15",
34
+ "vite-plugin-blocklet": "^0.5.16",
35
35
  "zx": "^7.1.1"
36
36
  },
37
37
  "lint-staged": {