@xyo-network/payload 2.43.7 → 2.43.8
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 +1 -1
- package/package.json +7 -7
package/dist/docs.json
CHANGED
|
@@ -6483,7 +6483,7 @@
|
|
|
6483
6483
|
"fileName": "payload/src/index.ts",
|
|
6484
6484
|
"line": 1,
|
|
6485
6485
|
"character": 0,
|
|
6486
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6486
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/protocol/packages/payload/src/index.ts#L1"
|
|
6487
6487
|
}
|
|
6488
6488
|
]
|
|
6489
6489
|
}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/huri": "^2.43.
|
|
14
|
-
"@xyo-network/payload-builder": "^2.43.
|
|
15
|
-
"@xyo-network/payload-model": "^2.43.
|
|
16
|
-
"@xyo-network/payload-validator": "^2.43.
|
|
17
|
-
"@xyo-network/payload-wrapper": "^2.43.
|
|
13
|
+
"@xyo-network/huri": "^2.43.8",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.43.8",
|
|
15
|
+
"@xyo-network/payload-model": "^2.43.8",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.43.8",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.43.8"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^2.12.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^2.12.3"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"browser": "dist/esm/index.js",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": false,
|
|
54
54
|
"types": "dist/esm/index.d.ts",
|
|
55
|
-
"version": "2.43.
|
|
55
|
+
"version": "2.43.8"
|
|
56
56
|
}
|