@hai3/react 0.2.0-alpha.0 → 0.2.0-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hai3/react",
3
- "version": "0.2.0-alpha.0",
3
+ "version": "0.2.0-alpha.1",
4
4
  "description": "React bindings and hooks for HAI3 framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,9 +43,15 @@
43
43
  "react-redux": ">=8.0.0"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
- "@hai3/framework": { "optional": false },
47
- "react": { "optional": false },
48
- "react-redux": { "optional": false }
46
+ "@hai3/framework": {
47
+ "optional": false
48
+ },
49
+ "react": {
50
+ "optional": false
51
+ },
52
+ "react-redux": {
53
+ "optional": false
54
+ }
49
55
  },
50
56
  "keywords": [
51
57
  "hai3",