@girs/unityextras-7.0 7.0.0-3.1.0 → 7.0.0-3.2.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/unityextras-7.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for UnityExtras-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.1.0.
8
+ GJS TypeScript type definitions for UnityExtras-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,16 +1,10 @@
1
1
  {
2
2
  "name": "@girs/unityextras-7.0",
3
- "version": "7.0.0-3.1.0",
3
+ "version": "7.0.0-3.2.2",
4
4
  "description": "GJS TypeScript type definitions for UnityExtras-7.0, generated from library version 7.0.0",
5
5
  "type": "module",
6
6
  "module": "unityextras-7.0.js",
7
7
  "main": "unityextras-7.0.js",
8
- "typedoc": {
9
- "entryPoint": "./unityextras-7.0.d.ts",
10
- "readmeFile": "./README.md",
11
- "displayName": "UnityExtras-7.0",
12
- "tsconfig": "./tsconfig.doc.json"
13
- },
14
8
  "exports": {
15
9
  "./ambient": "./unityextras-7.0-ambient.d.ts",
16
10
  "./import": "./unityextras-7.0-import.d.ts",
@@ -31,11 +25,11 @@
31
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit unityextras-7.0.d.cts"
32
26
  },
33
27
  "dependencies": {
34
- "@girs/gio-2.0": "^2.76.1-3.1.0",
35
- "@girs/gjs": "^3.1.0",
36
- "@girs/glib-2.0": "^2.76.1-3.1.0",
37
- "@girs/gobject-2.0": "^2.76.1-3.1.0",
38
- "@girs/unity-7.0": "^7.0.0-3.1.0"
28
+ "@girs/gio-2.0": "^2.77.0-3.2.2",
29
+ "@girs/gjs": "^3.2.2",
30
+ "@girs/glib-2.0": "^2.77.0-3.2.2",
31
+ "@girs/gobject-2.0": "^2.77.0-3.2.2",
32
+ "@girs/unity-7.0": "^7.0.0-3.2.2"
39
33
  },
40
34
  "devDependencies": {
41
35
  "typescript": "*"
@@ -3,6 +3,8 @@
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
5
  "module": "ESNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
6
8
  "experimentalDecorators": true,
7
9
  "moduleResolution": "node",
8
10
  "noEmit": true,
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./unityextras-7.0.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "UnityExtras-7.0",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+