diff --git a/NEWS.md b/NEWS.md index 20e26d57c..5daf3233e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ # 3.2.8 - Upgrade dependencies -- Update examples and removed deprecated function calles like `byteArray.toString()` +- Update examples and removed deprecated function calls like `byteArray.toString()` - Add `dom.js` and `ambient.js` to allow importing `dom.d.ts` and `ambient.d.ts` in the codebase with a bundler - node-gtk: Add new `gtk-4-application` example - node-gtk: Uses snake_case for property names at constructor, fixes #131 diff --git a/examples/gjs/adw-1-hello/package.json b/examples/gjs/adw-1-hello/package.json index 1d2a73aa0..a2770dfe3 100644 --- a/examples/gjs/adw-1-hello/package.json +++ b/examples/gjs/adw-1-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-adw-1-hello-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Typescript hello-world example using Libadwaita", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-alias/package.json b/examples/gjs/gio-2-cat-alias/package.json index 8fd19dd7b..f7e38a754 100644 --- a/examples/gjs/gio-2-cat-alias/package.json +++ b/examples/gjs/gio-2-cat-alias/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-alias-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-packages/package.json b/examples/gjs/gio-2-cat-packages/package.json index 31dce045e..6f1537820 100644 --- a/examples/gjs/gio-2-cat-packages/package.json +++ b/examples/gjs/gio-2-cat-packages/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-promisify-packages", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-promisify/package.json b/examples/gjs/gio-2-cat-promisify/package.json index 69a003dba..7a75e6bc2 100644 --- a/examples/gjs/gio-2-cat-promisify/package.json +++ b/examples/gjs/gio-2-cat-promisify/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-promisify-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat-types-only/package.json b/examples/gjs/gio-2-cat-types-only/package.json index a34d40853..d9b03c141 100644 --- a/examples/gjs/gio-2-cat-types-only/package.json +++ b/examples/gjs/gio-2-cat-types-only/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-types-only-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-cat/package.json b/examples/gjs/gio-2-cat/package.json index fb2120003..72fdc048d 100644 --- a/examples/gjs/gio-2-cat/package.json +++ b/examples/gjs/gio-2-cat/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-cat-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-dbus/package.json b/examples/gjs/gio-2-dbus/package.json index 9795e4595..af22d7100 100644 --- a/examples/gjs/gio-2-dbus/package.json +++ b/examples/gjs/gio-2-dbus/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-dbus-example", - "version": "3.2.7", + "version": "3.2.8", "description": "GJS example showing how to build a DBus server/client", "main": "index.js", "type": "module", diff --git a/examples/gjs/gio-2-list-model/package.json b/examples/gjs/gio-2-list-model/package.json index ad5a299df..17de96e8f 100644 --- a/examples/gjs/gio-2-list-model/package.json +++ b/examples/gjs/gio-2-list-model/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gio-2-list-model-example", - "version": "3.2.7", + "version": "3.2.8", "description": "An example of implementing the GListModel interface in GJS", "main": "index.js", "type": "module", diff --git a/examples/gjs/glib-2-spawn-command/package.json b/examples/gjs/glib-2-spawn-command/package.json index 8e14e4486..9501663d5 100644 --- a/examples/gjs/glib-2-spawn-command/package.json +++ b/examples/gjs/glib-2-spawn-command/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-glib-2-spawn-command-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "module": "dist/main.js", "private": true, diff --git a/examples/gjs/glib-2-variant/package.json b/examples/gjs/glib-2-variant/package.json index ca3fac5cf..6f311353e 100644 --- a/examples/gjs/glib-2-variant/package.json +++ b/examples/gjs/glib-2-variant/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-glib-2-variant-example", - "version": "3.2.7", + "version": "3.2.8", "description": "ts-for-gir GVariant example based on https://gjs.guide/guides/glib/gvariant.html", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-browser/package.json b/examples/gjs/gtk-3-browser/package.json index 95b29bba8..dcb09ed6f 100644 --- a/examples/gjs/gtk-3-browser/package.json +++ b/examples/gjs/gtk-3-browser/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-browser-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "module": "dist/main.js", "type": "module", diff --git a/examples/gjs/gtk-3-builder/package.json b/examples/gjs/gtk-3-builder/package.json index 74ec57d6e..6881b5d70 100644 --- a/examples/gjs/gtk-3-builder/package.json +++ b/examples/gjs/gtk-3-builder/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-builder-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-calc/package.json b/examples/gjs/gtk-3-calc/package.json index 32661ef0f..62f79e1a8 100644 --- a/examples/gjs/gtk-3-calc/package.json +++ b/examples/gjs/gtk-3-calc/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-calc-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 calculator example app", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-editor/package.json b/examples/gjs/gtk-3-editor/package.json index d08dc2ce1..d35f56bd7 100644 --- a/examples/gjs/gtk-3-editor/package.json +++ b/examples/gjs/gtk-3-editor/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-editor-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-gettext/package.json b/examples/gjs/gtk-3-gettext/package.json index 6250fb4f2..cc171e95d 100644 --- a/examples/gjs/gtk-3-gettext/package.json +++ b/examples/gjs/gtk-3-gettext/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-gettext-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello-2/package.json b/examples/gjs/gtk-3-hello-2/package.json index c798f01be..bec814137 100644 --- a/examples/gjs/gtk-3-hello-2/package.json +++ b/examples/gjs/gtk-3-hello-2/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-hello-2-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app to demonstrate how you can connect to Gtk signals", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-hello/package.json b/examples/gjs/gtk-3-hello/package.json index 4ff8c77be..fb92365e6 100644 --- a/examples/gjs/gtk-3-hello/package.json +++ b/examples/gjs/gtk-3-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-hello-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/gjs/gtk-3-template/package.json b/examples/gjs/gtk-3-template/package.json index 56ce8ac7e..e6eb6365a 100644 --- a/examples/gjs/gtk-3-template/package.json +++ b/examples/gjs/gtk-3-template/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-template-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-3-webkit/package.json b/examples/gjs/gtk-3-webkit/package.json index cc3cfa80f..0cfe131c9 100644 --- a/examples/gjs/gtk-3-webkit/package.json +++ b/examples/gjs/gtk-3-webkit/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-3-webkit-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app to demonstrate how you can use WebKit2", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-application/package.json b/examples/gjs/gtk-4-application/package.json index 0fa534a04..56997dcf4 100644 --- a/examples/gjs/gtk-4-application/package.json +++ b/examples/gjs/gtk-4-application/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-4-application-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use and extend Gtk.Application", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-custom-widget/package.json b/examples/gjs/gtk-4-custom-widget/package.json index d38cdabcc..14e239fbc 100644 --- a/examples/gjs/gtk-4-custom-widget/package.json +++ b/examples/gjs/gtk-4-custom-widget/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gjs-gtk-4-custom-widget-example", - "version": "3.2.7", + "version": "3.2.8", "description": "This example shows the usage of custom widgets and virtual functions in GJS", "main": "dist/index.js", "type": "module", diff --git a/examples/gjs/gtk-4-list-store/package.json b/examples/gjs/gtk-4-list-store/package.json index 38e2f34dd..72b8b92a1 100644 --- a/examples/gjs/gtk-4-list-store/package.json +++ b/examples/gjs/gtk-4-list-store/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-4-list-store-example", - "version": "3.2.7", + "version": "3.2.8", "description": "It takes the hassle away from building Gtk4 application in Python So you can create a cool application, without all the boilerplate code", "main": "index.js", "type": "module", diff --git a/examples/gjs/gtk-4-template/package.json b/examples/gjs/gtk-4-template/package.json index d7b5074f1..3e1e3775f 100644 --- a/examples/gjs/gtk-4-template/package.json +++ b/examples/gjs/gtk-4-template/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-gtk-4-template-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/gjs/run-async/package.json b/examples/gjs/run-async/package.json index 378019e3b..ea6e95185 100644 --- a/examples/gjs/run-async/package.json +++ b/examples/gjs/run-async/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-run-async-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-http/package.json b/examples/gjs/soup-3-http/package.json index 2bc8ea1ed..c71dd412d 100644 --- a/examples/gjs/soup-3-http/package.json +++ b/examples/gjs/soup-3-http/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-soup-3-http-example", - "version": "3.2.7", + "version": "3.2.8", "description": "GJS example showing how to build a http server/client using Soap 3", "main": "index.js", "type": "module", diff --git a/examples/gjs/soup-3-websocket/package.json b/examples/gjs/soup-3-websocket/package.json index ff6285535..e2f978597 100644 --- a/examples/gjs/soup-3-websocket/package.json +++ b/examples/gjs/soup-3-websocket/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-soup-3-websocket-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Soup 3 example app to demonstrate how you can use WebSockets", "main": "index.js", "type": "module", diff --git a/examples/gjs/timers/package.json b/examples/gjs/timers/package.json index 574142d70..c27ad41f5 100644 --- a/examples/gjs/timers/package.json +++ b/examples/gjs/timers/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-timers-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple GJS Gtk 4 example app to demonstrate how you can use .ui template XML files", "main": "index.js", "type": "module", diff --git a/examples/node-gtk/gio-2-cat-packages/package.json b/examples/node-gtk/gio-2-cat-packages/package.json index af23cd5e4..2f195536a 100644 --- a/examples/node-gtk/gio-2-cat-packages/package.json +++ b/examples/node-gtk/gio-2-cat-packages/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-gio-2-cat-promisify-packages", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple Node Gtk 3 example app that shows how you can translate strings with gettext", "main": "index.js", "type": "commonjs", diff --git a/examples/node-gtk/glib-2-spawn-command/package.json b/examples/node-gtk/glib-2-spawn-command/package.json index 7abd8c7bc..48a0c2a32 100644 --- a/examples/node-gtk/glib-2-spawn-command/package.json +++ b/examples/node-gtk/glib-2-spawn-command/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-glib-2-spawn-command-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-browser/package.json b/examples/node-gtk/gtk-3-browser/package.json index b2a65a62b..d070cb3ed 100644 --- a/examples/node-gtk/gtk-3-browser/package.json +++ b/examples/node-gtk/gtk-3-browser/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-browser-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "dist/main.js", "private": true, diff --git a/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json b/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json index 3165e248e..66f995ed8 100644 --- a/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json +++ b/examples/node-gtk/gtk-3-builder-auto-connect-signals/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-builder-auto-connect-signals-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-builder/package.json b/examples/node-gtk/gtk-3-builder/package.json index 4dc031551..f98aa2449 100644 --- a/examples/node-gtk/gtk-3-builder/package.json +++ b/examples/node-gtk/gtk-3-builder/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-builder-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-editor/package.json b/examples/node-gtk/gtk-3-editor/package.json index 6b8a2c996..1ea912249 100644 --- a/examples/node-gtk/gtk-3-editor/package.json +++ b/examples/node-gtk/gtk-3-editor/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-editor-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "main.ts", "private": true, diff --git a/examples/node-gtk/gtk-3-hello/package.json b/examples/node-gtk/gtk-3-hello/package.json index c719feb74..f8074423e 100644 --- a/examples/node-gtk/gtk-3-hello/package.json +++ b/examples/node-gtk/gtk-3-hello/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-3-hello-example", - "version": "3.2.7", + "version": "3.2.8", "description": "", "main": "dist/main.js", "private": true, diff --git a/examples/node-gtk/gtk-4-application/package.json b/examples/node-gtk/gtk-4-application/package.json index b18f9d38f..a4934ab5b 100644 --- a/examples/node-gtk/gtk-4-application/package.json +++ b/examples/node-gtk/gtk-4-application/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-gtk-4-application-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Simple node-gtk Gtk 4 example app to demonstrate how you can use and extend Gtk.Application", "main": "dist/main.js", "private": true, diff --git a/examples/node-gtk/gtk-4-custom-widget/package.json b/examples/node-gtk/gtk-4-custom-widget/package.json index 26f29e322..f22a7d224 100644 --- a/examples/node-gtk/gtk-4-custom-widget/package.json +++ b/examples/node-gtk/gtk-4-custom-widget/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-gtk-gtk-4-custom-widget-example", - "version": "3.2.7", + "version": "3.2.8", "description": "This example shows the usage of custom widgets and virtual functions in node-gtk", "main": "dist/index.js", "private": true, diff --git a/examples/node-gtk/soup-3-http/package.json b/examples/node-gtk/soup-3-http/package.json index ada4b8f2e..26aa5e5fc 100644 --- a/examples/node-gtk/soup-3-http/package.json +++ b/examples/node-gtk/soup-3-http/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir-node-soup-3-http-example", - "version": "3.2.7", + "version": "3.2.8", "description": "Node-gtk example showing how to build a http server/client using Soap 3", "main": "dist/http-server.js", "private": true, diff --git a/package.json b/package.json index 8e2ff9e71..6fb099124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-for-gir", - "version": "3.2.7", + "version": "3.2.8", "description": "Typescript .d.ts generator from GIR for gjs and node-gtk", "type": "module", "private": true, diff --git a/packages/cli/package.json b/packages/cli/package.json index 68d13378c..e8e8892ef 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/cli", - "version": "3.2.7", + "version": "3.2.8", "description": "TypeScript type definition generator for GObject introspection GIR files", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-base/package.json b/packages/generator-base/package.json index 9d24a6615..7da29e89a 100644 --- a/packages/generator-base/package.json +++ b/packages/generator-base/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-base", - "version": "3.2.7", + "version": "3.2.8", "description": "Base generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-html-doc/package.json b/packages/generator-html-doc/package.json index 7e176a9a4..80e1fbebc 100644 --- a/packages/generator-html-doc/package.json +++ b/packages/generator-html-doc/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-html-doc", - "version": "3.2.7", + "version": "3.2.8", "description": "HTML Documentation generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/generator-typescript/package.json b/packages/generator-typescript/package.json index f2f5518b4..18e94fda8 100644 --- a/packages/generator-typescript/package.json +++ b/packages/generator-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/generator-typescript", - "version": "3.2.7", + "version": "3.2.8", "description": "TypeScript type definition generator for ts-for-gir", "module": "lib/index.js", "main": "lib/index.js", diff --git a/packages/lib/package.json b/packages/lib/package.json index 6b579d243..803a67470 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@ts-for-gir/lib", - "version": "3.2.7", + "version": "3.2.8", "description": "Typescript .d.ts generator from GIR for gjs and node-gtk", "module": "lib/index.js", "main": "lib/index.js",