@girs/javascriptcore-6.0 2.40.0-3.2.0 → 2.40.0-3.2.3

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/javascriptcore-6.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
8
+ GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.3.
9
9
 
10
10
  WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable for projects requiring any kind of web integration, from hybrid HTML/CSS applications to full-fledged web browsers. This is the library to use to acces JavaScript from WebKitGTK.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-6.0",
3
- "version": "2.40.0-3.2.0",
3
+ "version": "2.40.0-3.2.3",
4
4
  "description": "GJS TypeScript type definitions for JavaScriptCore-6.0, generated from library version 2.40.0",
5
5
  "type": "module",
6
6
  "module": "javascriptcore-6.0.js",
@@ -25,9 +25,9 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit javascriptcore-6.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.0",
29
- "@girs/glib-2.0": "^2.76.1-3.2.0",
30
- "@girs/gobject-2.0": "^2.76.1-3.2.0"
28
+ "@girs/gjs": "^3.2.3",
29
+ "@girs/glib-2.0": "^2.76.1-3.2.3",
30
+ "@girs/gobject-2.0": "^2.76.1-3.2.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "*"
package/typedoc.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "entryPoints": ["./javascriptcore-6.0.d.ts","./javascriptcore-6.0-ambient.d.ts","./javascriptcore-6.0-import.d.ts"],
2
+ "entryPoints": ["./javascriptcore-6.0.d.ts"],
3
3
  "readme": "./README.md",
4
4
  "name": "JavaScriptCore-6.0",
5
5
  "tsconfig": "./tsconfig.json"