botbuilder-dialogs-adaptive-runtime-core
Advanced tools
Comparing version 4.23.0-rc1.preview to 4.23.1-preview
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
export declare type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
/** | ||
@@ -17,3 +17,3 @@ * DependencyFactory is a function signature that produces an instance that depends on a set of | ||
*/ | ||
export type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
export declare type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
/** | ||
@@ -20,0 +20,0 @@ * ServiceCollection is an interface that describes a set of methods to register services. This, in a lighter way, |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
export declare type Factory<Type, Initial extends boolean> = (initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
/** | ||
@@ -17,3 +17,3 @@ * DependencyFactory is a function signature that produces an instance that depends on a set of | ||
*/ | ||
export type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
export declare type DependencyFactory<Type, Dependencies, Initial extends boolean> = (dependencies: Dependencies, initialValue: Initial extends true ? Type : Type | undefined) => Type; | ||
/** | ||
@@ -20,0 +20,0 @@ * ServiceCollection is an interface that describes a set of methods to register services. This, in a lighter way, |
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corp.", | ||
"version": "4.23.0-rc1.preview", | ||
"version": "4.23.1-preview", | ||
"license": "MIT", | ||
@@ -32,7 +32,7 @@ "description": "Bot Framework Adaptive Dialogs runtime core components", | ||
"dependencies": { | ||
"dependency-graph": "^0.10.0" | ||
"dependency-graph": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"nyc": "^15.1.0" | ||
"mocha": "^10.7.3", | ||
"nyc": "^17.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
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
44758
+ Addeddependency-graph@1.0.0(transitive)
- Removeddependency-graph@0.10.0(transitive)
Updateddependency-graph@^1.0.0