@xyo-network/react-payload 2.42.0-rc.2 → 2.42.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
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
{
|
|
523
523
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
524
524
|
"line": 8,
|
|
525
|
-
"character":
|
|
525
|
+
"character": 79
|
|
526
526
|
}
|
|
527
527
|
]
|
|
528
528
|
}
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
{
|
|
540
540
|
"fileName": "node_modules/@xyo-network/diviner-model/dist/types/Config.d.ts",
|
|
541
541
|
"line": 5,
|
|
542
|
-
"character":
|
|
542
|
+
"character": 123
|
|
543
543
|
}
|
|
544
544
|
]
|
|
545
545
|
}
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
{
|
|
618
618
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
619
619
|
"line": 8,
|
|
620
|
-
"character":
|
|
620
|
+
"character": 79
|
|
621
621
|
}
|
|
622
622
|
]
|
|
623
623
|
}
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
{
|
|
635
635
|
"fileName": "node_modules/@xyo-network/diviner-model/dist/types/Config.d.ts",
|
|
636
636
|
"line": 5,
|
|
637
|
-
"character":
|
|
637
|
+
"character": 123
|
|
638
638
|
}
|
|
639
639
|
]
|
|
640
640
|
}
|
|
@@ -12682,7 +12682,7 @@
|
|
|
12682
12682
|
"fileName": "packages/sdk/packages/payload/src/index.ts",
|
|
12683
12683
|
"line": 1,
|
|
12684
12684
|
"character": 0,
|
|
12685
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
12685
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0392b169b6a/packages/sdk/packages/payload/src/index.ts#L1"
|
|
12686
12686
|
}
|
|
12687
12687
|
]
|
|
12688
12688
|
}
|
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.42.0
|
|
14
|
-
"@xyo-network/react-payload-details": "^2.42.0
|
|
15
|
-
"@xyo-network/react-payload-diviner": "^2.42.0
|
|
16
|
-
"@xyo-network/react-payload-huri": "^2.42.0
|
|
17
|
-
"@xyo-network/react-payload-plugin": "^2.42.0
|
|
18
|
-
"@xyo-network/react-payload-plugin-resolver": "^2.42.0
|
|
19
|
-
"@xyo-network/react-payload-table": "^2.42.0
|
|
13
|
+
"@xyo-network/react-payload-context": "^2.42.0",
|
|
14
|
+
"@xyo-network/react-payload-details": "^2.42.0",
|
|
15
|
+
"@xyo-network/react-payload-diviner": "^2.42.0",
|
|
16
|
+
"@xyo-network/react-payload-huri": "^2.42.0",
|
|
17
|
+
"@xyo-network/react-payload-plugin": "^2.42.0",
|
|
18
|
+
"@xyo-network/react-payload-plugin-resolver": "^2.42.0",
|
|
19
|
+
"@xyo-network/react-payload-table": "^2.42.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.14.15"
|
|
@@ -74,6 +74,5 @@
|
|
|
74
74
|
},
|
|
75
75
|
"sideEffects": false,
|
|
76
76
|
"types": "dist/types/index.d.ts",
|
|
77
|
-
"version": "2.42.0
|
|
78
|
-
"stableVersion": "2.41.54"
|
|
77
|
+
"version": "2.42.0"
|
|
79
78
|
}
|