@unityevolv/ofiskit-realtime-client 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unityevolv/ofiskit-realtime-client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "The office state on the client: snapshot, diffs, resync, and the RTC client adapter interface with the built-in peer-to-peer implementation. No DOM, so React Native can use it too.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -29,8 +29,8 @@
29
29
  "typecheck": "tsc -p tsconfig.json --noEmit"
30
30
  },
31
31
  "dependencies": {
32
- "@unityevolv/ofiskit-presence-store": "0.1.0",
33
- "@unityevolv/ofiskit-realtime-core": "0.1.1",
32
+ "@unityevolv/ofiskit-presence-store": "0.1.1",
33
+ "@unityevolv/ofiskit-realtime-core": "0.1.2",
34
34
  "@unityevolv/ofiskit-template": "0.1.0",
35
35
  "socket.io-client": "^4.8.1"
36
36
  }