create-blocklet 0.4.35 → 0.4.38
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/lib/arcblock.js +1 -1
- package/package.json +2 -2
- package/templates/blocklet-page-static/package.json +1 -1
- package/templates/react-dapp/package.json +1 -1
- package/templates/react-gun-dapp/package.json +1 -1
- package/templates/react-static/package.json +1 -1
- package/templates/solidjs-dapp/package.json +2 -2
- package/templates/solidjs-static/package.json +2 -2
- package/templates/svelte-dapp/package.json +2 -2
- package/templates/svelte-static/package.json +2 -2
- package/templates/vue-dapp/package.json +2 -2
- package/templates/vue-static/package.json +2 -2
- package/templates/vue2-dapp/package.json +1 -1
- package/templates/vue2-static/package.json +1 -1
package/lib/arcblock.js
CHANGED
|
@@ -25,7 +25,7 @@ export function echoBrand({ version = '' }) {
|
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
27
|
export function echoDocument() {
|
|
28
|
-
const url = 'https://
|
|
28
|
+
const url = 'https://developer.blocklet.io/docs/';
|
|
29
29
|
let msg;
|
|
30
30
|
if (terminalLink.isSupported) {
|
|
31
31
|
msg = green(terminalLink(`Documentation: ${url}`, url));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-blocklet",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.38",
|
|
4
4
|
"exports": "./index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "git@github.com:blocklet/create-blocklet.git",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arcblock/eslint-config-base": "0.2.2",
|
|
50
|
-
"eslint": "^8.
|
|
50
|
+
"eslint": "^8.22.0",
|
|
51
51
|
"prettier": "^2.7.1",
|
|
52
52
|
"vitest": "^0.19.1"
|
|
53
53
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"eslint": "^8.
|
|
23
|
+
"eslint": "^8.22.0",
|
|
24
24
|
"eslint-config-prettier": "^8.5.0",
|
|
25
25
|
"eslint-plugin-prettier": "^4.2.1",
|
|
26
26
|
"eslint-plugin-solid": "0.7.1",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"npm-run-all": "^4.1.5",
|
|
31
31
|
"prettier": "^2.7.1",
|
|
32
32
|
"vite": "^3.0.7",
|
|
33
|
-
"vite-plugin-blocklet": "^0.4.
|
|
33
|
+
"vite-plugin-blocklet": "^0.4.38",
|
|
34
34
|
"vite-plugin-html": "^3.2.0",
|
|
35
35
|
"vite-plugin-solid": "^2.3.0"
|
|
36
36
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"eslint": "^8.
|
|
19
|
+
"eslint": "^8.22.0",
|
|
20
20
|
"eslint-config-prettier": "^8.5.0",
|
|
21
21
|
"eslint-plugin-prettier": "^4.2.1",
|
|
22
22
|
"eslint-plugin-solid": "0.7.1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lint-staged": "^12.5.0",
|
|
25
25
|
"prettier": "^2.7.1",
|
|
26
26
|
"vite": "^3.0.7",
|
|
27
|
-
"vite-plugin-blocklet": "^0.4.
|
|
27
|
+
"vite-plugin-blocklet": "^0.4.38",
|
|
28
28
|
"vite-plugin-html": "^3.2.0",
|
|
29
29
|
"vite-plugin-solid": "^2.3.0"
|
|
30
30
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@sveltejs/vite-plugin-svelte": "1.0.1",
|
|
37
|
-
"eslint": "^8.
|
|
37
|
+
"eslint": "^8.22.0",
|
|
38
38
|
"eslint-config-prettier": "^8.5.0",
|
|
39
39
|
"eslint-plugin-prettier": "^4.2.1",
|
|
40
40
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prettier": "^2.7.1",
|
|
44
44
|
"svelte": "^3.49.0",
|
|
45
45
|
"vite": "^3.0.7",
|
|
46
|
-
"vite-plugin-blocklet": "^0.4.
|
|
46
|
+
"vite-plugin-blocklet": "^0.4.38",
|
|
47
47
|
"vite-plugin-html": "^3.2.0"
|
|
48
48
|
},
|
|
49
49
|
"lint-staged": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@sveltejs/vite-plugin-svelte": "1.0.1",
|
|
19
|
-
"eslint": "^8.
|
|
19
|
+
"eslint": "^8.22.0",
|
|
20
20
|
"eslint-config-prettier": "^8.5.0",
|
|
21
21
|
"eslint-plugin-prettier": "^4.2.1",
|
|
22
22
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prettier": "^2.7.1",
|
|
26
26
|
"svelte": "^3.49.0",
|
|
27
27
|
"vite": "^3.0.7",
|
|
28
|
-
"vite-plugin-blocklet": "^0.4.
|
|
28
|
+
"vite-plugin-blocklet": "^0.4.38",
|
|
29
29
|
"vite-plugin-html": "^3.2.0"
|
|
30
30
|
},
|
|
31
31
|
"lint-staged": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.22.0",
|
|
41
41
|
"eslint-config-prettier": "^8.5.0",
|
|
42
42
|
"eslint-plugin-prettier": "^4.2.1",
|
|
43
43
|
"eslint-plugin-vue": "^9.3.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
48
|
"prettier": "^2.7.1",
|
|
49
49
|
"vite": "^3.0.7",
|
|
50
|
-
"vite-plugin-blocklet": "^0.4.
|
|
50
|
+
"vite-plugin-blocklet": "^0.4.38"
|
|
51
51
|
},
|
|
52
52
|
"lint-staged": {
|
|
53
53
|
"*.{mjs,js,vue}": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
21
|
-
"eslint": "^8.
|
|
21
|
+
"eslint": "^8.22.0",
|
|
22
22
|
"eslint-config-prettier": "^8.5.0",
|
|
23
23
|
"eslint-plugin-prettier": "^4.2.1",
|
|
24
24
|
"eslint-plugin-vue": "^9.3.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lint-staged": "^12.5.0",
|
|
27
27
|
"prettier": "^2.7.1",
|
|
28
28
|
"vite": "^3.0.7",
|
|
29
|
-
"vite-plugin-blocklet": "^0.4.
|
|
29
|
+
"vite-plugin-blocklet": "^0.4.38",
|
|
30
30
|
"vite-plugin-html": "^3.2.0"
|
|
31
31
|
},
|
|
32
32
|
"lint-staged": {
|