@fluidframework/telemetry-utils
Advanced tools
Comparing version 0.30.4 to 0.31.0
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/telemetry-utils"; | ||
export declare const pkgVersion = "0.30.4"; | ||
export declare const pkgVersion = "0.31.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/telemetry-utils"; | ||
exports.pkgVersion = "0.30.4"; | ||
exports.pkgVersion = "0.31.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/telemetry-utils"; | ||
export declare const pkgVersion = "0.30.4"; | ||
export declare const pkgVersion = "0.31.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/telemetry-utils"; | ||
export const pkgVersion = "0.30.4"; | ||
export const pkgVersion = "0.31.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/telemetry-utils", | ||
"version": "0.30.4", | ||
"version": "0.31.0", | ||
"description": "Collection of telemetry relates utilities for Fluid", | ||
@@ -30,3 +30,3 @@ "homepage": "https://fluidframework.com", | ||
"eslint": "eslint --format stylish src", | ||
"eslint:fix": "eslint --ext=ts,tsx --format stylish src --fix", | ||
"eslint:fix": "eslint --format stylish src --fix", | ||
"lint": "npm run eslint", | ||
@@ -63,3 +63,3 @@ "lint:fix": "npm run eslint:fix", | ||
"@fluidframework/common-definitions": "^0.19.1", | ||
"@fluidframework/common-utils": "^0.25.0", | ||
"@fluidframework/common-utils": "^0.26.0", | ||
"debug": "^4.1.1", | ||
@@ -71,3 +71,3 @@ "events": "^3.1.0" | ||
"@fluidframework/eslint-config-fluid": "^0.21.0", | ||
"@fluidframework/mocha-test-setup": "^0.30.4", | ||
"@fluidframework/mocha-test-setup": "^0.31.0", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
@@ -74,0 +74,0 @@ "@types/debug": "^4.1.5", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/telemetry-utils"; | ||
export const pkgVersion = "0.30.4"; | ||
export const pkgVersion = "0.31.0"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
237663
+ Added@fluidframework/common-utils@0.26.0(transitive)
- Removed@fluidframework/common-utils@0.25.0(transitive)