@switchboard-xyz/common
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -9,5 +9,6 @@ "use strict"; | ||
.toString("utf8") | ||
.replace(/\u0000/g, ""); | ||
.replace(/\u0000/g, "") | ||
.replace(/\0/g, ""); | ||
exports.buf2String = buf2String; | ||
exports.toUtf8 = exports.buf2String; | ||
//# sourceMappingURL=string.js.map |
@@ -6,4 +6,5 @@ /** | ||
.toString("utf8") | ||
.replace(/\u0000/g, ""); | ||
.replace(/\u0000/g, "") | ||
.replace(/\0/g, ""); | ||
export const toUtf8 = buf2String; | ||
//# sourceMappingURL=string.js.map |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "common type definitions and utils for interacting with switchboard", | ||
@@ -37,8 +37,8 @@ "files": [ | ||
"bn.js": "^5.2.1", | ||
"decimal.js": "^10.4.2", | ||
"decimal.js": "^10.4.3", | ||
"protobufjs": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/big.js": "^6.1.5", | ||
"@types/bn.js": "^5.1.0", | ||
"@types/big.js": "^6.1.6", | ||
"@types/bn.js": "^5.1.1", | ||
"@types/decimal.js": "^7.4.0", | ||
@@ -45,0 +45,0 @@ "@types/long": "^5.0.0", |
@@ -9,4 +9,5 @@ /** | ||
.toString("utf8") | ||
.replace(/\u0000/g, ""); | ||
.replace(/\u0000/g, "") | ||
.replace(/\0/g, ""); | ||
export const toUtf8 = buf2String; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3084714
60300
+ Added@types/node@22.13.4(transitive)
- Removed@types/node@22.13.1(transitive)
Updateddecimal.js@^10.4.3