Skip to content

Commit ce7392d

Browse files
zcoderrclaude
andcommitted
chore: update blocklet metadata, logo, and upgrade dependencies
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8b08c45 commit ce7392d

5 files changed

Lines changed: 47 additions & 154 deletions

File tree

blocklet.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ keywords:
44
- blocklet
55
- react
66
group: dapp
7-
did: z2qZzg5ESsAxNYKCEnf7nNzN4nN9N3MC5vzCR
7+
did: z2qa9Cd3SxvqWffhz5oMycfpDcsq261UP25SE
88
main: api/dist/index.js
99
author:
1010
name: Arcblock
11-
email: zcoderrr@gmail.com
11+
email: blocklet@arcblock.io
1212
repository:
1313
type: git
1414
url: git+https://github.com/blocklet/create-blocklet.git
@@ -17,30 +17,30 @@ version: 0.1.0
1717
logo: logo.png
1818
files:
1919
- dist
20-
- logo.png
2120
- screenshots
2221
- api/dist/store/migrations/*.js
2322
- prompts
23+
- logo.png
2424
interfaces:
2525
- type: web
2626
name: publicUrl
2727
path: /
28-
prefix: "*"
28+
prefix: '*'
2929
port: BLOCKLET_PORT
3030
protocol: http
31-
community: ""
32-
documentation: ""
33-
homepage: ""
34-
license: ""
31+
community: ''
32+
documentation: ''
33+
homepage: ''
34+
license: ''
3535
payment:
3636
price: []
3737
share: []
3838
timeout:
3939
start: 60
4040
requirements:
41-
server: ">=1.16.28"
42-
os: "*"
43-
cpu: "*"
41+
server: '>=1.16.28'
42+
os: '*'
43+
cpu: '*'
4444
aigne: true
4545
scripts:
4646
dev: npm run start
@@ -49,7 +49,7 @@ environments:
4949
- name: CHAIN_HOST
5050
description: Chain host URL
5151
required: false
52-
default: ""
52+
default: ''
5353
- name: DATABASE_PASSWORD
5454
description: Database password
5555
required: false
@@ -79,7 +79,8 @@ capabilities:
7979
clusterMode: true
8080
component: true
8181
navigation: true
82-
screenshots: []
82+
screenshots:
83+
- 4d9c6862872cae7d290b6f51b1f18163.png
8384
components: []
8485
navigation:
8586
- id: invites

logo.png

98.7 KB
Loading

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@arcblock/did-connect-storage-nedb": "^1.8.0",
4545
"@aws-sdk/client-sns": "^3.1019.0",
4646
"@blocklet/logger": "^1.17.11",
47-
"@blocklet/sdk": "^1.17.7",
47+
"@blocklet/sdk": "^1.17.11",
4848
"@google/genai": "^1.48.0",
4949
"@mapbox/search-js-core": "^1.5.1",
5050
"@mapbox/search-js-react": "^1.0.0-beta.22",
@@ -109,8 +109,8 @@
109109
"@arcblock/react-hooks": "^3.4.8",
110110
"@arcblock/ux": "^3.4.8",
111111
"@arcblock/ws": "^1.28.6",
112-
"@blocklet/js-sdk": "^1.17.7",
113-
"@blocklet/ui-react": "^3.4.8",
112+
"@blocklet/js-sdk": "^1.17.11",
113+
"@blocklet/ui-react": "^3.5.2",
114114
"@emotion/react": "^11.14.0",
115115
"@emotion/styled": "^11.14.0",
116116
"@mui/icons-material": "^7.2.0",
@@ -186,9 +186,9 @@
186186
"@arcblock/validator": "^1.28.6",
187187
"@arcblock/vc": "^1.28.6",
188188
"@arcblock/ws": "^1.28.6",
189-
"@blocklet/js-sdk": "^1.17.7",
190-
"@blocklet/logger": "^1.17.7",
191-
"@blocklet/sdk": "^1.17.7",
189+
"@blocklet/js-sdk": "^1.17.11",
190+
"@blocklet/logger": "^1.17.11",
191+
"@blocklet/sdk": "^1.17.11",
192192
"@ocap/client": "^1.28.6",
193193
"@ocap/mcrypto": "^1.28.6",
194194
"@ocap/util": "^1.28.6",

0 commit comments

Comments
 (0)