@girs/modulemd-2.0 2.0.0-4.0.0-beta.26 → 2.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/modulemd-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.26.
8
+ GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.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
 
@@ -1,4 +1,4 @@
1
- import Modulemd20 from '@girs/modulemd-2.0';
1
+ import type Modulemd20 from '@girs/modulemd-2.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/modulemd-2.0",
3
- "version": "2.0.0-4.0.0-beta.26",
3
+ "version": "2.0.0-4.0.0-beta.34",
4
4
  "description": "GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "modulemd-2.0.js",
@@ -31,9 +31,9 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.26",
35
- "@girs/glib-2.0": "^2.84.4-4.0.0-beta.26",
36
- "@girs/gobject-2.0": "^2.84.4-4.0.0-beta.26"
34
+ "@girs/gjs": "^4.0.0-beta.34",
35
+ "@girs/glib-2.0": "^2.84.4-4.0.0-beta.34",
36
+ "@girs/gobject-2.0": "^2.84.4-4.0.0-beta.34"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"