@rarible/sdk-common
Advanced tools
Comparing version 0.13.86 to 0.13.87
{ | ||
"name": "@rarible/sdk-common", | ||
"version": "0.13.86", | ||
"version": "0.13.87", | ||
"homepage": "", | ||
@@ -17,3 +17,4 @@ "license": "ISC", | ||
"clean:tsbuildinfo": "rimraf ./tsconfig.tsbuildinfo", | ||
"test": "jest --runInBand --passWithNoTests", | ||
"test": "jest --runInBand --passWithNoTests --coverage --coverageReporters=lcov", | ||
"test:no-coverage": "jest --runInBand --passWithNoTests", | ||
"verify": "tsc --noEmit --project tsconfig-build.json" | ||
@@ -30,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "5c18f3ae04fa1444c289cb230836653027bfa558" | ||
"gitHead": "ec4eab5dc3df1838d94f7a087ba160379f5a250a" | ||
} |
46011