botbuilder-dialogs-adaptive-runtime-core
Advanced tools
Comparing version
@@ -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.13.6-preview.rc0", | ||
"version": "4.14.0-preview", | ||
"license": "MIT", | ||
@@ -32,4 +32,3 @@ "description": "Bot Framework Adaptive Dialogs runtime core components", | ||
"dependencies": { | ||
"dependency-graph": "^0.10.0", | ||
"runtypes": "~5.1.0" | ||
"dependency-graph": "^0.10.0" | ||
}, | ||
@@ -43,2 +42,3 @@ "devDependencies": { | ||
"clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo", | ||
"depcheck": "depcheck --config ../../.depcheckrc --ignores dependency-graph", | ||
"lint": "eslint . --ext .js,.ts", | ||
@@ -45,0 +45,0 @@ "postbuild": "downlevel-dts lib _ts3.4/lib --checksum", |
@@ -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
43032
0.1%1
-50%- Removed
- Removed