@xyo-network/react-diviner 2.49.8 → 2.49.10
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 +7 -7
- package/package.json +5 -5
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/a9fa768ba/packages/modules/packages/diviner/src/hooks/useDiviner.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -235,8 +235,8 @@
|
|
|
235
235
|
"flags": {},
|
|
236
236
|
"sources": [
|
|
237
237
|
{
|
|
238
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/
|
|
239
|
-
"line":
|
|
238
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
239
|
+
"line": 26,
|
|
240
240
|
"character": 58
|
|
241
241
|
}
|
|
242
242
|
]
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviners.tsx",
|
|
314
314
|
"line": 4,
|
|
315
315
|
"character": 13,
|
|
316
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
316
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a9fa768ba/packages/modules/packages/diviner/src/hooks/useDiviners.tsx#L4"
|
|
317
317
|
}
|
|
318
318
|
],
|
|
319
319
|
"signatures": [
|
|
@@ -520,8 +520,8 @@
|
|
|
520
520
|
"flags": {},
|
|
521
521
|
"sources": [
|
|
522
522
|
{
|
|
523
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/
|
|
524
|
-
"line":
|
|
523
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
524
|
+
"line": 26,
|
|
525
525
|
"character": 58
|
|
526
526
|
}
|
|
527
527
|
]
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"fileName": "packages/modules/packages/diviner/src/index.ts",
|
|
604
604
|
"line": 1,
|
|
605
605
|
"character": 0,
|
|
606
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
606
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a9fa768ba/packages/modules/packages/diviner/src/index.ts#L1"
|
|
607
607
|
}
|
|
608
608
|
]
|
|
609
609
|
}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner": "^2.
|
|
14
|
-
"@xyo-network/react-node": "^2.49.
|
|
13
|
+
"@xyo-network/diviner": "^2.57.4",
|
|
14
|
+
"@xyo-network/react-node": "^2.49.10"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"description": "Common React library for all XYO projects that use React",
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
|
28
|
-
"@xylabs/tsconfig-react": "^2.17.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.12",
|
|
28
|
+
"@xylabs/tsconfig-react": "^2.17.12",
|
|
29
29
|
"typescript": "^5.0.4"
|
|
30
30
|
},
|
|
31
31
|
"browser": "dist/esm/index.js",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.49.
|
|
73
|
+
"version": "2.49.10"
|
|
74
74
|
}
|