Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions blocklets/image-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.19 (January 04, 2026)

- chore: update deps

## 0.14.18 (December 22, 2025)

- feat(uploader): add headless API for programmatic control
Expand Down
2 changes: 1 addition & 1 deletion blocklets/image-bin/blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: image-bin
version: 0.14.18
version: 0.14.19
title: Media Kit
description: Self-hosted media management that replaces expensive cloud services
while keeping you in complete control of your digital assets.
Expand Down
22 changes: 11 additions & 11 deletions blocklets/image-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-bin",
"version": "0.14.18",
"version": "0.14.19",
"private": true,
"scripts": {
"dev": "blocklet dev",
Expand Down Expand Up @@ -41,22 +41,22 @@
]
},
"dependencies": {
"@aigne/aigne-hub": "^0.10.15",
"@arcblock/did": "^1.27.15",
"@arcblock/did-connect-react": "^3.2.19",
"@arcblock/ux": "^3.2.19",
"@blocklet/constant": "^1.17.5",
"@aigne/aigne-hub": "^0.10.16-beta.13",
"@arcblock/did": "^1.27.16",
"@arcblock/did-connect-react": "^3.3.9",
"@arcblock/ux": "^3.3.9",
"@blocklet/constant": "^1.17.7",
"@blocklet/embed": "^0.3.5",
"@blocklet/js-sdk": "^1.17.5",
"@blocklet/logger": "^1.17.5",
"@blocklet/sdk": "^1.17.5",
"@blocklet/js-sdk": "^1.17.7",
"@blocklet/logger": "^1.17.7",
"@blocklet/sdk": "^1.17.7",
"@blocklet/uploader": "workspace:^",
"@blocklet/uploader-server": "workspace:^",
"@blocklet/xss": "workspace:^",
"@iconify/react": "^5.0.2",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@ocap/client": "^1.27.15",
"@ocap/client": "^1.27.16",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
Expand All @@ -80,7 +80,7 @@
},
"devDependencies": {
"@arcblock/eslint-config": "^0.3.3",
"@blocklet/ui-react": "^3.2.19",
"@blocklet/ui-react": "^3.3.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@vitejs/plugin-react": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion blocklets/image-bin/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.18
0.14.19
46 changes: 24 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"scripts": {
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"bundle": "pnpm -F image-bin bundle",
"build:lib": "pnpm -r --filter @blocklet/* run build",
"bump-version": "zx scripts/bump-version.mjs --quiet",
"update:deps": "npx -y taze -r -w -n '/@abtnode|@aigne|@arcblock|@blocklet|@did-connect|@did-pay|@did-space|@nft-store|@nft-studio|@ocap/' && pnpm install && pnpm run deduplicate",
"verify": "npm run lint && npm run build:lib && npm run bundle",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"postinstall": "pnpm build:lib",
Expand All @@ -28,30 +30,30 @@
"zx": "^7.2.3"
},
"resolutions": {
"@abtnode/cron": "^1.17.5",
"@arcblock/did": "^1.27.15",
"@arcblock/did-ext": "^1.27.15",
"@arcblock/did-util": "^1.27.15",
"@arcblock/jwt": "^1.27.15",
"@arcblock/validator": "^1.27.15",
"@arcblock/vc": "^1.27.15",
"@arcblock/ws": "^1.27.15",
"@blocklet/constant": "^1.17.5",
"@blocklet/js-sdk": "^1.17.5",
"@blocklet/logger": "^1.17.5",
"@blocklet/sdk": "^1.17.5",
"@abtnode/cron": "^1.17.7",
"@arcblock/did": "^1.27.16",
"@arcblock/did-ext": "^1.27.16",
"@arcblock/did-util": "^1.27.16",
"@arcblock/jwt": "^1.27.16",
"@arcblock/validator": "^1.27.16",
"@arcblock/vc": "^1.27.16",
"@arcblock/ws": "^1.27.16",
"@blocklet/constant": "^1.17.7",
"@blocklet/js-sdk": "^1.17.7",
"@blocklet/logger": "^1.17.7",
"@blocklet/sdk": "^1.17.7",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
"@mui/system": "^7.1.1",
"@ocap/asset": "^1.27.15",
"@ocap/client": "^1.27.15",
"@ocap/contract": "^1.27.15",
"@ocap/mcrypto": "^1.27.15",
"@ocap/message": "^1.27.15",
"@ocap/proto": "^1.27.15",
"@ocap/types": "^1.27.15",
"@ocap/util": "^1.27.15",
"@ocap/wallet": "^1.27.15",
"@ocap/asset": "^1.27.16",
"@ocap/client": "^1.27.16",
"@ocap/contract": "^1.27.16",
"@ocap/mcrypto": "^1.27.16",
"@ocap/message": "^1.27.16",
"@ocap/proto": "^1.27.16",
"@ocap/types": "^1.27.16",
"@ocap/util": "^1.27.16",
"@ocap/wallet": "^1.27.16",
"@tus/file-store": "1.0.0",
"@tus/server": "1.0.0",
"@uppy/companion": "4.15.1",
Expand All @@ -75,4 +77,4 @@
"p-retry": "4.6.1",
"preact": "10.20.1"
}
}
}
4 changes: 4 additions & 0 deletions packages/uploader-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.19 (January 04, 2026)

- chore: update deps

## 0.3.18 (December 22, 2025)

- feat(uploader): add headless API for programmatic control
Expand Down
10 changes: 5 additions & 5 deletions packages/uploader-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocklet/uploader-server",
"version": "0.3.18",
"version": "0.3.19",
"description": "blocklet upload server",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -59,10 +59,10 @@
"axios": "^1.7.8"
},
"dependencies": {
"@abtnode/cron": "^1.17.5",
"@blocklet/constant": "^1.17.5",
"@blocklet/logger": "^1.17.5",
"@blocklet/sdk": "^1.17.5",
"@abtnode/cron": "^1.17.7",
"@blocklet/constant": "^1.17.7",
"@blocklet/logger": "^1.17.7",
"@blocklet/sdk": "^1.17.7",
"@tus/file-store": "1.0.0",
"@tus/server": "1.0.0",
"@uppy/companion": "4.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/uploader-server/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.18
0.3.19
4 changes: 4 additions & 0 deletions packages/uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.19 (January 04, 2026)

- chore: update deps

## 0.3.18 (December 22, 2025)


Expand Down
4 changes: 2 additions & 2 deletions packages/uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocklet/uploader",
"version": "0.3.18",
"version": "0.3.19",
"description": "blocklet upload component",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -57,7 +57,7 @@
"author": "arcblock <blocklet@arcblock.io> https://github.com/blocklet",
"license": "ISC",
"dependencies": {
"@blocklet/ui-react": "^3.2.19",
"@blocklet/ui-react": "^3.3.9",
"@lottiefiles/react-lottie-player": "^3.5.4",
"@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/uploader/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.18
0.3.19
4 changes: 4 additions & 0 deletions packages/xss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.16 (January 04, 2026)

- chore: update deps

## 0.3.15 (December 22, 2025)

- feat(uploader): add headless API for programmatic control
Expand Down
2 changes: 1 addition & 1 deletion packages/xss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocklet/xss",
"version": "0.3.15",
"version": "0.3.16",
"description": "blocklet prevent xss attack",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/xss/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.15
0.3.16
Loading
Loading