@injectivelabs/utils
Advanced tools
Comparing version 1.0.84 to 1.0.85-alpha.0
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.0.84", | ||
"version": "1.0.85-alpha.0", | ||
"author": { | ||
@@ -10,4 +10,4 @@ "name": "Bojan Angjelkoski", | ||
"license": "Apache-2.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
@@ -19,10 +19,15 @@ "dist" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"postinstall": "shx mkdir -p dist && link-module-alias", | ||
"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", | ||
"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", | ||
"test": "jest", | ||
"test:unit": "jest test/unit", | ||
"test:integration": "jest test/unit", | ||
"test:watch": "jest --watch", | ||
@@ -36,4 +41,4 @@ "test:ci": "jest --coverage --ci --reporters='jest-junit'", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^1.0.59", | ||
"@injectivelabs/ts-types": "^1.0.30", | ||
"@injectivelabs/exceptions": "^1.0.60-alpha.0", | ||
"@injectivelabs/ts-types": "^1.0.31-alpha.0", | ||
"axios": "^0.21.1", | ||
@@ -47,3 +52,3 @@ "bignumber.js": "^9.0.1", | ||
}, | ||
"gitHead": "1d11f47621f40b720deafcc12ba1bd4c60e681aa" | ||
"gitHead": "b31a98c615db7016406d0f5312122e8660f9e6b0" | ||
} |
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
127179
133
1493
2
3