@ts-for-gir/lib 3.0.4 → 3.1.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.
|
@@ -25,8 +25,6 @@ export interface GenerateConfig {
|
|
|
25
25
|
noDebugComments: boolean;
|
|
26
26
|
/** Fix Inheritance and implementation type conflicts */
|
|
27
27
|
fixConflicts: boolean;
|
|
28
|
-
/** Disables the generation of types that are in conflict with the DOM types */
|
|
29
|
-
noDOMLib: boolean;
|
|
30
28
|
/** Generate a tsconfig alias */
|
|
31
29
|
generateAlias: boolean;
|
|
32
30
|
/** Generate promisified functions for async/finish calls */
|
|
@@ -33,8 +33,6 @@ export interface UserConfig {
|
|
|
33
33
|
noDebugComments: boolean;
|
|
34
34
|
/** Fix Inheritance and implementation type conflicts */
|
|
35
35
|
fixConflicts: boolean;
|
|
36
|
-
/** Disables the generation of types that are in conflict with the DOM types */
|
|
37
|
-
noDOMLib: boolean;
|
|
38
36
|
/** Generate a tsconfig alias */
|
|
39
37
|
generateAlias: boolean;
|
|
40
38
|
/** Generate promisified functions for async/finish calls */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-for-gir/lib",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Typescript .d.ts generator from GIR for gjs and node-gtk",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/ejs": "^3.1.2",
|
|
49
|
-
"@types/eslint": "8.40.
|
|
49
|
+
"@types/eslint": "8.40.1",
|
|
50
50
|
"@types/lodash": "^4.14.195",
|
|
51
|
-
"@types/node": "^18.16.
|
|
51
|
+
"@types/node": "^18.16.17",
|
|
52
52
|
"@types/xml2js": "^0.4.11",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
54
|
-
"@typescript-eslint/parser": "^5.59.
|
|
55
|
-
"eslint": "^8.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
54
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
55
|
+
"eslint": "^8.42.0",
|
|
56
56
|
"eslint-config-prettier": "^8.8.0",
|
|
57
57
|
"eslint-plugin-prettier": "^4.2.1",
|
|
58
58
|
"prettier": "^2.8.8",
|