@types/nginstack__dev-tools 71.0.0 → 71.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -8,7 +8,7 @@ This package contains type definitions for @nginstack/dev-tools (https://dev.azu
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__dev-tools.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 18 Apr 2023 11:32:48 GMT
11
+ * Last updated: Sat, 23 Sep 2023 20:38:33 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
File without changes
@@ -2,11 +2,11 @@ export function getTxtExecutionPlan(
2
2
  sql: string,
3
3
  options?: {
4
4
  disableHeader?: boolean;
5
- }
5
+ },
6
6
  ): string;
7
7
  export function getHtmlExecutionPlan(
8
8
  sql: string,
9
9
  options?: {
10
10
  disableHeader?: boolean;
11
- }
11
+ },
12
12
  ): string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nginstack__dev-tools",
3
- "version": "71.0.0",
3
+ "version": "71.0.1",
4
4
  "description": "TypeScript definitions for @nginstack/dev-tools",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__dev-tools",
6
6
  "license": "MIT",
@@ -30,6 +30,6 @@
30
30
  },
31
31
  "scripts": {},
32
32
  "dependencies": {},
33
- "typesPublisherContentHash": "2a17827b18771ff5b0fcbbdfaa2c4ecba8ce702e5988dc6a5951a6daac6d3e50",
34
- "typeScriptVersion": "4.3"
33
+ "typesPublisherContentHash": "f2f982201b77ed95e8c8a84ea27a461e6eb7134a39be6a0d4357588b72315a08",
34
+ "typeScriptVersion": "4.5"
35
35
  }