From 98fc80f0dca8392dfec37d4e128fb2009d38e11c Mon Sep 17 00:00:00 2001 From: Shuang Date: Fri, 14 Nov 2025 22:17:42 +0800 Subject: [PATCH 1/2] chore: update deps to the latest version --- package.json | 94 ++--- pnpm-lock.yaml | 910 +++++++++++++++++++++++++------------------------ 2 files changed, 504 insertions(+), 500 deletions(-) diff --git a/package.json b/package.json index d2f06b3..4d92d7c 100644 --- a/package.json +++ b/package.json @@ -28,25 +28,25 @@ "email": "shijun@arcblock.io" }, "dependencies": { - "@abtnode/auth": "^1.17.1", - "@arcblock/did": "^1.27.3", - "@arcblock/did-connect-js": "^1.27.3", + "@abtnode/auth": "^1.17.2", + "@arcblock/did": "^1.27.6", + "@arcblock/did-connect-js": "^1.27.6", "@arcblock/did-connect-storage-nedb": "^1.8.0", - "@arcblock/did-util": "^1.27.3", - "@arcblock/jwt": "^1.27.3", - "@arcblock/nft": "^1.27.3", - "@arcblock/nft-template": "^1.27.3", - "@arcblock/vc": "^1.27.3", - "@blocklet/constant": "^1.17.1", - "@blocklet/sdk": "^1.17.1", - "@ocap/asset": "^1.27.3", - "@ocap/client": "^1.27.3", - "@ocap/mcrypto": "^1.27.3", - "@ocap/message": "^1.27.3", - "@ocap/proto": "^1.27.3", - "@ocap/tx-util": "^1.27.3", - "@ocap/util": "^1.27.3", - "@ocap/wallet": "^1.27.3", + "@arcblock/did-util": "^1.27.6", + "@arcblock/jwt": "^1.27.6", + "@arcblock/nft": "^1.27.6", + "@arcblock/nft-template": "^1.27.6", + "@arcblock/vc": "^1.27.6", + "@blocklet/constant": "^1.17.2", + "@blocklet/sdk": "^1.17.2", + "@ocap/asset": "^1.27.6", + "@ocap/client": "^1.27.6", + "@ocap/mcrypto": "^1.27.6", + "@ocap/message": "^1.27.6", + "@ocap/proto": "^1.27.6", + "@ocap/tx-util": "^1.27.6", + "@ocap/util": "^1.27.6", + "@ocap/wallet": "^1.27.6", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cors": "^2.8.5", @@ -110,12 +110,12 @@ ] }, "devDependencies": { - "@arcblock/did-connect-react": "^3.2.1", + "@arcblock/did-connect-react": "^3.2.6", "@arcblock/eslint-config": "0.3.3", - "@arcblock/react-hooks": "^3.2.1", - "@arcblock/ux": "^3.2.1", - "@blocklet/js-sdk": "^1.17.1", - "@blocklet/ui-react": "^3.2.1", + "@arcblock/react-hooks": "^3.2.6", + "@arcblock/ux": "^3.2.6", + "@blocklet/js-sdk": "^1.17.2", + "@blocklet/ui-react": "^3.2.6", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", @@ -140,34 +140,34 @@ "store": "^2.0.12", "taze": "^0.18.0", "vite": "^7.1.12", - "vite-plugin-blocklet": "^0.12.1", + "vite-plugin-blocklet": "^0.12.2", "vite-plugin-node-polyfills": "^0.24.0", "vite-plugin-svgr": "^4.5.0" }, "resolutions": { - "@abtnode/auth": "^1.17.1", - "@arcblock/did": "^1.27.3", - "@arcblock/did-connect-js": "^1.27.3", - "@arcblock/did-ext": "^1.27.3", - "@arcblock/did-util": "^1.27.3", - "@arcblock/event-hub": "^1.27.3", - "@arcblock/jwt": "^1.27.3", - "@arcblock/nft": "^1.27.3", - "@arcblock/nft-template": "^1.27.3", - "@arcblock/vc": "^1.27.3", - "@arcblock/ws": "^1.27.3", - "@blocklet/constant": "^1.17.1", - "@blocklet/js-sdk": "^1.17.1", - "@blocklet/sdk": "^1.17.1", - "@ocap/asset": "^1.27.3", - "@ocap/client": "^1.27.3", - "@ocap/mcrypto": "^1.27.3", - "@ocap/message": "^1.27.3", - "@ocap/proto": "^1.27.3", - "@ocap/tx-util": "^1.27.3", - "@ocap/types": "^1.27.3", - "@ocap/util": "^1.27.3", - "@ocap/wallet": "^1.27.3", + "@abtnode/auth": "^1.17.2", + "@arcblock/did": "^1.27.6", + "@arcblock/did-connect-js": "^1.27.6", + "@arcblock/did-ext": "^1.27.6", + "@arcblock/did-util": "^1.27.6", + "@arcblock/event-hub": "^1.27.6", + "@arcblock/jwt": "^1.27.6", + "@arcblock/nft": "^1.27.6", + "@arcblock/nft-template": "^1.27.6", + "@arcblock/vc": "^1.27.6", + "@arcblock/ws": "^1.27.6", + "@blocklet/constant": "^1.17.2", + "@blocklet/js-sdk": "^1.17.2", + "@blocklet/sdk": "^1.17.2", + "@ocap/asset": "^1.27.6", + "@ocap/client": "^1.27.6", + "@ocap/mcrypto": "^1.27.6", + "@ocap/message": "^1.27.6", + "@ocap/proto": "^1.27.6", + "@ocap/tx-util": "^1.27.6", + "@ocap/types": "^1.27.6", + "@ocap/util": "^1.27.6", + "@ocap/wallet": "^1.27.6", "react-error-overlay": "6.0.9" }, "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a4a564..d34f149 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,29 +5,29 @@ settings: excludeLinksFromLockfile: false overrides: - '@abtnode/auth': ^1.17.1 - '@arcblock/did': ^1.27.3 - '@arcblock/did-connect-js': ^1.27.3 - '@arcblock/did-ext': ^1.27.3 - '@arcblock/did-util': ^1.27.3 - '@arcblock/event-hub': ^1.27.3 - '@arcblock/jwt': ^1.27.3 - '@arcblock/nft': ^1.27.3 - '@arcblock/nft-template': ^1.27.3 - '@arcblock/vc': ^1.27.3 - '@arcblock/ws': ^1.27.3 - '@blocklet/constant': ^1.17.1 - '@blocklet/js-sdk': ^1.17.1 - '@blocklet/sdk': ^1.17.1 - '@ocap/asset': ^1.27.3 - '@ocap/client': ^1.27.3 - '@ocap/mcrypto': ^1.27.3 - '@ocap/message': ^1.27.3 - '@ocap/proto': ^1.27.3 - '@ocap/tx-util': ^1.27.3 - '@ocap/types': ^1.27.3 - '@ocap/util': ^1.27.3 - '@ocap/wallet': ^1.27.3 + '@abtnode/auth': ^1.17.2 + '@arcblock/did': ^1.27.6 + '@arcblock/did-connect-js': ^1.27.6 + '@arcblock/did-ext': ^1.27.6 + '@arcblock/did-util': ^1.27.6 + '@arcblock/event-hub': ^1.27.6 + '@arcblock/jwt': ^1.27.6 + '@arcblock/nft': ^1.27.6 + '@arcblock/nft-template': ^1.27.6 + '@arcblock/vc': ^1.27.6 + '@arcblock/ws': ^1.27.6 + '@blocklet/constant': ^1.17.2 + '@blocklet/js-sdk': ^1.17.2 + '@blocklet/sdk': ^1.17.2 + '@ocap/asset': ^1.27.6 + '@ocap/client': ^1.27.6 + '@ocap/mcrypto': ^1.27.6 + '@ocap/message': ^1.27.6 + '@ocap/proto': ^1.27.6 + '@ocap/tx-util': ^1.27.6 + '@ocap/types': ^1.27.6 + '@ocap/util': ^1.27.6 + '@ocap/wallet': ^1.27.6 react-error-overlay: 6.0.9 '@arcblock/did-connect': '@arcblock/did-connect-react@^3.1.53' @@ -36,62 +36,62 @@ importers: .: dependencies: '@abtnode/auth': - specifier: ^1.17.1 - version: 1.17.1(debug@4.4.3) + specifier: ^1.17.2 + version: 1.17.2(debug@4.4.3) '@arcblock/did': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/did-connect-js': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/did-connect-storage-nedb': specifier: ^1.8.0 version: 1.8.0 '@arcblock/did-util': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/jwt': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/nft': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/nft-template': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@arcblock/vc': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@blocklet/constant': - specifier: ^1.17.1 - version: 1.17.1 + specifier: ^1.17.2 + version: 1.17.2 '@blocklet/sdk': - specifier: ^1.17.1 - version: 1.17.1 + specifier: ^1.17.2 + version: 1.17.2 '@ocap/asset': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/client': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/mcrypto': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/message': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/proto': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/tx-util': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/util': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 '@ocap/wallet': - specifier: ^1.27.3 - version: 1.27.3 + specifier: ^1.27.6 + version: 1.27.6 compression: specifier: ^1.7.4 version: 1.7.4 @@ -184,23 +184,23 @@ importers: version: 5.1.4 devDependencies: '@arcblock/did-connect-react': - specifier: ^3.2.1 - version: 3.2.1(f73a6236abdfd07369d4418b8896a911) + specifier: ^3.2.6 + version: 3.2.6(3e777929fc042a3017389d0541eb107c) '@arcblock/eslint-config': specifier: 0.3.3 version: 0.3.3(eslint@8.52.0)(jest@26.6.3)(prettier@3.3.2)(react@19.2.0)(typescript@5.7.2) '@arcblock/react-hooks': - specifier: ^3.2.1 - version: 3.2.1 + specifier: ^3.2.6 + version: 3.2.6 '@arcblock/ux': - specifier: ^3.2.1 - version: 3.2.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + specifier: ^3.2.6 + version: 3.2.6(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) '@blocklet/js-sdk': - specifier: ^1.17.1 - version: 1.17.1(debug@4.4.3) + specifier: ^1.17.2 + version: 1.17.2(debug@4.4.3) '@blocklet/ui-react': - specifier: ^3.2.1 - version: 3.2.1(40ca79cda1b451f3d9cca5440073d505) + specifier: ^3.2.6 + version: 3.2.6(daf0fabdacacae7fc43497ac52289064) '@emotion/react': specifier: ^11.14.0 version: 11.14.0(@types/react@18.2.31)(react@19.2.0) @@ -274,8 +274,8 @@ importers: specifier: ^7.1.12 version: 7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0) vite-plugin-blocklet: - specifier: ^0.12.1 - version: 0.12.1(rollup@4.52.5)(vite@7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)) + specifier: ^0.12.2 + version: 0.12.2(rollup@4.52.5)(vite@7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)) vite-plugin-node-polyfills: specifier: ^0.24.0 version: 0.24.0(rollup@4.52.5)(vite@7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)) @@ -289,26 +289,26 @@ packages: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} - '@abtnode/auth@1.17.1': - resolution: {integrity: sha512-GB7tZiaMCDYiaW+Q98yOSTa6Pbt0sOvIVEL52CS5jhZTgJciY6WqR+zgaJl+yyCYEPYGW5gpxZq1h8+YupmlvQ==} + '@abtnode/auth@1.17.2': + resolution: {integrity: sha512-70C6RUnCuF/p5T0esdHfjt6iDJhe7BJj/5JLQkAI0EiNfbZHOCiSqz+5SyhhUgnfT8zrIYiYcb9it0W7DEjdSg==} - '@abtnode/constant@1.17.1': - resolution: {integrity: sha512-GHmOgADMddFRiLgbImMiuhN7DaswH79P3jLHdpdViJkL55g4CX1eT8/Av3Kg8wAiSjGGT+9yqhbAXII8RbmHvw==} + '@abtnode/constant@1.17.2': + resolution: {integrity: sha512-c1qNbiwe5vbdM1eQ9N1JQSWHcViX5cp+LVc+sG0kAhcldFhlqgj4bxZSrOaxdTMR0atuefU8mlwL9IgjVlGsiA==} - '@abtnode/db-cache@1.17.1': - resolution: {integrity: sha512-DoV+yliPFh7W8JqQwc+kQEcZolB+M+wpQ7JD7AQr7pyUYDeXA0u6xoVDf2T0b2hcvAX9t5pTNDsyXeSb6J0SOA==} + '@abtnode/db-cache@1.17.2': + resolution: {integrity: sha512-sIe9aQQWfS4cDjZrkzhioo8b//u8ss8AtVPxey7DATi8409GpS6emta9MN19XF73HfvQLQ/Jm9PX/Wqxe78MZg==} - '@abtnode/docker-utils@1.17.1': - resolution: {integrity: sha512-yYVRN3ELqr+93qouARwzC829td4Tt2VoMIo6YNF8/3tvYRC4ByAMRrHPEE2+/4an4aMxlt+ZhTWoZUvtvIsxig==} + '@abtnode/docker-utils@1.17.2': + resolution: {integrity: sha512-DEA4XJrdpkGgq5jiGhaEDydrPqAgKQ1LqOGuVCeI9I3coY54NPuoLQEp7P1b37uxiTE0U5wpCDLEGZ8iG3b5Sw==} '@abtnode/file-stream-rotator@0.6.3': resolution: {integrity: sha512-vCHn68o7k0FY5Qois5YP/n0AYuA9w9HzfvvxHN7v97oY/ElwMPlcUF4OmaRXqtk/tVRQVXYdj/Qey32wM4oiNw==} - '@abtnode/logger@1.17.1': - resolution: {integrity: sha512-O7xmROZzXrxRbKQYkec9Fix9c+qMIUiRTBU4smMCfdttIw+xwrNUnKyM4sI1et/ItBHRORGpSCMfY4xT1IskFA==} + '@abtnode/logger@1.17.2': + resolution: {integrity: sha512-qtzt89Ra/rGHSBBs8nS4szJJtZ4PcKIwdzL1vvEv0Kk7QRk0Wdte8SY2o/gVWSNfuD+ZVyGGSrAAlgQSOJ1UsQ==} - '@abtnode/util@1.17.1': - resolution: {integrity: sha512-BJFL7K+W0U5c6hpnoxoyEVtMJIoCG7h9sTgNVyS+RyI8N2c9rDdxS/emUM4uV5xgFq746zX8qnTFkXzxnqJgJQ==} + '@abtnode/util@1.17.2': + resolution: {integrity: sha512-8en1/Gfq4GAmnqQoptH2VVOu+mMvkEiuis+5rWO3nyPw0AGXeQ7NQ2tlyu9x1+LpNyl9y7bqbNzjfNPxqp6kLw==} '@abtnode/winston-daily-rotate-file@5.0.1': resolution: {integrity: sha512-FUnLTCFRocN4gIioS+UQICheqnSjlrAwToRgdc7fuyE0QpK0dkTLkX47QZTK+k4zfypW1aqtGV+GWvhnZ6G/2Q==} @@ -323,17 +323,17 @@ packages: '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} - '@arcblock/bridge@3.2.1': - resolution: {integrity: sha512-F2JNp0CBddpTcLNRx/qt6061+Kca7XT3P+5RGNdYi1U+Wl3dvhwlGvY2cVpApHmdZnVn9ENgCq/4souWfptYig==} + '@arcblock/bridge@3.2.6': + resolution: {integrity: sha512-4z97O0NrtllF1qkrpL8vdR2e7+Vn+y+LOzWqSAHMioncuFUzLJ2ArA9rh5q8a2i3G5zEkF9sgHrBDVL/6YZJdA==} - '@arcblock/did-connect-js@1.27.3': - resolution: {integrity: sha512-kR7NRSKQGFnPokbaw5fKqOaBE2TajH8VfQ5R5XWnTWprPXMuEoJ6fZjmHIaxV1h5uzLVuchaoYswV6zLfUV0wQ==} + '@arcblock/did-connect-js@1.27.6': + resolution: {integrity: sha512-UHqUJRcqAYqnjv/kepw4B2mEmP+q6cv7AOOil8JBFVD+EP62pI6BcRQbBQEUQohK72UF2Ryh6Mb5sVqLayACmg==} - '@arcblock/did-connect-react@3.2.1': - resolution: {integrity: sha512-JTa7aLqYH+BhXcaD+wPpl3veyp3aa0MiiPouBRPjQcaX9R4U/ePg78Hsj0W7WuFrVe5JFWg3wkgHApvlsFtqOA==} + '@arcblock/did-connect-react@3.2.6': + resolution: {integrity: sha512-GtYLhZGuRYN5YU8ZSmW5NCqfKDvEKUUszp9x0/bETqyMcyGQZaTABjCs7qbVGkXkxgi9t2trh4on5p4wwLFHBg==} peerDependencies: '@arcblock/ux': ^3.1.0 - '@blocklet/js-sdk': ^1.17.1 + '@blocklet/js-sdk': ^1.17.2 '@blocklet/theme': ^3.1.0 '@emotion/react': ^11.14.0 '@emotion/styled': ^11.14.0 @@ -347,17 +347,17 @@ packages: '@arcblock/did-connect-storage@1.8.0': resolution: {integrity: sha512-ZkWEjULvHH43WeoDmFVDBa3MS0xTIPe5oQ6twxrXChhI7r8Qk93daye2hRt7kCm92RGOSxIEN89EEtVKcVr12g==} - '@arcblock/did-ext@1.27.3': - resolution: {integrity: sha512-e4/uysSeIizKfqJ4toJu2goDOYSLJ3TWeV6GmbT9JpfXx7vxnKgsdEa6izXuG3ELBkhoyric5pCHnq0ksganhA==} + '@arcblock/did-ext@1.27.6': + resolution: {integrity: sha512-dJaP9GBIj3AXNYL/YtH57rqyaZ09rm5KhZdZx3AwqT6SZmpb0VtUtbTR/9uBmKuzpcLpDHe52BLqAJMgyNtF0A==} '@arcblock/did-motif@1.1.14': resolution: {integrity: sha512-7xnfTutnPSRhysd4CTZA8/FiOroOzJLCa9Lp48ni2xPx0dPTE/7msVYoKlt0ti+Acm9NbpJv+XD2FSYiN53Miw==} - '@arcblock/did-util@1.27.3': - resolution: {integrity: sha512-lu3coDREW0Gsz4415keo8/YZMJCOeCCbo52UIExkcel6j0GLtRRkRY837qLKJzbbP6QjNVBF8AFseKmpzzJHYQ==} + '@arcblock/did-util@1.27.6': + resolution: {integrity: sha512-25AJUFAOpwdO0dEEw9psqhrCUhgLHsGJy7I27guMmM1xEKkc8OOYbqenzGCnrxPSHvEI1tGPCBn58eG2WSrgSQ==} - '@arcblock/did@1.27.3': - resolution: {integrity: sha512-phatPE30ELXV+0oFiKG6A/uvP7Wr0EAqbcwMv53htfVAKdQBBwzT2ShS8kCe65cUYdHVkGt1qg7oZem2mx+3SQ==} + '@arcblock/did@1.27.6': + resolution: {integrity: sha512-4921+OW8+Tz0aDlttBBficTbxd3ZKS6ByjffXMYM7cGaoPZgZPNq16brbr2XFIWYJBHuvdujXQlocq0sT4qUeg==} '@arcblock/eslint-config@0.3.3': resolution: {integrity: sha512-QKWK50BXcf5G29jRIXpA4/Ff2DflU9jIAOgRIhMYumLWzLxZmNI3sg53b6Z6/HTsrCSC/EZes+//yLHtUWWHew==} @@ -366,25 +366,25 @@ packages: prettier: ^3.3.2 react: ^18.2.0 - '@arcblock/event-hub@1.27.3': - resolution: {integrity: sha512-pxQ+83mq8TPM4tD6Jls9385yO9xt4p8YXenFzb0iBTk1mnpk17b2B8PcEo6zqajVWSxMlofGHIvW3OBI9d8C8A==} + '@arcblock/event-hub@1.27.6': + resolution: {integrity: sha512-Jeivf7mRncA+6W+NybA+vW+/lF27sh0XPuV0JFMy4bPUoh9G3HJys5UPb0Zo8MRlmDRA8U8sn6i6iUisPZan7w==} - '@arcblock/icons@3.2.1': - resolution: {integrity: sha512-Cn8H6YdDApYSUP/1UbwtwF9nb6KQpOOl59D9wvKL5jpXhp4LVjijRhPfDASotJJjH8zfK/s4fW9NBm9FDQnN8Q==} + '@arcblock/icons@3.2.6': + resolution: {integrity: sha512-QS8YIDGq3+wjpLQkllevZJgwMdqts4W3Crsa2iNQhAxUXB/CMzMZot9ZMPFTy6gPKRErsUnrdaamiwxday6Xig==} peerDependencies: react: ^19.0.0 - '@arcblock/jwt@1.27.3': - resolution: {integrity: sha512-BrnHLMXoKpBb/fRW42l3hoJu9jntUnHLEi5BrN0mMycy76TagGNjBzpBDD7TB/iar+XAap+dc7+eCVIB5tO1Hg==} + '@arcblock/jwt@1.27.6': + resolution: {integrity: sha512-xsgUxDFnBxdurTnDI5HHagTi29ZoG/W7rPLYCOvdBNqkv3fEO2l+7qg3ceO9Sy5v+Q0++DqDHp17Tc0s2XWLhw==} - '@arcblock/nft-display@3.2.1': - resolution: {integrity: sha512-JDZa/F/+WMX+hte2/8IJeNZ7iqdqzZv7/92Yy9BPw2IJoGK1V+l/yeU4ZDj0tFf/8LFmomvbxkxoiBeg/SWStw==} + '@arcblock/nft-display@3.2.6': + resolution: {integrity: sha512-6UEZ7o0FFBUoUsiqnHESuAh7tgZQGhZLbHHBq3L3WanU6A0DbIVNHRv84AgIA+JfEIyKR6trWOOs4oBvGlR66w==} - '@arcblock/nft-template@1.27.3': - resolution: {integrity: sha512-JY9zzlVP0QKMsUy1eYfsd7sEZln0VhQY3SZNa45WXmWdmTWkgyhzErEbcs8wApvWJ4yCTReOe06gQLjo9S7KXQ==} + '@arcblock/nft-template@1.27.6': + resolution: {integrity: sha512-AMmaAtDpVNq2pMCuVSeiZp/SYj6PfmHDC7Qk0LpV1m1CBhQ7Uth3bxgkKtXNJPWV73cwE4B/qZvBlqmHReSotw==} - '@arcblock/nft@1.27.3': - resolution: {integrity: sha512-XN9KFs0gf8drPBKaf15rK0FOT89fqS3Q1hREiXR7u9ZycL1+urHeCsdYD5Zf4fZgulIsoPfnPOhooePE2ffiUA==} + '@arcblock/nft@1.27.6': + resolution: {integrity: sha512-vuYVa+9ZanJ7LbyZzLXAU1IerImk1rnfkOoSiUGugHagX4LGdSyV/YYvkiMUwQdFk4nXvm/FPZ8+ZdVqwwQsOg==} '@arcblock/pm2.io@6.1.2': resolution: {integrity: sha512-7ju9L+MacsYxYtHRjvKhSyJRsVQTqcFvqXPMx0VA9IpAarI0j8aOx8f4w7l3Vsb7ew/N0UeR38i0/ze6UcBn7g==} @@ -395,14 +395,14 @@ packages: engines: {node: '>=16.0.0'} hasBin: true - '@arcblock/react-hooks@3.2.1': - resolution: {integrity: sha512-xgz4/HSNLYHrh13DJLcYfgYQKCCYELDyrVWTwxEBfFOG/ygyHFVvbPpuXYvJlC2i8ebBfe3C8LA+0E6r5lZ6mQ==} + '@arcblock/react-hooks@3.2.6': + resolution: {integrity: sha512-qg1gz6DkFAjBcn0Bh7+ytqXNDUpOoc0dy02Ifpx4SeBpBaPkWxovPsZw37JJEngJVL+l2jQL6sy6mRAod1Gn+g==} '@arcblock/sdk-util@0.36.1': resolution: {integrity: sha512-XvTortfv5INuboAjgQN0R3e8aHGtBWCppcwW1b1r/Bh01kTVywrf1l0hl+48KqThvdvX4fVK9FYuavjwdzvguw==} - '@arcblock/ux@3.2.1': - resolution: {integrity: sha512-vP0MfZxJ5XdUO5ip5Bz7Lnge9lppP/cBIeuXGvpsPxl5TjbwB7aKEAWoFCuRpOZlHo/S1y5fKf2OqEYKwwV3gg==} + '@arcblock/ux@3.2.6': + resolution: {integrity: sha512-bMI6cI8nJuP90ueVOHVf+QDVa+gYeYvoa6Y32Mog6M82L6yxVaAmtIIDFGzcjb0C/ys1HlDX/vZqlG010xR8ag==} peerDependencies: '@emotion/react': ^11.14.0 '@emotion/styled': ^11.14.0 @@ -412,14 +412,14 @@ packages: react: ^19.0.0 react-router-dom: ^6.22.3 - '@arcblock/validator@1.27.3': - resolution: {integrity: sha512-bCAkS5Pt8dklYvq5t9Qh9I4SzkUM2XrNslCwn67GUFcqQ462nEPRZPAPV53m3jEj5MV22/YRJTKpmlbO8U3LFQ==} + '@arcblock/validator@1.27.6': + resolution: {integrity: sha512-qB2YO0M46rc8d5kXlET3CzioWiCRwhK4fP6LSJk9w71phkUSD3RuhgJRriss/Zz7Nitbz2ePPim6AbtUvDsH3w==} - '@arcblock/vc@1.27.3': - resolution: {integrity: sha512-qgdMfi2IWKm7nXoKBdcEyj5G7mYlVolpl0VMiiRntKr980XiguatEe5DjXpXsCjw1bMriIF35lzqH3obkr+0Sw==} + '@arcblock/vc@1.27.6': + resolution: {integrity: sha512-6JHkV0tUfJC1pBMC5aWyhh5ewYvyJDpdRe9a4K4GZqo554NG8ZLZk66Ik57dZekZj5Ix3jj/Ns/atpGdJc0MFA==} - '@arcblock/ws@1.27.3': - resolution: {integrity: sha512-58XbULbXXXRUtMV3Ze57nMlcqsTshS77qA37Q9s0/gdcz8ZXZaySC2vEuPj6E8vehTLqrm/XuI+zW6hkSGHbHw==} + '@arcblock/ws@1.27.6': + resolution: {integrity: sha512-WdCq5e1uKl+Jj0IOpapaqL42totQ4b25Bucheuy+YgkmtbGyDQn+1buAfp5lYv5DwVaCOAELhJRM6/G6eOzyyA==} '@babel/code-frame@7.27.1': resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} @@ -594,45 +594,45 @@ packages: '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@blocklet/constant@1.17.1': - resolution: {integrity: sha512-1kEYA/0e4M+YjEa44rXVOjY8WIBVrfLGtdIdbCIbDn5rBdRjaF0PpzGbPDwd1xMJQtwioi1mPqzQNBI09qC8ew==} + '@blocklet/constant@1.17.2': + resolution: {integrity: sha512-vgy8bJeQk4V+AhHyBwqHJj75597w3zM0MF2Nvwu6ldmL4ETE6RM6rRJJw0QkszbgcHpNH+0JazUjNwZtV+HV/w==} - '@blocklet/did-space-react@1.2.1': - resolution: {integrity: sha512-IZ7JopDmvli1rXNp3hqiK+KdMoPgKLNJ/Vp501zK8889/TxX7M1C/AGifJZE3AUDfKpJCOTlXbcATIFlpFsc6A==} + '@blocklet/did-space-react@1.2.3': + resolution: {integrity: sha512-KDA+OhqjTYApocNldH4CGpOHIjNFDHNMo3g+6dr8bXKh0qNUJUnEN/nE7rpmkZtD+EhTKk3FYBpInt11L5Jz7w==} peerDependencies: '@arcblock/did-connect-react': ^3.1.2 '@arcblock/ux': ^3.1.31 - '@blocklet/js-sdk': ^1.17.1 - '@blocklet/sdk': ^1.17.1 + '@blocklet/js-sdk': ^1.17.2 + '@blocklet/sdk': ^1.17.2 react: ^19.1.0 - '@blocklet/env@1.17.1': - resolution: {integrity: sha512-Oc0mBPWDzFUKR/bjlBVMce7weWxkfireJakJqS8AUvfdhKkhe2zPGJgeApEmoj5U/7DnzcoAdZR4Xrj/egSrjg==} + '@blocklet/env@1.17.2': + resolution: {integrity: sha512-tCnoqQ6r+5uhdVsknVvWxadLlyDI59ODRSLsOfkNTjU1oXDRwyDlFM1DVgCWnJCRk5wz9zlsbjsaNVIdWwn7bw==} '@blocklet/error@0.3.2': resolution: {integrity: sha512-851ogRv2DH7rSPBvIBV0M6m7KHbv6yrL44TK7QboF8wYayPjjCE0Q37vjW28INQjEwKu35HoLgSTMvo+LOa8fA==} - '@blocklet/js-sdk@1.17.1': - resolution: {integrity: sha512-9KShb0FVtXOY31f9ML8z4pW4skd5UqnP3wes2ecEKp5WkwOtjl5Tb1Kg3G0I/hMF4zMmdaq8gprEUnx+e71R5A==} + '@blocklet/js-sdk@1.17.2': + resolution: {integrity: sha512-Q3ziyXJU0Q9UEjYEcD1R+oM8CXUSdLeCC46UhQ0MED+GA6gTezWoOrS9qpeeYP83AF32EvTTEduJp5TZi+fotA==} - '@blocklet/meta@1.17.1': - resolution: {integrity: sha512-GF2rgyRoTwx9uhQXkrh83lVwF0IcWOzwSSUm3zi+aTJt+G4JgoTacWRMb0Bpdy1y8KTY/xmuTJO8Aksg9WJsrg==} + '@blocklet/meta@1.17.2': + resolution: {integrity: sha512-4ndlsiigE+c0vPLPWZz9W7cW6neuw61huSFepPq9mFNmSzPzPno5/azMRPY4KXi1Cv4elbbJVRr0CwsvSVBkHg==} - '@blocklet/sdk@1.17.1': - resolution: {integrity: sha512-Awb0CYRDTbSyuXWx/G7UH/FFaGy7nutTM1A4af9hSf8YgSzgmpLFbSQQ68vWMd71uW3p9dTgQPpkeEkg2i9AYw==} + '@blocklet/sdk@1.17.2': + resolution: {integrity: sha512-NQ70fezwhbRJqGkH07wLuXoVFJdlB4jtutu/4x03gNZtdGzgrWkMC4VjCy6x4l7llGufK9NaWaLG9ukERHQBWw==} - '@blocklet/server-js@1.17.1': - resolution: {integrity: sha512-bfDBpO5P3FqREg2MawwSbSgaB5tqAkxwts4hrTLsUfqYTYWS3U3BZsZzSU3CXivGzG+c4yZ0O1KOiVv/n2/PXA==} + '@blocklet/server-js@1.17.2': + resolution: {integrity: sha512-o5p4b9Mj8zHBj9vsWe/JYxvWRSyBOhu8vECkETbf2qZQYXuxk31/hJETEa/g/7G1xEOxApKP5PATetO52Lh6Fg==} - '@blocklet/theme@3.2.1': - resolution: {integrity: sha512-Wx/kXcF9QNaS7CbkFzd6mSruvlUJ+1UeONlSKIVjp+GNWfbZl7mbQ2SUM3YVFwsRXCiQtBY65mfrqXmWaA0JXA==} + '@blocklet/theme@3.2.6': + resolution: {integrity: sha512-JdupFk3Y6tnIg7bRR0nWPhx6kJStV6qarYTlkPfCKThT/i0z9PPQKGIZ0KSlZLVpbsjujdUS5lqrm4TzkjFE9g==} - '@blocklet/ui-react@3.2.1': - resolution: {integrity: sha512-glYFBcji8PZnkxp0Wotrn9L4apopJrnzyafMA5zZ45F/G0pWe/zdwJrCQ2tq3jEnJMYHOCNVt/eeyUE50I9lYQ==} + '@blocklet/ui-react@3.2.6': + resolution: {integrity: sha512-PUItPvL98/9iYOQBqqA8U67g2ZgmGOJ6Dverge5QYUa5kxegKRrXdJnmN5PdL2VmAs11yMBm8KzUO71swu2uUA==} peerDependencies: '@arcblock/did-connect-react': ^3.1.0 '@arcblock/ux': ^3.1.0 - '@blocklet/js-sdk': ^1.17.1 + '@blocklet/js-sdk': ^1.17.2 '@emotion/react': ^11.14.0 '@emotion/styled': ^11.14.0 '@mui/icons-material': ^7.2.0 @@ -640,8 +640,8 @@ packages: react: ^19.0.0 react-router-dom: ^6.22.3 - '@blocklet/xss@0.3.6': - resolution: {integrity: sha512-NWE5c6WAG/Fd2jXoBuWUrVZJ/so1xDgGoQEUlsplFChdLBCPAU23W7Vokk/TVIuER/qn1FpAq79kkrkbtMg3Gg==} + '@blocklet/xss@0.3.9': + resolution: {integrity: sha512-E/wsSv8C5+KdHyKJERgo3iQDCyqLsaWSeHTBeQuOVq8lVjmpFdpW6QkiP/UNMKVaIdDNdka9k6H1F59G60tonA==} '@cnakazawa/watch@1.0.4': resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} @@ -671,8 +671,8 @@ packages: '@did-connect/types@2.2.8': resolution: {integrity: sha512-c6w2SPT9v4VSJ4FalrIA7aO2FZOK7TObeTkic0ZyPLwD/8TZaaqa74hsAT44GHtTc8DDrsJgnpvF0szXCsKZtQ==} - '@did-space/constants@1.2.1': - resolution: {integrity: sha512-p1CcEBpGF07cS3EnTaztHFcrHSqXzUXWnRmW8BTMYK2KxEgJrnPDTIWjygTDEHOZw2KfMleqpMJ9+Qr8F+YwGw==} + '@did-space/constants@1.2.3': + resolution: {integrity: sha512-hq+tW4gUJVx3n1Ep0XK6gwhWZXSdwxxHLZrmX1seboX7RZV59ePkgb7g39rWmqNGTHqoTJQP/4KEcBd8pmOZeg==} '@emotion/babel-plugin@11.13.5': resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} @@ -1434,47 +1434,47 @@ packages: resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - '@ocap/asset@1.27.3': - resolution: {integrity: sha512-ID3oINGj5Sb5UH4UrYpmb84FCmwpYEI6b3fHQj0z76IezF9RkTxfVlGOpsbwTBIVjDuEd07Vx4R8k8Rqt2SXMA==} + '@ocap/asset@1.27.6': + resolution: {integrity: sha512-cTHnSpt6prDiRMS0cZPPlnjgFnyibZvlTWsKq0h/ONlO2RoZ6Gc04NOjL6B7SzZjHHLtlDBlzUOVn6IgD+V5+Q==} - '@ocap/client@1.27.3': - resolution: {integrity: sha512-jnyWWJnIq4PFC6fHb+qBUYgGxuWjJ9txnLZ7rbBq1NbHQ5kYkKlypcdrUVpCSg35djfbREgCSZ+v3qi3RlxOMA==} + '@ocap/client@1.27.6': + resolution: {integrity: sha512-+vNjrKFFF7euhvZ4HQO7BIgE6D0UNfXd7hA6GkoZvpsuZGy+WDpynkVmwsNpn7MMmqcANIp0hcD85xvdcoYEyA==} - '@ocap/contract@1.27.3': - resolution: {integrity: sha512-tjL68fuWasD5SNqG9sn8y61/WtTPshXUt2Uxy3wRNwoS4bdsk0h5xeiHQepIur7mEs2kZ/jCvAvtoQNYyXSJWw==} + '@ocap/contract@1.27.6': + resolution: {integrity: sha512-dAGKQkb8FTpkjwpik7UZ6/VVLn5entYUmmTiR7PXckwStxl4hTlVXryXM3Q89jYf+TPHe6Y4hWn4uAcUo/9KYA==} - '@ocap/mcrypto@1.27.3': - resolution: {integrity: sha512-KnfgU4zqLuxYmC1/u067q2QpCSz/nVSM+aktt/55mND2uGM/h3c2vwOqgPiwpMC0Y0id7vAovfKHqJgy87QvHQ==} + '@ocap/mcrypto@1.27.6': + resolution: {integrity: sha512-6nY3QpLp0pjP/PHm2BfQ1Hk4SLjohdYpGoVMGuu7Bq6dwh5kRF2spYdi9tl45wXJ/EY7tVCjw4BaH0DucDS/7w==} - '@ocap/merkle-tree@1.27.3': - resolution: {integrity: sha512-+OYigH8HzFQA6MDvczbcfg+PKNpPebNYO2E7aTerUp0+maEX4Y+wBXmbxQDizkvF+J80MPJPVSHzTHKJigwgdg==} + '@ocap/merkle-tree@1.27.6': + resolution: {integrity: sha512-x5JYC3Slfu3AnbJ5ismKwjtexMV5p+FHBF1FYaIyZ2aNRFcYm7tSvnkieD8Tuo4+YZ9YDDu8aP6M7ixyIhHMxA==} - '@ocap/message@1.27.3': - resolution: {integrity: sha512-jQ99OnRGWmEudj83XCea6YZ5nXTXCQ9xFOqpbyIpB68DatZ8uFV3kXJsRsCCEnhIAFb1s+8CKnV6TGJsR8w2DA==} + '@ocap/message@1.27.6': + resolution: {integrity: sha512-QKknc0hL0Mo1Bc5LqlDM4YLKGOJj8NfeBZuaq+2gEUARKAewSa1KpkF+2cvapvu4JNtbRIE3Lo586RwUk2ibCg==} - '@ocap/proto@1.27.3': - resolution: {integrity: sha512-dw+6asb20JVbKEvOcdNcniNG3KN3csj0oI2LwRBm0I4P9FVvbJjXV0Z5S901N7GO3BcQw2pcmXfPb8d3lH+EMw==} + '@ocap/proto@1.27.6': + resolution: {integrity: sha512-4yrLsZz6lhAM6kJZN+pnVSxGpnwL90vc6BMpSm7IXNllxp78TkfaohJUU5MUk3TJkjAVvkBxOl6kp0rjnsWnEQ==} - '@ocap/state@1.27.3': - resolution: {integrity: sha512-+ci7bbDRtdg35ry+Mp9vBgLg6SO4uhgtEJ9A9Fsme5e3NQRsVvYGSZXDkG8QjzqSOGYCuHfaU2AnKBFr6mX87A==} + '@ocap/state@1.27.6': + resolution: {integrity: sha512-LkoIT1caqlbi1KPRrwtYasOW8h2bwQnrzb2gp8fPgo+fnoEwBTDXBYq40//nan33QBlIckuz38iTDL6M8Lm/AQ==} - '@ocap/tx-pipeline@1.27.3': - resolution: {integrity: sha512-J/b1q7WpmKBUb1Gx6GZwJlmyg25rLddum3QqqZptxpN3kJ5HChEiO1GyEHHY45z6+xD7TADWQoIoYfarfeTHRQ==} + '@ocap/tx-pipeline@1.27.6': + resolution: {integrity: sha512-1ZvpqHAsQWt4HGozdcM4/RpIrr/EIXTZb/lv3UI0ZSsS06AiTsiwBn4kB6+IeoKXaHls4Xgue+LxbMxi+KxNOQ==} - '@ocap/tx-protocols@1.27.3': - resolution: {integrity: sha512-jP8XNqFO+dIQg3kKySK09h0IUYhknOopq0Otb2NzgED8p8+EoArxPShY6qUNQEom95D2tEh3U4HZiI2Sk3seOA==} + '@ocap/tx-protocols@1.27.6': + resolution: {integrity: sha512-6WATTiA3i4k+zm40hWEJLAmtsZbY9WcU1NJnp4fFcQk+V3gu9zE1YT1A4oOctY7hzfF05GXeVxdhnsjePA/1Sg==} - '@ocap/tx-util@1.27.3': - resolution: {integrity: sha512-nk6Ixf9zgq2AeT+VX4FRMkqqC7csdaD2OqL41ap0bXjhO0GD96CduY9cIgioGsOHkZcK1i7tamUhbKjvXKLvWw==} + '@ocap/tx-util@1.27.6': + resolution: {integrity: sha512-YEwOiVidio+8FRV5erUDX0DPfI9gE2rz1IDZTMjNjpUVNUjQG1cD/QoerF+4J3GGVFNdsQ0wHrOyv0nlYAkhlQ==} - '@ocap/types@1.27.3': - resolution: {integrity: sha512-RKanfR1g084FFnLIrqW7Qlzl6HmPN2dwT08/JUbhy1ejBDDoJkv6IM72JQfJpuY5bSYjK+oo9M+uLKHmyHP0Yg==} + '@ocap/types@1.27.6': + resolution: {integrity: sha512-YzlZxKuo8RKpL31geAwf3Dks+S3RCSLf2L6cQN3dqNppkBrNqWgvODNc0KwGRLOIE+dJkcKtpqtMKG95ubg97A==} - '@ocap/util@1.27.3': - resolution: {integrity: sha512-sL2O7/Wp6gPu3j9mw1CQK3fA9AH9p5aRCX+O6tNlMx7BxT4oNnVr0gB2tFV5nS52kZi0TZiOvvg9S+NFMsS4LQ==} + '@ocap/util@1.27.6': + resolution: {integrity: sha512-OUkZkUlh6iQs+RDelcLG0LUFrr7yyLc4b+33Zd72KKIySfRO/Sgj85ZMYY/pjELk49lmHeeAPNCmBbIqrvNSPQ==} - '@ocap/wallet@1.27.3': - resolution: {integrity: sha512-d+dDHNiUNy0N0U3sYdsmp1JTYMAjwBPltGiNnmMDiKLv+EnrVd/R1xr/qKk16olRCxLJYnjvOLviskL+nHog6Q==} + '@ocap/wallet@1.27.6': + resolution: {integrity: sha512-e4TKl9ZDsP31RYDTbgcARYgmCSNnIOZQU3jzcD1ZQtnCdWbRjsVotipNknw2HZU9TksY13KeZpJG5sH3kgeAkg==} '@peculiar/asn1-android@2.3.15': resolution: {integrity: sha512-8U2TIj59cRlSXTX2d0mzUKP7whfWGFMzTeC3qPgAbccXFrPNZLaDhpNEdG5U2QZ/tBv/IHlCJ8s+KYXpJeop6w==} @@ -7656,8 +7656,8 @@ packages: versor@0.0.4: resolution: {integrity: sha512-XuQlSNcGYzIX25DK6tUfblQNJPBCmMUDrk74F1PHm4ELdK8gDHXPcE5/unNmW0azHlOLQyWoEeCNvGpGnkvZPg==} - vite-plugin-blocklet@0.12.1: - resolution: {integrity: sha512-5pcNjicoV7eXNoWzKW9UAJ+HGd9htaegTLRQPlkJwVydnCdg84HLfXazC3XVyzEpD24LaBgoexfviOM0iPYCyA==} + vite-plugin-blocklet@0.12.2: + resolution: {integrity: sha512-gEQpL+72twfZEmHAugOAb7u9X+8rU0kZJDiQj6HcX0aSMm0S5EkR3YgajqgJYdgET4GjWm+NbfpR05rJEGfqTQ==} engines: {node: '>=20.0.0'} peerDependencies: vite: '>=5' @@ -8000,27 +8000,27 @@ snapshots: '@aashutoshrathi/word-wrap@1.2.6': {} - '@abtnode/auth@1.17.1(debug@4.4.3)': - dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/logger': 1.17.1 - '@abtnode/util': 1.17.1 - '@arcblock/did': 1.27.3 - '@arcblock/did-connect-js': 1.27.3 - '@arcblock/did-ext': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@arcblock/nft-display': 3.2.1 - '@arcblock/validator': 1.27.3 - '@arcblock/vc': 1.27.3 - '@blocklet/constant': 1.17.1 + '@abtnode/auth@1.17.2(debug@4.4.3)': + dependencies: + '@abtnode/constant': 1.17.2 + '@abtnode/logger': 1.17.2 + '@abtnode/util': 1.17.2 + '@arcblock/did': 1.27.6 + '@arcblock/did-connect-js': 1.27.6 + '@arcblock/did-ext': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@arcblock/nft-display': 3.2.6 + '@arcblock/validator': 1.27.6 + '@arcblock/vc': 1.27.6 + '@blocklet/constant': 1.17.2 '@blocklet/error': 0.3.2 - '@blocklet/meta': 1.17.1 - '@blocklet/sdk': 1.17.1 - '@ocap/client': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@blocklet/meta': 1.17.2 + '@blocklet/sdk': 1.17.2 + '@ocap/client': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 '@simplewebauthn/server': 13.2.2 axios: 1.13.1(debug@4.4.3) flat: 5.0.2 @@ -8042,9 +8042,9 @@ snapshots: - supports-color - utf-8-validate - '@abtnode/constant@1.17.1': {} + '@abtnode/constant@1.17.2': {} - '@abtnode/db-cache@1.17.1': + '@abtnode/db-cache@1.17.2': dependencies: redis: 5.9.0 sqlite3: 5.1.7 @@ -8052,7 +8052,7 @@ snapshots: - bluebird - supports-color - '@abtnode/docker-utils@1.17.1': + '@abtnode/docker-utils@1.17.2': dependencies: joi: 17.12.2 @@ -8060,10 +8060,10 @@ snapshots: dependencies: moment: 2.30.1 - '@abtnode/logger@1.17.1': + '@abtnode/logger@1.17.2': dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/util': 1.17.1 + '@abtnode/constant': 1.17.2 + '@abtnode/util': 1.17.2 '@abtnode/winston-daily-rotate-file': 5.0.1(winston@3.17.0) debug: 4.4.3(supports-color@5.5.0) fast-safe-stringify: 2.1.1 @@ -8078,21 +8078,21 @@ snapshots: - supports-color - utf-8-validate - '@abtnode/util@1.17.1': + '@abtnode/util@1.17.2': dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/db-cache': 1.17.1 - '@arcblock/did': 1.27.3 - '@arcblock/event-hub': 1.27.3 + '@abtnode/constant': 1.17.2 + '@abtnode/db-cache': 1.17.2 + '@arcblock/did': 1.27.6 + '@arcblock/event-hub': 1.27.6 '@arcblock/pm2': 6.0.12 - '@blocklet/constant': 1.17.1 + '@blocklet/constant': 1.17.2 '@blocklet/error': 0.3.2 - '@blocklet/meta': 1.17.1 - '@blocklet/xss': 0.3.6 - '@ocap/client': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@blocklet/meta': 1.17.2 + '@blocklet/xss': 0.3.9 + '@ocap/client': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 archiver: 7.0.1 axios: 1.13.1(debug@4.4.3) axios-mock-adapter: 2.1.0(axios@1.13.1(debug@4.4.3)) @@ -8162,17 +8162,17 @@ snapshots: '@antfu/utils@0.7.10': {} - '@arcblock/bridge@3.2.1': {} + '@arcblock/bridge@3.2.6': {} - '@arcblock/did-connect-js@1.27.3': + '@arcblock/did-connect-js@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@arcblock/validator': 1.27.3 - '@ocap/client': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@arcblock/validator': 1.27.6 + '@ocap/client': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 cors: 2.8.5 debug: 4.4.3(supports-color@5.5.0) json-stable-stringify: 1.2.1 @@ -8184,16 +8184,16 @@ snapshots: - supports-color - utf-8-validate - '@arcblock/did-connect-react@3.2.1(f73a6236abdfd07369d4418b8896a911)': + '@arcblock/did-connect-react@3.2.6(3e777929fc042a3017389d0541eb107c)': dependencies: - '@arcblock/bridge': 3.2.1 - '@arcblock/did': 1.27.3 - '@arcblock/icons': 3.2.1(react@19.2.0) - '@arcblock/react-hooks': 3.2.1 - '@arcblock/ux': 3.2.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) - '@arcblock/ws': 1.27.3 - '@blocklet/js-sdk': 1.17.1(debug@4.4.3) - '@blocklet/theme': 3.2.1 + '@arcblock/bridge': 3.2.6 + '@arcblock/did': 1.27.6 + '@arcblock/icons': 3.2.6(react@19.2.0) + '@arcblock/react-hooks': 3.2.6 + '@arcblock/ux': 3.2.6(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + '@arcblock/ws': 1.27.6 + '@blocklet/js-sdk': 1.17.2(debug@4.4.3) + '@blocklet/theme': 3.2.6 '@emotion/react': 11.14.0(@types/react@18.2.31)(react@19.2.0) '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0) '@fontsource/lexend': 5.2.11 @@ -8201,7 +8201,7 @@ snapshots: '@iconify-icons/material-symbols': 1.2.58 '@iconify/react': 5.2.1(react@19.2.0) '@mui/material': 7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - '@ocap/util': 1.27.3 + '@ocap/util': 1.27.6 '@simplewebauthn/browser': 13.2.2 ahooks: 3.9.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) axios: 1.13.1(debug@4.4.3) @@ -8241,12 +8241,12 @@ snapshots: '@arcblock/did-connect-storage@1.8.0': {} - '@arcblock/did-ext@1.27.3': + '@arcblock/did-ext@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 '@wangshijun/hdkey': 2.0.5 bn.js: 5.2.2 debug: 4.4.3(supports-color@5.5.0) @@ -8258,22 +8258,22 @@ snapshots: dependencies: bs58: 5.0.0 - '@arcblock/did-util@1.27.3': + '@arcblock/did-util@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/message': 1.27.3 - '@ocap/proto': 1.27.3 - '@ocap/types': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/message': 1.27.6 + '@ocap/proto': 1.27.6 + '@ocap/types': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 transitivePeerDependencies: - supports-color - '@arcblock/did@1.27.3': + '@arcblock/did@1.27.6': dependencies: - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 bn.js: 5.2.2 debug: 4.4.3(supports-color@5.5.0) lodash: 4.17.21 @@ -8304,52 +8304,52 @@ snapshots: - supports-color - typescript - '@arcblock/event-hub@1.27.3': + '@arcblock/event-hub@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@ocap/wallet': 1.27.6 amp-message: 0.1.2 axon: 2.0.3 transitivePeerDependencies: - supports-color - '@arcblock/icons@3.2.1(react@19.2.0)': + '@arcblock/icons@3.2.6(react@19.2.0)': dependencies: react: 19.2.0 - '@arcblock/jwt@1.27.3': + '@arcblock/jwt@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) json-stable-stringify: 1.2.1 semver: 7.7.3 transitivePeerDependencies: - supports-color - '@arcblock/nft-display@3.2.1': + '@arcblock/nft-display@3.2.6': dependencies: '@arcblock/did-motif': 1.1.14 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 - '@arcblock/nft-template@1.27.3': + '@arcblock/nft-template@1.27.6': dependencies: - '@ocap/util': 1.27.3 + '@ocap/util': 1.27.6 pako: 1.0.11 - '@arcblock/nft@1.27.3': + '@arcblock/nft@1.27.6': dependencies: - '@arcblock/did-util': 1.27.3 - '@arcblock/vc': 1.27.3 - '@ocap/client': 1.27.3 - '@ocap/tx-protocols': 1.27.3 - '@ocap/tx-util': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did-util': 1.27.6 + '@arcblock/vc': 1.27.6 + '@ocap/client': 1.27.6 + '@ocap/tx-protocols': 1.27.6 + '@ocap/tx-util': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) json-stable-stringify: 1.2.1 lodash: 4.17.21 @@ -8413,7 +8413,7 @@ snapshots: - supports-color - utf-8-validate - '@arcblock/react-hooks@3.2.1': + '@arcblock/react-hooks@3.2.6': dependencies: event-target-shim: 5.0.1 ismobilejs: 1.1.1 @@ -8429,16 +8429,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@arcblock/ux@3.2.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': + '@arcblock/ux@3.2.6(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': dependencies: - '@arcblock/bridge': 3.2.1 - '@arcblock/did': 1.27.3 + '@arcblock/bridge': 3.2.6 + '@arcblock/did': 1.27.6 '@arcblock/did-motif': 1.1.14 - '@arcblock/icons': 3.2.1(react@19.2.0) - '@arcblock/nft-display': 3.2.1 - '@arcblock/react-hooks': 3.2.1 - '@blocklet/js-sdk': 1.17.1(debug@4.4.3) - '@blocklet/theme': 3.2.1 + '@arcblock/icons': 3.2.6(react@19.2.0) + '@arcblock/nft-display': 3.2.6 + '@arcblock/react-hooks': 3.2.6 + '@blocklet/js-sdk': 1.17.2(debug@4.4.3) + '@blocklet/theme': 3.2.6 '@emotion/react': 11.14.0(@types/react@18.2.31)(react@19.2.0) '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0) '@fontsource/roboto': 5.1.1 @@ -8451,7 +8451,7 @@ snapshots: '@mui/icons-material': 7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0) '@mui/material': 7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/utils': 7.3.3(@types/react@18.2.31)(react@19.2.0) - '@ocap/mcrypto': 1.27.3 + '@ocap/mcrypto': 1.27.6 '@solana/qr-code-styling': 1.6.0 '@types/dompurify': 3.2.0 '@types/mui-datatables': 4.3.12(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -8509,23 +8509,23 @@ snapshots: - supports-color - use-sync-external-store - '@arcblock/validator@1.27.3': + '@arcblock/validator@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 bn.js: 5.2.2 joi: 17.13.3 lodash: 4.17.21 transitivePeerDependencies: - supports-color - '@arcblock/vc@1.27.3': + '@arcblock/vc@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) is-absolute-url: 3.0.3 json-stable-stringify: 1.2.1 @@ -8533,9 +8533,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@arcblock/ws@1.27.3': + '@arcblock/ws@1.27.6': dependencies: - '@arcblock/event-hub': 1.27.3 + '@arcblock/event-hub': 1.27.6 debug: 4.4.3(supports-color@5.5.0) eventemitter3: 4.0.7 lodash: 4.17.21 @@ -8742,16 +8742,16 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@blocklet/constant@1.17.1': {} + '@blocklet/constant@1.17.2': {} - '@blocklet/did-space-react@1.2.1(d6101969bb33cd01401cf802e212119b)': + '@blocklet/did-space-react@1.2.3(b3e9f3c5fe29e8b1fcc238cebab23e17)': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/did-connect-react': 3.2.1(f73a6236abdfd07369d4418b8896a911) - '@arcblock/ux': 3.2.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) - '@blocklet/js-sdk': 1.17.1(debug@4.4.3) - '@blocklet/sdk': 1.17.1 - '@did-space/constants': 1.2.1 + '@arcblock/did': 1.27.6 + '@arcblock/did-connect-react': 3.2.6(3e777929fc042a3017389d0541eb107c) + '@arcblock/ux': 3.2.6(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + '@blocklet/js-sdk': 1.17.2(debug@4.4.3) + '@blocklet/sdk': 1.17.2 + '@did-space/constants': 1.2.3 '@mui/icons-material': 7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0) '@mui/lab': 7.0.0-beta.17(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) '@mui/material': 7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) @@ -8777,18 +8777,18 @@ snapshots: - react-dom - supports-color - '@blocklet/env@1.17.1': + '@blocklet/env@1.17.2': dependencies: - '@blocklet/constant': 1.17.1 + '@blocklet/constant': 1.17.2 '@blocklet/error@0.3.2': {} - '@blocklet/js-sdk@1.17.1(debug@4.4.3)': + '@blocklet/js-sdk@1.17.2(debug@4.4.3)': dependencies: - '@abtnode/constant': 1.17.1 - '@arcblock/did': 1.27.3 - '@blocklet/meta': 1.17.1 - '@ocap/wallet': 1.27.3 + '@abtnode/constant': 1.17.2 + '@arcblock/did': 1.27.6 + '@blocklet/meta': 1.17.2 + '@ocap/wallet': 1.27.6 axios: 1.13.1(debug@4.4.3) is-url: 1.2.4 js-cookie: 3.0.5 @@ -8801,21 +8801,21 @@ snapshots: - debug - supports-color - '@blocklet/meta@1.17.1': - dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/db-cache': 1.17.1 - '@abtnode/docker-utils': 1.17.1 - '@arcblock/did': 1.27.3 - '@arcblock/did-ext': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@blocklet/constant': 1.17.1 - '@ocap/asset': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/types': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@blocklet/meta@1.17.2': + dependencies: + '@abtnode/constant': 1.17.2 + '@abtnode/db-cache': 1.17.2 + '@abtnode/docker-utils': 1.17.2 + '@arcblock/did': 1.27.6 + '@arcblock/did-ext': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@blocklet/constant': 1.17.2 + '@ocap/asset': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/types': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 ajv: 8.17.1 axios: 1.13.1(debug@4.4.3) cjk-length: 1.0.0 @@ -8842,28 +8842,28 @@ snapshots: - bluebird - supports-color - '@blocklet/sdk@1.17.1': - dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/db-cache': 1.17.1 - '@abtnode/util': 1.17.1 - '@arcblock/did': 1.27.3 - '@arcblock/did-connect-js': 1.27.3 - '@arcblock/did-ext': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@arcblock/ws': 1.27.3 - '@blocklet/constant': 1.17.1 - '@blocklet/env': 1.17.1 + '@blocklet/sdk@1.17.2': + dependencies: + '@abtnode/constant': 1.17.2 + '@abtnode/db-cache': 1.17.2 + '@abtnode/util': 1.17.2 + '@arcblock/did': 1.27.6 + '@arcblock/did-connect-js': 1.27.6 + '@arcblock/did-ext': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@arcblock/ws': 1.27.6 + '@blocklet/constant': 1.17.2 + '@blocklet/env': 1.17.2 '@blocklet/error': 0.3.2 - '@blocklet/meta': 1.17.1 - '@blocklet/server-js': 1.17.1 - '@blocklet/theme': 3.2.1 + '@blocklet/meta': 1.17.2 + '@blocklet/server-js': 1.17.2 + '@blocklet/theme': 3.2.6 '@did-connect/authenticator': 2.2.8 '@did-connect/handler': 2.2.8(debug@4.4.3) '@nedb/core': 2.1.5 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 axios: 1.13.1(debug@4.4.3) cheerio: 1.0.0-rc.12 debug: 4.4.3(supports-color@5.5.0) @@ -8885,11 +8885,11 @@ snapshots: - supports-color - utf-8-validate - '@blocklet/server-js@1.17.1': + '@blocklet/server-js@1.17.2': dependencies: '@arcblock/sdk-util': 0.36.1 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 axios: 1.13.1(debug@4.4.3) blueimp-md5: 2.19.0 core-js: 3.33.1 @@ -8901,23 +8901,23 @@ snapshots: transitivePeerDependencies: - supports-color - '@blocklet/theme@3.2.1': + '@blocklet/theme@3.2.6': dependencies: deepmerge: 4.3.1 - '@blocklet/ui-react@3.2.1(40ca79cda1b451f3d9cca5440073d505)': - dependencies: - '@abtnode/constant': 1.17.1 - '@abtnode/util': 1.17.1 - '@arcblock/bridge': 3.2.1 - '@arcblock/did-connect-react': 3.2.1(f73a6236abdfd07369d4418b8896a911) - '@arcblock/icons': 3.2.1(react@19.2.0) - '@arcblock/react-hooks': 3.2.1 - '@arcblock/ux': 3.2.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) - '@arcblock/ws': 1.27.3 - '@blocklet/constant': 1.17.1 - '@blocklet/did-space-react': 1.2.1(d6101969bb33cd01401cf802e212119b) - '@blocklet/js-sdk': 1.17.1(debug@4.4.3) + '@blocklet/ui-react@3.2.6(daf0fabdacacae7fc43497ac52289064)': + dependencies: + '@abtnode/constant': 1.17.2 + '@abtnode/util': 1.17.2 + '@arcblock/bridge': 3.2.6 + '@arcblock/did-connect-react': 3.2.6(3e777929fc042a3017389d0541eb107c) + '@arcblock/icons': 3.2.6(react@19.2.0) + '@arcblock/react-hooks': 3.2.6 + '@arcblock/ux': 3.2.6(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/icons-material@7.3.4(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@mui/material@7.3.4(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mui/utils@7.3.3(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(prop-types@15.8.1)(react-dom@19.2.0(react@19.2.0))(react-router-dom@6.22.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) + '@arcblock/ws': 1.27.6 + '@blocklet/constant': 1.17.2 + '@blocklet/did-space-react': 1.2.3(b3e9f3c5fe29e8b1fcc238cebab23e17) + '@blocklet/js-sdk': 1.17.2(debug@4.4.3) '@emotion/react': 11.14.0(@types/react@18.2.31)(react@19.2.0) '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.2.31)(react@19.2.0))(@types/react@18.2.31)(react@19.2.0) '@iconify-icons/logos': 1.2.36 @@ -8961,7 +8961,7 @@ snapshots: - supports-color - utf-8-validate - '@blocklet/xss@0.3.6': + '@blocklet/xss@0.3.9': dependencies: lodash: 4.17.21 xss: 1.0.15 @@ -8984,11 +8984,11 @@ snapshots: '@did-connect/authenticator@2.2.8': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/jwt': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/jwt': 1.27.6 '@did-connect/types': 2.2.8 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) lodash: 4.17.21 transitivePeerDependencies: @@ -8996,14 +8996,14 @@ snapshots: '@did-connect/handler@2.2.8(debug@4.4.3)': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@arcblock/ws': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@arcblock/ws': 1.27.6 '@did-connect/authenticator': 2.2.8 '@did-connect/storage': 2.2.8 '@did-connect/types': 2.2.8 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 axios: 1.13.1(debug@4.4.3) lodash: 4.17.21 object-hash: 3.0.0 @@ -9023,13 +9023,13 @@ snapshots: '@did-connect/types@2.2.8': dependencies: - '@arcblock/validator': 1.27.3 - '@ocap/mcrypto': 1.27.3 + '@arcblock/validator': 1.27.6 + '@ocap/mcrypto': 1.27.6 joi: 17.13.3 transitivePeerDependencies: - supports-color - '@did-space/constants@1.2.1': {} + '@did-space/constants@1.2.3': {} '@emotion/babel-plugin@11.13.5': dependencies: @@ -9491,7 +9491,11 @@ snapshots: jest-runner: 26.6.3 jest-runtime: 26.6.3 transitivePeerDependencies: + - bufferutil + - canvas - supports-color + - ts-node + - utf-8-validate '@jest/transform@26.6.2': dependencies: @@ -9823,17 +9827,17 @@ snapshots: - bluebird - supports-color - '@ocap/asset@1.27.3': - dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@arcblock/validator': 1.27.3 - '@arcblock/vc': 1.27.3 - '@ocap/contract': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/types': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@ocap/asset@1.27.6': + dependencies: + '@arcblock/did': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@arcblock/validator': 1.27.6 + '@arcblock/vc': 1.27.6 + '@ocap/contract': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/types': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) flat: 5.0.2 is-absolute-url: 3.0.3 @@ -9843,20 +9847,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@ocap/client@1.27.3': + '@ocap/client@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@arcblock/jwt': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@arcblock/jwt': 1.27.6 '@arcblock/sdk-util': 0.36.1 - '@arcblock/ws': 1.27.3 - '@ocap/asset': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/message': 1.27.3 - '@ocap/proto': 1.27.3 - '@ocap/tx-util': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/ws': 1.27.6 + '@ocap/asset': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/message': 1.27.6 + '@ocap/proto': 1.27.6 + '@ocap/tx-util': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 blueimp-md5: 2.19.0 buffer: 6.0.3 debug: 4.4.3(supports-color@5.5.0) @@ -9871,20 +9875,20 @@ snapshots: - supports-color - utf-8-validate - '@ocap/contract@1.27.3': + '@ocap/contract@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 debug: 4.4.3(supports-color@5.5.0) esprima: 4.0.1 lodash: 4.17.21 transitivePeerDependencies: - supports-color - '@ocap/mcrypto@1.27.3': + '@ocap/mcrypto@1.27.6': dependencies: - '@ocap/util': 1.27.3 + '@ocap/util': 1.27.6 '@simplewebauthn/server': 13.2.2 bn.js: 5.2.2 crypto-js: 4.2.0 @@ -9896,52 +9900,52 @@ snapshots: randombytes: 2.1.0 tweetnacl: 1.0.3 - '@ocap/merkle-tree@1.27.3': + '@ocap/merkle-tree@1.27.6': dependencies: - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 - '@ocap/message@1.27.3': + '@ocap/message@1.27.6': dependencies: - '@ocap/proto': 1.27.3 - '@ocap/util': 1.27.3 + '@ocap/proto': 1.27.6 + '@ocap/util': 1.27.6 debug: 4.4.3(supports-color@5.5.0) google-protobuf: 3.21.0 lodash: 4.17.21 transitivePeerDependencies: - supports-color - '@ocap/proto@1.27.3': + '@ocap/proto@1.27.6': dependencies: debug: 4.4.3(supports-color@5.5.0) lodash: 4.17.21 transitivePeerDependencies: - supports-color - '@ocap/state@1.27.3': + '@ocap/state@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/validator': 1.27.3 - '@ocap/contract': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/message': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/validator': 1.27.6 + '@ocap/contract': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/message': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 bloom-filters: 1.3.9 lodash: 4.17.21 transitivePeerDependencies: - supports-color - '@ocap/tx-pipeline@1.27.3': + '@ocap/tx-pipeline@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@ocap/client': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/message': 1.27.3 - '@ocap/state': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@ocap/client': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/message': 1.27.6 + '@ocap/state': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) empty-value: 1.0.1 lodash: 4.17.21 @@ -9950,23 +9954,23 @@ snapshots: - supports-color - utf-8-validate - '@ocap/tx-protocols@1.27.3': - dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/did-util': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@arcblock/validator': 1.27.3 - '@arcblock/vc': 1.27.3 - '@blocklet/xss': 0.3.6 - '@ocap/asset': 1.27.3 - '@ocap/client': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/merkle-tree': 1.27.3 - '@ocap/message': 1.27.3 - '@ocap/state': 1.27.3 - '@ocap/tx-pipeline': 1.27.3 - '@ocap/util': 1.27.3 - '@ocap/wallet': 1.27.3 + '@ocap/tx-protocols@1.27.6': + dependencies: + '@arcblock/did': 1.27.6 + '@arcblock/did-util': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@arcblock/validator': 1.27.6 + '@arcblock/vc': 1.27.6 + '@blocklet/xss': 0.3.9 + '@ocap/asset': 1.27.6 + '@ocap/client': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/merkle-tree': 1.27.6 + '@ocap/message': 1.27.6 + '@ocap/state': 1.27.6 + '@ocap/tx-pipeline': 1.27.6 + '@ocap/util': 1.27.6 + '@ocap/wallet': 1.27.6 debug: 4.4.3(supports-color@5.5.0) deep-diff: 1.0.2 empty-value: 1.0.1 @@ -9977,23 +9981,23 @@ snapshots: - supports-color - utf-8-validate - '@ocap/tx-util@1.27.3': + '@ocap/tx-util@1.27.6': dependencies: - '@ocap/client': 1.27.3 - '@ocap/tx-protocols': 1.27.3 + '@ocap/client': 1.27.6 + '@ocap/tx-protocols': 1.27.6 debug: 4.4.3(supports-color@5.5.0) transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@ocap/types@1.27.3': + '@ocap/types@1.27.6': dependencies: google-protobuf: 3.21.0 - '@ocap/util@1.27.3': + '@ocap/util@1.27.6': dependencies: - '@ocap/types': 1.27.3 + '@ocap/types': 1.27.6 '@types/bn.js': 5.2.0 base64-url: 2.3.3 bn.js: 5.2.2 @@ -10002,12 +10006,12 @@ snapshots: lodash: 4.17.21 utf8: 3.0.0 - '@ocap/wallet@1.27.3': + '@ocap/wallet@1.27.6': dependencies: - '@arcblock/did': 1.27.3 - '@arcblock/jwt': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@arcblock/did': 1.27.6 + '@arcblock/jwt': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 transitivePeerDependencies: - supports-color @@ -17492,11 +17496,11 @@ snapshots: versor@0.0.4: {} - vite-plugin-blocklet@0.12.1(rollup@4.52.5)(vite@7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)): + vite-plugin-blocklet@0.12.2(rollup@4.52.5)(vite@7.1.12(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)): dependencies: - '@arcblock/did': 1.27.3 - '@ocap/mcrypto': 1.27.3 - '@ocap/util': 1.27.3 + '@arcblock/did': 1.27.6 + '@ocap/mcrypto': 1.27.6 + '@ocap/util': 1.27.6 get-port: 5.1.1 http-proxy-middleware: 3.0.3 ismobilejs: 1.1.1 From 22a25ea172cd8a387788e715ca0e747d344ab540 Mon Sep 17 00:00:00 2001 From: Shuang Date: Fri, 14 Nov 2025 22:18:45 +0800 Subject: [PATCH 2/2] chore: bump version to 0.37.4 --- CHANGELOG.md | 4 ++++ blocklet.yml | 2 +- package.json | 2 +- version | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f683dfb..63151d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.37.4 (November 14, 2025) + +- chore: update deps to the latest version + ## 0.37.3 (November 07, 2025) - chore: update deps to latest versions diff --git a/blocklet.yml b/blocklet.yml index 762e58c..322acdf 100644 --- a/blocklet.yml +++ b/blocklet.yml @@ -10,7 +10,7 @@ files: - blocklet.md - README.md - dist -version: 0.37.3 +version: 0.37.4 author: name: ArcBlock email: blocklet@arcblock.io diff --git a/package.json b/package.json index 4d92d7c..4e3c07c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "blocklet.yml", "README.md" ], - "version": "0.37.3", + "version": "0.37.4", "author": "wangshijun https://github.com/wangshijun", "keywords": [ "dapp", diff --git a/version b/version index 88e18b1..444e284 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.37.3 +0.37.4