create-blocklet 0.7.0 → 0.7.2
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 +4 -4
- package/templates/express-api/package.json +1 -1
- package/templates/nestjs-api/package.json +1 -1
- package/templates/nextjs-dapp/package.json +4 -4
- package/templates/react-dapp/api/dev.js +3 -2
- package/templates/react-dapp/package.json +5 -5
- package/templates/react-dapp-ts/api/dev.ts +3 -4
- package/templates/react-dapp-ts/package.json +5 -5
- package/templates/react-dapp-ts/tsconfig.json +5 -2
- package/templates/react-gun-dapp/api/dev.js +3 -2
- package/templates/react-gun-dapp/package.json +5 -5
- package/templates/react-static/package.json +1 -1
- package/templates/solidjs-dapp/api/dev.js +3 -2
- package/templates/solidjs-dapp/package.json +5 -5
- package/templates/solidjs-static/package.json +1 -1
- package/templates/svelte-dapp/api/dev.js +3 -2
- package/templates/svelte-dapp/package.json +5 -5
- package/templates/svelte-static/package.json +1 -1
- package/templates/vue-dapp/api/dev.js +3 -2
- package/templates/vue-dapp/package.json +5 -5
- package/templates/vue-static/package.json +1 -1
- package/templates/vue2-dapp/api/dev.js +3 -2
- package/templates/vue2-dapp/package.json +5 -5
- package/templates/vue2-static/package.json +1 -1
- /package/templates/react-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/react-dapp-ts/{vite.config.ts → vite.config.mts} +0 -0
- /package/templates/react-gun-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/react-static/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/solidjs-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/solidjs-static/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/svelte-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/svelte-static/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/vue-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/vue-static/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/vue2-dapp/{vite.config.js → vite.config.mjs} +0 -0
- /package/templates/vue2-static/{vite.config.js → vite.config.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-blocklet",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"exports": "./index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "git@github.com:blocklet/create-blocklet.git",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"test:run": "vitest run"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcblock/did": "^1.18.
|
|
33
|
-
"@ocap/mcrypto": "^1.18.
|
|
34
|
-
"@ocap/util": "^1.18.
|
|
32
|
+
"@arcblock/did": "^1.18.108",
|
|
33
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
34
|
+
"@ocap/util": "^1.18.108",
|
|
35
35
|
"boxen": "^6.2.1",
|
|
36
36
|
"ejs": "^3.1.9",
|
|
37
37
|
"envfile": "^6.22.0",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@arcblock/did-auth": "^1.18.
|
|
31
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
32
32
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
33
33
|
"@blocklet/sdk": "^1.16.20",
|
|
34
|
-
"@ocap/client": "^1.18.
|
|
35
|
-
"@ocap/mcrypto": "^1.18.
|
|
36
|
-
"@ocap/wallet": "^1.18.
|
|
34
|
+
"@ocap/client": "^1.18.108",
|
|
35
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
36
|
+
"@ocap/wallet": "^1.18.108",
|
|
37
37
|
"dotenv-flow": "^3.3.0",
|
|
38
38
|
"express": "^4.18.2",
|
|
39
39
|
"next": "14.0.4",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@arcblock/did-auth": "^1.18.
|
|
43
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
44
44
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
45
45
|
"@blocklet/sdk": "^1.16.20",
|
|
46
|
-
"@ocap/client": "^1.18.
|
|
47
|
-
"@ocap/mcrypto": "^1.18.
|
|
48
|
-
"@ocap/wallet": "^1.18.
|
|
46
|
+
"@ocap/client": "^1.18.108",
|
|
47
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
48
|
+
"@ocap/wallet": "^1.18.108",
|
|
49
49
|
"axios": "^1.6.2",
|
|
50
50
|
"cookie-parser": "^1.4.6",
|
|
51
51
|
"cors": "^2.8.5",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"npm-run-all": "^4.1.5",
|
|
70
70
|
"prettier": "^3.1.1",
|
|
71
71
|
"vite": "^5.0.10",
|
|
72
|
-
"vite-plugin-blocklet": "^0.7.
|
|
72
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
73
73
|
"vite-plugin-svgr": "^4.2.0",
|
|
74
74
|
"zx": "^7.2.3"
|
|
75
75
|
}
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@arcblock/did-auth": "^1.18.
|
|
41
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
42
42
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
43
43
|
"@blocklet/sdk": "^1.16.20",
|
|
44
|
-
"@ocap/client": "^1.18.
|
|
45
|
-
"@ocap/mcrypto": "^1.18.
|
|
46
|
-
"@ocap/wallet": "^1.18.
|
|
44
|
+
"@ocap/client": "^1.18.108",
|
|
45
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
46
|
+
"@ocap/wallet": "^1.18.108",
|
|
47
47
|
"axios": "^1.6.2",
|
|
48
48
|
"cookie-parser": "^1.4.6",
|
|
49
49
|
"cors": "^2.8.5",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"ts-node": "^10.9.2",
|
|
80
80
|
"typescript": "^5.3.3",
|
|
81
81
|
"vite": "^5.0.10",
|
|
82
|
-
"vite-plugin-blocklet": "^0.7.
|
|
82
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
83
83
|
"vite-plugin-svgr": "^4.2.0",
|
|
84
84
|
"zx": "^7.2.3"
|
|
85
85
|
},
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ts-node": {
|
|
3
|
-
"files": true
|
|
3
|
+
"files": true,
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"module": "Node16"
|
|
6
|
+
}
|
|
4
7
|
},
|
|
5
8
|
"compilerOptions": {
|
|
6
9
|
/* Visit https://aka.ms/tsconfig to read more about this file */
|
|
@@ -51,7 +54,7 @@
|
|
|
51
54
|
// "removeComments": true, /* Disable emitting comments. */
|
|
52
55
|
"noEmit": true /* Disable emitting files from a compilation. */,
|
|
53
56
|
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
|
|
54
|
-
"
|
|
57
|
+
"ignoreDeprecations": "5.0",
|
|
55
58
|
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
|
|
56
59
|
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
|
|
57
60
|
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@arcblock/did-auth": "^1.18.
|
|
43
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
44
44
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
45
45
|
"@blocklet/sdk": "^1.16.20",
|
|
46
|
-
"@ocap/client": "^1.18.
|
|
47
|
-
"@ocap/mcrypto": "^1.18.
|
|
48
|
-
"@ocap/wallet": "^1.18.
|
|
46
|
+
"@ocap/client": "^1.18.108",
|
|
47
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
48
|
+
"@ocap/wallet": "^1.18.108",
|
|
49
49
|
"axios": "^1.6.2",
|
|
50
50
|
"cookie-parser": "^1.4.6",
|
|
51
51
|
"cors": "^2.8.5",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"prettier": "^3.1.1",
|
|
71
71
|
"rimraf": "^3.0.2",
|
|
72
72
|
"vite": "^5.0.10",
|
|
73
|
-
"vite-plugin-blocklet": "^0.7.
|
|
73
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
74
74
|
"vite-plugin-svgr": "^4.2.0",
|
|
75
75
|
"zx": "^7.2.3"
|
|
76
76
|
}
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"prettier": "^3.1.1",
|
|
34
34
|
"rimraf": "^3.0.2",
|
|
35
35
|
"vite": "^5.0.10",
|
|
36
|
-
"vite-plugin-blocklet": "^0.7.
|
|
36
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
37
37
|
"vite-plugin-solid": "^2.8.0",
|
|
38
38
|
"zx": "^7.2.3"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@arcblock/did-auth": "^1.18.
|
|
41
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
42
42
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
43
43
|
"@blocklet/sdk": "^1.16.20",
|
|
44
|
-
"@ocap/client": "^1.18.
|
|
45
|
-
"@ocap/mcrypto": "^1.18.
|
|
46
|
-
"@ocap/wallet": "^1.18.
|
|
44
|
+
"@ocap/client": "^1.18.108",
|
|
45
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
46
|
+
"@ocap/wallet": "^1.18.108",
|
|
47
47
|
"axios": "^1.6.2",
|
|
48
48
|
"cookie-parser": "^1.4.6",
|
|
49
49
|
"cors": "^2.8.5",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"bump-version": "zx --quiet scripts/bump-version.mjs"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@arcblock/did-auth": "^1.18.
|
|
20
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
21
21
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
22
22
|
"@blocklet/sdk": "^1.16.20",
|
|
23
|
-
"@ocap/client": "^1.18.
|
|
24
|
-
"@ocap/mcrypto": "^1.18.
|
|
25
|
-
"@ocap/wallet": "^1.18.
|
|
23
|
+
"@ocap/client": "^1.18.108",
|
|
24
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
25
|
+
"@ocap/wallet": "^1.18.108",
|
|
26
26
|
"axios": "^1.6.2",
|
|
27
27
|
"cookie-parser": "^1.4.6",
|
|
28
28
|
"cors": "^2.8.5",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"rimraf": "^3.0.2",
|
|
46
46
|
"svelte": "^4.2.8",
|
|
47
47
|
"vite": "^5.0.10",
|
|
48
|
-
"vite-plugin-blocklet": "^0.7.
|
|
48
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
49
49
|
"zx": "^7.2.3"
|
|
50
50
|
},
|
|
51
51
|
"lint-staged": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"bump-version": "zx --quiet scripts/bump-version.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-auth": "^1.18.
|
|
21
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
22
22
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
23
23
|
"@blocklet/sdk": "^1.16.20",
|
|
24
|
-
"@ocap/client": "^1.18.
|
|
25
|
-
"@ocap/mcrypto": "^1.18.
|
|
26
|
-
"@ocap/wallet": "^1.18.
|
|
24
|
+
"@ocap/client": "^1.18.108",
|
|
25
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
26
|
+
"@ocap/wallet": "^1.18.108",
|
|
27
27
|
"axios": "^1.6.2",
|
|
28
28
|
"cookie-parser": "^1.4.6",
|
|
29
29
|
"cors": "^2.8.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prettier": "^3.1.1",
|
|
48
48
|
"rimraf": "^3.0.2",
|
|
49
49
|
"vite": "^5.0.10",
|
|
50
|
-
"vite-plugin-blocklet": "^0.7.
|
|
50
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
51
51
|
"zx": "^7.2.3"
|
|
52
52
|
},
|
|
53
53
|
"lint-staged": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"bump-version": "zx --quiet scripts/bump-version.mjs"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcblock/did-auth": "^1.18.
|
|
21
|
+
"@arcblock/did-auth": "^1.18.108",
|
|
22
22
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
23
23
|
"@blocklet/sdk": "^1.16.20",
|
|
24
|
-
"@ocap/client": "^1.18.
|
|
25
|
-
"@ocap/mcrypto": "^1.18.
|
|
26
|
-
"@ocap/wallet": "^1.18.
|
|
24
|
+
"@ocap/client": "^1.18.108",
|
|
25
|
+
"@ocap/mcrypto": "^1.18.108",
|
|
26
|
+
"@ocap/wallet": "^1.18.108",
|
|
27
27
|
"axios": "^1.6.2",
|
|
28
28
|
"cookie-parser": "^1.4.6",
|
|
29
29
|
"cors": "^2.8.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prettier": "^3.1.1",
|
|
48
48
|
"rimraf": "^3.0.2",
|
|
49
49
|
"vite": "^5.0.10",
|
|
50
|
-
"vite-plugin-blocklet": "^0.7.
|
|
50
|
+
"vite-plugin-blocklet": "^0.7.2",
|
|
51
51
|
"zx": "^7.2.3"
|
|
52
52
|
},
|
|
53
53
|
"lint-staged": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|