@xyo-network/payload 2.56.1 → 2.57.4
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 -1
- package/package.json +8 -8
- package/typedoc.json +5 -0
package/dist/docs.json
CHANGED
|
@@ -4940,6 +4940,10 @@
|
|
|
4940
4940
|
"name": "PayloadWrapperBase"
|
|
4941
4941
|
}
|
|
4942
4942
|
]
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"type": "intrinsic",
|
|
4946
|
+
"name": "never"
|
|
4943
4947
|
}
|
|
4944
4948
|
],
|
|
4945
4949
|
"name": "Promisable"
|
|
@@ -8584,7 +8588,7 @@
|
|
|
8584
8588
|
"fileName": "payload/src/index.ts",
|
|
8585
8589
|
"line": 1,
|
|
8586
8590
|
"character": 0,
|
|
8587
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
8591
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/protocol/packages/payload/src/index.ts#L1"
|
|
8588
8592
|
}
|
|
8589
8593
|
]
|
|
8590
8594
|
}
|
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.
|
|
14
|
-
"@xyo-network/payload-builder": "^2.
|
|
15
|
-
"@xyo-network/payload-model": "^2.
|
|
16
|
-
"@xyo-network/payload-validator": "^2.
|
|
17
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
13
|
+
"@xyo-network/huri": "^2.57.4",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.57.4",
|
|
15
|
+
"@xyo-network/payload-model": "^2.57.4",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.57.4",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.57.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
|
21
|
-
"@xylabs/tsconfig": "^2.17.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.12",
|
|
21
|
+
"@xylabs/tsconfig": "^2.17.12",
|
|
22
22
|
"typescript": "^5.0.4"
|
|
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.
|
|
57
|
+
"version": "2.57.4"
|
|
58
58
|
}
|