We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8311e70 commit dc17ea9Copy full SHA for dc17ea9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@markpieszak/ng-application-insights",
3
- "version": "2.3.3",
+ "version": "2.3.4",
4
"scripts": {
5
"lint": "tslint -p tsconfig.json",
6
"clean": "rimraf ./dist",
@@ -22,12 +22,12 @@
22
"main": "./dist/index.js",
23
"types": "./dist/index.d.ts",
24
"dependencies": {
25
- "applicationinsights-js": "^1.0.12"
+ "applicationinsights-js": "^1.0.12",
26
+ "@types/applicationinsights-js": "^1.0.2"
27
},
28
"peerDependencies": {
29
"@angular/router" : "^4.0.0",
- "rxjs": "^5.0.3",
30
- "@types/applicationinsights-js": "^1.0.2"
+ "rxjs": "^5.0.3"
31
32
"devDependencies": {
33
"@angular/cli": "^1.4.1",
0 commit comments