@xyo-network/protocol 2.43.6 → 2.43.7
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
|
@@ -21655,7 +21655,7 @@
|
|
|
21655
21655
|
"fileName": "packages/protocol/src/index.ts",
|
|
21656
21656
|
"line": 1,
|
|
21657
21657
|
"character": 0,
|
|
21658
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
21658
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/bf6140cd5/packages/protocol/src/index.ts#L1"
|
|
21659
21659
|
}
|
|
21660
21660
|
]
|
|
21661
21661
|
}
|
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.43.
|
|
14
|
-
"@xyo-network/boundwitness": "^2.43.
|
|
15
|
-
"@xyo-network/core": "^2.43.
|
|
16
|
-
"@xyo-network/payload": "^2.43.
|
|
13
|
+
"@xyo-network/account": "^2.43.7",
|
|
14
|
+
"@xyo-network/boundwitness": "^2.43.7",
|
|
15
|
+
"@xyo-network/core": "^2.43.7",
|
|
16
|
+
"@xyo-network/payload": "^2.43.7"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xylabs/ts-scripts-yarn3": "^2.12.0"
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"types": "dist/esm/index.d.ts",
|
|
54
|
-
"version": "2.43.
|
|
54
|
+
"version": "2.43.7"
|
|
55
55
|
}
|