@live-change/vue-api 0.2.25 → 0.2.27

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
@@ -120,7 +120,7 @@ class Api extends DaoProxy {
120
120
  apiInfo = this.prerenderCache.cache.get(cachePath)
121
121
  }
122
122
  }
123
- console.log("GENERATE SERVICES API", apiInfo)
123
+ //console.log("GENERATE SERVICES API", apiInfo)
124
124
  const definitions = apiInfo?.services
125
125
  if(JSON.stringify(definitions) == JSON.stringify(api.servicesApiDefinitions)) return
126
126
  if(!definitions) throw new Error("API DEFINITIONS NOT FOUND! UNABLE TO GENERATE API!")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue-api",
3
- "version": "0.2.25",
3
+ "version": "0.2.27",
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.17",
25
- "@live-change/uid": "0.7.21",
24
+ "@live-change/dao": "0.5.20",
25
+ "@live-change/uid": "0.7.26",
26
26
  "debug": "^4.3.4"
27
27
  },
28
- "gitHead": "78f33443348a3a1136e415226f130ce43277151d"
28
+ "gitHead": "26dd186b61f60f45ce683ee763c1d5cd369e977f"
29
29
  }