@blocklet/did-space-react 0.5.59 → 0.5.60
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @blocklet/did-space-react@0.5.
|
|
2
|
+
> @blocklet/did-space-react@0.5.59 build /home/runner/work/did-spaces/did-spaces/packages/react
|
|
3
3
|
> unbuild && node tools/auto-exports.js && npm run cpfiles && node tools/build-types.js
|
|
4
4
|
|
|
5
5
|
[info] Building did-space-react
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
Σ Total dist size (byte size): 1.63 kB
|
|
63
63
|
[log]
|
|
64
64
|
|
|
65
|
-
> @blocklet/did-space-react@0.5.
|
|
65
|
+
> @blocklet/did-space-react@0.5.59 cpfiles
|
|
66
66
|
> copyfiles -u 1 './src/**/*.css' lib/ && copyfiles -u 1 './src/**/*.css' es/
|
|
67
67
|
|
|
68
68
|
tsc --declaration --emitDeclarationOnly --outDir lib --rootDir /home/runner/work/did-spaces/did-spaces/packages/react/src
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @blocklet/did-space-react@0.5.
|
|
2
|
+
> @blocklet/did-space-react@0.5.60 lint:fix /home/runner/work/did-spaces/did-spaces/packages/react
|
|
3
3
|
> npm run lint -- --fix
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @blocklet/did-space-react@0.5.
|
|
6
|
+
> @blocklet/did-space-react@0.5.60 lint
|
|
7
7
|
> tsc --noEmit && eslint src tests --ext js --ext jsx --ext ts --ext tsx --fix
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/did-space-react",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.60",
|
|
4
4
|
"description": "Reusable react components for did space",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@arcblock/did": "^1.18.
|
|
84
|
-
"@arcblock/did-connect": "^2.10.
|
|
85
|
-
"@arcblock/ux": "^2.10.
|
|
83
|
+
"@arcblock/did": "^1.18.138",
|
|
84
|
+
"@arcblock/did-connect": "^2.10.59",
|
|
85
|
+
"@arcblock/ux": "^2.10.59",
|
|
86
86
|
"@blocklet/js-sdk": "1.16.32",
|
|
87
87
|
"@blocklet/sdk": "1.16.32",
|
|
88
88
|
"@mui/icons-material": "^5.16.7",
|
|
@@ -141,5 +141,5 @@
|
|
|
141
141
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
142
142
|
"vitest": "^2.1.4"
|
|
143
143
|
},
|
|
144
|
-
"gitHead": "
|
|
144
|
+
"gitHead": "0a607ef667ccc6c8aad74ffd780afc95bf9e2ab4"
|
|
145
145
|
}
|