@types/nginstack__dev-tools 70.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: Wed, 15 Mar 2023 13:32:54 GMT
11
+ * Last updated: Sat, 23 Sep 2023 20:38:33 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for @nginstack/dev-tools 70.0
1
+ // Type definitions for @nginstack/dev-tools 71.0
2
2
  // Project: https://dev.azure.com/nginstack/nginstack
3
3
  // Definitions by: Renato Ribeiro <https://github.com/Henato>
4
4
  // Paulo Moreno <https://github.com/paulocmoreno>
@@ -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": "70.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": "c6505391f966429254f42e44d112be22762a65511a9aceb6c3bfda3278022421",
34
- "typeScriptVersion": "4.3"
33
+ "typesPublisherContentHash": "f2f982201b77ed95e8c8a84ea27a461e6eb7134a39be6a0d4357588b72315a08",
34
+ "typeScriptVersion": "4.5"
35
35
  }