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`.
This commit is contained in:
		
							parent
							
								
									58817f55e1
								
							
						
					
					
						commit
						cade722e48
					
				| @ -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", | ||||
|  | ||||
| @ -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" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user