@react-remote-state/client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-remote-state/client",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Client for React Remote State applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "react": "^18.3.1"
32
32
  },
33
33
  "dependencies": {
34
- "@react-remote-state/types": "^1.0.0",
34
+ "@react-remote-state/types": "^0.0.1",
35
35
  "socket.io-client": "^4.8.1"
36
36
  }
37
37
  }