From 36bb5d04a401597905af3acc545fef23fd9973fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Barbeau?= Date: Mon, 2 Mar 2020 11:03:23 -0500 Subject: [PATCH] chore(*): add package dependencies --- packages/auth/ng-package.json | 2 +- packages/auth/ng-package.prod.json | 2 +- packages/auth/package.json | 6 ++++-- packages/geo/ng-package.json | 1 + packages/geo/ng-package.prod.json | 1 + packages/geo/package.json | 3 ++- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/packages/auth/ng-package.json b/packages/auth/ng-package.json index 3c0a415eea..ea2da332f3 100644 --- a/packages/auth/ng-package.json +++ b/packages/auth/ng-package.json @@ -5,5 +5,5 @@ "lib": { "entryFile": "src/public_api.ts" }, - "whitelistedNonPeerDependencies": ["jwt-decode"] + "whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"] } diff --git a/packages/auth/ng-package.prod.json b/packages/auth/ng-package.prod.json index 3018848e90..d162ab0b02 100644 --- a/packages/auth/ng-package.prod.json +++ b/packages/auth/ng-package.prod.json @@ -4,5 +4,5 @@ "lib": { "entryFile": "src/public_api.ts" }, - "whitelistedNonPeerDependencies": ["jwt-decode"] + "whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"] } diff --git a/packages/auth/package.json b/packages/auth/package.json index d362526d7e..5bd3279d49 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -14,7 +14,9 @@ "url": "https://github.com/infra-geo-ouverte/igo2-lib/issues" }, "dependencies": { - "jwt-decode": "^2.2.0" + "jwt-decode": "^2.2.0", + "ngx-cacheable": "^1.0.9", + "ts-md5": "^1.2.0" }, "peerDependencies": { "@angular/cdk": "^7.3.3", @@ -26,4 +28,4 @@ "@igo2/utils": "^1.2.0", "rxjs": "^6.4.0" } -} \ No newline at end of file +} diff --git a/packages/geo/ng-package.json b/packages/geo/ng-package.json index 6a6640a09a..5b7acc2f8d 100644 --- a/packages/geo/ng-package.json +++ b/packages/geo/ng-package.json @@ -6,6 +6,7 @@ "entryFile": "src/public_api.ts" }, "whitelistedNonPeerDependencies": [ + "ngx-cacheable", "ts-md5", "@turf/helpers", "@turf/line-intersect" diff --git a/packages/geo/ng-package.prod.json b/packages/geo/ng-package.prod.json index d6326480ae..ff591d2e13 100644 --- a/packages/geo/ng-package.prod.json +++ b/packages/geo/ng-package.prod.json @@ -5,6 +5,7 @@ "entryFile": "src/public_api.ts" }, "whitelistedNonPeerDependencies": [ + "ngx-cacheable", "ts-md5", "@turf/helpers", "@turf/line-intersect" diff --git a/packages/geo/package.json b/packages/geo/package.json index 8b8a9392fe..798e69dcfc 100644 --- a/packages/geo/package.json +++ b/packages/geo/package.json @@ -14,6 +14,7 @@ "url": "https://github.com/infra-geo-ouverte/igo2-lib/issues" }, "dependencies": { + "ngx-cacheable": "^1.0.9", "ts-md5": "^1.2.0", "@turf/helpers": "^6.1.4", "@turf/line-intersect": "^6.0.2" @@ -41,4 +42,4 @@ "moment": "^2.24.0", "stream": "^0.0.2" } -} \ No newline at end of file +}