From cade722e48e63f1707e848c45fcea5508eedfa5f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sun, 30 Apr 2017 15:07:04 +0100 Subject: [PATCH] build(aio): upgrade to dgeni-packages@0.18.0 This contains a fix for the typescript module reader. Previously, TS modules that were of the form: ``` a/b/index.ts ``` Would be given the name `index` and id of `a/b/index`. This is not desirable, so the new version of dgeni-packages/typescript removes this `index` from the id and name, which results in name of `b` and id of `a/b`. --- aio/package.json | 2 +- aio/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/package.json b/aio/package.json index 16c65b81ed..04dfc3c1c7 100644 --- a/aio/package.json +++ b/aio/package.json @@ -61,7 +61,7 @@ "concurrently": "^3.4.0", "cross-spawn": "^5.1.0", "dgeni": "^0.4.7", - "dgeni-packages": "^0.17.2", + "dgeni-packages": "^0.18.0", "entities": "^1.1.1", "eslint": "^3.19.0", "eslint-plugin-jasmine": "^2.2.0", diff --git a/aio/yarn.lock b/aio/yarn.lock index 59df42c6b4..0fa0ec7b0d 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -1802,9 +1802,9 @@ devtools-timeline-model@1.1.6: chrome-devtools-frontend "1.0.401423" resolve "1.1.7" -dgeni-packages@^0.17.2: - version "0.17.2" - resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.17.2.tgz#45040d703a9f0497d18d3af1d92964bc042fe6b5" +dgeni-packages@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.18.0.tgz#2174407e67c8ba9f1ffbe1274c91f9d75516abde" dependencies: canonical-path "0.0.2" catharsis "^0.8.1"