create-blocklet 0.4.68 → 0.4.69

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.68",
3
+ "version": "0.4.69",
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.20",
33
- "@ocap/mcrypto": "^1.17.20",
34
- "@ocap/util": "^1.17.20",
32
+ "@arcblock/did": "^1.17.22",
33
+ "@ocap/mcrypto": "^1.17.22",
34
+ "@ocap/util": "^1.17.22",
35
35
  "boxen": "^6.2.1",
36
36
  "ejs": "^3.1.8",
37
37
  "envfile": "^6.18.0",
@@ -41,13 +41,13 @@
41
41
  "jdenticon": "^3.2.0",
42
42
  "ora": "^6.1.2",
43
43
  "prompts": "^2.4.2",
44
- "semver": "^7.3.7",
44
+ "semver": "^7.3.8",
45
45
  "terminal-link": "^3.0.0",
46
46
  "zx": "7.0.7"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@arcblock/eslint-config-base": "0.2.2",
50
- "eslint": "^8.24.0",
50
+ "eslint": "^8.25.0",
51
51
  "prettier": "^2.7.1",
52
52
  "vitest": "^0.19.1"
53
53
  }
@@ -7,14 +7,14 @@
7
7
  "start": "xmark start",
8
8
  "clean": "rm -rf .blocklet && rm -rf node_modules/.vite",
9
9
  "build": "xmark build",
10
- "bundle": "npm run clean && xmark build && blocklet bundle --create-release",
10
+ "bundle": "npm run clean && xmark build && blocklet bundle --zip --create-release",
11
11
  "deploy": "npm run bundle && blocklet deploy .blocklet/bundle",
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
15
  },
16
16
  "dependencies": {
17
- "@xmark/cli": "^2.4.73",
18
- "@xmark/theme-docs": "^2.4.73"
17
+ "@xmark/cli": "^2.4.77",
18
+ "@xmark/theme-docs": "^2.4.77"
19
19
  }
20
20
  }
@@ -30,14 +30,14 @@
30
30
  "license": "ISC",
31
31
  "dependencies": {
32
32
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
33
- "@blocklet/sdk": "^1.8.26",
34
- "@ocap/client": "^1.17.20",
33
+ "@blocklet/sdk": "^1.8.27",
34
+ "@ocap/client": "^1.17.22",
35
35
  "dotenv-flow": "^3.2.0",
36
- "express": "^4.18.1"
36
+ "express": "^4.18.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@arcblock/eslint-config-base": "^0.2.3",
40
- "eslint": "^8.24.0",
40
+ "eslint": "^8.25.0",
41
41
  "husky": "^8.0.1",
42
42
  "lint-staged": "^12.5.0",
43
43
  "nodemon": "^2.0.20",
@@ -4,7 +4,7 @@
4
4
  "scripts": {
5
5
  "dev": "blocklet dev",
6
6
  "clean": "rm -rf .blocklet",
7
- "bundle": "npm run clean && blocklet bundle --create-release",
7
+ "bundle": "npm run clean && blocklet bundle --zip --create-release",
8
8
  "deploy": "npm run bundle && blocklet deploy .blocklet/bundle --skip-hooks",
9
9
  "deploy:child": "npm run bundle && blocklet deploy .blocklet/bundle --app-did=<%= did %>",
10
10
  "dev:child": "blocklet dev --component --app-did=<%= did %>",
@@ -24,9 +24,9 @@
24
24
  "devDependencies": {
25
25
  "@arcblock/eslint-config": "0.2.2",
26
26
  "bumpp": "^7.2.0",
27
- "eslint": "^8.24.0",
27
+ "eslint": "^8.25.0",
28
28
  "husky": "^4.3.8",
29
29
  "prettier": "^2.7.1",
30
- "zx": "^7.0.8"
30
+ "zx": "^7.1.1"
31
31
  }
32
32
  }
@@ -27,14 +27,14 @@
27
27
  ]
28
28
  },
29
29
  "dependencies": {
30
- "@arcblock/did-auth": "^1.17.20",
30
+ "@arcblock/did-auth": "^1.17.22",
31
31
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
32
- "@blocklet/sdk": "^1.8.26",
33
- "@ocap/client": "^1.17.20",
34
- "@ocap/mcrypto": "^1.17.20",
35
- "@ocap/wallet": "^1.17.20",
32
+ "@blocklet/sdk": "^1.8.27",
33
+ "@ocap/client": "^1.17.22",
34
+ "@ocap/mcrypto": "^1.17.22",
35
+ "@ocap/wallet": "^1.17.22",
36
36
  "dotenv-flow": "^3.2.0",
37
- "express": "^4.18.1",
37
+ "express": "^4.18.2",
38
38
  "next": "12.2.3",
39
39
  "react": "18.2.0",
40
40
  "react-dom": "18.2.0"
@@ -41,28 +41,28 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@arcblock/did-auth": "^1.17.20",
44
+ "@arcblock/did-auth": "^1.17.22",
45
45
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
46
- "@blocklet/sdk": "^1.8.26",
47
- "@ocap/client": "^1.17.20",
48
- "@ocap/mcrypto": "^1.17.20",
49
- "@ocap/wallet": "^1.17.20",
46
+ "@blocklet/sdk": "^1.8.27",
47
+ "@ocap/client": "^1.17.22",
48
+ "@ocap/mcrypto": "^1.17.22",
49
+ "@ocap/wallet": "^1.17.22",
50
50
  "axios": "^0.27.2",
51
51
  "compression": "^1.7.4",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "cors": "^2.8.5",
54
54
  "dotenv-flow": "^3.2.0",
55
- "express": "^4.18.1",
55
+ "express": "^4.18.2",
56
56
  "express-async-errors": "^3.1.1",
57
57
  "express-history-api-fallback": "^2.2.1",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
- "react-router-dom": "^6.4.1"
60
+ "react-router-dom": "^6.4.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@arcblock/eslint-config": "^0.2.3",
64
64
  "@craco/craco": "^6.4.5",
65
- "eslint": "^8.24.0",
65
+ "eslint": "^8.25.0",
66
66
  "husky": "^8.0.1",
67
67
  "lint-staged": "^12.5.0",
68
68
  "node-polyfill-webpack-plugin": "^2.0.1",
@@ -41,29 +41,29 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@arcblock/did-auth": "^1.17.20",
44
+ "@arcblock/did-auth": "^1.17.22",
45
45
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
46
- "@blocklet/sdk": "^1.8.26",
47
- "@ocap/client": "^1.17.20",
48
- "@ocap/mcrypto": "^1.17.20",
49
- "@ocap/wallet": "^1.17.20",
46
+ "@blocklet/sdk": "^1.8.27",
47
+ "@ocap/client": "^1.17.22",
48
+ "@ocap/mcrypto": "^1.17.22",
49
+ "@ocap/wallet": "^1.17.22",
50
50
  "axios": "^0.27.2",
51
51
  "compression": "^1.7.4",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "cors": "^2.8.5",
54
54
  "dotenv-flow": "^3.2.0",
55
- "express": "^4.18.1",
55
+ "express": "^4.18.2",
56
56
  "express-async-errors": "^3.1.1",
57
57
  "express-history-api-fallback": "^2.2.1",
58
58
  "gun": "^0.2020.1238",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",
61
- "react-router-dom": "^6.4.1"
61
+ "react-router-dom": "^6.4.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arcblock/eslint-config": "^0.2.3",
65
65
  "@craco/craco": "^6.4.5",
66
- "eslint": "^8.24.0",
66
+ "eslint": "^8.25.0",
67
67
  "husky": "^8.0.1",
68
68
  "lint-staged": "^12.5.0",
69
69
  "nodemon": "^2.0.20",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0",
42
- "react-router-dom": "^6.4.1"
42
+ "react-router-dom": "^6.4.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arcblock/eslint-config": "^0.2.3",
46
46
  "@craco/craco": "^6.4.5",
47
- "eslint": "^8.24.0",
47
+ "eslint": "^8.25.0",
48
48
  "husky": "^8.0.1",
49
49
  "lint-staged": "^12.5.0",
50
50
  "prettier": "^2.7.1",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "eslint": "^8.24.0",
25
+ "eslint": "^8.25.0",
26
26
  "eslint-config-prettier": "^8.5.0",
27
27
  "eslint-plugin-prettier": "^4.2.1",
28
28
  "eslint-plugin-solid": "0.7.1",
@@ -31,24 +31,24 @@
31
31
  "nodemon": "^2.0.20",
32
32
  "npm-run-all": "^4.1.5",
33
33
  "prettier": "^2.7.1",
34
- "vite": "^3.1.4",
35
- "vite-plugin-blocklet": "^0.4.68",
34
+ "vite": "^3.1.6",
35
+ "vite-plugin-blocklet": "^0.4.69",
36
36
  "vite-plugin-html": "^3.2.0",
37
37
  "vite-plugin-solid": "^2.3.9"
38
38
  },
39
39
  "dependencies": {
40
- "@arcblock/did-auth": "^1.17.20",
40
+ "@arcblock/did-auth": "^1.17.22",
41
41
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
42
- "@blocklet/sdk": "^1.8.26",
43
- "@ocap/client": "^1.17.20",
44
- "@ocap/mcrypto": "^1.17.20",
45
- "@ocap/wallet": "^1.17.20",
42
+ "@blocklet/sdk": "^1.8.27",
43
+ "@ocap/client": "^1.17.22",
44
+ "@ocap/mcrypto": "^1.17.22",
45
+ "@ocap/wallet": "^1.17.22",
46
46
  "axios": "^0.27.2",
47
47
  "compression": "^1.7.4",
48
48
  "cookie-parser": "^1.4.6",
49
49
  "cors": "^2.8.5",
50
50
  "dotenv-flow": "^3.2.0",
51
- "express": "^4.18.1",
51
+ "express": "^4.18.2",
52
52
  "express-async-errors": "^3.1.1",
53
53
  "express-history-api-fallback": "^2.2.1",
54
54
  "solid-js": "^1.5.7"
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
- "eslint": "^8.24.0",
21
+ "eslint": "^8.25.0",
22
22
  "eslint-config-prettier": "^8.5.0",
23
23
  "eslint-plugin-prettier": "^4.2.1",
24
24
  "eslint-plugin-solid": "0.7.1",
25
25
  "husky": "^8.0.1",
26
26
  "lint-staged": "^12.5.0",
27
27
  "prettier": "^2.7.1",
28
- "vite": "^3.1.4",
29
- "vite-plugin-blocklet": "^0.4.68",
28
+ "vite": "^3.1.6",
29
+ "vite-plugin-blocklet": "^0.4.69",
30
30
  "vite-plugin-html": "^3.2.0",
31
31
  "vite-plugin-solid": "^2.3.9"
32
32
  },
@@ -19,24 +19,24 @@
19
19
  "prepare": "husky install"
20
20
  },
21
21
  "dependencies": {
22
- "@arcblock/did-auth": "^1.17.20",
22
+ "@arcblock/did-auth": "^1.17.22",
23
23
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
24
- "@blocklet/sdk": "^1.8.26",
25
- "@ocap/client": "^1.17.20",
26
- "@ocap/mcrypto": "^1.17.20",
27
- "@ocap/wallet": "^1.17.20",
24
+ "@blocklet/sdk": "^1.8.27",
25
+ "@ocap/client": "^1.17.22",
26
+ "@ocap/mcrypto": "^1.17.22",
27
+ "@ocap/wallet": "^1.17.22",
28
28
  "axios": "^0.27.2",
29
29
  "compression": "^1.7.4",
30
30
  "cookie-parser": "^1.4.6",
31
31
  "cors": "^2.8.5",
32
32
  "dotenv-flow": "^3.2.0",
33
- "express": "^4.18.1",
33
+ "express": "^4.18.2",
34
34
  "express-async-errors": "^3.1.1",
35
35
  "express-history-api-fallback": "^2.2.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@sveltejs/vite-plugin-svelte": "1.0.1",
39
- "eslint": "^8.24.0",
39
+ "eslint": "^8.25.0",
40
40
  "eslint-config-prettier": "^8.5.0",
41
41
  "eslint-plugin-prettier": "^4.2.1",
42
42
  "eslint-plugin-svelte3": "^4.0.0",
@@ -45,8 +45,8 @@
45
45
  "npm-run-all": "^4.1.5",
46
46
  "prettier": "^2.7.1",
47
47
  "svelte": "^3.50.1",
48
- "vite": "^3.1.4",
49
- "vite-plugin-blocklet": "^0.4.68",
48
+ "vite": "^3.1.6",
49
+ "vite-plugin-blocklet": "^0.4.69",
50
50
  "vite-plugin-html": "^3.2.0"
51
51
  },
52
52
  "lint-staged": {
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@sveltejs/vite-plugin-svelte": "1.0.1",
21
- "eslint": "^8.24.0",
21
+ "eslint": "^8.25.0",
22
22
  "eslint-config-prettier": "^8.5.0",
23
23
  "eslint-plugin-prettier": "^4.2.1",
24
24
  "eslint-plugin-svelte3": "^4.0.0",
@@ -26,8 +26,8 @@
26
26
  "lint-staged": "^12.5.0",
27
27
  "prettier": "^2.7.1",
28
28
  "svelte": "^3.50.1",
29
- "vite": "^3.1.4",
30
- "vite-plugin-blocklet": "^0.4.68",
29
+ "vite": "^3.1.6",
30
+ "vite-plugin-blocklet": "^0.4.69",
31
31
  "vite-plugin-html": "^3.2.0"
32
32
  },
33
33
  "lint-staged": {
@@ -20,36 +20,36 @@
20
20
  "prepare": "husky install"
21
21
  },
22
22
  "dependencies": {
23
- "@arcblock/did-auth": "^1.17.20",
23
+ "@arcblock/did-auth": "^1.17.22",
24
24
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
25
- "@blocklet/sdk": "^1.8.26",
26
- "@ocap/client": "^1.17.20",
27
- "@ocap/mcrypto": "^1.17.20",
28
- "@ocap/wallet": "^1.17.20",
25
+ "@blocklet/sdk": "^1.8.27",
26
+ "@ocap/client": "^1.17.22",
27
+ "@ocap/mcrypto": "^1.17.22",
28
+ "@ocap/wallet": "^1.17.22",
29
29
  "axios": "^0.27.2",
30
30
  "compression": "^1.7.4",
31
31
  "cookie-parser": "^1.4.6",
32
32
  "cors": "^2.8.5",
33
33
  "dotenv-flow": "^3.2.0",
34
- "express": "^4.18.1",
34
+ "express": "^4.18.2",
35
35
  "express-async-errors": "^3.1.1",
36
36
  "express-history-api-fallback": "^2.2.1",
37
37
  "vite-plugin-html": "^3.2.0",
38
38
  "vue": "^3.2.40"
39
39
  },
40
40
  "devDependencies": {
41
- "@vitejs/plugin-vue": "^3.1.0",
42
- "eslint": "^8.24.0",
41
+ "@vitejs/plugin-vue": "^3.1.2",
42
+ "eslint": "^8.25.0",
43
43
  "eslint-config-prettier": "^8.5.0",
44
44
  "eslint-plugin-prettier": "^4.2.1",
45
- "eslint-plugin-vue": "^9.5.1",
45
+ "eslint-plugin-vue": "^9.6.0",
46
46
  "husky": "^8.0.1",
47
47
  "lint-staged": "^12.5.0",
48
48
  "nodemon": "^2.0.20",
49
49
  "npm-run-all": "^4.1.5",
50
50
  "prettier": "^2.7.1",
51
- "vite": "^3.1.4",
52
- "vite-plugin-blocklet": "^0.4.68"
51
+ "vite": "^3.1.6",
52
+ "vite-plugin-blocklet": "^0.4.69"
53
53
  },
54
54
  "lint-staged": {
55
55
  "*.{mjs,js,vue}": [
@@ -19,16 +19,16 @@
19
19
  "vue": "^3.2.40"
20
20
  },
21
21
  "devDependencies": {
22
- "@vitejs/plugin-vue": "^3.1.0",
23
- "eslint": "^8.24.0",
22
+ "@vitejs/plugin-vue": "^3.1.2",
23
+ "eslint": "^8.25.0",
24
24
  "eslint-config-prettier": "^8.5.0",
25
25
  "eslint-plugin-prettier": "^4.2.1",
26
- "eslint-plugin-vue": "^9.5.1",
26
+ "eslint-plugin-vue": "^9.6.0",
27
27
  "husky": "^8.0.1",
28
28
  "lint-staged": "^12.5.0",
29
29
  "prettier": "^2.7.1",
30
- "vite": "^3.1.4",
31
- "vite-plugin-blocklet": "^0.4.68",
30
+ "vite": "^3.1.6",
31
+ "vite-plugin-blocklet": "^0.4.69",
32
32
  "vite-plugin-html": "^3.2.0"
33
33
  },
34
34
  "lint-staged": {
@@ -20,18 +20,18 @@
20
20
  "prepare": "husky install"
21
21
  },
22
22
  "dependencies": {
23
- "@arcblock/did-auth": "^1.17.20",
23
+ "@arcblock/did-auth": "^1.17.22",
24
24
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
25
- "@blocklet/sdk": "^1.8.26",
26
- "@ocap/client": "^1.17.20",
27
- "@ocap/mcrypto": "^1.17.20",
28
- "@ocap/wallet": "^1.17.20",
25
+ "@blocklet/sdk": "^1.8.27",
26
+ "@ocap/client": "^1.17.22",
27
+ "@ocap/mcrypto": "^1.17.22",
28
+ "@ocap/wallet": "^1.17.22",
29
29
  "axios": "^0.27.2",
30
30
  "compression": "^1.7.4",
31
31
  "cookie-parser": "^1.4.6",
32
32
  "cors": "^2.8.5",
33
33
  "dotenv-flow": "^3.2.0",
34
- "express": "^4.18.1",
34
+ "express": "^4.18.2",
35
35
  "express-async-errors": "^3.1.1",
36
36
  "express-history-api-fallback": "^2.2.1",
37
37
  "vue": "~2.6.14"
@@ -42,11 +42,11 @@
42
42
  "@vue/cli-plugin-babel": "~5.0.8",
43
43
  "@vue/cli-plugin-eslint": "~5.0.8",
44
44
  "@vue/cli-service": "~5.0.8",
45
- "core-js": "^3.25.3",
46
- "eslint": "^8.24.0",
45
+ "core-js": "^3.25.5",
46
+ "eslint": "^8.25.0",
47
47
  "eslint-config-prettier": "^8.5.0",
48
48
  "eslint-plugin-prettier": "^4.2.1",
49
- "eslint-plugin-vue": "^9.5.1",
49
+ "eslint-plugin-vue": "^9.6.0",
50
50
  "husky": "^8.0.1",
51
51
  "lint-staged": "^12.5.0",
52
52
  "nodemon": "^2.0.20",
@@ -24,11 +24,11 @@
24
24
  "@vue/cli-plugin-babel": "~5.0.8",
25
25
  "@vue/cli-plugin-eslint": "~5.0.8",
26
26
  "@vue/cli-service": "~5.0.8",
27
- "core-js": "^3.25.3",
28
- "eslint": "^8.24.0",
27
+ "core-js": "^3.25.5",
28
+ "eslint": "^8.25.0",
29
29
  "eslint-config-prettier": "^8.5.0",
30
30
  "eslint-plugin-prettier": "^4.2.1",
31
- "eslint-plugin-vue": "^9.5.1",
31
+ "eslint-plugin-vue": "^9.6.0",
32
32
  "husky": "^8.0.1",
33
33
  "lint-staged": "^12.5.0",
34
34
  "vue-template-compiler": "~2.6.14"
@@ -7,13 +7,13 @@
7
7
  "start": "xmark start",
8
8
  "clean": "rm -rf .blocklet && rm -rf node_modules/.vite",
9
9
  "build": "xmark build",
10
- "bundle": "npm run clean && xmark build && blocklet bundle --create-release",
10
+ "bundle": "npm run clean && xmark build && blocklet bundle --zip --create-release",
11
11
  "deploy": "npm run bundle && blocklet deploy .blocklet/bundle",
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
15
  },
16
16
  "dependencies": {
17
- "@xmark/cli": "^2.4.73"
17
+ "@xmark/cli": "^2.4.77"
18
18
  }
19
19
  }