@aurelia/runtime
Advanced tools
Comparing version 2.0.1-dev.202304151358 to 2.0.1-dev.202304181031
{ | ||
"name": "@aurelia/runtime", | ||
"version": "2.0.1-dev.202304151358", | ||
"version": "2.0.1-dev.202304181031", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -52,5 +52,5 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.0.1-dev.202304151358", | ||
"@aurelia/metadata": "2.0.1-dev.202304151358", | ||
"@aurelia/platform": "2.0.1-dev.202304151358" | ||
"@aurelia/kernel": "2.0.1-dev.202304181031", | ||
"@aurelia/metadata": "2.0.1-dev.202304181031", | ||
"@aurelia/platform": "2.0.1-dev.202304181031" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
@@ -25,3 +25,3 @@ import { DI, IDisposable, IIndexable, IServiceLocator } from '@aurelia/kernel'; | ||
export const ICoercionConfiguration = DI.createInterface<ICoercionConfiguration>('ICoercionConfiguration'); | ||
export const ICoercionConfiguration = /*@__PURE__*/DI.createInterface<ICoercionConfiguration>('ICoercionConfiguration'); | ||
export interface ICoercionConfiguration { | ||
@@ -28,0 +28,0 @@ /** When set to `true`, enables the automatic type-coercion for bindables globally. */ |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1630537
34571
+ Added@aurelia/kernel@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202304181031(transitive)
+ Added@aurelia/platform@2.0.1-dev.202304181031(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202304151358(transitive)
- Removed@aurelia/platform@2.0.1-dev.202304151358(transitive)