@opentelemetry/metrics
Advanced tools
Comparing version 0.19.1-alpha.26 to 0.19.1-alpha.31
@@ -77,2 +77,3 @@ /* | ||
import { ValueRecorderMetric } from './ValueRecorderMetric'; | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
var merge = require('lodash.merge'); | ||
@@ -79,0 +80,0 @@ /** |
@@ -19,2 +19,3 @@ /* | ||
import { DEFAULT_CONFIG } from './types'; | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
var merge = require('lodash.merge'); | ||
@@ -21,0 +22,0 @@ /** |
@@ -33,2 +33,3 @@ "use strict"; | ||
const ValueRecorderMetric_1 = require("./ValueRecorderMetric"); | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const merge = require('lodash.merge'); | ||
@@ -35,0 +36,0 @@ /** |
@@ -22,2 +22,3 @@ "use strict"; | ||
const types_1 = require("./types"); | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const merge = require('lodash.merge'); | ||
@@ -24,0 +25,0 @@ /** |
{ | ||
"name": "@opentelemetry/metrics", | ||
"version": "0.19.1-alpha.26+1758fa6e", | ||
"version": "0.19.1-alpha.31+24adbd61", | ||
"description": "OpenTelemetry metrics SDK", | ||
@@ -53,3 +53,2 @@ "main": "build/src/index.js", | ||
"codecov": "3.8.1", | ||
"gts": "3.1.0", | ||
"mocha": "7.2.0", | ||
@@ -67,8 +66,8 @@ "nyc": "15.1.0", | ||
"dependencies": { | ||
"@opentelemetry/api-metrics": "^0.19.0", | ||
"@opentelemetry/core": "^0.19.1-alpha.26+1758fa6e", | ||
"@opentelemetry/resources": "^0.19.1-alpha.26+1758fa6e", | ||
"@opentelemetry/api-metrics": "^0.19.1-alpha.31+24adbd61", | ||
"@opentelemetry/core": "^0.19.1-alpha.31+24adbd61", | ||
"@opentelemetry/resources": "^0.19.1-alpha.31+24adbd61", | ||
"lodash.merge": "^4.6.2" | ||
}, | ||
"gitHead": "1758fa6e84333c9c43cc468c5e99dd3646f7e3c7" | ||
"gitHead": "24adbd61062759f9d9d57420fd97e50f4d8c3b16" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
267458
13
4371
+ Added@opentelemetry/api-metrics@0.19.1-alpha.43(transitive)
- Removed@opentelemetry/api-metrics@0.19.0(transitive)