@injectivelabs/utils
Advanced tools
Comparing version 1.0.11 to 1.0.12
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"author": { | ||
@@ -34,4 +34,4 @@ "name": "Bojan Angjelkoski", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^1.0.8", | ||
"@injectivelabs/ts-types": "^1.0.7", | ||
"@injectivelabs/exceptions": "^1.0.9", | ||
"@injectivelabs/ts-types": "^1.0.8", | ||
"axios": "^0.21.1", | ||
@@ -44,3 +44,3 @@ "bignumber.js": "^9.0.1", | ||
}, | ||
"gitHead": "db13f352ebae30685ec9c8bd9584249a01c88a87" | ||
"gitHead": "e7370090ddd2552cb7c9df4469299be8210691dd" | ||
} |
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
81350
1075