@xyo-network/payload 2.47.8 → 2.47.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 +8 -8
package/dist/docs.json
CHANGED
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"flags": {},
|
|
2301
2301
|
"type": {
|
|
2302
2302
|
"type": "reference",
|
|
2303
|
-
"name": "
|
|
2303
|
+
"name": "AnyObject"
|
|
2304
2304
|
}
|
|
2305
2305
|
}
|
|
2306
2306
|
],
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
"flags": {},
|
|
2367
2367
|
"type": {
|
|
2368
2368
|
"type": "reference",
|
|
2369
|
-
"name": "
|
|
2369
|
+
"name": "AnyObject"
|
|
2370
2370
|
}
|
|
2371
2371
|
}
|
|
2372
2372
|
],
|
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
"flags": {},
|
|
2807
2807
|
"type": {
|
|
2808
2808
|
"type": "reference",
|
|
2809
|
-
"name": "
|
|
2809
|
+
"name": "AnyObject"
|
|
2810
2810
|
}
|
|
2811
2811
|
}
|
|
2812
2812
|
],
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
"flags": {},
|
|
3593
3593
|
"type": {
|
|
3594
3594
|
"type": "reference",
|
|
3595
|
-
"name": "
|
|
3595
|
+
"name": "AnyObject"
|
|
3596
3596
|
}
|
|
3597
3597
|
}
|
|
3598
3598
|
],
|
|
@@ -3656,7 +3656,7 @@
|
|
|
3656
3656
|
"flags": {},
|
|
3657
3657
|
"type": {
|
|
3658
3658
|
"type": "reference",
|
|
3659
|
-
"name": "
|
|
3659
|
+
"name": "AnyObject"
|
|
3660
3660
|
}
|
|
3661
3661
|
}
|
|
3662
3662
|
],
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
"flags": {},
|
|
3951
3951
|
"type": {
|
|
3952
3952
|
"type": "reference",
|
|
3953
|
-
"name": "
|
|
3953
|
+
"name": "AnyObject"
|
|
3954
3954
|
}
|
|
3955
3955
|
}
|
|
3956
3956
|
],
|
|
@@ -6704,7 +6704,7 @@
|
|
|
6704
6704
|
"fileName": "payload/src/index.ts",
|
|
6705
6705
|
"line": 1,
|
|
6706
6706
|
"character": 0,
|
|
6707
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6707
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/e042f7772ec/packages/protocol/packages/payload/src/index.ts#L1"
|
|
6708
6708
|
}
|
|
6709
6709
|
]
|
|
6710
6710
|
}
|
package/package.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/huri": "^2.47.
|
|
14
|
-
"@xyo-network/payload-builder": "^2.47.
|
|
15
|
-
"@xyo-network/payload-model": "^2.47.
|
|
16
|
-
"@xyo-network/payload-validator": "^2.47.
|
|
17
|
-
"@xyo-network/payload-wrapper": "^2.47.
|
|
13
|
+
"@xyo-network/huri": "^2.47.10",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.47.10",
|
|
15
|
+
"@xyo-network/payload-model": "^2.47.10",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.47.10",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.47.10"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
21
|
-
"@xylabs/tsconfig": "^2.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
21
|
+
"@xylabs/tsconfig": "^2.15.0",
|
|
22
22
|
"typescript": "^4.9.5"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/types/index.d.ts",
|
|
57
|
-
"version": "2.47.
|
|
57
|
+
"version": "2.47.10"
|
|
58
58
|
}
|