Fixing main reference in package.json, updating dist, bumping up version

This commit is contained in:
Alex Bulankou 2016-06-05 15:28:38 -07:00
Родитель 7d17841f33
Коммит b9c30db767
6 изменённых файлов: 272 добавлений и 407 удалений

Просмотреть файл

@ -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>

2
dist/ai.0.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

668
dist/ai.js поставляемый

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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",