@types/nginstack__dev-tools 71.0.0 → 71.0.2
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.
nginstack__dev-tools/LICENSE
CHANGED
|
File without changes
|
nginstack__dev-tools/README.md
CHANGED
|
@@ -8,9 +8,8 @@ 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:
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Renato Ribeiro](https://github.com/Henato), [Paulo Moreno](https://github.com/paulocmoreno), and [Ricardo Cavalcante](https://github.com/oficial).
|
nginstack__dev-tools/index.d.ts
CHANGED
|
@@ -1,8 +1 @@
|
|
|
1
|
-
// Type definitions for @nginstack/dev-tools 71.0
|
|
2
|
-
// Project: https://dev.azure.com/nginstack/nginstack
|
|
3
|
-
// Definitions by: Renato Ribeiro <https://github.com/Henato>
|
|
4
|
-
// Paulo Moreno <https://github.com/paulocmoreno>
|
|
5
|
-
// Ricardo Cavalcante <https://github.com/oficial>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
// Minimum TypeScript Version: 4.3
|
|
8
1
|
/// <reference path="lib/database/QueryAnalyzer.d.ts" />
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nginstack__dev-tools",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.2",
|
|
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",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Renato Ribeiro",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "Henato",
|
|
11
|
+
"url": "https://github.com/Henato"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Paulo Moreno",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "paulocmoreno",
|
|
16
|
+
"url": "https://github.com/paulocmoreno"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Ricardo Cavalcante",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "oficial",
|
|
21
|
+
"url": "https://github.com/oficial"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
|
-
"typesPublisherContentHash": "
|
|
34
|
-
"typeScriptVersion": "4.
|
|
33
|
+
"typesPublisherContentHash": "fd77e91f77e6067ee201619a700ed66a1c1a2dcf42146e4035e72bf0348f7ba7",
|
|
34
|
+
"typeScriptVersion": "4.5"
|
|
35
35
|
}
|