create-blocklet 0.6.1 → 0.6.3

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/index.js CHANGED
@@ -293,7 +293,7 @@ async function init() {
293
293
 
294
294
  console.log(`\nScaffolding project in ${cyan(root)}`);
295
295
 
296
- const scaffoldSpinner = ora('Creating project...').start();
296
+ const scaffoldSpinner = ora('Creating project...\n').start();
297
297
  // name 是用户输入的项目名称
298
298
  const name = packageName || targetDir;
299
299
 
@@ -315,7 +315,8 @@ async function init() {
315
315
  } else {
316
316
  try {
317
317
  didList = await getBlockletDidList(templateNames, connectUrl);
318
- } catch {
318
+ } catch (err) {
319
+ console.error(red(err.message));
319
320
  process.exit(1);
320
321
  }
321
322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blocklet",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "exports": "./index.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:blocklet/create-blocklet.git",
@@ -29,25 +29,25 @@
29
29
  "test:run": "vitest run"
30
30
  },
31
31
  "dependencies": {
32
- "@arcblock/did": "^1.18.65",
33
- "@ocap/mcrypto": "^1.18.65",
34
- "@ocap/util": "^1.18.65",
32
+ "@arcblock/did": "^1.18.78",
33
+ "@ocap/mcrypto": "^1.18.78",
34
+ "@ocap/util": "^1.18.78",
35
35
  "boxen": "^6.2.1",
36
36
  "ejs": "^3.1.9",
37
37
  "envfile": "^6.18.0",
38
- "figlet": "^1.5.2",
38
+ "figlet": "^1.6.0",
39
39
  "gradient-string": "^2.0.2",
40
40
  "jdenticon": "^3.2.0",
41
41
  "ora": "^6.3.0",
42
42
  "prompts": "^2.4.2",
43
- "semver": "^7.3.8",
43
+ "semver": "^7.5.0",
44
44
  "terminal-link": "^3.0.0",
45
45
  "zx": "7.0.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arcblock/eslint-config-base": "0.2.2",
49
- "eslint": "^8.37.0",
50
- "prettier": "^2.8.7",
49
+ "eslint": "^8.40.0",
50
+ "prettier": "^2.8.8",
51
51
  "vitest": "^0.19.1"
52
52
  }
53
53
  }
@@ -12,13 +12,13 @@
12
12
  "upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json",
13
13
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
14
14
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
15
- "bump-version": "zx scripts/bump-version.mjs"
15
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@xmark/cli": "^2.5.2",
19
- "@xmark/theme-docs": "^2.5.2",
18
+ "@xmark/cli": "^2.5.4",
19
+ "@xmark/theme-docs": "^2.5.4",
20
20
  "bumpp": "^8.2.1",
21
21
  "rimraf": "^3.0.2",
22
- "zx": "^7.2.1"
22
+ "zx": "^7.2.2"
23
23
  }
24
24
  }
@@ -15,7 +15,7 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "lint-staged": {
21
21
  "*.{mjs,js,ts}": [
@@ -31,20 +31,20 @@
31
31
  "license": "ISC",
32
32
  "dependencies": {
33
33
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
34
- "@blocklet/sdk": "^1.16.2",
35
- "@ocap/client": "^1.18.65",
34
+ "@blocklet/sdk": "^1.16.7",
35
+ "@ocap/client": "^1.18.78",
36
36
  "dotenv-flow": "^3.2.0",
37
37
  "express": "^4.18.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arcblock/eslint-config-base": "^0.2.3",
41
41
  "bumpp": "^8.2.1",
42
- "eslint": "^8.37.0",
42
+ "eslint": "^8.40.0",
43
43
  "husky": "^8.0.3",
44
44
  "lint-staged": "^12.5.0",
45
45
  "nodemon": "^2.0.22",
46
- "prettier": "^2.8.7",
46
+ "prettier": "^2.8.8",
47
47
  "rimraf": "^3.0.2",
48
- "zx": "^7.2.1"
48
+ "zx": "^7.2.2"
49
49
  }
50
50
  }
@@ -9,7 +9,7 @@
9
9
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
10
10
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
11
11
  "upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json",
12
- "bump-version": "zx scripts/bump-version.mjs"
12
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
13
13
  },
14
14
  "keywords": [],
15
15
  "author": "",
@@ -17,6 +17,6 @@
17
17
  "devDependencies": {
18
18
  "bumpp": "^8.2.1",
19
19
  "rimraf": "^3.0.2",
20
- "zx": "^7.2.1"
20
+ "zx": "^7.2.2"
21
21
  }
22
22
  }
@@ -16,7 +16,7 @@
16
16
  "lint:fix": "lerna run lint:fix",
17
17
  "build": "lerna run clean && lerna run build",
18
18
  "clean": "lerna clean && lerna run clean",
19
- "bump-version": "zx scripts/bump-version.mjs --quiet",
19
+ "bump-version": "zx --quiet scripts/bump-version.mjs",
20
20
  "update:deps": "lerna exec --no-bail -- \"ncu -u -f /arcblock\\|ocap\\|abtnode\\|blocklet\\|did-connect/\" && lerna bootstrap && npx yarn-deduplicate yarn.lock && yarn"
21
21
  },
22
22
  "keywords": [],
@@ -25,9 +25,9 @@
25
25
  "devDependencies": {
26
26
  "@arcblock/eslint-config": "0.2.2",
27
27
  "bumpp": "^7.2.0",
28
- "eslint": "^8.37.0",
28
+ "eslint": "^8.40.0",
29
29
  "husky": "^4.3.8",
30
- "prettier": "^2.8.7",
31
- "zx": "^7.2.1"
30
+ "prettier": "^2.8.8",
31
+ "zx": "^7.2.2"
32
32
  }
33
33
  }
@@ -16,7 +16,7 @@
16
16
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
17
17
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
18
18
  "prepare": "husky install",
19
- "bump-version": "zx scripts/bump-version.mjs"
19
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
20
20
  },
21
21
  "lint-staged": {
22
22
  "*.{mjs,js,jsx,ts,tsx}": [
@@ -28,12 +28,12 @@
28
28
  ]
29
29
  },
30
30
  "dependencies": {
31
- "@arcblock/did-auth": "^1.18.65",
31
+ "@arcblock/did-auth": "^1.18.78",
32
32
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
33
- "@blocklet/sdk": "^1.16.2",
34
- "@ocap/client": "^1.18.65",
35
- "@ocap/mcrypto": "^1.18.65",
36
- "@ocap/wallet": "^1.18.65",
33
+ "@blocklet/sdk": "^1.16.7",
34
+ "@ocap/client": "^1.18.78",
35
+ "@ocap/mcrypto": "^1.18.78",
36
+ "@ocap/wallet": "^1.18.78",
37
37
  "dotenv-flow": "^3.2.0",
38
38
  "express": "^4.18.2",
39
39
  "next": "12.2.3",
@@ -49,6 +49,6 @@
49
49
  "nodemon": "^2.0.22",
50
50
  "npm-run-all": "^4.1.5",
51
51
  "rimraf": "^3.0.2",
52
- "zx": "^7.2.1"
52
+ "zx": "^7.2.2"
53
53
  }
54
54
  }
@@ -16,7 +16,7 @@
16
16
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
17
17
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
18
18
  "prepare": "husky install",
19
- "bump-version": "zx scripts/bump-version.mjs"
19
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
20
20
  },
21
21
  "lint-staged": {
22
22
  "*.{mjs,js,jsx,ts,tsx}": [
@@ -40,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@arcblock/did-auth": "^1.18.65",
43
+ "@arcblock/did-auth": "^1.18.78",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
- "@blocklet/sdk": "^1.16.2",
46
- "@ocap/client": "^1.18.65",
47
- "@ocap/mcrypto": "^1.18.65",
48
- "@ocap/wallet": "^1.18.65",
45
+ "@blocklet/sdk": "^1.16.7",
46
+ "@ocap/client": "^1.18.78",
47
+ "@ocap/mcrypto": "^1.18.78",
48
+ "@ocap/wallet": "^1.18.78",
49
49
  "axios": "^0.27.2",
50
50
  "compression": "^1.7.4",
51
51
  "cookie-parser": "^1.4.6",
@@ -56,7 +56,7 @@
56
56
  "express-history-api-fallback": "^2.2.1",
57
57
  "react": "^18.2.0",
58
58
  "react-dom": "^18.2.0",
59
- "react-router-dom": "^6.10.0",
59
+ "react-router-dom": "^6.11.1",
60
60
  "rimraf": "^3.0.2"
61
61
  },
62
62
  "devDependencies": {
@@ -64,16 +64,16 @@
64
64
  "@vitejs/plugin-react": "^2.2.0",
65
65
  "bumpp": "^8.2.1",
66
66
  "cross-env": "^7.0.3",
67
- "eslint": "^8.37.0",
67
+ "eslint": "^8.40.0",
68
68
  "husky": "^8.0.3",
69
69
  "lint-staged": "^12.5.0",
70
70
  "nodemon": "^2.0.22",
71
71
  "npm-run-all": "^4.1.5",
72
- "prettier": "^2.8.7",
73
- "vite": "^3.2.5",
74
- "vite-plugin-blocklet": "^0.6.1",
72
+ "prettier": "^2.8.8",
73
+ "vite": "^4.3.5",
74
+ "vite-plugin-blocklet": "^0.6.3",
75
75
  "vite-plugin-node-polyfills": "^0.7.0",
76
76
  "vite-plugin-svgr": "^2.4.0",
77
- "zx": "^7.2.1"
77
+ "zx": "^7.2.2"
78
78
  }
79
79
  }
@@ -38,12 +38,12 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@arcblock/did-auth": "^1.18.65",
41
+ "@arcblock/did-auth": "^1.18.78",
42
42
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
43
- "@blocklet/sdk": "^1.16.2",
44
- "@ocap/client": "^1.18.65",
45
- "@ocap/mcrypto": "^1.18.65",
46
- "@ocap/wallet": "^1.18.65",
43
+ "@blocklet/sdk": "^1.16.7",
44
+ "@ocap/client": "^1.18.78",
45
+ "@ocap/mcrypto": "^1.18.78",
46
+ "@ocap/wallet": "^1.18.78",
47
47
  "axios": "^0.27.2",
48
48
  "compression": "^1.7.4",
49
49
  "cookie-parser": "^1.4.6",
@@ -54,7 +54,7 @@
54
54
  "express-history-api-fallback": "^2.2.1",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
- "react-router-dom": "^6.10.0",
57
+ "react-router-dom": "^6.11.1",
58
58
  "rimraf": "^3.0.2"
59
59
  },
60
60
  "devDependencies": {
@@ -65,27 +65,27 @@
65
65
  "@types/cors": "^2.8.13",
66
66
  "@types/dotenv-flow": "^3.2.0",
67
67
  "@types/express": "^4.17.17",
68
- "@types/node": "^18.15.11",
69
- "@types/react": "^18.0.32",
70
- "@types/react-dom": "^18.0.11",
68
+ "@types/node": "^18.16.8",
69
+ "@types/react": "^18.2.6",
70
+ "@types/react-dom": "^18.2.4",
71
71
  "@vitejs/plugin-react": "^2.2.0",
72
72
  "bumpp": "^8.2.1",
73
73
  "cross-env": "^7.0.3",
74
- "eslint": "^8.37.0",
74
+ "eslint": "^8.40.0",
75
75
  "husky": "^8.0.3",
76
76
  "import-sort-style-module": "^6.0.0",
77
77
  "lint-staged": "^12.5.0",
78
78
  "nodemon": "^2.0.22",
79
79
  "npm-run-all": "^4.1.5",
80
- "prettier": "^2.8.7",
80
+ "prettier": "^2.8.8",
81
81
  "prettier-plugin-import-sort": "^0.0.7",
82
82
  "ts-node": "^10.9.1",
83
83
  "typescript": "^4.9.5",
84
- "vite": "^3.2.5",
85
- "vite-plugin-blocklet": "^0.6.1",
84
+ "vite": "^4.3.5",
85
+ "vite-plugin-blocklet": "^0.6.3",
86
86
  "vite-plugin-node-polyfills": "^0.7.0",
87
87
  "vite-plugin-svgr": "^2.4.0",
88
- "zx": "^7.2.1"
88
+ "zx": "^7.2.2"
89
89
  },
90
90
  "importSort": {
91
91
  ".js, .jsx, .mjs": {
@@ -16,7 +16,7 @@
16
16
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
17
17
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
18
18
  "prepare": "husky install",
19
- "bump-version": "zx scripts/bump-version.mjs"
19
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
20
20
  },
21
21
  "lint-staged": {
22
22
  "*.{mjs,js,jsx,ts,tsx}": [
@@ -40,12 +40,12 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@arcblock/did-auth": "^1.18.65",
43
+ "@arcblock/did-auth": "^1.18.78",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
- "@blocklet/sdk": "^1.16.2",
46
- "@ocap/client": "^1.18.65",
47
- "@ocap/mcrypto": "^1.18.65",
48
- "@ocap/wallet": "^1.18.65",
45
+ "@blocklet/sdk": "^1.16.7",
46
+ "@ocap/client": "^1.18.78",
47
+ "@ocap/mcrypto": "^1.18.78",
48
+ "@ocap/wallet": "^1.18.78",
49
49
  "axios": "^0.27.2",
50
50
  "compression": "^1.7.4",
51
51
  "cookie-parser": "^1.4.6",
@@ -57,24 +57,24 @@
57
57
  "gun": "^0.2020.1239",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
- "react-router-dom": "^6.10.0"
60
+ "react-router-dom": "^6.11.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@arcblock/eslint-config": "^0.2.3",
64
64
  "@vitejs/plugin-react": "^2.2.0",
65
65
  "bumpp": "^8.2.1",
66
66
  "cross-env": "^7.0.3",
67
- "eslint": "^8.37.0",
67
+ "eslint": "^8.40.0",
68
68
  "husky": "^8.0.3",
69
69
  "lint-staged": "^12.5.0",
70
70
  "nodemon": "^2.0.22",
71
71
  "npm-run-all": "^4.1.5",
72
- "prettier": "^2.8.7",
72
+ "prettier": "^2.8.8",
73
73
  "rimraf": "^3.0.2",
74
- "vite": "^3.2.5",
75
- "vite-plugin-blocklet": "^0.6.1",
74
+ "vite": "^4.3.5",
75
+ "vite-plugin-blocklet": "^0.6.3",
76
76
  "vite-plugin-node-polyfills": "^0.7.0",
77
77
  "vite-plugin-svgr": "^2.4.0",
78
- "zx": "^7.2.1"
78
+ "zx": "^7.2.2"
79
79
  }
80
80
  }
@@ -15,7 +15,7 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "lint-staged": {
21
21
  "*.{mjs,js,jsx,ts,tsx}": [
@@ -41,21 +41,21 @@
41
41
  "dependencies": {
42
42
  "react": "^18.2.0",
43
43
  "react-dom": "^18.2.0",
44
- "react-router-dom": "^6.10.0"
44
+ "react-router-dom": "^6.11.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@arcblock/eslint-config": "^0.2.3",
48
48
  "@vitejs/plugin-react": "^2.2.0",
49
49
  "bumpp": "^8.2.1",
50
- "eslint": "^8.37.0",
50
+ "eslint": "^8.40.0",
51
51
  "husky": "^8.0.3",
52
52
  "lint-staged": "^12.5.0",
53
- "prettier": "^2.8.7",
53
+ "prettier": "^2.8.8",
54
54
  "rimraf": "^3.0.2",
55
- "vite": "^3.2.5",
56
- "vite-plugin-blocklet": "^0.6.1",
55
+ "vite": "^4.3.5",
56
+ "vite-plugin-blocklet": "^0.6.3",
57
57
  "vite-plugin-node-polyfills": "^0.7.0",
58
58
  "vite-plugin-svgr": "^2.4.0",
59
- "zx": "^7.2.1"
59
+ "zx": "^7.2.2"
60
60
  }
61
61
  }
@@ -16,13 +16,13 @@
16
16
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
17
17
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
18
18
  "prepare": "husky install",
19
- "bump-version": "zx scripts/bump-version.mjs"
19
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
20
20
  },
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
23
  "bumpp": "^8.2.1",
24
24
  "cross-env": "^7.0.3",
25
- "eslint": "^8.37.0",
25
+ "eslint": "^8.40.0",
26
26
  "eslint-config-prettier": "^8.8.0",
27
27
  "eslint-plugin-prettier": "^4.2.1",
28
28
  "eslint-plugin-solid": "0.7.1",
@@ -30,21 +30,21 @@
30
30
  "lint-staged": "^12.5.0",
31
31
  "nodemon": "^2.0.22",
32
32
  "npm-run-all": "^4.1.5",
33
- "prettier": "^2.8.7",
33
+ "prettier": "^2.8.8",
34
34
  "rimraf": "^3.0.2",
35
- "vite": "^3.2.5",
36
- "vite-plugin-blocklet": "^0.6.1",
35
+ "vite": "^4.3.5",
36
+ "vite-plugin-blocklet": "^0.6.3",
37
37
  "vite-plugin-node-polyfills": "^0.7.0",
38
- "vite-plugin-solid": "^2.6.1",
39
- "zx": "^7.2.1"
38
+ "vite-plugin-solid": "^2.7.0",
39
+ "zx": "^7.2.2"
40
40
  },
41
41
  "dependencies": {
42
- "@arcblock/did-auth": "^1.18.65",
42
+ "@arcblock/did-auth": "^1.18.78",
43
43
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
44
- "@blocklet/sdk": "^1.16.2",
45
- "@ocap/client": "^1.18.65",
46
- "@ocap/mcrypto": "^1.18.65",
47
- "@ocap/wallet": "^1.18.65",
44
+ "@blocklet/sdk": "^1.16.7",
45
+ "@ocap/client": "^1.18.78",
46
+ "@ocap/mcrypto": "^1.18.78",
47
+ "@ocap/wallet": "^1.18.78",
48
48
  "axios": "^0.27.2",
49
49
  "compression": "^1.7.4",
50
50
  "cookie-parser": "^1.4.6",
@@ -53,7 +53,7 @@
53
53
  "express": "^4.18.2",
54
54
  "express-async-errors": "^3.1.1",
55
55
  "express-history-api-fallback": "^2.2.1",
56
- "solid-js": "^1.7.1"
56
+ "solid-js": "^1.7.5"
57
57
  },
58
58
  "lint-staged": {
59
59
  "*.{mjs,js,vue}": [
@@ -15,27 +15,27 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
22
  "bumpp": "^8.2.1",
23
- "eslint": "^8.37.0",
23
+ "eslint": "^8.40.0",
24
24
  "eslint-config-prettier": "^8.8.0",
25
25
  "eslint-plugin-prettier": "^4.2.1",
26
26
  "eslint-plugin-solid": "0.7.1",
27
27
  "husky": "^8.0.3",
28
28
  "lint-staged": "^12.5.0",
29
- "prettier": "^2.8.7",
29
+ "prettier": "^2.8.8",
30
30
  "rimraf": "^3.0.2",
31
- "vite": "^3.2.5",
32
- "vite-plugin-blocklet": "^0.6.1",
31
+ "vite": "^4.3.5",
32
+ "vite-plugin-blocklet": "^0.6.3",
33
33
  "vite-plugin-node-polyfills": "^0.7.0",
34
- "vite-plugin-solid": "^2.6.1",
35
- "zx": "^7.2.1"
34
+ "vite-plugin-solid": "^2.7.0",
35
+ "zx": "^7.2.2"
36
36
  },
37
37
  "dependencies": {
38
- "solid-js": "^1.7.1"
38
+ "solid-js": "^1.7.5"
39
39
  },
40
40
  "lint-staged": {
41
41
  "*.{mjs,js,vue}": [
@@ -14,15 +14,15 @@
14
14
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
15
15
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
16
16
  "prepare": "husky install",
17
- "bump-version": "zx scripts/bump-version.mjs"
17
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
18
18
  },
19
19
  "dependencies": {
20
- "@arcblock/did-auth": "^1.18.65",
20
+ "@arcblock/did-auth": "^1.18.78",
21
21
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
22
- "@blocklet/sdk": "^1.16.2",
23
- "@ocap/client": "^1.18.65",
24
- "@ocap/mcrypto": "^1.18.65",
25
- "@ocap/wallet": "^1.18.65",
22
+ "@blocklet/sdk": "^1.16.7",
23
+ "@ocap/client": "^1.18.78",
24
+ "@ocap/mcrypto": "^1.18.78",
25
+ "@ocap/wallet": "^1.18.78",
26
26
  "axios": "^0.27.2",
27
27
  "compression": "^1.7.4",
28
28
  "cookie-parser": "^1.4.6",
@@ -36,21 +36,21 @@
36
36
  "@sveltejs/vite-plugin-svelte": "1.0.1",
37
37
  "bumpp": "^8.2.1",
38
38
  "cross-env": "^7.0.3",
39
- "eslint": "^8.37.0",
39
+ "eslint": "^8.40.0",
40
40
  "eslint-config-prettier": "^8.8.0",
41
41
  "eslint-plugin-prettier": "^4.2.1",
42
42
  "eslint-plugin-svelte3": "^4.0.0",
43
43
  "husky": "^8.0.3",
44
44
  "lint-staged": "^12.5.0",
45
45
  "npm-run-all": "^4.1.5",
46
- "prettier": "^2.8.7",
46
+ "prettier": "^2.8.8",
47
47
  "rimraf": "^3.0.2",
48
- "svelte": "^3.58.0",
49
- "vite": "^3.2.5",
50
- "vite-plugin-blocklet": "^0.6.1",
48
+ "svelte": "^3.59.1",
49
+ "vite": "^4.3.5",
50
+ "vite-plugin-blocklet": "^0.6.3",
51
51
  "vite-plugin-html": "^3.2.0",
52
52
  "vite-plugin-node-polyfills": "^0.7.0",
53
- "zx": "^7.2.1"
53
+ "zx": "^7.2.2"
54
54
  },
55
55
  "lint-staged": {
56
56
  "*.{mjs,js,vue}": [
@@ -15,24 +15,24 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@sveltejs/vite-plugin-svelte": "1.0.1",
22
22
  "bumpp": "^8.2.1",
23
- "eslint": "^8.37.0",
23
+ "eslint": "^8.40.0",
24
24
  "eslint-config-prettier": "^8.8.0",
25
25
  "eslint-plugin-prettier": "^4.2.1",
26
26
  "eslint-plugin-svelte3": "^4.0.0",
27
27
  "husky": "^8.0.3",
28
28
  "lint-staged": "^12.5.0",
29
- "prettier": "^2.8.7",
29
+ "prettier": "^2.8.8",
30
30
  "rimraf": "^3.0.2",
31
- "svelte": "^3.58.0",
32
- "vite": "^3.2.5",
33
- "vite-plugin-blocklet": "^0.6.1",
31
+ "svelte": "^3.59.1",
32
+ "vite": "^4.3.5",
33
+ "vite-plugin-blocklet": "^0.6.3",
34
34
  "vite-plugin-node-polyfills": "^0.7.0",
35
- "zx": "^7.2.1"
35
+ "zx": "^7.2.2"
36
36
  },
37
37
  "lint-staged": {
38
38
  "*.{mjs,js,vue}": [
@@ -15,15 +15,15 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did-auth": "^1.18.65",
21
+ "@arcblock/did-auth": "^1.18.78",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
23
- "@blocklet/sdk": "^1.16.2",
24
- "@ocap/client": "^1.18.65",
25
- "@ocap/mcrypto": "^1.18.65",
26
- "@ocap/wallet": "^1.18.65",
23
+ "@blocklet/sdk": "^1.16.7",
24
+ "@ocap/client": "^1.18.78",
25
+ "@ocap/mcrypto": "^1.18.78",
26
+ "@ocap/wallet": "^1.18.78",
27
27
  "axios": "^0.27.2",
28
28
  "compression": "^1.7.4",
29
29
  "cookie-parser": "^1.4.6",
@@ -32,26 +32,26 @@
32
32
  "express": "^4.18.2",
33
33
  "express-async-errors": "^3.1.1",
34
34
  "express-history-api-fallback": "^2.2.1",
35
- "vue": "^3.2.47"
35
+ "vue": "^3.3.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@vitejs/plugin-vue": "^3.2.0",
39
39
  "bumpp": "^8.2.1",
40
40
  "cross-env": "^7.0.3",
41
- "eslint": "^8.37.0",
41
+ "eslint": "^8.40.0",
42
42
  "eslint-config-prettier": "^8.8.0",
43
43
  "eslint-plugin-prettier": "^4.2.1",
44
- "eslint-plugin-vue": "^9.10.0",
44
+ "eslint-plugin-vue": "^9.12.0",
45
45
  "husky": "^8.0.3",
46
46
  "lint-staged": "^12.5.0",
47
47
  "nodemon": "^2.0.22",
48
48
  "npm-run-all": "^4.1.5",
49
- "prettier": "^2.8.7",
49
+ "prettier": "^2.8.8",
50
50
  "rimraf": "^3.0.2",
51
- "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.6.1",
51
+ "vite": "^4.3.5",
52
+ "vite-plugin-blocklet": "^0.6.3",
53
53
  "vite-plugin-node-polyfills": "^0.7.0",
54
- "zx": "^7.2.1"
54
+ "zx": "^7.2.2"
55
55
  },
56
56
  "lint-staged": {
57
57
  "*.{mjs,js,vue}": [
@@ -14,26 +14,26 @@
14
14
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
15
15
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
16
16
  "prepare": "husky install",
17
- "bump-version": "zx scripts/bump-version.mjs"
17
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
18
18
  },
19
19
  "dependencies": {
20
- "vue": "^3.2.47"
20
+ "vue": "^3.3.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@vitejs/plugin-vue": "^3.2.0",
24
24
  "bumpp": "^8.2.1",
25
- "eslint": "^8.37.0",
25
+ "eslint": "^8.40.0",
26
26
  "eslint-config-prettier": "^8.8.0",
27
27
  "eslint-plugin-prettier": "^4.2.1",
28
- "eslint-plugin-vue": "^9.10.0",
28
+ "eslint-plugin-vue": "^9.12.0",
29
29
  "husky": "^8.0.3",
30
30
  "lint-staged": "^12.5.0",
31
- "prettier": "^2.8.7",
31
+ "prettier": "^2.8.8",
32
32
  "rimraf": "^3.0.2",
33
- "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.6.1",
33
+ "vite": "^4.3.5",
34
+ "vite-plugin-blocklet": "^0.6.3",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
- "zx": "^7.2.1"
36
+ "zx": "^7.2.2"
37
37
  },
38
38
  "lint-staged": {
39
39
  "*.{mjs,js,vue}": [
@@ -15,15 +15,15 @@
15
15
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
16
16
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
17
17
  "prepare": "husky install",
18
- "bump-version": "zx scripts/bump-version.mjs"
18
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@arcblock/did-auth": "^1.18.65",
21
+ "@arcblock/did-auth": "^1.18.78",
22
22
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
23
- "@blocklet/sdk": "^1.16.2",
24
- "@ocap/client": "^1.18.65",
25
- "@ocap/mcrypto": "^1.18.65",
26
- "@ocap/wallet": "^1.18.65",
23
+ "@blocklet/sdk": "^1.16.7",
24
+ "@ocap/client": "^1.18.78",
25
+ "@ocap/mcrypto": "^1.18.78",
26
+ "@ocap/wallet": "^1.18.78",
27
27
  "axios": "^0.27.2",
28
28
  "compression": "^1.7.4",
29
29
  "cookie-parser": "^1.4.6",
@@ -38,20 +38,20 @@
38
38
  "@vitejs/plugin-vue2": "^2.2.0",
39
39
  "bumpp": "^8.2.1",
40
40
  "cross-env": "^7.0.3",
41
- "eslint": "^8.37.0",
41
+ "eslint": "^8.40.0",
42
42
  "eslint-config-prettier": "^8.8.0",
43
43
  "eslint-plugin-prettier": "^4.2.1",
44
- "eslint-plugin-vue": "^9.10.0",
44
+ "eslint-plugin-vue": "^9.12.0",
45
45
  "husky": "^8.0.3",
46
46
  "lint-staged": "^12.5.0",
47
47
  "nodemon": "^2.0.22",
48
48
  "npm-run-all": "^4.1.5",
49
- "prettier": "^2.8.7",
49
+ "prettier": "^2.8.8",
50
50
  "rimraf": "^3.0.2",
51
- "vite": "^3.2.5",
52
- "vite-plugin-blocklet": "^0.6.1",
51
+ "vite": "^4.3.5",
52
+ "vite-plugin-blocklet": "^0.6.3",
53
53
  "vite-plugin-node-polyfills": "^0.7.0",
54
- "zx": "^7.2.1"
54
+ "zx": "^7.2.2"
55
55
  },
56
56
  "lint-staged": {
57
57
  "*.{mjs,js,vue}": [
@@ -14,7 +14,7 @@
14
14
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
15
15
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
16
16
  "prepare": "husky install",
17
- "bump-version": "zx scripts/bump-version.mjs"
17
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
18
18
  },
19
19
  "dependencies": {
20
20
  "vue": "^2.7.14"
@@ -22,18 +22,18 @@
22
22
  "devDependencies": {
23
23
  "@vitejs/plugin-vue2": "^2.2.0",
24
24
  "bumpp": "^8.2.1",
25
- "eslint": "^8.37.0",
25
+ "eslint": "^8.40.0",
26
26
  "eslint-config-prettier": "^8.8.0",
27
27
  "eslint-plugin-prettier": "^4.2.1",
28
- "eslint-plugin-vue": "^9.10.0",
28
+ "eslint-plugin-vue": "^9.12.0",
29
29
  "husky": "^8.0.3",
30
30
  "lint-staged": "^12.5.0",
31
- "prettier": "^2.8.7",
31
+ "prettier": "^2.8.8",
32
32
  "rimraf": "^3.0.2",
33
- "vite": "^3.2.5",
34
- "vite-plugin-blocklet": "^0.6.1",
33
+ "vite": "^4.3.5",
34
+ "vite-plugin-blocklet": "^0.6.3",
35
35
  "vite-plugin-node-polyfills": "^0.7.0",
36
- "zx": "^7.2.1"
36
+ "zx": "^7.2.2"
37
37
  },
38
38
  "lint-staged": {
39
39
  "*.{mjs,js,vue}": [
@@ -12,12 +12,12 @@
12
12
  "upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json",
13
13
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
14
14
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
15
- "bump-version": "zx scripts/bump-version.mjs"
15
+ "bump-version": "zx --quiet scripts/bump-version.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@xmark/cli": "^2.5.2",
18
+ "@xmark/cli": "^2.5.4",
19
19
  "bumpp": "^8.2.1",
20
20
  "rimraf": "^3.0.2",
21
- "zx": "^7.2.1"
21
+ "zx": "^7.2.2"
22
22
  }
23
23
  }