botbuilder-dialogs-adaptive-runtime-core
Advanced tools
Comparing version 4.14.0-preview.dev.27ee249 to 4.14.0-preview.dev.391a2ab
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
get(path: string[]): unknown | undefined; | ||
get<T = unknown>(path?: string[]): T | undefined; | ||
/** | ||
@@ -14,0 +14,0 @@ * Set a value by path. |
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
get(path: string[]): unknown | undefined; | ||
get<T = unknown>(path?: string[]): T | undefined; | ||
/** | ||
@@ -14,0 +14,0 @@ * Set a value by path. |
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corp.", | ||
"version": "4.14.0-preview.dev.27ee249+date-20210331", | ||
"version": "4.14.0-preview.dev.391a2ab", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "description": "Bot Framework Adaptive Dialogs runtime core components", | ||
"dependency-graph": "^0.10.0", | ||
"runtypes": "^5.0.1" | ||
"runtypes": "~6.3.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -14,3 +14,3 @@ // Copyright (c) Microsoft Corporation. | ||
*/ | ||
get(path: string[]): unknown | undefined; | ||
get<T = unknown>(path?: string[]): T | undefined; | ||
@@ -30,8 +30,8 @@ /** | ||
export const noOpConfiguration: Configuration = { | ||
get(_path: string[]): unknown | undefined { | ||
get(_path) { | ||
return undefined; | ||
}, | ||
set(_path: string[], _value: unknown): void { | ||
set(_path, _value) { | ||
// no-op | ||
}, | ||
}; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
42988
+ Addedruntypes@6.3.2(transitive)
- Removedruntypes@5.2.0(transitive)
Updatedruntypes@~6.3.0