@injectivelabs/ts-types
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.12](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/ts-types@0.0.11...@injectivelabs/ts-types@0.0.12) (2021-02-18) | ||
**Note:** Version bump only for package @injectivelabs/ts-types | ||
## [0.0.11](https://github.com/InjectiveLabs/injective-monorepo/compare/@injectivelabs/ts-types@0.0.2...@injectivelabs/ts-types@0.0.11) (2021-02-17) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"license": "MIT", | ||
@@ -15,2 +15,3 @@ "main": "dist/index.js", | ||
"postinstall": "shx mkdir -p dist && link-module-alias", | ||
"build:watch": "tsc --build -w tsconfig.build.json && link-module-alias", | ||
"build": "tsc --build tsconfig.build.json && link-module-alias", | ||
@@ -32,3 +33,3 @@ "clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache", | ||
}, | ||
"gitHead": "b8cab98d0024bca0c2cb1956c1c993e12ecee823" | ||
"gitHead": "f17ea31d9ffe9ce928e634188f358321755c1da5" | ||
} |
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
6372