create-blocklet 0.4.1 → 0.4.4
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/common/.husky/pre-commit +0 -0
- package/common/.makefiles/bump_blocklet_version.sh +0 -0
- package/common/.makefiles/bump_node_version.sh +0 -0
- package/common/.makefiles/bump_version.sh +0 -0
- package/common/logo.png +0 -0
- package/lib/index.js +0 -0
- package/package.json +8 -8
- package/templates/blocklet-page-static/package.json +1 -1
- package/templates/express-api/package.json +1 -1
- package/templates/nextjs-dapp/package.json +4 -4
- package/templates/react-dapp/package.json +7 -7
- package/templates/react-gun-dapp/package.json +7 -7
- package/templates/react-static/package.json +3 -3
- package/templates/solidjs-dapp/package.json +6 -6
- package/templates/solidjs-static/package.json +2 -2
- package/templates/svelte-dapp/package.json +6 -6
- package/templates/svelte-static/package.json +2 -2
- package/templates/vue-dapp/package.json +6 -6
- package/templates/vue-static/package.json +2 -2
- package/templates/vue2-dapp/package.json +9 -9
- package/templates/vue2-static/package.json +5 -5
package/common/.husky/pre-commit
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/common/logo.png
CHANGED
|
Binary file
|
package/lib/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-blocklet",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"exports": "./index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "git@github.com:blocklet/create-blocklet.git",
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
"url": "https://github.com/blocklet/create-blocklet/issues"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/blocklet/create-blocklet/tree/main#readme",
|
|
25
|
+
"scripts": {
|
|
26
|
+
"lint": "eslint .",
|
|
27
|
+
"test": "NODE_ENV=development vitest",
|
|
28
|
+
"test:ui": "vitest --ui",
|
|
29
|
+
"test:run": "vitest run"
|
|
30
|
+
},
|
|
25
31
|
"dependencies": {
|
|
26
32
|
"@arcblock/did": "^1.17.0",
|
|
27
33
|
"@ocap/mcrypto": "^1.17.0",
|
|
@@ -44,11 +50,5 @@
|
|
|
44
50
|
"eslint": "^8.18.0",
|
|
45
51
|
"prettier": "^2.7.1",
|
|
46
52
|
"vitest": "^0.15.2"
|
|
47
|
-
},
|
|
48
|
-
"scripts": {
|
|
49
|
-
"lint": "eslint .",
|
|
50
|
-
"test": "NODE_ENV=development vitest",
|
|
51
|
-
"test:ui": "vitest --ui",
|
|
52
|
-
"test:run": "vitest run"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@arcblock/did-auth": "^1.
|
|
28
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
29
29
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
30
30
|
"@blocklet/sdk": "^1.15.17",
|
|
31
|
-
"@ocap/client": "^1.
|
|
32
|
-
"@ocap/mcrypto": "^1.
|
|
33
|
-
"@ocap/wallet": "^1.
|
|
31
|
+
"@ocap/client": "^1.17.0",
|
|
32
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
33
|
+
"@ocap/wallet": "^1.17.0",
|
|
34
34
|
"dotenv-flow": "^3.2.0",
|
|
35
35
|
"express": "^4.18.1",
|
|
36
36
|
"next": "12.1.6",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@arcblock/did-auth": "^1.
|
|
42
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
43
43
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
44
44
|
"@blocklet/sdk": "^1.15.17",
|
|
45
|
-
"@ocap/client": "^1.
|
|
46
|
-
"@ocap/mcrypto": "^1.
|
|
47
|
-
"@ocap/wallet": "^1.
|
|
45
|
+
"@ocap/client": "^1.17.0",
|
|
46
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
47
|
+
"@ocap/wallet": "^1.17.0",
|
|
48
48
|
"axios": "^0.27.2",
|
|
49
49
|
"compression": "^1.7.4",
|
|
50
50
|
"cookie-parser": "^1.4.6",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"react-router-dom": "^6.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@arcblock/eslint-config": "^0.2.
|
|
61
|
+
"@arcblock/eslint-config": "^0.2.2",
|
|
62
62
|
"@craco/craco": "^6.4.3",
|
|
63
63
|
"babel-eslint": "^10.1.0",
|
|
64
|
-
"eslint": "^8.
|
|
64
|
+
"eslint": "^8.18.0",
|
|
65
65
|
"husky": "^8.0.1",
|
|
66
66
|
"lint-staged": "^12.5.0",
|
|
67
67
|
"nodemon": "^2.0.16",
|
|
68
68
|
"npm-run-all": "^4.1.5",
|
|
69
|
-
"prettier": "^2.7.
|
|
69
|
+
"prettier": "^2.7.1",
|
|
70
70
|
"react-scripts": "5.0.1"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@arcblock/did-auth": "^1.
|
|
42
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
43
43
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
44
44
|
"@blocklet/sdk": "^1.15.17",
|
|
45
|
-
"@ocap/client": "^1.
|
|
46
|
-
"@ocap/mcrypto": "^1.
|
|
47
|
-
"@ocap/wallet": "^1.
|
|
45
|
+
"@ocap/client": "^1.17.0",
|
|
46
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
47
|
+
"@ocap/wallet": "^1.17.0",
|
|
48
48
|
"axios": "^0.27.2",
|
|
49
49
|
"compression": "^1.7.4",
|
|
50
50
|
"cookie-parser": "^1.4.6",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"react-router-dom": "^6.3.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@arcblock/eslint-config": "^0.2.
|
|
62
|
+
"@arcblock/eslint-config": "^0.2.2",
|
|
63
63
|
"@craco/craco": "^6.4.3",
|
|
64
|
-
"eslint": "^8.
|
|
64
|
+
"eslint": "^8.18.0",
|
|
65
65
|
"husky": "^8.0.1",
|
|
66
66
|
"lint-staged": "^12.5.0",
|
|
67
67
|
"nodemon": "^2.0.16",
|
|
68
68
|
"npm-run-all": "^4.1.5",
|
|
69
|
-
"prettier": "^2.7.
|
|
69
|
+
"prettier": "^2.7.1",
|
|
70
70
|
"react-scripts": "5.0.1"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"react-router-dom": "^6.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@arcblock/eslint-config": "^0.2.
|
|
43
|
+
"@arcblock/eslint-config": "^0.2.2",
|
|
44
44
|
"@craco/craco": "^6.4.3",
|
|
45
|
-
"eslint": "^8.
|
|
45
|
+
"eslint": "^8.18.0",
|
|
46
46
|
"husky": "^8.0.1",
|
|
47
47
|
"lint-staged": "^12.5.0",
|
|
48
|
-
"prettier": "^2.7.
|
|
48
|
+
"prettier": "^2.7.1",
|
|
49
49
|
"react-scripts": "5.0.1"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"eslint": "^8.
|
|
23
|
+
"eslint": "^8.18.0",
|
|
24
24
|
"eslint-config-prettier": "^8.5.0",
|
|
25
25
|
"eslint-plugin-prettier": "^4.0.0",
|
|
26
26
|
"eslint-plugin-solid": "0.6.0",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"lint-staged": "^12.5.0",
|
|
29
29
|
"nodemon": "^2.0.16",
|
|
30
30
|
"npm-run-all": "^4.1.5",
|
|
31
|
-
"prettier": "^2.7.
|
|
31
|
+
"prettier": "^2.7.1",
|
|
32
32
|
"vite": "^2.9.12",
|
|
33
33
|
"vite-plugin-blocklet": "^0.1.2",
|
|
34
34
|
"vite-plugin-html": "^3.2.0",
|
|
35
35
|
"vite-plugin-solid": "^2.2.6"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@arcblock/did-auth": "^1.
|
|
38
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
39
39
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
40
40
|
"@blocklet/sdk": "^1.15.17",
|
|
41
|
-
"@ocap/client": "^1.
|
|
42
|
-
"@ocap/mcrypto": "^1.
|
|
43
|
-
"@ocap/wallet": "^1.
|
|
41
|
+
"@ocap/client": "^1.17.0",
|
|
42
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
43
|
+
"@ocap/wallet": "^1.17.0",
|
|
44
44
|
"axios": "^0.27.2",
|
|
45
45
|
"compression": "^1.7.4",
|
|
46
46
|
"cookie-parser": "^1.4.6",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"eslint": "^8.
|
|
19
|
+
"eslint": "^8.18.0",
|
|
20
20
|
"eslint-config-prettier": "^8.5.0",
|
|
21
21
|
"eslint-plugin-prettier": "^4.0.0",
|
|
22
22
|
"eslint-plugin-solid": "0.6.0",
|
|
23
23
|
"husky": "^8.0.1",
|
|
24
24
|
"lint-staged": "^12.5.0",
|
|
25
|
-
"prettier": "^2.7.
|
|
25
|
+
"prettier": "^2.7.1",
|
|
26
26
|
"vite": "^2.9.12",
|
|
27
27
|
"vite-plugin-blocklet": "^0.1.2",
|
|
28
28
|
"vite-plugin-html": "^3.2.0",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"prepare": "husky install"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@arcblock/did-auth": "^1.
|
|
20
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
21
21
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
22
22
|
"@blocklet/sdk": "^1.15.17",
|
|
23
|
-
"@ocap/client": "^1.
|
|
24
|
-
"@ocap/mcrypto": "^1.
|
|
25
|
-
"@ocap/wallet": "^1.
|
|
23
|
+
"@ocap/client": "^1.17.0",
|
|
24
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
25
|
+
"@ocap/wallet": "^1.17.0",
|
|
26
26
|
"axios": "^0.27.2",
|
|
27
27
|
"compression": "^1.7.4",
|
|
28
28
|
"cookie-parser": "^1.4.6",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@sveltejs/vite-plugin-svelte": "1.0.0-next.47",
|
|
37
|
-
"eslint": "^8.
|
|
37
|
+
"eslint": "^8.18.0",
|
|
38
38
|
"eslint-config-prettier": "^8.5.0",
|
|
39
39
|
"eslint-plugin-prettier": "^4.0.0",
|
|
40
40
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
41
41
|
"husky": "^8.0.1",
|
|
42
42
|
"lint-staged": "^12.5.0",
|
|
43
|
-
"prettier": "^2.7.
|
|
43
|
+
"prettier": "^2.7.1",
|
|
44
44
|
"svelte": "^3.48.0",
|
|
45
45
|
"vite": "^2.9.12",
|
|
46
46
|
"vite-plugin-blocklet": "^0.1.2",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@sveltejs/vite-plugin-svelte": "1.0.0-next.47",
|
|
19
|
-
"eslint": "^8.
|
|
19
|
+
"eslint": "^8.18.0",
|
|
20
20
|
"eslint-config-prettier": "^8.5.0",
|
|
21
21
|
"eslint-plugin-prettier": "^4.0.0",
|
|
22
22
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
23
23
|
"husky": "^8.0.1",
|
|
24
24
|
"lint-staged": "^12.5.0",
|
|
25
|
-
"prettier": "^2.7.
|
|
25
|
+
"prettier": "^2.7.1",
|
|
26
26
|
"svelte": "^3.48.0",
|
|
27
27
|
"vite": "^2.9.12",
|
|
28
28
|
"vite-plugin-blocklet": "^0.1.2",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"prepare": "husky install"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-auth": "^1.
|
|
21
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
22
22
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
23
23
|
"@blocklet/sdk": "^1.15.17",
|
|
24
|
-
"@ocap/client": "^1.
|
|
25
|
-
"@ocap/mcrypto": "^1.
|
|
26
|
-
"@ocap/wallet": "^1.
|
|
24
|
+
"@ocap/client": "^1.17.0",
|
|
25
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
26
|
+
"@ocap/wallet": "^1.17.0",
|
|
27
27
|
"axios": "^0.27.2",
|
|
28
28
|
"compression": "^1.7.4",
|
|
29
29
|
"cookie-parser": "^1.4.6",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.18.0",
|
|
41
41
|
"eslint-config-prettier": "^8.5.0",
|
|
42
42
|
"eslint-plugin-prettier": "^4.0.0",
|
|
43
43
|
"eslint-plugin-vue": "^9.1.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"lint-staged": "^12.5.0",
|
|
46
46
|
"nodemon": "^2.0.16",
|
|
47
47
|
"npm-run-all": "^4.1.5",
|
|
48
|
-
"prettier": "^2.7.
|
|
48
|
+
"prettier": "^2.7.1",
|
|
49
49
|
"vite": "^2.9.12",
|
|
50
50
|
"vite-plugin-blocklet": "^0.1.2"
|
|
51
51
|
},
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
21
|
-
"eslint": "^8.
|
|
21
|
+
"eslint": "^8.18.0",
|
|
22
22
|
"eslint-config-prettier": "^8.5.0",
|
|
23
23
|
"eslint-plugin-prettier": "^4.0.0",
|
|
24
24
|
"eslint-plugin-vue": "^9.1.1",
|
|
25
25
|
"husky": "^8.0.1",
|
|
26
26
|
"lint-staged": "^12.5.0",
|
|
27
|
-
"prettier": "^2.7.
|
|
27
|
+
"prettier": "^2.7.1",
|
|
28
28
|
"vite": "^2.9.12",
|
|
29
29
|
"vite-plugin-blocklet": "^0.1.2",
|
|
30
30
|
"vite-plugin-html": "^3.2.0"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"prepare": "husky install"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-auth": "^1.
|
|
21
|
+
"@arcblock/did-auth": "^1.17.0",
|
|
22
22
|
"@arcblock/did-auth-storage-nedb": "^1.6.3",
|
|
23
23
|
"@blocklet/sdk": "^1.15.17",
|
|
24
|
-
"@ocap/client": "^1.
|
|
25
|
-
"@ocap/mcrypto": "^1.
|
|
26
|
-
"@ocap/wallet": "^1.
|
|
24
|
+
"@ocap/client": "^1.17.0",
|
|
25
|
+
"@ocap/mcrypto": "^1.17.0",
|
|
26
|
+
"@ocap/wallet": "^1.17.0",
|
|
27
27
|
"axios": "^0.27.2",
|
|
28
28
|
"compression": "^1.7.4",
|
|
29
29
|
"cookie-parser": "^1.4.6",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/core": "^7.18.5",
|
|
39
39
|
"@babel/eslint-parser": "^7.18.2",
|
|
40
|
-
"@vue/cli-plugin-babel": "~5.0.
|
|
41
|
-
"@vue/cli-plugin-eslint": "~5.0.
|
|
42
|
-
"@vue/cli-service": "~5.0.
|
|
43
|
-
"core-js": "^3.23.
|
|
44
|
-
"eslint": "^8.
|
|
40
|
+
"@vue/cli-plugin-babel": "~5.0.6",
|
|
41
|
+
"@vue/cli-plugin-eslint": "~5.0.6",
|
|
42
|
+
"@vue/cli-service": "~5.0.6",
|
|
43
|
+
"core-js": "^3.23.2",
|
|
44
|
+
"eslint": "^8.18.0",
|
|
45
45
|
"eslint-config-prettier": "^8.5.0",
|
|
46
46
|
"eslint-plugin-prettier": "^4.0.0",
|
|
47
47
|
"eslint-plugin-vue": "^9.1.1",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/core": "^7.18.5",
|
|
21
21
|
"@babel/eslint-parser": "^7.18.2",
|
|
22
|
-
"@vue/cli-plugin-babel": "~5.0.
|
|
23
|
-
"@vue/cli-plugin-eslint": "~5.0.
|
|
24
|
-
"@vue/cli-service": "~5.0.
|
|
25
|
-
"core-js": "^3.23.
|
|
26
|
-
"eslint": "^8.
|
|
22
|
+
"@vue/cli-plugin-babel": "~5.0.6",
|
|
23
|
+
"@vue/cli-plugin-eslint": "~5.0.6",
|
|
24
|
+
"@vue/cli-service": "~5.0.6",
|
|
25
|
+
"core-js": "^3.23.2",
|
|
26
|
+
"eslint": "^8.18.0",
|
|
27
27
|
"eslint-config-prettier": "^8.5.0",
|
|
28
28
|
"eslint-plugin-prettier": "^4.0.0",
|
|
29
29
|
"eslint-plugin-vue": "^9.1.1",
|