@xyo-network/react-payload 2.40.20 → 2.40.22
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 +5 -5
- package/package.json +22 -7
package/dist/docs.json
CHANGED
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
{
|
|
561
561
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
562
562
|
"line": 7,
|
|
563
|
-
"character":
|
|
563
|
+
"character": 82
|
|
564
564
|
}
|
|
565
565
|
]
|
|
566
566
|
}
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
{
|
|
578
578
|
"fileName": "node_modules/@xyo-network/diviner/dist/esm/Config.d.ts",
|
|
579
579
|
"line": 5,
|
|
580
|
-
"character":
|
|
580
|
+
"character": 129
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
}
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
{
|
|
656
656
|
"fileName": "node_modules/@xyo-network/module/dist/esm/Config.d.ts",
|
|
657
657
|
"line": 7,
|
|
658
|
-
"character":
|
|
658
|
+
"character": 82
|
|
659
659
|
}
|
|
660
660
|
]
|
|
661
661
|
}
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
{
|
|
673
673
|
"fileName": "node_modules/@xyo-network/diviner/dist/esm/Config.d.ts",
|
|
674
674
|
"line": 5,
|
|
675
|
-
"character":
|
|
675
|
+
"character": 129
|
|
676
676
|
}
|
|
677
677
|
]
|
|
678
678
|
}
|
|
@@ -14405,7 +14405,7 @@
|
|
|
14405
14405
|
"fileName": "packages/sdk/packages/payload/src/index.ts",
|
|
14406
14406
|
"line": 1,
|
|
14407
14407
|
"character": 0,
|
|
14408
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
14408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/18b68da2/packages/sdk/packages/payload/src/index.ts#L1"
|
|
14409
14409
|
}
|
|
14410
14410
|
]
|
|
14411
14411
|
}
|
package/package.json
CHANGED
|
@@ -10,18 +10,33 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@
|
|
14
|
-
"@
|
|
15
|
-
"@
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
18
|
-
"@xyo-network/react-
|
|
13
|
+
"@xylabs/react-button": "^2.15.1",
|
|
14
|
+
"@xylabs/react-flexbox": "^2.15.1",
|
|
15
|
+
"@xylabs/react-identicon": "^2.15.1",
|
|
16
|
+
"@xylabs/react-quick-tip-button": "^2.15.1",
|
|
17
|
+
"@xylabs/react-shared": "^2.15.1",
|
|
18
|
+
"@xyo-network/react-archivist": "^2.40.22",
|
|
19
|
+
"@xyo-network/react-error": "^2.40.22",
|
|
20
|
+
"@xyo-network/react-event": "^2.40.22",
|
|
21
|
+
"@xyo-network/react-network": "^2.40.22",
|
|
22
|
+
"@xyo-network/react-payload-context": "^2.40.22",
|
|
23
|
+
"@xyo-network/react-payload-details": "^2.40.22",
|
|
24
|
+
"@xyo-network/react-payload-diviner": "^2.40.22",
|
|
25
|
+
"@xyo-network/react-payload-plugin": "^2.40.22",
|
|
26
|
+
"@xyo-network/react-payload-plugin-resolver": "^2.40.22",
|
|
27
|
+
"@xyo-network/react-payload-table": "^2.40.22",
|
|
28
|
+
"@xyo-network/react-property": "^2.40.22",
|
|
29
|
+
"@xyo-network/react-schema": "^2.40.22",
|
|
30
|
+
"@xyo-network/react-shared": "^2.40.22",
|
|
31
|
+
"@xyo-network/react-table": "^2.40.22",
|
|
32
|
+
"react-json-view": "^1.21.3",
|
|
19
33
|
"tslib": "^2.4.1"
|
|
20
34
|
},
|
|
21
35
|
"peerDependencies": {
|
|
22
36
|
"@mui/icons-material": "^5.10.14",
|
|
23
37
|
"@mui/material": "^5.10.14",
|
|
24
38
|
"@mui/styles": "^5.10.14",
|
|
39
|
+
"@xylabs/react-common": "^2.15.1",
|
|
25
40
|
"@xylabs/sdk-js": "^2.6.9",
|
|
26
41
|
"@xyo-network/archivist": "^2.41.3",
|
|
27
42
|
"@xyo-network/diviner": "^2.41.3",
|
|
@@ -79,5 +94,5 @@
|
|
|
79
94
|
},
|
|
80
95
|
"sideEffects": false,
|
|
81
96
|
"types": "dist/esm/index.d.ts",
|
|
82
|
-
"version": "2.40.
|
|
97
|
+
"version": "2.40.22"
|
|
83
98
|
}
|