@xyo-network/react-payload 2.46.0-rc.3 → 2.46.0
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 +8 -9
package/dist/docs.json
CHANGED
|
@@ -643,8 +643,8 @@
|
|
|
643
643
|
"sources": [
|
|
644
644
|
{
|
|
645
645
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/ModuleParams.d.ts",
|
|
646
|
-
"line":
|
|
647
|
-
"character":
|
|
646
|
+
"line": 19,
|
|
647
|
+
"character": 58
|
|
648
648
|
}
|
|
649
649
|
]
|
|
650
650
|
}
|
|
@@ -850,8 +850,8 @@
|
|
|
850
850
|
"sources": [
|
|
851
851
|
{
|
|
852
852
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/ModuleParams.d.ts",
|
|
853
|
-
"line":
|
|
854
|
-
"character":
|
|
853
|
+
"line": 19,
|
|
854
|
+
"character": 58
|
|
855
855
|
}
|
|
856
856
|
]
|
|
857
857
|
}
|
|
@@ -12906,7 +12906,7 @@
|
|
|
12906
12906
|
"fileName": "packages/sdk/packages/payload/src/index.ts",
|
|
12907
12907
|
"line": 1,
|
|
12908
12908
|
"character": 0,
|
|
12909
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
12909
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8f7db24088c/packages/sdk/packages/payload/src/index.ts#L1"
|
|
12910
12910
|
}
|
|
12911
12911
|
]
|
|
12912
12912
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-payload-context": "^2.46.0
|
|
14
|
-
"@xyo-network/react-payload-details": "^2.46.0
|
|
15
|
-
"@xyo-network/react-payload-diviner": "^2.46.0
|
|
16
|
-
"@xyo-network/react-payload-huri": "^2.46.0
|
|
17
|
-
"@xyo-network/react-payload-plugin": "^2.46.0
|
|
18
|
-
"@xyo-network/react-payload-plugin-resolver": "^2.46.0
|
|
19
|
-
"@xyo-network/react-payload-table": "^2.46.0
|
|
13
|
+
"@xyo-network/react-payload-context": "^2.46.0",
|
|
14
|
+
"@xyo-network/react-payload-details": "^2.46.0",
|
|
15
|
+
"@xyo-network/react-payload-diviner": "^2.46.0",
|
|
16
|
+
"@xyo-network/react-payload-huri": "^2.46.0",
|
|
17
|
+
"@xyo-network/react-payload-plugin": "^2.46.0",
|
|
18
|
+
"@xyo-network/react-payload-plugin-resolver": "^2.46.0",
|
|
19
|
+
"@xyo-network/react-payload-table": "^2.46.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.16.1"
|
|
@@ -73,6 +73,5 @@
|
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"types": "dist/types/index.d.ts",
|
|
76
|
-
"version": "2.46.0
|
|
77
|
-
"stableVersion": "2.45.9"
|
|
76
|
+
"version": "2.46.0"
|
|
78
77
|
}
|