@collabland/common
Advanced tools
Comparing version 0.22.5 to 0.23.0
@@ -0,1 +1,2 @@ | ||
export * from './bs58'; | ||
export * from './debug'; | ||
@@ -2,0 +3,0 @@ export * from './debug-pino'; |
@@ -8,2 +8,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./bs58"), exports); | ||
(0, tslib_1.__exportStar)(require("./debug"), exports); | ||
@@ -10,0 +11,0 @@ (0, tslib_1.__exportStar)(require("./debug-pino"), exports); |
{ | ||
"name": "@collabland/common", | ||
"version": "0.22.5", | ||
"version": "0.23.0", | ||
"description": "CollabLand common utilities", | ||
@@ -33,2 +33,3 @@ "main": "dist/index.js", | ||
"@types/bn.js": "^5.1.0", | ||
"@types/bs58": "^4.0.1", | ||
"@types/debug": "^4.1.5", | ||
@@ -41,2 +42,3 @@ "@types/http-errors": "^1.8.0", | ||
"bn.js": "^5.0.0", | ||
"bs58": "^4.0.1", | ||
"cross-fetch": "^3.1.3", | ||
@@ -62,3 +64,3 @@ "debug": "^4.3.2", | ||
"author": "Abridged, Inc.", | ||
"gitHead": "d9ce1b18b57586c990c29702444520954df04325" | ||
"gitHead": "e91992898ed6da83476c465e2df8783bc1b3c39a" | ||
} |
@@ -6,2 +6,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved. | ||
export * from './bs58'; | ||
export * from './debug'; | ||
@@ -8,0 +9,0 @@ export * from './debug-pino'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98878
55
2428
20
+ Added@types/bs58@^4.0.1
+ Addedbs58@^4.0.1
+ Added@types/bs58@4.0.4(transitive)
+ Addedbase-x@3.0.10(transitive)
+ Addedbs58@4.0.1(transitive)