@xyo-network/react-diviner 2.47.23 → 2.47.24
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/14703ddfca1/packages/modules/packages/diviner/src/hooks/useDiviner.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviners.tsx",
|
|
312
312
|
"line": 4,
|
|
313
313
|
"character": 13,
|
|
314
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
314
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14703ddfca1/packages/modules/packages/diviner/src/hooks/useDiviners.tsx#L4"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
317
317
|
"signatures": [
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"fileName": "packages/modules/packages/diviner/src/index.ts",
|
|
600
600
|
"line": 1,
|
|
601
601
|
"character": 0,
|
|
602
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
602
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/14703ddfca1/packages/modules/packages/diviner/src/index.ts#L1"
|
|
603
603
|
}
|
|
604
604
|
]
|
|
605
605
|
}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xyo-network/diviner": "^2.53.26",
|
|
14
|
-
"@xyo-network/react-node": "^2.47.
|
|
14
|
+
"@xyo-network/react-node": "^2.47.24"
|
|
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.47.
|
|
73
|
+
"version": "2.47.24"
|
|
74
74
|
}
|