@live-change/dao-vue3 0.8.33 → 0.8.35
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/live.js +1 -1
- package/package.json +3 -3
package/lib/live.js
CHANGED
|
@@ -266,7 +266,7 @@ async function live(api, path, onUnmountedCb) {
|
|
|
266
266
|
await new Promise((resolve, reject) => {
|
|
267
267
|
let error = null
|
|
268
268
|
const onError = (msg) => {
|
|
269
|
-
console.error("LIVE ERROR", msg)
|
|
269
|
+
console.error("LIVE ERROR", msg, 'WHILE FETCHING', path)
|
|
270
270
|
if(error) return
|
|
271
271
|
error = msg
|
|
272
272
|
reject(error)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/dao-vue3",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.35",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "m8@em8.pl",
|
|
6
6
|
"name": "Michał Łaszczewski",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/live-change/live-change-stack/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@live-change/dao": "^0.8.
|
|
13
|
+
"@live-change/dao": "^0.8.35"
|
|
14
14
|
},
|
|
15
15
|
"type": "module",
|
|
16
16
|
"description": "Vue.js integration for live-change dao",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"compileTests": "webpack test/*.js tests-bundle.js"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "90fbb746dc7270895daf17b437ca48c0b0a01c01"
|
|
36
36
|
}
|