@xyo-network/payload 2.43.32 → 2.43.34
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 +8 -8
package/dist/docs.json
CHANGED
|
@@ -6765,7 +6765,7 @@
|
|
|
6765
6765
|
"fileName": "payload/src/index.ts",
|
|
6766
6766
|
"line": 1,
|
|
6767
6767
|
"character": 0,
|
|
6768
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6768
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/71741029b69/packages/protocol/packages/payload/src/index.ts#L1"
|
|
6769
6769
|
}
|
|
6770
6770
|
]
|
|
6771
6771
|
}
|
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.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.34",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.43.34",
|
|
15
|
+
"@xyo-network/payload-model": "^2.43.34",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.43.34",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.43.34"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^2.14.
|
|
21
|
-
"@xylabs/tsconfig": "^2.14.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^2.14.13",
|
|
21
|
+
"@xylabs/tsconfig": "^2.14.13",
|
|
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.43.
|
|
57
|
+
"version": "2.43.34"
|
|
58
58
|
}
|