@aomi-labs/react 0.1.0 → 0.2.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@aomi-labs/react",
3
- "version": "0.1.0",
4
- "description": "Runtime, state, and utilities for the Aomi assistant.",
3
+ "version": "0.2.1",
4
+ "description": "Runtime, state, and utilities for the Aomi widget.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -28,7 +28,17 @@
28
28
  "peerDependencies": {
29
29
  "@assistant-ui/react": "^0.11.0",
30
30
  "react": "^18.0.0 || ^19.0.0",
31
- "react-dom": "^18.0.0 || ^19.0.0"
31
+ "react-dom": "^18.0.0 || ^19.0.0",
32
+ "wagmi": "^2.0.0",
33
+ "viem": "^2.0.0"
34
+ },
35
+ "peerDependenciesMeta": {
36
+ "wagmi": {
37
+ "optional": true
38
+ },
39
+ "viem": {
40
+ "optional": true
41
+ }
32
42
  },
33
43
  "scripts": {
34
44
  "build": "tsup"