@aurelia/runtime
Advanced tools
Comparing version 2.1.0-dev.202405280947 to 2.1.0-dev.202407271309
@@ -13,7 +13,7 @@ import { type Constructable } from '@aurelia/kernel'; | ||
<TFThis, TValue>(target: undefined, context: ClassFieldDecoratorContext<TFThis, TValue>): FieldInitializer<TFThis, TValue>; | ||
<TCThis extends Constructable, TFThis_1, TValue_1>(config: IObservableDefinition): (target: TCThis | undefined, context: ClassDecoratorContext<TCThis> | ClassFieldDecoratorContext<TFThis_1, TValue_1>) => void | FieldInitializer<TFThis_1, TValue_1>; | ||
<TCThis_1 extends Constructable>(key: PropertyKey): ObservableClassDecorator<TCThis_1>; | ||
<TFThis_2, TValue_2>(): ObservableFieldDecorator<TFThis_2, TValue_2>; | ||
<TCThis extends Constructable, TFThis, TValue>(config: IObservableDefinition): (target: TCThis | undefined, context: ClassDecoratorContext<TCThis> | ClassFieldDecoratorContext<TFThis, TValue>) => FieldInitializer<TFThis, TValue> | void; | ||
<TCThis extends Constructable>(key: PropertyKey): ObservableClassDecorator<TCThis>; | ||
<TFThis, TValue>(): ObservableFieldDecorator<TFThis, TValue>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=observable.d.ts.map |
@@ -47,3 +47,3 @@ import { ArrayObserver } from './array-observer'; | ||
}; | ||
export declare const getObserverLookup: <T extends IObserver<unknown>>(instance: object) => Record<PropertyKey, T>; | ||
export declare const getObserverLookup: <T extends IObserver>(instance: object) => Record<PropertyKey, T>; | ||
//# sourceMappingURL=observer-locator.d.ts.map |
@@ -6,4 +6,4 @@ import type { ICollectionSubscriber, ISubscriber } from './interfaces'; | ||
(): <T extends Constructable>(value: T, context: ClassDecoratorContext) => T; | ||
<T_1 extends Constructable>(target: T_1, context: ClassDecoratorContext): T_1; | ||
<T extends Constructable>(target: T, context: ClassDecoratorContext): T; | ||
}; | ||
//# sourceMappingURL=subscriber-collection.d.ts.map |
{ | ||
"name": "@aurelia/runtime", | ||
"version": "2.1.0-dev.202405280947", | ||
"version": "2.1.0-dev.202407271309", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -57,6 +57,6 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/kernel": "2.1.0-dev.202405280947", | ||
"@aurelia/expression-parser": "2.1.0-dev.202405280947", | ||
"@aurelia/metadata": "2.1.0-dev.202405280947", | ||
"@aurelia/platform": "2.1.0-dev.202405280947" | ||
"@aurelia/kernel": "2.1.0-dev.202407271309", | ||
"@aurelia/expression-parser": "2.1.0-dev.202407271309", | ||
"@aurelia/metadata": "2.1.0-dev.202407271309", | ||
"@aurelia/platform": "2.1.0-dev.202407271309" | ||
}, | ||
@@ -63,0 +63,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1202478
19229
+ Added@aurelia/expression-parser@2.1.0-dev.202407271309(transitive)
+ Added@aurelia/kernel@2.1.0-dev.202407271309(transitive)
+ Added@aurelia/metadata@2.1.0-dev.202407271309(transitive)
+ Added@aurelia/platform@2.1.0-dev.202407271309(transitive)
- Removed@aurelia/expression-parser@2.1.0-dev.202405280947(transitive)
- Removed@aurelia/kernel@2.1.0-dev.202405280947(transitive)
- Removed@aurelia/metadata@2.1.0-dev.202405280947(transitive)
- Removed@aurelia/platform@2.1.0-dev.202405280947(transitive)