@girs/gcalc-2 4.5.0 → 4.7.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.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/gcalc-2)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gcalc-2)
6
6
 
7
- GJS TypeScript type definitions for GCalc-2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for GCalc-2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.7.0.
8
8
 
9
9
  This package contains type declarations only. It ships no runtime code, so it adds
10
10
  nothing to your program and works with any bundler or none at all.
package/gcalc-2.d.ts CHANGED
@@ -1022,7 +1022,7 @@ export namespace GCalc {
1022
1022
 
1023
1023
  namespace ExpressionContainer {
1024
1024
  // Signal signatures
1025
- interface SignalSignatures extends Gee.ArrayList.SignalSignatures {
1025
+ interface SignalSignatures extends Gee.ArrayList.SignalSignatures, Gio.ListModel.SignalSignatures {
1026
1026
  "notify::parent": (pspec: GObject.ParamSpec) => void;
1027
1027
  "notify::g-type": (pspec: GObject.ParamSpec) => void;
1028
1028
  "notify::g-dup-func": (pspec: GObject.ParamSpec) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gcalc-2",
3
- "version": "4.5.0",
3
+ "version": "4.7.0",
4
4
  "description": "GJS TypeScript type definitions for GCalc-2",
5
5
  "type": "module",
6
6
  "module": "gcalc-2.js",
@@ -31,12 +31,12 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.5.0",
35
- "@girs/gio-2.0": "^4.5.0",
36
- "@girs/gobject-2.0": "^4.5.0",
37
- "@girs/glib-2.0": "^4.5.0",
38
- "@girs/gmodule-2.0": "^4.5.0",
39
- "@girs/gee-0.8": "^4.5.0" },
34
+ "@girs/gjs": "^4.7.0",
35
+ "@girs/gio-2.0": "^4.7.0",
36
+ "@girs/gobject-2.0": "^4.7.0",
37
+ "@girs/glib-2.0": "^4.7.0",
38
+ "@girs/gmodule-2.0": "^4.7.0",
39
+ "@girs/gee-0.8": "^4.7.0" },
40
40
  "devDependencies": {
41
41
  "typescript": "*"
42
42
  },