@types/nginstack__devops 71.0.3 → 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__devops/README.md
CHANGED
|
@@ -8,8 +8,8 @@ This package contains type definitions for @nginstack/devops (https://dev.azure.
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__devops.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue,
|
|
12
|
-
* Dependencies: [@types/nginstack__engine](https://npmjs.com/package/@types/nginstack__engine)
|
|
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,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
export let STARTED: number;
|
|
2
|
+
export let FINISHED: number;
|
|
3
|
+
export let FAILED: number;
|
nginstack__devops/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nginstack__devops",
|
|
3
|
-
"version": "71.0.
|
|
3
|
+
"version": "71.0.4",
|
|
4
4
|
"description": "TypeScript definitions for @nginstack/devops",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nginstack__devops",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,8 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@types/nginstack__engine": "*"
|
|
33
|
+
"@types/nginstack__engine": "*",
|
|
34
|
+
"@types/nginstack__jsunit": "*",
|
|
35
|
+
"@types/nginstack__web-framework": "*"
|
|
34
36
|
},
|
|
35
|
-
"typesPublisherContentHash": "
|
|
36
|
-
"typeScriptVersion": "4.
|
|
37
|
+
"typesPublisherContentHash": "8a48a71a460392683ce75dcf23890ee57dea370db4a98ffb1ba1f9234271faab",
|
|
38
|
+
"typeScriptVersion": "4.6"
|
|
37
39
|
}
|