@xyo-network/payload 2.47.10 → 2.48.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
|
@@ -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/591e39f0c/packages/protocol/packages/payload/src/index.ts#L1"
|
|
6708
6708
|
}
|
|
6709
6709
|
]
|
|
6710
6710
|
}
|
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.48.0",
|
|
14
|
+
"@xyo-network/payload-builder": "^2.48.0",
|
|
15
|
+
"@xyo-network/payload-model": "^2.48.0",
|
|
16
|
+
"@xyo-network/payload-validator": "^2.48.0",
|
|
17
|
+
"@xyo-network/payload-wrapper": "^2.48.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^2.15.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.48.0"
|
|
58
58
|
}
|