create-blocklet 0.4.77 → 0.4.78

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.4.77",
3
+ "version": "0.4.78",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <link rel="stylesheet" href="./styles/style.css" />
8
8
  <title>HTML Template</title>
9
- <script src="__meta__.js"></script>
9
+ <script src="__blocklet__.js"></script>
10
10
  </head>
11
11
  <body>
12
12
  <div id="app">
@@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }) {
12
12
  <meta name="theme-color" content="#4F6AF5" />
13
13
  <meta name="description" content="Web site created using create-blocklet" />
14
14
  </Head>
15
- <Script src="__meta__.js" />
15
+ <Script src="__blocklet__.js" />
16
16
  <Component {...pageProps} />
17
17
  </>
18
18
  );
@@ -74,7 +74,7 @@
74
74
  "npm-run-all": "^4.1.5",
75
75
  "prettier": "^2.7.1",
76
76
  "vite": "^3.1.8",
77
- "vite-plugin-blocklet": "^0.4.77",
77
+ "vite-plugin-blocklet": "^0.4.78",
78
78
  "vite-plugin-html": "^3.2.0",
79
79
  "vite-plugin-svgr": "^2.2.2",
80
80
  "zx": "^7.1.1"
@@ -70,7 +70,7 @@
70
70
  "npm-run-all": "^4.1.5",
71
71
  "prettier": "^2.7.1",
72
72
  "vite": "^3.1.8",
73
- "vite-plugin-blocklet": "^0.4.77",
73
+ "vite-plugin-blocklet": "^0.4.78",
74
74
  "vite-plugin-html": "^3.2.0",
75
75
  "vite-plugin-svgr": "^2.2.2"
76
76
  }
@@ -50,7 +50,7 @@
50
50
  "lint-staged": "^12.5.0",
51
51
  "prettier": "^2.7.1",
52
52
  "vite": "^3.1.8",
53
- "vite-plugin-blocklet": "^0.4.77",
53
+ "vite-plugin-blocklet": "^0.4.78",
54
54
  "vite-plugin-html": "^3.2.0",
55
55
  "vite-plugin-svgr": "^2.2.2"
56
56
  }
@@ -32,7 +32,7 @@
32
32
  "npm-run-all": "^4.1.5",
33
33
  "prettier": "^2.7.1",
34
34
  "vite": "^3.1.8",
35
- "vite-plugin-blocklet": "^0.4.77",
35
+ "vite-plugin-blocklet": "^0.4.78",
36
36
  "vite-plugin-html": "^3.2.0",
37
37
  "vite-plugin-solid": "^2.3.9"
38
38
  },
@@ -26,7 +26,7 @@
26
26
  "lint-staged": "^12.5.0",
27
27
  "prettier": "^2.7.1",
28
28
  "vite": "^3.1.8",
29
- "vite-plugin-blocklet": "^0.4.77",
29
+ "vite-plugin-blocklet": "^0.4.78",
30
30
  "vite-plugin-html": "^3.2.0",
31
31
  "vite-plugin-solid": "^2.3.9"
32
32
  },
@@ -46,7 +46,7 @@
46
46
  "prettier": "^2.7.1",
47
47
  "svelte": "^3.52.0",
48
48
  "vite": "^3.1.8",
49
- "vite-plugin-blocklet": "^0.4.77",
49
+ "vite-plugin-blocklet": "^0.4.78",
50
50
  "vite-plugin-html": "^3.2.0"
51
51
  },
52
52
  "lint-staged": {
@@ -27,7 +27,7 @@
27
27
  "prettier": "^2.7.1",
28
28
  "svelte": "^3.52.0",
29
29
  "vite": "^3.1.8",
30
- "vite-plugin-blocklet": "^0.4.77",
30
+ "vite-plugin-blocklet": "^0.4.78",
31
31
  "vite-plugin-html": "^3.2.0"
32
32
  },
33
33
  "lint-staged": {
@@ -49,7 +49,7 @@
49
49
  "npm-run-all": "^4.1.5",
50
50
  "prettier": "^2.7.1",
51
51
  "vite": "^3.1.8",
52
- "vite-plugin-blocklet": "^0.4.77"
52
+ "vite-plugin-blocklet": "^0.4.78"
53
53
  },
54
54
  "lint-staged": {
55
55
  "*.{mjs,js,vue}": [
@@ -28,7 +28,7 @@
28
28
  "lint-staged": "^12.5.0",
29
29
  "prettier": "^2.7.1",
30
30
  "vite": "^3.1.8",
31
- "vite-plugin-blocklet": "^0.4.77",
31
+ "vite-plugin-blocklet": "^0.4.78",
32
32
  "vite-plugin-html": "^3.2.0"
33
33
  },
34
34
  "lint-staged": {
@@ -7,7 +7,7 @@
7
7
  <meta name="theme-color" content="#4F6AF5" />
8
8
  <meta name="description" content="Web site created using create-blocklet" />
9
9
  <title><%= htmlWebpackPlugin.options.title %></title>
10
- <script src="__meta__.js"></script>
10
+ <script src="__blocklet__.js"></script>
11
11
  </head>
12
12
  <body>
13
13
  <noscript>You need to enable JavaScript to run this app.</noscript>
@@ -7,7 +7,7 @@
7
7
  <meta name="theme-color" content="#4F6AF5" />
8
8
  <meta name="description" content="Web site created using create-blocklet" />
9
9
  <title><%= htmlWebpackPlugin.options.title %></title>
10
- <script src="__meta__.js"></script>
10
+ <script src="__blocklet__.js"></script>
11
11
  </head>
12
12
  <body>
13
13
  <noscript>You need to enable JavaScript to run this app.</noscript>