@aurelia/runtime-html-browser
Advanced tools
Comparing version 0.3.0-dev.20190225 to 0.3.0-dev.20190227
{ | ||
"name": "@aurelia/runtime-html-browser", | ||
"version": "0.3.0-dev.20190225", | ||
"version": "0.3.0-dev.20190227", | ||
"main": "dist/index.umd.js", | ||
@@ -51,5 +51,5 @@ "module": "dist/index.es6.js", | ||
"dependencies": { | ||
"@aurelia/kernel": "^0.3.0-dev.20190225", | ||
"@aurelia/runtime": "^0.3.0-dev.20190225", | ||
"@aurelia/runtime-html": "^0.3.0-dev.20190225" | ||
"@aurelia/kernel": "^0.3.0-dev.20190227", | ||
"@aurelia/runtime": "^0.3.0-dev.20190227", | ||
"@aurelia/runtime-html": "^0.3.0-dev.20190227" | ||
}, | ||
@@ -91,3 +91,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0845b34c8ffc0d64816b9816efd6b83d87d429ec" | ||
"gitHead": "26be6f3a6a74d5f1e90c64586e9b46caa0dd56ff" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { DI, IContainer, InjectArray, IRegistry, IResolver, Registration } from '@aurelia/kernel'; | ||
import { Constructable, DI, IContainer, InjectArray, IRegistry, IResolver, Registration } from '@aurelia/kernel'; | ||
import { IDOM, IDOMInitializer, ISinglePageApp } from '@aurelia/runtime'; | ||
@@ -15,3 +15,3 @@ import { BasicConfiguration as RuntimeHtmlConfiguration, HTMLDOM } from '@aurelia/runtime-html'; | ||
public static register(container: IContainer): IResolver<IDOMInitializer> { | ||
return Registration.singleton(IDOMInitializer, this).register(container); | ||
return Registration.singleton(IDOMInitializer, this as Constructable).register(container); | ||
} | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40370