@xyo-network/react-chain-boundwitness 1.17.6 → 1.17.7
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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-boundwitness",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.7",
|
|
5
5
|
"description": "XYO Layer One React SDK BoundWitness",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
25
|
+
"types": "./dist/browser/index.d.ts",
|
|
25
26
|
"browser": {
|
|
26
27
|
"types": "./dist/browser/index.d.ts",
|
|
27
28
|
"source": "./src/index.ts",
|
|
28
29
|
"default": "./dist/browser/index.mjs"
|
|
29
30
|
},
|
|
30
|
-
"types": "./dist/browser/index.d.ts",
|
|
31
31
|
"source": "./src/index.ts",
|
|
32
32
|
"default": "./dist/browser/index.mjs"
|
|
33
33
|
},
|
|
@@ -50,22 +50,22 @@
|
|
|
50
50
|
"@xylabs/react-quick-tip-button": "~7.1.9",
|
|
51
51
|
"@xylabs/sdk-js": "~5.0.51",
|
|
52
52
|
"@xyo-network/boundwitness-model": "~5.2.17",
|
|
53
|
-
"@xyo-network/chain-utils": "
|
|
54
|
-
"@xyo-network/chain-validation": "
|
|
55
|
-
"@xyo-network/chain-wrappers": "
|
|
53
|
+
"@xyo-network/chain-utils": "~1.17.7",
|
|
54
|
+
"@xyo-network/chain-validation": "~1.17.7",
|
|
55
|
+
"@xyo-network/chain-wrappers": "~1.17.7",
|
|
56
56
|
"@xyo-network/payload-builder": "~5.2.17",
|
|
57
57
|
"@xyo-network/payload-model": "~5.2.17",
|
|
58
58
|
"@xyo-network/react-boundwitness-plugin": "~7.4.2",
|
|
59
|
-
"@xyo-network/react-chain-blockchain": "
|
|
60
|
-
"@xyo-network/react-chain-blockies": "
|
|
61
|
-
"@xyo-network/react-chain-shared": "
|
|
59
|
+
"@xyo-network/react-chain-blockchain": "~1.17.7",
|
|
60
|
+
"@xyo-network/react-chain-blockies": "~1.17.7",
|
|
61
|
+
"@xyo-network/react-chain-shared": "~1.17.7",
|
|
62
62
|
"@xyo-network/react-event": "~7.4.2",
|
|
63
63
|
"@xyo-network/react-shared": "~7.4.2",
|
|
64
64
|
"@xyo-network/react-table": "~7.4.2",
|
|
65
65
|
"@xyo-network/xl1-protocol": "~1.14.17",
|
|
66
|
-
"@xyo-network/xl1-protocol-sdk": "
|
|
67
|
-
"@xyo-network/xl1-validation": "
|
|
68
|
-
"@xyo-network/xl1-wrappers": "
|
|
66
|
+
"@xyo-network/xl1-protocol-sdk": "~1.17.7",
|
|
67
|
+
"@xyo-network/xl1-validation": "~1.17.7",
|
|
68
|
+
"@xyo-network/xl1-wrappers": "~1.17.7",
|
|
69
69
|
"react-icons": "~5.5.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
"@emotion/styled": "~11.14.1",
|
|
74
74
|
"@mui/icons-material": "~7.3.6",
|
|
75
75
|
"@mui/material": "~7.3.6",
|
|
76
|
-
"@storybook/react-vite": "~10.1.
|
|
77
|
-
"@xylabs/ts-scripts-yarn3": "~7.2.
|
|
78
|
-
"@xylabs/tsconfig": "~7.2.
|
|
79
|
-
"@xylabs/tsconfig-dom": "~7.2.
|
|
80
|
-
"@xylabs/tsconfig-react": "~7.2.
|
|
76
|
+
"@storybook/react-vite": "~10.1.8",
|
|
77
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.30",
|
|
78
|
+
"@xylabs/tsconfig": "~7.2.30",
|
|
79
|
+
"@xylabs/tsconfig-dom": "~7.2.30",
|
|
80
|
+
"@xylabs/tsconfig-react": "~7.2.30",
|
|
81
81
|
"@xyo-network/account": "~5.2.17",
|
|
82
|
-
"@xyo-network/react-chain-network": "
|
|
83
|
-
"@xyo-network/react-chain-provider": "
|
|
84
|
-
"@xyo-network/xl1-network-model": "
|
|
82
|
+
"@xyo-network/react-chain-network": "~1.17.7",
|
|
83
|
+
"@xyo-network/react-chain-provider": "~1.17.7",
|
|
84
|
+
"@xyo-network/xl1-network-model": "~1.17.7",
|
|
85
85
|
"eslint": "^9.39.1",
|
|
86
|
-
"react": "~19.2.
|
|
87
|
-
"react-dom": "~19.2.
|
|
86
|
+
"react": "~19.2.3",
|
|
87
|
+
"react-dom": "~19.2.3",
|
|
88
88
|
"react-router-dom": "^7.10.1",
|
|
89
89
|
"typescript": "~5.9.3"
|
|
90
90
|
},
|
|
@@ -101,4 +101,4 @@
|
|
|
101
101
|
"access": "restricted"
|
|
102
102
|
},
|
|
103
103
|
"docs": "dist/docs.json"
|
|
104
|
-
}
|
|
104
|
+
}
|