@girs/msg-0 0.0.0-4.0.0-beta.33 → 0.0.0-4.0.0-beta.34

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/msg-0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.33.
8
+ GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.34.
9
9
 
10
10
  ## Install
11
11
 
package/msg-0-import.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import Msg0 from '@girs/msg-0';
1
+ import type Msg0 from '@girs/msg-0';
2
2
 
3
3
  declare global {
4
4
  export interface GjsGiImports {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/msg-0",
3
- "version": "0.0.0-4.0.0-beta.33",
3
+ "version": "0.0.0-4.0.0-beta.34",
4
4
  "description": "GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0",
5
5
  "type": "module",
6
6
  "module": "msg-0.js",
@@ -31,14 +31,14 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gio-2.0": "^2.84.4-4.0.0-beta.33",
35
- "@girs/gjs": "^4.0.0-beta.27",
36
- "@girs/glib-2.0": "^2.84.4-4.0.0-beta.33",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.27",
38
- "@girs/goa-1.0": "^3.52.0-4.0.0-beta.27",
39
- "@girs/gobject-2.0": "^2.84.4-4.0.0-beta.33",
40
- "@girs/json-1.0": "^1.10.7-4.0.0-beta.33",
41
- "@girs/soup-3.0": "^3.6.5-4.0.0-beta.33"
34
+ "@girs/gio-2.0": "^2.84.4-4.0.0-beta.34",
35
+ "@girs/gjs": "^4.0.0-beta.34",
36
+ "@girs/glib-2.0": "^2.84.4-4.0.0-beta.34",
37
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.34",
38
+ "@girs/goa-1.0": "^3.52.0-4.0.0-beta.34",
39
+ "@girs/gobject-2.0": "^2.84.4-4.0.0-beta.34",
40
+ "@girs/json-1.0": "^1.10.7-4.0.0-beta.34",
41
+ "@girs/soup-3.0": "^3.6.5-4.0.0-beta.34"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "*"