@live-change/vue-api 0.2.15 → 0.2.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/Api.js +1 -1
  2. package/package.json +4 -4
package/lib/Api.js CHANGED
@@ -239,4 +239,4 @@ class Api extends DaoProxy {
239
239
  }
240
240
  }
241
241
 
242
- module.exports = { Api }
242
+ module.exports = { Api }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue-api",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "description": "Live Change Framework - vue api base",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "homepage": "https://github.com/live-change/live-change-framework-vue3",
23
23
  "dependencies": {
24
- "@live-change/dao": "0.5.6",
25
- "@live-change/uid": "0.6.14",
24
+ "@live-change/dao": "0.5.9",
25
+ "@live-change/uid": "0.7.15",
26
26
  "debug": "^4.3.4"
27
27
  },
28
- "gitHead": "d63a43e94b3bb271297b70d40be4774e176b1c59"
28
+ "gitHead": "72026576e9525cfea2960d4f291de151d9d6d112"
29
29
  }