@girs/javascriptcore-4.0 2.47.2-4.0.0-beta.35 → 2.47.2-4.0.0-beta.37

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/javascriptcore-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.47.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.35.
8
+ GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.47.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.37.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/javascriptcore-4.0",
3
- "version": "2.47.2-4.0.0-beta.35",
3
+ "version": "2.47.2-4.0.0-beta.37",
4
4
  "description": "GJS TypeScript type definitions for JavaScriptCore-4.0, generated from library version 2.47.2",
5
5
  "type": "module",
6
6
  "module": "javascriptcore-4.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.35",
35
- "@girs/gobject-2.0": "2.0.0-4.0.0-beta.35",
36
- "@girs/glib-2.0": "2.84.4-4.0.0-beta.35" },
34
+ "@girs/gjs": "4.0.0-beta.37",
35
+ "@girs/gobject-2.0": "2.86.0-4.0.0-beta.37",
36
+ "@girs/glib-2.0": "2.86.0-4.0.0-beta.37" },
37
37
  "devDependencies": {
38
38
  "typescript": "*"
39
39
  },
@@ -42,7 +42,7 @@
42
42
  "license": "MIT",
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/gjsify/types.git"
45
+ "url": "git+https://github.com/gjsify/types.git"
46
46
  },
47
47
  "bugs": {
48
48
  "url": "https://github.com/gjsify/ts-for-gir/issues"