@live-change/framework 0.9.177 → 0.9.180
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/App.js +0 -1
- package/lib/processes/commandExecutor.js +0 -1
- package/package.json +4 -4
package/lib/App.js
CHANGED
|
@@ -468,7 +468,6 @@ class App {
|
|
|
468
468
|
const _trace = {}
|
|
469
469
|
propagation.inject(context.active(), _trace)
|
|
470
470
|
data._trace = _trace
|
|
471
|
-
console.log("CALL COMMAND TRACE - SAVING TRACE", _trace)
|
|
472
471
|
|
|
473
472
|
await this.dao.request(['database', 'update', this.databaseName, commandsTable, data.id, [{
|
|
474
473
|
op: 'conditional',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/framework",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.180",
|
|
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.180",
|
|
26
|
+
"@live-change/uid": "^0.9.180",
|
|
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": "c6ee30c8f36f989714e8fc7ec71daadb895b2b6e"
|
|
32
32
|
}
|