Add init.ts for aisku
This commit is contained in:
Родитель
dd48588b40
Коммит
df37c61a86
|
@ -0,0 +1 @@
|
|||
registry=https://mseng.pkgs.visualstudio.com/_packaging/ApplicationInsights-Team/npm/registry
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
//
|
||||
//
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "applicationinsights-sdk-js",
|
||||
"version": "0.0.1",
|
||||
"description": "Microsoft Application Insights Javascript SDK apis",
|
||||
"main": "bundle/applicationinsights-js.js",
|
||||
"types": "bundle/applicationinsights-js.d.ts",
|
||||
"devDependencies": {
|
||||
"typescript": "2.5.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://mseng.pkgs.visualstudio.com/_packaging/ApplicationInsights-Team/npm/registry"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights-common": "0.0.39",
|
||||
"applicationinsights-core-js": "0.0.27",
|
||||
"applicationinsights-channel-js": "0.0.4"
|
||||
}
|
||||
}
|
|
@ -11,7 +11,8 @@
|
|||
"registry": "https://mseng.pkgs.visualstudio.com/_packaging/ApplicationInsights-Team/npm/registry"
|
||||
},
|
||||
"dependencies": {
|
||||
"applicationinsights-analytics-js": "0.0.1",
|
||||
"applicationinsights-channel-js": "0.0.1"
|
||||
"applicationinsights-common": "0.0.39",
|
||||
"applicationinsights-core-js": "0.0.27",
|
||||
"applicationinsights-channel-js": "0.0.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"applicationinsights-common": "0.0.39",
|
||||
"applicationinsights-core-js": "0.0.27",
|
||||
"applicationinsights-channel-js": "0.0.4"
|
||||
"applicationinsights-core-js": "0.0.27"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"applicationinsights-common": "0.0.39",
|
||||
"applicationinsights-core-js": "0.0.27",
|
||||
"applicationinsights-channel-js": "0.0.4"
|
||||
"applicationinsights-core-js": "0.0.27"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче