@injectivelabs/ts-types
Advanced tools
Comparing version 1.10.4 to 1.10.5
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"sideEffects": "false", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/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", | ||
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist", | ||
"test": "jest", | ||
@@ -39,3 +39,3 @@ "test:watch": "jest --watch", | ||
}, | ||
"gitHead": "74a141788c47255d5d83a7a5894c34e2ff343bdc" | ||
"gitHead": "1f35cb9af510dcfab9d45d0e98b1d5af5848e217" | ||
} |
73799