@xyo-network/protocol 2.49.0 → 2.49.2
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
|
@@ -23305,7 +23305,7 @@
|
|
|
23305
23305
|
"fileName": "packages/protocol/src/index.ts",
|
|
23306
23306
|
"line": 1,
|
|
23307
23307
|
"character": 0,
|
|
23308
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
23308
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a1bf73bb40b/packages/protocol/src/index.ts#L1"
|
|
23309
23309
|
}
|
|
23310
23310
|
]
|
|
23311
23311
|
}
|
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.49.
|
|
14
|
-
"@xyo-network/boundwitness": "^2.49.
|
|
15
|
-
"@xyo-network/core": "^2.49.
|
|
16
|
-
"@xyo-network/payload": "^2.49.
|
|
13
|
+
"@xyo-network/account": "^2.49.2",
|
|
14
|
+
"@xyo-network/boundwitness": "^2.49.2",
|
|
15
|
+
"@xyo-network/core": "^2.49.2",
|
|
16
|
+
"@xyo-network/payload": "^2.49.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"types": "dist/types/index.d.ts",
|
|
56
|
-
"version": "2.49.
|
|
56
|
+
"version": "2.49.2"
|
|
57
57
|
}
|