@microsoft/feature-management-applicationinsights-browser
Advanced tools
| // Copyright (c) Microsoft Corporation. | ||
| // Licensed under the MIT license. | ||
| const VERSION = "2.0.1"; | ||
| const VERSION = "2.0.2"; | ||
| export { VERSION }; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sources":["../../src/version.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport const VERSION = \"2.0.1\";\n"],"names":[],"mappings":"AAAA;AACA;AAEO,MAAM,OAAO,GAAG;;;;"} | ||
| {"version":3,"file":"version.js","sources":["../../src/version.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport const VERSION = \"2.0.2\";\n"],"names":[],"mappings":"AAAA;AACA;AAEO,MAAM,OAAO,GAAG;;;;"} |
+2
-2
| { | ||
| "name": "@microsoft/feature-management-applicationinsights-browser", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Feature Management Application Insights Plugin for Browser provides a solution for sending feature flag evaluation events produced by the Feature Management library.", | ||
@@ -49,5 +49,5 @@ "main": "./dist/esm/index.js", | ||
| "@microsoft/applicationinsights-web": "^3.3.2", | ||
| "@microsoft/feature-management": "2.0.1" | ||
| "@microsoft/feature-management": "2.0.2" | ||
| } | ||
| } | ||
+1
-1
@@ -24,4 +24,4 @@ import { EvaluationResult } from '@microsoft/feature-management'; | ||
| declare const VERSION = "2.0.1"; | ||
| declare const VERSION = "2.0.2"; | ||
| export { VERSION, createTelemetryPublisher, trackEvent }; |
+ Added
- Removed