teamplay 0.3.14 → 0.3.15

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": "teamplay",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "Full-stack signals ORM with multiplayer",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@nx-js/observer-util": "^4.1.3",
26
- "@teamplay/backend": "^0.3.14",
27
- "@teamplay/cache": "^0.3.14",
28
- "@teamplay/channel": "^0.3.14",
29
- "@teamplay/debug": "^0.3.14",
30
- "@teamplay/schema": "^0.3.14",
31
- "@teamplay/utils": "^0.3.14",
26
+ "@teamplay/backend": "^0.3.15",
27
+ "@teamplay/cache": "^0.3.15",
28
+ "@teamplay/channel": "^0.3.15",
29
+ "@teamplay/debug": "^0.3.15",
30
+ "@teamplay/schema": "^0.3.15",
31
+ "@teamplay/utils": "^0.3.15",
32
32
  "diff-match-patch": "^1.0.5",
33
33
  "events": "^3.3.0",
34
34
  "json0-ot-diff": "^1.1.2",
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  },
65
65
  "license": "MIT",
66
- "gitHead": "798d2a34fcb67bf255a2b3c126a5fb052243a866"
66
+ "gitHead": "108543261b228e76cfd4ceb4673b8190bb31bbb8"
67
67
  }
@@ -10,7 +10,7 @@ function destroyAdm (adm) {
10
10
  adm.onStoreChange = undefined
11
11
  adm.scheduledUpdatePromise = undefined
12
12
  adm.scheduleUpdate = undefined
13
- adm.cache.clear()
13
+ adm.cache?.clear()
14
14
  adm.cache = undefined
15
15
  }
16
16