@girs/gpaste-2 2.0.0-4.0.0-beta.13 → 2.0.0-4.0.0-beta.15

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/gpaste-2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GPaste-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.13.
8
+ GJS TypeScript type definitions for GPaste-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.15.
9
9
 
10
10
 
11
11
  ## Install
package/gpaste-2.d.ts CHANGED
@@ -11,7 +11,6 @@
11
11
  import type Gio from '@girs/gio-2.0';
12
12
  import type GObject from '@girs/gobject-2.0';
13
13
  import type GLib from '@girs/glib-2.0';
14
- import type GModule from '@girs/gmodule-2.0';
15
14
 
16
15
  export namespace GPaste {
17
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gpaste-2",
3
- "version": "2.0.0-4.0.0-beta.13",
3
+ "version": "2.0.0-4.0.0-beta.15",
4
4
  "description": "GJS TypeScript type definitions for GPaste-2, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "gpaste-2.js",
@@ -31,11 +31,10 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gio-2.0": "^2.80.3-4.0.0-beta.13",
35
- "@girs/gjs": "^4.0.0-beta.13",
36
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.13",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.13",
38
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.13"
34
+ "@girs/gio-2.0": "^2.80.3-4.0.0-beta.15",
35
+ "@girs/gjs": "^4.0.0-beta.15",
36
+ "@girs/glib-2.0": "^2.80.3-4.0.0-beta.15",
37
+ "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.15"
39
38
  },
40
39
  "devDependencies": {
41
40
  "typescript": "*"