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
10 changes: 7 additions & 3 deletions blocklets/image-bin/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.20 (2026-1-7)

- feat: change bundle method

## 0.14.19 (January 04, 2026)

- chore: update deps
Expand Down Expand Up @@ -89,7 +93,7 @@

## 0.13.31 (September 30, 2025)

fix: enhance XSS filtering with recursive sanitization
- fix: enhance XSS filtering with recursive sanitization

## 0.13.30 (September 29, 2025)

Expand Down Expand Up @@ -122,7 +126,7 @@ fix: enhance XSS filtering with recursive sanitization

## 0.13.23 (September 05, 2025)

chore: bump deps to fix csrf token mismatch v2
- chore: bump deps to fix csrf token mismatch v2

## 0.13.22 (September 02, 2025)

Expand Down Expand Up @@ -233,7 +237,7 @@ chore: bump deps to fix csrf token mismatch v2

## 0.12.5 (June 24, 2025)

fix: fix image paste upload issue in Safari
- fix: fix image paste upload issue in Safari

## 0.12.4 (June 06, 2025)

Expand Down
25 changes: 14 additions & 11 deletions blocklets/image-bin/blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: image-bin
version: 0.14.19
version: 0.14.20
title: Media Kit
description: Self-hosted media management that replaces expensive cloud services
while keeping you in complete control of your digital assets.
description: >-
Self-hosted media management that replaces expensive cloud services while
keeping you in complete control of your digital assets.
keywords:
- blocklet
- react
Expand All @@ -29,7 +30,7 @@ interfaces:
- type: web
name: publicUrl
path: /
prefix: "*"
prefix: '*'
port: BLOCKLET_PORT
protocol: http
cacheable:
Expand All @@ -49,19 +50,20 @@ interfaces:
- avatar
allowSwitchProfile: true
blockUnauthorized: false
proxyBehavior: service
community: https://community.arcblock.io
documentation: https://developer.blocklet.io
homepage: https://store.blocklet.dev
license: ""
license: ''
payment:
price: []
share: []
timeout:
start: 60
requirements:
server: ">=1.6.29"
os: "*"
cpu: "*"
server: '>=1.6.29'
os: '*'
cpu: '*'
scripts:
preStart: node api/hooks/pre-start.js
preConfig: node api/hooks/pre-config.js
Expand All @@ -70,19 +72,19 @@ environments:
- name: CDN_HOST
description: Use CDN Host for image load speed
required: false
default: ""
default: ''
secure: false
shared: true
- name: UNSPLASH_KEY
description: The Unsplash API key, you can get on https://unsplash.com/developers
required: false
default: ""
default: ''
secure: false
shared: true
- name: UNSPLASH_SECRET
description: The Unsplash API secret, you can get on https://unsplash.com/developers
required: false
default: ""
default: ''
secure: true
shared: false
capabilities:
Expand Down Expand Up @@ -116,3 +118,4 @@ resource:
types:
- type: imgpack
description: A collection of media assets that can be served by the Media Kit
egress: true
2 changes: 1 addition & 1 deletion 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.19",
"version": "0.14.20",
"private": true,
"scripts": {
"dev": "blocklet dev",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-bin",
"version": "0.0.1",
"version": "0.14.20",
"private": true,
"scripts": {
"lint": "pnpm -r lint",
Expand All @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@arcblock/eslint-config": "0.3.3",
"bumpp": "^7.2.0",
"bumpp": "^10.3.2",
"eslint": "^8.57.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
Expand Down
Loading
Loading