@xyo-network/react-diviner 2.48.1 → 2.48.2
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/dist/docs.json +3 -3
- package/package.json +2 -2
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviner.tsx",
|
|
18
18
|
"line": 4,
|
|
19
19
|
"character": 13,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ea13d27f1/packages/modules/packages/diviner/src/hooks/useDiviner.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviners.tsx",
|
|
323
323
|
"line": 4,
|
|
324
324
|
"character": 13,
|
|
325
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
325
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ea13d27f1/packages/modules/packages/diviner/src/hooks/useDiviners.tsx#L4"
|
|
326
326
|
}
|
|
327
327
|
],
|
|
328
328
|
"signatures": [
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"fileName": "packages/modules/packages/diviner/src/index.ts",
|
|
637
637
|
"line": 1,
|
|
638
638
|
"character": 0,
|
|
639
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
639
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ea13d27f1/packages/modules/packages/diviner/src/index.ts#L1"
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xyo-network/diviner": "^2.55.0",
|
|
14
|
-
"@xyo-network/react-node": "^2.48.
|
|
14
|
+
"@xyo-network/react-node": "^2.48.2"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.48.
|
|
73
|
+
"version": "2.48.2"
|
|
74
74
|
}
|