@injectivelabs/utils
Advanced tools
Comparing version 1.0.70-alpha.0 to 1.0.70
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.0.70-alpha.0", | ||
"version": "1.0.70", | ||
"author": { | ||
@@ -10,4 +10,4 @@ "name": "Bojan Angjelkoski", | ||
"license": "Apache-2.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -19,14 +19,7 @@ "dist" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"postinstall": "shx mkdir -p dist && link-module-alias", | ||
"build": "tsc --build tsconfig.build.json && tsc --build tsconfig.build.esm.json && yarn build:post && link-module-alias", | ||
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post && link-module-alias", | ||
"build:post": "shx cp ../../stub/package.json.stub dist/cjs/package.json && shx cp ../../stub/package.esm.json.stub dist/esm/package.json", | ||
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache", | ||
"build": "tsc --build tsconfig.build.json && link-module-alias", | ||
"build:watch": "tsc --build -w tsconfig.build.json && link-module-alias", | ||
"clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache", | ||
"test": "jest", | ||
@@ -43,4 +36,4 @@ "test:unit": "jest test/unit", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^1.0.51-alpha.0", | ||
"@injectivelabs/ts-types": "^1.0.29-alpha.0", | ||
"@injectivelabs/exceptions": "^1.0.50", | ||
"@injectivelabs/ts-types": "^1.0.28", | ||
"axios": "^0.21.1", | ||
@@ -54,3 +47,3 @@ "bignumber.js": "^9.0.1", | ||
}, | ||
"gitHead": "9852e5ca7d22ec69066fe0f1fd3437eed256f6e2" | ||
"gitHead": "723941351dc5e0f880f7730f73d00b1ec8a03283" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2
73360
67
790