@xyo-network/protocol 2.51.6 → 2.51.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 +5 -5
package/dist/docs.json
CHANGED
|
@@ -24640,7 +24640,7 @@
|
|
|
24640
24640
|
"fileName": "packages/protocol/src/index.ts",
|
|
24641
24641
|
"line": 1,
|
|
24642
24642
|
"character": 0,
|
|
24643
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
24643
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f57161c1ff1/packages/protocol/src/index.ts#L1"
|
|
24644
24644
|
}
|
|
24645
24645
|
]
|
|
24646
24646
|
}
|
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.51.
|
|
14
|
-
"@xyo-network/boundwitness": "^2.51.
|
|
15
|
-
"@xyo-network/core": "^2.51.
|
|
16
|
-
"@xyo-network/payload": "^2.51.
|
|
13
|
+
"@xyo-network/account": "^2.51.8",
|
|
14
|
+
"@xyo-network/boundwitness": "^2.51.8",
|
|
15
|
+
"@xyo-network/core": "^2.51.8",
|
|
16
|
+
"@xyo-network/payload": "^2.51.8"
|
|
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.51.
|
|
56
|
+
"version": "2.51.8"
|
|
57
57
|
}
|