@live-change/framework 0.5.16 → 0.5.17

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 (2) hide show
  1. package/lib/App.js +1 -1
  2. package/package.json +1 -1
package/lib/App.js CHANGED
@@ -390,7 +390,7 @@ class App {
390
390
 
391
391
 
392
392
  query(query, params) {
393
- return ['database', 'query', this.databaseName, `(${ query }}`, params]
393
+ return ['database', 'query', this.databaseName, `(${ query })`, params]
394
394
  }
395
395
 
396
396
  queryGet(query, params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/framework",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
4
4
  "description": "Live Change Framework - ultimate solution for real time mobile/web apps",
5
5
  "main": "index.js",
6
6
  "scripts": {