@gtkx/react 0.9.2 → 0.9.4

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/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- export { createRef } from "@gtkx/ffi";
2
1
  /**
3
2
  * @private Internal symbol used to identify the root container node.
4
3
  * This is an internal API used only by @gtkx/testing. Do not use directly.
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- export { createRef } from "@gtkx/ffi";
2
1
  /**
3
2
  * @private Internal symbol used to identify the root container node.
4
3
  * This is an internal API used only by @gtkx/testing. Do not use directly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/react",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "description": "Build GTK4 desktop applications with React and TypeScript",
5
5
  "keywords": [
6
6
  "gtk",
@@ -36,11 +36,11 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "react-reconciler": "^0.33.0",
39
- "@gtkx/ffi": "0.9.2"
39
+ "@gtkx/ffi": "0.9.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@gtkx/gir": "0.9.2",
43
- "@gtkx/native": "0.9.2"
42
+ "@gtkx/gir": "0.9.4",
43
+ "@gtkx/native": "0.9.4"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^19"