@xyo-network/react-chain-model 1.3.12 → 1.3.14
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/README.md +11 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
+
# @xyo-network/react-chain-model
|
|
2
|
+
|
|
1
3
|
[![logo][]](https://xyo.network)
|
|
2
4
|
|
|
3
|
-
|
|
5
|
+
Version: 1.3.13
|
|
6
|
+
|
|
7
|
+
XYO Layer One React SDK Stake
|
|
8
|
+
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
[TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__react-chain-model)
|
|
12
|
+
|
|
13
|
+
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
4
14
|
|
|
5
15
|
## License
|
|
6
16
|
|
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-model",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.14",
|
|
5
5
|
"description": "XYO Layer One React SDK Stake",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"module": "dist/browser/index.mjs",
|
|
35
35
|
"types": "dist/types/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/xl1-protocol": "^1.3.
|
|
37
|
+
"@xyo-network/xl1-protocol": "^1.3.11"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
41
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
42
|
-
"knip": "^5.
|
|
40
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.5",
|
|
41
|
+
"@xylabs/tsconfig-react": "^6.5.5",
|
|
42
|
+
"knip": "^5.52.0",
|
|
43
43
|
"typescript": "^5.8.3"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|