@live-change/framework 0.9.147 → 0.9.149

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.
@@ -6,7 +6,7 @@ const cartesian =
6
6
  (...a) => a.reduce((a, b) => a.flatMap(d => b.map(e => [d, e].flat())));
7
7
 
8
8
  const updaterRequestSettings = {
9
- requestTimeout: Infinity
9
+ requestTimeout: 24 * 60 * 60 * 1000 // 24 hours
10
10
  }
11
11
 
12
12
  async function update(changes, service, app, force) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/framework",
3
- "version": "0.9.147",
3
+ "version": "0.9.149",
4
4
  "description": "Live Change Framework - ultimate solution for real time mobile/web apps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/live-change/live-change-stack",
24
24
  "devDependencies": {
25
- "@live-change/dao": "^0.9.147",
26
- "@live-change/uid": "^0.9.147",
25
+ "@live-change/dao": "^0.9.149",
26
+ "@live-change/uid": "^0.9.149",
27
27
  "typedoc": "0.28.3",
28
28
  "typedoc-plugin-markdown": "^4.6.3",
29
29
  "typedoc-plugin-rename-defaults": "^0.7.3"
30
30
  },
31
- "gitHead": "17e8644b55d23a7c727b6aba17d4c4e41bd4f236"
31
+ "gitHead": "debaada27fa6c2cc177bf28c699fa2da91979dbb"
32
32
  }