create-blocklet 0.6.8 → 0.6.9

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.6.8",
3
+ "version": "0.6.9",
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.87",
33
- "@ocap/mcrypto": "^1.18.87",
34
- "@ocap/util": "^1.18.87",
32
+ "@arcblock/did": "^1.18.88",
33
+ "@ocap/mcrypto": "^1.18.88",
34
+ "@ocap/util": "^1.18.88",
35
35
  "boxen": "^6.2.1",
36
36
  "ejs": "^3.1.9",
37
37
  "envfile": "^6.18.0",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
34
34
  "@blocklet/sdk": "^1.16.13",
35
- "@ocap/client": "^1.18.87",
35
+ "@ocap/client": "^1.18.88",
36
36
  "dotenv-flow": "^3.2.0",
37
37
  "express": "^4.18.2"
38
38
  },
@@ -36,7 +36,7 @@
36
36
  "@nestjs/common": "^9.4.3",
37
37
  "@nestjs/core": "^9.4.3",
38
38
  "@nestjs/platform-express": "^9.4.3",
39
- "@ocap/client": "^1.18.87",
39
+ "@ocap/client": "^1.18.88",
40
40
  "dotenv-flow": "^3.2.0",
41
41
  "express": "^4.18.2",
42
42
  "reflect-metadata": "^0.1.13",
@@ -47,7 +47,7 @@
47
47
  "@nestjs/cli": "^9.5.0",
48
48
  "@nestjs/schematics": "^9.2.0",
49
49
  "@types/express": "^4.17.17",
50
- "@types/node": "^18.17.0",
50
+ "@types/node": "^18.17.1",
51
51
  "@typescript-eslint/eslint-plugin": "^5.62.0",
52
52
  "@typescript-eslint/parser": "^5.62.0",
53
53
  "bumpp": "^8.2.1",
@@ -28,12 +28,12 @@
28
28
  ]
29
29
  },
30
30
  "dependencies": {
31
- "@arcblock/did-auth": "^1.18.87",
31
+ "@arcblock/did-auth": "^1.18.88",
32
32
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
33
33
  "@blocklet/sdk": "^1.16.13",
34
- "@ocap/client": "^1.18.87",
35
- "@ocap/mcrypto": "^1.18.87",
36
- "@ocap/wallet": "^1.18.87",
34
+ "@ocap/client": "^1.18.88",
35
+ "@ocap/mcrypto": "^1.18.88",
36
+ "@ocap/wallet": "^1.18.88",
37
37
  "dotenv-flow": "^3.2.0",
38
38
  "express": "^4.18.2",
39
39
  "next": "12.2.3",
@@ -40,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@arcblock/did-auth": "^1.18.87",
43
+ "@arcblock/did-auth": "^1.18.88",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
45
  "@blocklet/sdk": "^1.16.13",
46
- "@ocap/client": "^1.18.87",
47
- "@ocap/mcrypto": "^1.18.87",
48
- "@ocap/wallet": "^1.18.87",
46
+ "@ocap/client": "^1.18.88",
47
+ "@ocap/mcrypto": "^1.18.88",
48
+ "@ocap/wallet": "^1.18.88",
49
49
  "axios": "^0.27.2",
50
50
  "cookie-parser": "^1.4.6",
51
51
  "cors": "^2.8.5",
@@ -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.8",
73
+ "vite-plugin-blocklet": "^0.6.9",
74
74
  "vite-plugin-node-polyfills": "^0.7.0",
75
75
  "vite-plugin-svgr": "^2.4.0",
76
76
  "zx": "^7.2.3"
@@ -38,12 +38,12 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@arcblock/did-auth": "^1.18.87",
41
+ "@arcblock/did-auth": "^1.18.88",
42
42
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
43
43
  "@blocklet/sdk": "^1.16.13",
44
- "@ocap/client": "^1.18.87",
45
- "@ocap/mcrypto": "^1.18.87",
46
- "@ocap/wallet": "^1.18.87",
44
+ "@ocap/client": "^1.18.88",
45
+ "@ocap/mcrypto": "^1.18.88",
46
+ "@ocap/wallet": "^1.18.88",
47
47
  "axios": "^0.27.2",
48
48
  "cookie-parser": "^1.4.6",
49
49
  "cors": "^2.8.5",
@@ -63,7 +63,7 @@
63
63
  "@types/cors": "^2.8.13",
64
64
  "@types/dotenv-flow": "^3.2.0",
65
65
  "@types/express": "^4.17.17",
66
- "@types/node": "^18.17.0",
66
+ "@types/node": "^18.17.1",
67
67
  "@types/react": "^18.2.16",
68
68
  "@types/react-dom": "^18.2.7",
69
69
  "@vitejs/plugin-react": "^2.2.0",
@@ -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.8",
83
+ "vite-plugin-blocklet": "^0.6.9",
84
84
  "vite-plugin-node-polyfills": "^0.7.0",
85
85
  "vite-plugin-svgr": "^2.4.0",
86
86
  "zx": "^7.2.3"
@@ -40,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@arcblock/did-auth": "^1.18.87",
43
+ "@arcblock/did-auth": "^1.18.88",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
45
  "@blocklet/sdk": "^1.16.13",
46
- "@ocap/client": "^1.18.87",
47
- "@ocap/mcrypto": "^1.18.87",
48
- "@ocap/wallet": "^1.18.87",
46
+ "@ocap/client": "^1.18.88",
47
+ "@ocap/mcrypto": "^1.18.88",
48
+ "@ocap/wallet": "^1.18.88",
49
49
  "axios": "^0.27.2",
50
50
  "cookie-parser": "^1.4.6",
51
51
  "cors": "^2.8.5",
@@ -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.8",
74
+ "vite-plugin-blocklet": "^0.6.9",
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.8",
56
+ "vite-plugin-blocklet": "^0.6.9",
57
57
  "vite-plugin-node-polyfills": "^0.7.0",
58
58
  "vite-plugin-svgr": "^2.4.0",
59
59
  "zx": "^7.2.3"
@@ -33,18 +33,18 @@
33
33
  "prettier": "^2.8.8",
34
34
  "rimraf": "^3.0.2",
35
35
  "vite": "^4.4.7",
36
- "vite-plugin-blocklet": "^0.6.8",
36
+ "vite-plugin-blocklet": "^0.6.9",
37
37
  "vite-plugin-node-polyfills": "^0.7.0",
38
38
  "vite-plugin-solid": "^2.7.0",
39
39
  "zx": "^7.2.3"
40
40
  },
41
41
  "dependencies": {
42
- "@arcblock/did-auth": "^1.18.87",
42
+ "@arcblock/did-auth": "^1.18.88",
43
43
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
44
44
  "@blocklet/sdk": "^1.16.13",
45
- "@ocap/client": "^1.18.87",
46
- "@ocap/mcrypto": "^1.18.87",
47
- "@ocap/wallet": "^1.18.87",
45
+ "@ocap/client": "^1.18.88",
46
+ "@ocap/mcrypto": "^1.18.88",
47
+ "@ocap/wallet": "^1.18.88",
48
48
  "axios": "^0.27.2",
49
49
  "cookie-parser": "^1.4.6",
50
50
  "cors": "^2.8.5",
@@ -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.8",
32
+ "vite-plugin-blocklet": "^0.6.9",
33
33
  "vite-plugin-node-polyfills": "^0.7.0",
34
34
  "vite-plugin-solid": "^2.7.0",
35
35
  "zx": "^7.2.3"
@@ -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.87",
20
+ "@arcblock/did-auth": "^1.18.88",
21
21
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
22
22
  "@blocklet/sdk": "^1.16.13",
23
- "@ocap/client": "^1.18.87",
24
- "@ocap/mcrypto": "^1.18.87",
25
- "@ocap/wallet": "^1.18.87",
23
+ "@ocap/client": "^1.18.88",
24
+ "@ocap/mcrypto": "^1.18.88",
25
+ "@ocap/wallet": "^1.18.88",
26
26
  "axios": "^0.27.2",
27
27
  "cookie-parser": "^1.4.6",
28
28
  "cors": "^2.8.5",
@@ -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.8",
49
+ "vite-plugin-blocklet": "^0.6.9",
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.8",
33
+ "vite-plugin-blocklet": "^0.6.9",
34
34
  "vite-plugin-node-polyfills": "^0.7.0",
35
35
  "zx": "^7.2.3"
36
36
  },
@@ -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.87",
21
+ "@arcblock/did-auth": "^1.18.88",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
23
23
  "@blocklet/sdk": "^1.16.13",
24
- "@ocap/client": "^1.18.87",
25
- "@ocap/mcrypto": "^1.18.87",
26
- "@ocap/wallet": "^1.18.87",
24
+ "@ocap/client": "^1.18.88",
25
+ "@ocap/mcrypto": "^1.18.88",
26
+ "@ocap/wallet": "^1.18.88",
27
27
  "axios": "^0.27.2",
28
28
  "cookie-parser": "^1.4.6",
29
29
  "cors": "^2.8.5",
@@ -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.8",
51
+ "vite-plugin-blocklet": "^0.6.9",
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.8",
34
+ "vite-plugin-blocklet": "^0.6.9",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.3"
37
37
  },
@@ -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.87",
21
+ "@arcblock/did-auth": "^1.18.88",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
23
23
  "@blocklet/sdk": "^1.16.13",
24
- "@ocap/client": "^1.18.87",
25
- "@ocap/mcrypto": "^1.18.87",
26
- "@ocap/wallet": "^1.18.87",
24
+ "@ocap/client": "^1.18.88",
25
+ "@ocap/mcrypto": "^1.18.88",
26
+ "@ocap/wallet": "^1.18.88",
27
27
  "axios": "^0.27.2",
28
28
  "cookie-parser": "^1.4.6",
29
29
  "cors": "^2.8.5",
@@ -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.8",
51
+ "vite-plugin-blocklet": "^0.6.9",
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.8",
34
+ "vite-plugin-blocklet": "^0.6.9",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
36
  "zx": "^7.2.3"
37
37
  },