@girs/javascriptcore-6.0 2.40.0-3.0.0-beta.13 → 2.40.0-3.0.0-beta.14

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
@@ -1,7 +1,7 @@
1
1
 
2
2
  # JavaScriptCore-6.0
3
3
 
4
- 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-gjs) v3.0.0-beta.13.
4
+ 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.0.0-beta.14.
5
5
 
6
6
  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.
7
7
 
@@ -30,4 +30,8 @@ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/pack
30
30
  import JavaScriptCore from 'gi://JavaScriptCore?version=6.0';
31
31
  ```
32
32
 
33
- Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
33
+ Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
34
+
35
+ ## Other packages
36
+
37
+ All existing pre-generated packages can be found on [gjsify/types](https://github.com/gjsify/types).
@@ -3,7 +3,7 @@
3
3
  * Type Definitions for Gjs (https://gjs.guide/)
4
4
  *
5
5
  * These type definitions are automatically generated, do not edit them by hand.
6
- * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
7
7
  */
8
8
  /**
9
9
  * JavaScriptCore-6.0
@@ -3,7 +3,7 @@
3
3
  * Type Definitions for Gjs (https://gjs.guide/)
4
4
  *
5
5
  * These type definitions are automatically generated, do not edit them by hand.
6
- * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gjs
6
+ * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
7
7
  */
8
8
  /**
9
9
  * JavaScriptCore-6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-6.0",
3
- "version": "2.40.0-3.0.0-beta.13",
3
+ "version": "2.40.0-3.0.0-beta.14",
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",
@@ -29,8 +29,8 @@
29
29
  "test:cjs": "tsc --noEmit javascriptcore-6.0.d.cts"
30
30
  },
31
31
  "dependencies": {
32
- "@girs/glib-2.0": "^2.76.1-3.0.0-beta.13",
33
- "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.13"
32
+ "@girs/glib-2.0": "^2.76.1-3.0.0-beta.14",
33
+ "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.14"
34
34
  },
35
35
  "devDependencies": {
36
36
  "typescript": "^5.0.4"