@opentelemetry/base
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@opentelemetry/base", | ||
"version": "0.2.0", | ||
"description": "OpenTelemetry base", | ||
"version": "0.3.0", | ||
"description": "OpenTelemetry base provides base code for the SDK packages", | ||
"main": "build/src/index.js", | ||
@@ -15,2 +15,3 @@ "types": "build/src/index.d.ts", | ||
"check": "gts check", | ||
"precompile": "tsc --version", | ||
"compile": "tsc -p .", | ||
@@ -46,4 +47,4 @@ "fix": "gts fix", | ||
"@types/node": "^12.6.8", | ||
"codecov": "^3.1.0", | ||
"gts": "^1.0.0", | ||
"codecov": "^3.6.1", | ||
"gts": "^1.1.0", | ||
"mocha": "^6.1.0", | ||
@@ -56,4 +57,4 @@ "nyc": "^14.1.1", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typescript": "^3.6.3" | ||
"typescript": "3.7.2" | ||
} | ||
} |
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
21111