@opentelemetry/api
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -98,3 +98,3 @@ /*! | ||
*/ | ||
add(value: number, labels: Labels): void; | ||
add(value: number, labels?: Labels): void; | ||
} | ||
@@ -105,3 +105,3 @@ export interface Measure extends UnboundMetric<BoundMeasure> { | ||
*/ | ||
record(value: number, labels: Labels): void; | ||
record(value: number, labels?: Labels): void; | ||
record(value: number, labels: Labels, correlationContext: CorrelationContext): void; | ||
@@ -108,0 +108,0 @@ record(value: number, labels: Labels, correlationContext: CorrelationContext, spanContext: SpanContext): void; |
@@ -16,3 +16,3 @@ /*! | ||
*/ | ||
export declare const VERSION = "0.8.0"; | ||
export declare const VERSION = "0.8.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -19,3 +19,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.8.0'; | ||
exports.VERSION = '0.8.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/api", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Public API for OpenTelemetry", | ||
@@ -50,3 +50,3 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/context-base": "^0.8.0" | ||
"@opentelemetry/context-base": "^0.8.1" | ||
}, | ||
@@ -60,13 +60,13 @@ "devDependencies": { | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"karma": "^4.4.1", | ||
"karma": "^5.0.5", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage-istanbul-reporter": "^2.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-coverage-istanbul-reporter": "^3.0.2", | ||
"karma-mocha": "^2.0.1", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^4.0.2", | ||
"linkinator": "^2.0.3", | ||
"mocha": "^6.1.0", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.0", | ||
"ts-loader": "^6.0.4", | ||
"ts-mocha": "^6.0.0", | ||
"ts-mocha": "^7.0.0", | ||
"tslint-consistent-codestyle": "^1.16.0", | ||
@@ -73,0 +73,0 @@ "tslint-microsoft-contrib": "^6.2.0", |
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
155785