@xyo-network/payload 2.55.4 → 2.56.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 +1 -1
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -8588,7 +8588,7 @@
|
|
|
8588
8588
|
"fileName": "payload/src/index.ts",
|
|
8589
8589
|
"line": 1,
|
|
8590
8590
|
"character": 0,
|
|
8591
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
8591
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/protocol/packages/payload/src/index.ts#L1"
|
|
8592
8592
|
}
|
|
8593
8593
|
]
|
|
8594
8594
|
}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
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.56.0",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.56.0",
|
|
15
|
+
"@xyo-network/payload-model": "^2.56.0",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.56.0",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.56.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^2.16.5",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/types/index.d.ts",
|
|
57
|
-
"version": "2.
|
|
57
|
+
"version": "2.56.0"
|
|
58
58
|
}
|