create-blocklet 0.4.32 → 0.4.35

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.4.32",
3
+ "version": "0.4.35",
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.17.10",
33
- "@ocap/mcrypto": "^1.17.10",
34
- "@ocap/util": "^1.17.10",
32
+ "@arcblock/did": "^1.17.11",
33
+ "@ocap/mcrypto": "^1.17.11",
34
+ "@ocap/util": "^1.17.11",
35
35
  "boxen": "^6.2.1",
36
36
  "ejs": "^3.1.8",
37
37
  "envfile": "^6.17.0",
@@ -10,6 +10,6 @@
10
10
  "upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json"
11
11
  },
12
12
  "dependencies": {
13
- "@xmark/cli": "^2.3.16"
13
+ "@xmark/cli": "^2.3.21"
14
14
  }
15
15
  }
@@ -16,8 +16,8 @@
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
18
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
19
- "@blocklet/sdk": "^1.8.6",
20
- "@ocap/client": "^1.17.10",
19
+ "@blocklet/sdk": "^1.8.7",
20
+ "@ocap/client": "^1.17.11",
21
21
  "dotenv-flow": "^3.2.0",
22
22
  "express": "^4.18.1"
23
23
  },
@@ -25,12 +25,12 @@
25
25
  ]
26
26
  },
27
27
  "dependencies": {
28
- "@arcblock/did-auth": "^1.17.10",
28
+ "@arcblock/did-auth": "^1.17.11",
29
29
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
30
- "@blocklet/sdk": "^1.8.6",
31
- "@ocap/client": "^1.17.10",
32
- "@ocap/mcrypto": "^1.17.10",
33
- "@ocap/wallet": "^1.17.10",
30
+ "@blocklet/sdk": "^1.8.7",
31
+ "@ocap/client": "^1.17.11",
32
+ "@ocap/mcrypto": "^1.17.11",
33
+ "@ocap/wallet": "^1.17.11",
34
34
  "dotenv-flow": "^3.2.0",
35
35
  "express": "^4.18.1",
36
36
  "next": "12.2.3",
@@ -39,12 +39,12 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@arcblock/did-auth": "^1.17.10",
42
+ "@arcblock/did-auth": "^1.17.11",
43
43
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
44
- "@blocklet/sdk": "^1.8.6",
45
- "@ocap/client": "^1.17.10",
46
- "@ocap/mcrypto": "^1.17.10",
47
- "@ocap/wallet": "^1.17.10",
44
+ "@blocklet/sdk": "^1.8.7",
45
+ "@ocap/client": "^1.17.11",
46
+ "@ocap/mcrypto": "^1.17.11",
47
+ "@ocap/wallet": "^1.17.11",
48
48
  "axios": "^0.27.2",
49
49
  "compression": "^1.7.4",
50
50
  "cookie-parser": "^1.4.6",
@@ -39,12 +39,12 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@arcblock/did-auth": "^1.17.10",
42
+ "@arcblock/did-auth": "^1.17.11",
43
43
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
44
- "@blocklet/sdk": "^1.8.6",
45
- "@ocap/client": "^1.17.10",
46
- "@ocap/mcrypto": "^1.17.10",
47
- "@ocap/wallet": "^1.17.10",
44
+ "@blocklet/sdk": "^1.8.7",
45
+ "@ocap/client": "^1.17.11",
46
+ "@ocap/mcrypto": "^1.17.11",
47
+ "@ocap/wallet": "^1.17.11",
48
48
  "axios": "^0.27.2",
49
49
  "compression": "^1.7.4",
50
50
  "cookie-parser": "^1.4.6",
@@ -29,18 +29,18 @@
29
29
  "nodemon": "^2.0.19",
30
30
  "npm-run-all": "^4.1.5",
31
31
  "prettier": "^2.7.1",
32
- "vite": "^3.0.5",
33
- "vite-plugin-blocklet": "^0.4.32",
32
+ "vite": "^3.0.7",
33
+ "vite-plugin-blocklet": "^0.4.35",
34
34
  "vite-plugin-html": "^3.2.0",
35
35
  "vite-plugin-solid": "^2.3.0"
36
36
  },
37
37
  "dependencies": {
38
- "@arcblock/did-auth": "^1.17.10",
38
+ "@arcblock/did-auth": "^1.17.11",
39
39
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
40
- "@blocklet/sdk": "^1.8.6",
41
- "@ocap/client": "^1.17.10",
42
- "@ocap/mcrypto": "^1.17.10",
43
- "@ocap/wallet": "^1.17.10",
40
+ "@blocklet/sdk": "^1.8.7",
41
+ "@ocap/client": "^1.17.11",
42
+ "@ocap/mcrypto": "^1.17.11",
43
+ "@ocap/wallet": "^1.17.11",
44
44
  "axios": "^0.27.2",
45
45
  "compression": "^1.7.4",
46
46
  "cookie-parser": "^1.4.6",
@@ -23,8 +23,8 @@
23
23
  "husky": "^8.0.1",
24
24
  "lint-staged": "^12.5.0",
25
25
  "prettier": "^2.7.1",
26
- "vite": "^3.0.5",
27
- "vite-plugin-blocklet": "^0.4.32",
26
+ "vite": "^3.0.7",
27
+ "vite-plugin-blocklet": "^0.4.35",
28
28
  "vite-plugin-html": "^3.2.0",
29
29
  "vite-plugin-solid": "^2.3.0"
30
30
  },
@@ -17,12 +17,12 @@
17
17
  "prepare": "husky install"
18
18
  },
19
19
  "dependencies": {
20
- "@arcblock/did-auth": "^1.17.10",
20
+ "@arcblock/did-auth": "^1.17.11",
21
21
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
22
- "@blocklet/sdk": "^1.8.6",
23
- "@ocap/client": "^1.17.10",
24
- "@ocap/mcrypto": "^1.17.10",
25
- "@ocap/wallet": "^1.17.10",
22
+ "@blocklet/sdk": "^1.8.7",
23
+ "@ocap/client": "^1.17.11",
24
+ "@ocap/mcrypto": "^1.17.11",
25
+ "@ocap/wallet": "^1.17.11",
26
26
  "axios": "^0.27.2",
27
27
  "compression": "^1.7.4",
28
28
  "cookie-parser": "^1.4.6",
@@ -42,8 +42,8 @@
42
42
  "lint-staged": "^12.5.0",
43
43
  "prettier": "^2.7.1",
44
44
  "svelte": "^3.49.0",
45
- "vite": "^3.0.5",
46
- "vite-plugin-blocklet": "^0.4.32",
45
+ "vite": "^3.0.7",
46
+ "vite-plugin-blocklet": "^0.4.35",
47
47
  "vite-plugin-html": "^3.2.0"
48
48
  },
49
49
  "lint-staged": {
@@ -24,8 +24,8 @@
24
24
  "lint-staged": "^12.5.0",
25
25
  "prettier": "^2.7.1",
26
26
  "svelte": "^3.49.0",
27
- "vite": "^3.0.5",
28
- "vite-plugin-blocklet": "^0.4.32",
27
+ "vite": "^3.0.7",
28
+ "vite-plugin-blocklet": "^0.4.35",
29
29
  "vite-plugin-html": "^3.2.0"
30
30
  },
31
31
  "lint-staged": {
@@ -18,12 +18,12 @@
18
18
  "prepare": "husky install"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did-auth": "^1.17.10",
21
+ "@arcblock/did-auth": "^1.17.11",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
23
- "@blocklet/sdk": "^1.8.6",
24
- "@ocap/client": "^1.17.10",
25
- "@ocap/mcrypto": "^1.17.10",
26
- "@ocap/wallet": "^1.17.10",
23
+ "@blocklet/sdk": "^1.8.7",
24
+ "@ocap/client": "^1.17.11",
25
+ "@ocap/mcrypto": "^1.17.11",
26
+ "@ocap/wallet": "^1.17.11",
27
27
  "axios": "^0.27.2",
28
28
  "compression": "^1.7.4",
29
29
  "cookie-parser": "^1.4.6",
@@ -36,7 +36,7 @@
36
36
  "vue": "^3.2.37"
37
37
  },
38
38
  "devDependencies": {
39
- "@vitejs/plugin-vue": "^3.0.1",
39
+ "@vitejs/plugin-vue": "^3.0.3",
40
40
  "eslint": "^8.21.0",
41
41
  "eslint-config-prettier": "^8.5.0",
42
42
  "eslint-plugin-prettier": "^4.2.1",
@@ -46,8 +46,8 @@
46
46
  "nodemon": "^2.0.19",
47
47
  "npm-run-all": "^4.1.5",
48
48
  "prettier": "^2.7.1",
49
- "vite": "^3.0.5",
50
- "vite-plugin-blocklet": "^0.4.32"
49
+ "vite": "^3.0.7",
50
+ "vite-plugin-blocklet": "^0.4.35"
51
51
  },
52
52
  "lint-staged": {
53
53
  "*.{mjs,js,vue}": [
@@ -17,7 +17,7 @@
17
17
  "vue": "^3.2.37"
18
18
  },
19
19
  "devDependencies": {
20
- "@vitejs/plugin-vue": "^3.0.1",
20
+ "@vitejs/plugin-vue": "^3.0.3",
21
21
  "eslint": "^8.21.0",
22
22
  "eslint-config-prettier": "^8.5.0",
23
23
  "eslint-plugin-prettier": "^4.2.1",
@@ -25,8 +25,8 @@
25
25
  "husky": "^8.0.1",
26
26
  "lint-staged": "^12.5.0",
27
27
  "prettier": "^2.7.1",
28
- "vite": "^3.0.5",
29
- "vite-plugin-blocklet": "^0.4.32",
28
+ "vite": "^3.0.7",
29
+ "vite-plugin-blocklet": "^0.4.35",
30
30
  "vite-plugin-html": "^3.2.0"
31
31
  },
32
32
  "lint-staged": {
@@ -18,12 +18,12 @@
18
18
  "prepare": "husky install"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did-auth": "^1.17.10",
21
+ "@arcblock/did-auth": "^1.17.11",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.6.3",
23
- "@blocklet/sdk": "^1.8.6",
24
- "@ocap/client": "^1.17.10",
25
- "@ocap/mcrypto": "^1.17.10",
26
- "@ocap/wallet": "^1.17.10",
23
+ "@blocklet/sdk": "^1.8.7",
24
+ "@ocap/client": "^1.17.11",
25
+ "@ocap/mcrypto": "^1.17.11",
26
+ "@ocap/wallet": "^1.17.11",
27
27
  "axios": "^0.27.2",
28
28
  "compression": "^1.7.4",
29
29
  "cookie-parser": "^1.4.6",