botbuilder-stdlib
Advanced tools
Comparing version 4.23.2-dev1.internal to 4.23.2-internal
@@ -6,3 +6,2 @@ "use strict"; | ||
exports.stringify = void 0; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** | ||
@@ -9,0 +8,0 @@ * Encapsulates JSON.stringify function to detect and handle different types of errors (eg. Circular Structure). |
@@ -5,3 +5,3 @@ { | ||
"description": "BotBuilder shared libraries, internal only", | ||
"version": "4.23.2-dev1.internal", | ||
"version": "4.23.2-internal", | ||
"internal": true, | ||
@@ -13,5 +13,2 @@ "license": "MIT", | ||
}, | ||
"dependencies": { | ||
"eslint-plugin-only-warn": "^1.1.0" | ||
}, | ||
"repository": { | ||
@@ -25,3 +22,3 @@ "type": "git", | ||
"depcheck": "depcheck --config ../../.depcheckrc", | ||
"lint": "eslint .", | ||
"lint": "eslint . --config ../../eslint.config.cjs", | ||
"postbuild": "downlevel-dts lib _ts3.4/lib", | ||
@@ -28,0 +25,0 @@ "test": "yarn build && nyc mocha --check-leaks tests" |
@@ -15,3 +15,3 @@ // Copyright (c) Microsoft Corporation. | ||
maxRetries: number, | ||
initialDelay = 500 | ||
initialDelay = 500, | ||
): Promise<T | undefined> { | ||
@@ -18,0 +18,0 @@ let delay = initialDelay, |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** | ||
@@ -67,3 +65,3 @@ * Encapsulates JSON.stringify function to detect and handle different types of errors (eg. Circular Structure). | ||
}, | ||
space | ||
space, | ||
); | ||
@@ -70,0 +68,0 @@ } |
@@ -14,2 +14,2 @@ // Copyright (c) Microsoft Corporation. | ||
// Extends<T> mimics Newable<T>, but works for abstract classes as well | ||
export type Extends<T> = Function & { prototype: T }; // eslint-disable-line @typescript-eslint/ban-types | ||
export type Extends<T> = Function & { prototype: T }; // eslint-disable-line @typescript-eslint/no-unsafe-function-type |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
0
31745
571
- Removedeslint-plugin-only-warn@^1.1.0
- Removedeslint-plugin-only-warn@1.1.0(transitive)