@web3api/tracing-js
Advanced tools
Comparing version 0.0.1-prealpha.80 to 0.0.1-prealpha.81
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
{ | ||
"name": "@web3api/tracing-js", | ||
"description": "Web3API Core Tracing", | ||
"version": "0.0.1-prealpha.80", | ||
"version": "0.0.1-prealpha.81", | ||
"license": "MIT", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"lint": "eslint --color -c ../../../.eslintrc.js src/", | ||
"test": "jest --passWithNoTests --runInBand --verbose", | ||
"test:ci": "jest --passWithNoTests --runInBand --verbose", | ||
"test": "jest --passWithNoTests --runInBand --verbose --onlyChanged", | ||
"test:ci": "jest --passWithNoTests --runInBand --verbose --onlyChanged", | ||
"test:watch": "jest --watch --passWithNoTests --verbose" | ||
@@ -44,5 +44,5 @@ }, | ||
"ts-node": "8.10.2", | ||
"typescript": "3.9.7" | ||
"typescript": "4.0.7" | ||
}, | ||
"gitHead": "1ba6782929ddae44866ec9e59e14b6ada4785bb2", | ||
"gitHead": "99dd08378e51809acaf96a61aa146a128d697f7d", | ||
"publishConfig": { | ||
@@ -49,0 +49,0 @@ "access": "public" |
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
16782