fix build and update configurations
This commit is contained in:
Родитель
e88c98d332
Коммит
fbb3508c11
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -8,8 +8,4 @@
|
|||
!tsconfig.json
|
||||
!/README.md
|
||||
!/LICENSE
|
||||
!dist-esm/**
|
||||
!dist/**
|
||||
!browser/**
|
||||
!types/**
|
||||
!src/**
|
||||
!dist/**
|
|
@ -1,15 +1,18 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-angularplugin-js",
|
||||
"version": "2.5.10",
|
||||
"description": "Microsoft Application Insights Angular plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-angularplugin-js"
|
||||
},
|
||||
"version": "2.5.11",
|
||||
"description": "Microsoft Application Insights Angular plugin",
|
||||
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
|
||||
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",
|
||||
"types": "dist/microsoft-applicationinsights-angularplugin-js.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-angularplugin-js"
|
||||
},
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build": "ng build --prod",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../../dist/applicationinsights-angularplugin-js",
|
||||
"dest": "../../dist",
|
||||
"lib": {
|
||||
"entryFile": "src/public-api.ts"
|
||||
},
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-angularplugin-js",
|
||||
"version": "0.0.1",
|
||||
"version": "2.5.11",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^11.0.6",
|
||||
"@angular/core": "^11.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "^2.5.10",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.10",
|
||||
"@microsoft/applicationinsights-properties-js": "^2.5.10",
|
||||
"@microsoft/applicationinsights-common": "^2.5.11",
|
||||
"@microsoft/applicationinsights-core-js": "^2.5.11",
|
||||
"@microsoft/applicationinsights-properties-js": "^2.5.11",
|
||||
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
|
||||
"@microsoft/applicationinsights-shims": "^1.0.3",
|
||||
"tslib": "^2.0.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче