@xyo-network/protocol 2.53.4 → 2.53.5
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 +5 -5
package/dist/docs.json
CHANGED
|
@@ -25651,7 +25651,7 @@
|
|
|
25651
25651
|
"fileName": "packages/protocol/src/index.ts",
|
|
25652
25652
|
"line": 1,
|
|
25653
25653
|
"character": 0,
|
|
25654
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
25654
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/789dbcd93/packages/protocol/src/index.ts#L1"
|
|
25655
25655
|
}
|
|
25656
25656
|
]
|
|
25657
25657
|
}
|
package/package.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/account": "^2.53.
|
|
14
|
-
"@xyo-network/boundwitness": "^2.53.
|
|
15
|
-
"@xyo-network/core": "^2.53.
|
|
16
|
-
"@xyo-network/payload": "^2.53.
|
|
13
|
+
"@xyo-network/account": "^2.53.5",
|
|
14
|
+
"@xyo-network/boundwitness": "^2.53.5",
|
|
15
|
+
"@xyo-network/core": "^2.53.5",
|
|
16
|
+
"@xyo-network/payload": "^2.53.5"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/types/index.d.ts",
|
|
56
|
-
"version": "2.53.
|
|
56
|
+
"version": "2.53.5"
|
|
57
57
|
}
|