@types/nginstack__devops 63.0.0 → 65.0.0
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,9 +8,9 @@ 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: Fri,
|
|
11
|
+
* Last updated: Fri, 14 Oct 2022 15:03:11 GMT
|
|
12
12
|
* Dependencies: [@types/nginstack__engine](https://npmjs.com/package/@types/nginstack__engine)
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
|
15
15
|
# Credits
|
|
16
|
-
These definitions were written by [Renato Ribeiro](https://github.com/Henato),
|
|
16
|
+
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__devops/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
// Type definitions for @nginstack/devops
|
|
1
|
+
// Type definitions for @nginstack/devops 65.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>
|
|
5
|
+
// Ricardo Cavalcante <https://github.com/oficial>
|
|
5
6
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
6
7
|
// Minimum TypeScript Version: 4.3
|
|
7
8
|
/// <reference path="lib/update/UpdateScript.d.ts" />
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare function _exports(directoryKey: number, database?:
|
|
1
|
+
declare function _exports(directoryKey: number, database?: Database): number;
|
|
2
2
|
export = _exports;
|
nginstack__devops/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nginstack__devops",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "65.0.0",
|
|
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",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"name": "Paulo Moreno",
|
|
15
15
|
"url": "https://github.com/paulocmoreno",
|
|
16
16
|
"githubUsername": "paulocmoreno"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Ricardo Cavalcante",
|
|
20
|
+
"url": "https://github.com/oficial",
|
|
21
|
+
"githubUsername": "oficial"
|
|
17
22
|
}
|
|
18
23
|
],
|
|
19
24
|
"main": "",
|
|
@@ -27,6 +32,6 @@
|
|
|
27
32
|
"dependencies": {
|
|
28
33
|
"@types/nginstack__engine": "*"
|
|
29
34
|
},
|
|
30
|
-
"typesPublisherContentHash": "
|
|
35
|
+
"typesPublisherContentHash": "c1891d5357badf3b73bffbc6f53b0b41e802d5c3e9b063e4fffaab04a771537f",
|
|
31
36
|
"typeScriptVersion": "4.3"
|
|
32
37
|
}
|