@types/nginstack__dev-tools 71.0.2 → 71.0.4
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/README.md
CHANGED
|
@@ -8,8 +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:
|
|
12
|
-
* Dependencies:
|
|
11
|
+
* Last updated: Tue, 28 Nov 2023 23:35:46 GMT
|
|
12
|
+
* Dependencies: [@types/nginstack__engine](https://npmjs.com/package/@types/nginstack__engine), [@types/nginstack__jsunit](https://npmjs.com/package/@types/nginstack__jsunit), [@types/nginstack__web-framework](https://npmjs.com/package/@types/nginstack__web-framework)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
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).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nginstack__dev-tools",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.4",
|
|
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",
|
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"directory": "types/nginstack__dev-tools"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {},
|
|
32
|
-
"dependencies": {
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@types/nginstack__engine": "*",
|
|
34
|
+
"@types/nginstack__jsunit": "*",
|
|
35
|
+
"@types/nginstack__web-framework": "*"
|
|
36
|
+
},
|
|
37
|
+
"typesPublisherContentHash": "a5ecbe098c482c7393dfbcec049c8f8babc5e05b8014398d5a50dca931e4b156",
|
|
38
|
+
"typeScriptVersion": "4.6"
|
|
35
39
|
}
|