create-blocklet 0.6.11 → 0.6.13

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.6.11",
3
+ "version": "0.6.13",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -2,6 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
+ <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
5
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
8
  <link rel="stylesheet" href="./styles/style.css" />
@@ -7,6 +7,7 @@ function MyApp({ Component, pageProps }) {
7
7
  <>
8
8
  <Head>
9
9
  <title>{process.env.APP_TITLE}</title>
10
+ <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
10
11
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
11
12
  <meta name="theme-color" content="#4F6AF5" />
12
13
  <meta name="description" content="Web site created using create-blocklet" />
@@ -8,7 +8,6 @@ export default function Home() {
8
8
  <Head>
9
9
  <title>Create Next App</title>
10
10
  <meta name="description" content="Generated by create next app" />
11
- <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
12
11
  </Head>
13
12
 
14
13
  <main className={styles.main}>
@@ -70,7 +70,7 @@
70
70
  "npm-run-all": "^4.1.5",
71
71
  "prettier": "^2.8.8",
72
72
  "vite": "^4.4.7",
73
- "vite-plugin-blocklet": "^0.6.11",
73
+ "vite-plugin-blocklet": "^0.6.13",
74
74
  "vite-plugin-node-polyfills": "^0.7.0",
75
75
  "vite-plugin-svgr": "^2.4.0",
76
76
  "zx": "^7.2.3"
@@ -2,6 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
+ <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
6
7
  <meta name="theme-color" content="#4F6AF5" />
7
8
  <meta name="description" content="Web site created using create-blocklet" />
@@ -80,7 +80,7 @@
80
80
  "ts-node": "^10.9.1",
81
81
  "typescript": "^4.9.5",
82
82
  "vite": "^4.4.7",
83
- "vite-plugin-blocklet": "^0.6.11",
83
+ "vite-plugin-blocklet": "^0.6.13",
84
84
  "vite-plugin-node-polyfills": "^0.7.0",
85
85
  "vite-plugin-svgr": "^2.4.0",
86
86
  "zx": "^7.2.3"
@@ -71,7 +71,7 @@
71
71
  "prettier": "^2.8.8",
72
72
  "rimraf": "^3.0.2",
73
73
  "vite": "^4.4.7",
74
- "vite-plugin-blocklet": "^0.6.11",
74
+ "vite-plugin-blocklet": "^0.6.13",
75
75
  "vite-plugin-node-polyfills": "^0.7.0",
76
76
  "vite-plugin-svgr": "^2.4.0",
77
77
  "zx": "^7.2.3"
@@ -53,7 +53,7 @@
53
53
  "prettier": "^2.8.8",
54
54
  "rimraf": "^3.0.2",
55
55
  "vite": "^4.4.7",
56
- "vite-plugin-blocklet": "^0.6.11",
56
+ "vite-plugin-blocklet": "^0.6.13",
57
57
  "vite-plugin-node-polyfills": "^0.7.0",
58
58
  "vite-plugin-svgr": "^2.4.0",
59
59
  "zx": "^7.2.3"
@@ -2,6 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
+ <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
7
  <meta name="theme-color" content="#000000" />
7
8
  </head>
@@ -33,7 +33,7 @@
33
33
  "prettier": "^2.8.8",
34
34
  "rimraf": "^3.0.2",
35
35
  "vite": "^4.4.7",
36
- "vite-plugin-blocklet": "^0.6.11",
36
+ "vite-plugin-blocklet": "^0.6.13",
37
37
  "vite-plugin-node-polyfills": "^0.7.0",
38
38
  "vite-plugin-solid": "^2.7.0",
39
39
  "zx": "^7.2.3"
@@ -2,6 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
+ <link rel="icon" href="/favicon.ico?imageFilter=resize&w=32" />
5
6
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
7
  <meta name="theme-color" content="#000000" />
7
8
  </head>
@@ -29,7 +29,7 @@
29
29
  "prettier": "^2.8.8",
30
30
  "rimraf": "^3.0.2",
31
31
  "vite": "^4.4.7",
32
- "vite-plugin-blocklet": "^0.6.11",
32
+ "vite-plugin-blocklet": "^0.6.13",
33
33
  "vite-plugin-node-polyfills": "^0.7.0",
34
34
  "vite-plugin-solid": "^2.7.0",
35
35
  "zx": "^7.2.3"
@@ -46,7 +46,7 @@
46
46
  "rimraf": "^3.0.2",
47
47
  "svelte": "^3.59.2",
48
48
  "vite": "^4.4.7",
49
- "vite-plugin-blocklet": "^0.6.11",
49
+ "vite-plugin-blocklet": "^0.6.13",
50
50
  "vite-plugin-html": "^3.2.0",
51
51
  "vite-plugin-node-polyfills": "^0.7.0",
52
52
  "zx": "^7.2.3"
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^3.0.2",
31
31
  "svelte": "^3.59.2",
32
32
  "vite": "^4.4.7",
33
- "vite-plugin-blocklet": "^0.6.11",
33
+ "vite-plugin-blocklet": "^0.6.13",
34
34
  "vite-plugin-node-polyfills": "^0.7.0",
35
35
  "zx": "^7.2.3"
36
36
  },
@@ -48,7 +48,7 @@
48
48
  "prettier": "^2.8.8",
49
49
  "rimraf": "^3.0.2",
50
50
  "vite": "^4.4.7",
51
- "vite-plugin-blocklet": "^0.6.11",
51
+ "vite-plugin-blocklet": "^0.6.13",
52
52
  "vite-plugin-node-polyfills": "^0.7.0",
53
53
  "zx": "^7.2.3"
54
54
  },
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.8",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^4.4.7",
34
- "vite-plugin-blocklet": "^0.6.11",
34
+ "vite-plugin-blocklet": "^0.6.13",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.3"
37
37
  },
@@ -48,7 +48,7 @@
48
48
  "prettier": "^2.8.8",
49
49
  "rimraf": "^3.0.2",
50
50
  "vite": "^4.4.7",
51
- "vite-plugin-blocklet": "^0.6.11",
51
+ "vite-plugin-blocklet": "^0.6.13",
52
52
  "vite-plugin-node-polyfills": "^0.7.0",
53
53
  "zx": "^7.2.3"
54
54
  },
@@ -31,7 +31,7 @@
31
31
  "prettier": "^2.8.8",
32
32
  "rimraf": "^3.0.2",
33
33
  "vite": "^4.4.7",
34
- "vite-plugin-blocklet": "^0.6.11",
34
+ "vite-plugin-blocklet": "^0.6.13",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.3"
37
37
  },
Binary file
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow: