@blocklet/did-space-react 0.5.57 → 0.5.58
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.57 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
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
└─ dist/types/index.js
|
|
19
19
|
|
|
20
20
|
Σ Total dist size (byte size): 1.35 kB
|
|
21
|
-
[warn] Build is done with some warnings:
|
|
22
21
|
[log]
|
|
22
|
+
[warn] Build is done with some warnings:
|
|
23
23
|
[info] Building did-space-react
|
|
24
|
-
|
|
25
24
|
[info] Cleaning dist directory: `./es`
|
|
25
|
+
|
|
26
26
|
- Potential missing package.json files: es/index.js, es/hooks, es/components/ConnectTo/index.js, es/components/PreviewNFT/index.js, es/components/SpaceCard/index.js, es/icons/index.js, lib/icons/index.js, es/locales/index.js, es/types/index.js
|
|
27
27
|
[success] Build succeeded for did-space-react
|
|
28
28
|
[log] dist/index.js (total size: 801 B, chunk size: 801 B, exports: ConnectTo, PreviewNFT, SpaceCard, SpaceStatus, api, classNames, extraDIDSpacesCoreUrl, getDIDSpaceDidFromEndpoint, getDIDSpaceUrlFromEndpoint, getSpaceDidFromEndpoint, getSpaceDidFromGatewayUrl, getSpaceGatewayUrlFromEndpoint, getSpaceNftDisplayUrlFromEndpoint, translations, useLocale, useMobile, useSpaceInfo)
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
- Potential missing package.json files: es/icons/index.js, lib/icons/index.js
|
|
45
45
|
|
|
46
|
-
> @blocklet/did-space-react@0.5.
|
|
46
|
+
> @blocklet/did-space-react@0.5.57 cpfiles
|
|
47
47
|
> copyfiles -u 1 './src/**/*.css' lib/ && copyfiles -u 1 './src/**/*.css' es/
|
|
48
48
|
|
|
49
49
|
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.58 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.58 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.58",
|
|
4
4
|
"description": "Reusable react components for did space",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@abtnode/util": "1.16.32",
|
|
72
|
-
"@arcblock/did": "^1.18.
|
|
73
|
-
"@arcblock/ux": "^2.10.
|
|
72
|
+
"@arcblock/did": "^1.18.136",
|
|
73
|
+
"@arcblock/ux": "^2.10.53",
|
|
74
74
|
"@blocklet/js-sdk": "1.16.32",
|
|
75
|
-
"@mui/icons-material": "^5.16.
|
|
75
|
+
"@mui/icons-material": "^5.16.7",
|
|
76
76
|
"@mui/lab": "^5.0.0-alpha.173",
|
|
77
|
-
"@mui/material": "^5.16.
|
|
78
|
-
"@mui/system": "^5.16.
|
|
79
|
-
"@ocap/util": "^1.18.
|
|
80
|
-
"ahooks": "^3.8.
|
|
81
|
-
"axios": "^1.7.
|
|
77
|
+
"@mui/material": "^5.16.7",
|
|
78
|
+
"@mui/system": "^5.16.7",
|
|
79
|
+
"@ocap/util": "^1.18.136",
|
|
80
|
+
"ahooks": "^3.8.1",
|
|
81
|
+
"axios": "^1.7.7",
|
|
82
82
|
"flat": "^5.0.2",
|
|
83
83
|
"is-url": "^1.2.4",
|
|
84
84
|
"lodash": "^4.17.21",
|
|
85
85
|
"p-wait-for": "3",
|
|
86
|
-
"react-error-boundary": "^4.
|
|
86
|
+
"react-error-boundary": "^4.1.2",
|
|
87
87
|
"ufo": "^1.5.4"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@abtnode/client": "^1.16.32",
|
|
97
|
-
"@arcblock/eslint-config-ts": "^0.3.
|
|
98
|
-
"@babel/cli": "^7.
|
|
99
|
-
"@babel/core": "^7.
|
|
100
|
-
"@babel/preset-env": "^7.
|
|
101
|
-
"@babel/preset-react": "^7.25.
|
|
102
|
-
"@babel/preset-typescript": "^7.
|
|
97
|
+
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
98
|
+
"@babel/cli": "^7.25.9",
|
|
99
|
+
"@babel/core": "^7.26.0",
|
|
100
|
+
"@babel/preset-env": "^7.26.0",
|
|
101
|
+
"@babel/preset-react": "^7.25.9",
|
|
102
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
103
103
|
"@storybook/addon-essentials": "^7.6.20",
|
|
104
104
|
"@storybook/addon-interactions": "^7.6.20",
|
|
105
105
|
"@storybook/addon-links": "^7.6.20",
|
|
@@ -109,26 +109,26 @@
|
|
|
109
109
|
"@storybook/react-vite": "^7.6.20",
|
|
110
110
|
"@storybook/test": "^7.6.20",
|
|
111
111
|
"@svgr/rollup": "^8.1.0",
|
|
112
|
-
"@types/react": "^18.3.
|
|
113
|
-
"@types/react-dom": "^18.3.
|
|
114
|
-
"@vitejs/plugin-legacy": "^5.4.
|
|
115
|
-
"@vitest/coverage-v8": "^2.1.
|
|
112
|
+
"@types/react": "^18.3.12",
|
|
113
|
+
"@types/react-dom": "^18.3.1",
|
|
114
|
+
"@vitejs/plugin-legacy": "^5.4.3",
|
|
115
|
+
"@vitest/coverage-v8": "^2.1.4",
|
|
116
116
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
117
117
|
"copyfiles": "^2.4.1",
|
|
118
|
-
"eslint": "^8.57.
|
|
118
|
+
"eslint": "^8.57.1",
|
|
119
119
|
"glob": "^10.4.5",
|
|
120
120
|
"prettier": "^2.8.8",
|
|
121
121
|
"react": "^18.3.1",
|
|
122
122
|
"react-dom": "^18.3.1",
|
|
123
123
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
124
124
|
"storybook": "^7.6.20",
|
|
125
|
-
"type-fest": "^4.
|
|
125
|
+
"type-fest": "^4.26.1",
|
|
126
126
|
"typescript": "~5.5.4",
|
|
127
127
|
"unbuild": "^2.0.0",
|
|
128
|
-
"vite": "^5.4.
|
|
128
|
+
"vite": "^5.4.10",
|
|
129
129
|
"vite-plugin-babel": "^1.2.0",
|
|
130
130
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
131
|
-
"vitest": "^2.1.
|
|
131
|
+
"vitest": "^2.1.4"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "3c6d028ee695f85769ce2d257687bbf24d6f9de8"
|
|
134
134
|
}
|