Update next set of versions
This commit is contained in:
Родитель
d5b31444ac
Коммит
2bf30f8930
|
@ -9,7 +9,7 @@ Web Analytics Plugin for the Application Insights Javascript SDK
|
|||
```
|
||||
npm install -g grunt-cli
|
||||
npm install
|
||||
npm run build
|
||||
npm run build --silent
|
||||
```
|
||||
|
||||
## Run unit tests:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-analytics-js",
|
||||
"version": "1.0.0-beta.5",
|
||||
"version": "1.0.0-beta.6",
|
||||
"description": "Microsoft Application Insights Javascript SDK apis",
|
||||
"main": "dist/applicationinsights-analytics-js.min.js",
|
||||
"module": "dist-esm/applicationinsights-analytics-js.js",
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "^1.0.0-beta.2",
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.7"
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ Dependencies Plugin for the Application Insights Javascript SDK
|
|||
```
|
||||
npm install -g grunt-cli
|
||||
npm install
|
||||
npm run build
|
||||
npm run build --silent
|
||||
```
|
||||
|
||||
## Run unit tests:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-dependencies-js",
|
||||
"version": "1.0.0-beta.3",
|
||||
"version": "1.0.0-beta.4",
|
||||
"description": "Microsoft Application Insights XHR dependencies plugin",
|
||||
"main": "dist/applicationinsights-dependencies-js.min.js",
|
||||
"module": "dist-esm/applicationinsights-dependencies-js.js",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "^1.0.0-beta.2",
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.7"
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ Properties Plugin (Part A) for the Application Insights Javascript SDK
|
|||
```
|
||||
npm install -g grunt-cli
|
||||
npm install
|
||||
npm run build
|
||||
npm run build --silent
|
||||
```
|
||||
|
||||
## Run unit tests:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-properties-js",
|
||||
"version": "1.0.0-beta.3",
|
||||
"version": "1.0.0-beta.4",
|
||||
"description": "Microsoft Application Insights properties (Part A) plugin",
|
||||
"main": "dist/applicationinsights-properties-js.min.js",
|
||||
"module": "dist-esm/applicationinsights-properties-js.js",
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-core-js": "^1.0.0-beta.2",
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.7"
|
||||
"@microsoft/applicationinsights-common": "^1.0.0-beta.8"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче