@gba-kit/gba-react 0.1.0 → 0.3.0

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @gba-kit/gba-react
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@gba-kit/gba-react)](https://www.npmjs.com/package/@gba-kit/gba-react)
4
+
3
5
  Headless React hooks for GBA emulation. Wraps [`@gba-kit/gba-browser`](../gba-browser) with proper React lifecycle management.
4
6
 
5
7
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gba-kit/gba-react",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "React hooks for GBA emulation",
5
5
  "author": "macabeus",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@gba-kit/gba-browser": "0.1.0"
35
+ "@gba-kit/gba-browser": "0.3.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/react": "^19.2.14",