Fixing main reference in package.json, updating dist, bumping up version
This commit is contained in:
Родитель
7d17841f33
Коммит
b9c30db767
|
@ -90,7 +90,7 @@
|
|||
-->
|
||||
<SemanticVersionMajor>0</SemanticVersionMajor>
|
||||
<SemanticVersionMinor>22</SemanticVersionMinor>
|
||||
<SemanticVersionPatch>17</SemanticVersionPatch>
|
||||
<SemanticVersionPatch>18</SemanticVersionPatch>
|
||||
<!--
|
||||
Date when Semantic Version was changed.
|
||||
Update for every public release.
|
||||
|
|
|
@ -14,7 +14,7 @@ module Microsoft.ApplicationInsights {
|
|||
|
||||
"use strict";
|
||||
|
||||
export var Version = "0.22.17";
|
||||
export var Version = "0.22.18";
|
||||
|
||||
/**
|
||||
* Internal interface to pass appInsights object to subcomponents without coupling
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=510710</projectUrl>
|
||||
<iconUrl>$image$</iconUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<summary>Application Insights API for JavaScript Applications</summary>
|
||||
<description>Application Insights API enables you to get insights into user behavior and monitor usage patterns for your JavaScript applications. Application Insights service collects the data, analyzes it and presents the results in the forms of graphs and reports in Application Insights portal in Microsoft Azure.</description>
|
||||
<tags>Analytics Insights Telemetry JavaScript MDD Multi-Device ApplicationInsights Cordova Web</tags>
|
||||
<copyright>Copyright © 2013-2022, Microsoft. All rights reserved.</copyright>
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "applicationinsights-js",
|
||||
"version": "0.22.17",
|
||||
"version": "0.22.18",
|
||||
"description": "Microsoft Application Insights JavaScript SDK",
|
||||
"main": "JavaScriptSDK.Module/AppInsightsModule",
|
||||
"main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",
|
||||
"keywords": [
|
||||
"browser performance monitoring",
|
||||
"script errors",
|
||||
|
|
Загрузка…
Ссылка в новой задаче