@live-change/framework 0.9.163 → 0.9.165
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/lib/updaters/database.js +1 -1
- package/package.json +4 -4
package/lib/updaters/database.js
CHANGED
|
@@ -180,7 +180,7 @@ async function update(changes, service, app, force) {
|
|
|
180
180
|
}).join(':')+'_'+(hash ? sha1(obj.id, 'base64') : obj.id),
|
|
181
181
|
to: obj.id
|
|
182
182
|
})
|
|
183
|
-
await input.table(table).onChange((obj, oldObj) =>
|
|
183
|
+
await input.table(table).onChange((obj, oldObj) =>
|
|
184
184
|
output.change(obj && mapper(obj), oldObj && mapper(oldObj)) )
|
|
185
185
|
}
|
|
186
186
|
const functionCode = `(${func})`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/framework",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.165",
|
|
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.
|
|
26
|
-
"@live-change/uid": "^0.9.
|
|
25
|
+
"@live-change/dao": "^0.9.165",
|
|
26
|
+
"@live-change/uid": "^0.9.165",
|
|
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": "
|
|
31
|
+
"gitHead": "687dab16bd0c6594544cdab70cd7eecc17bb510c"
|
|
32
32
|
}
|