@live-change/vue3-ssr 0.8.12 → 0.8.13

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/Api.js +1 -1
  2. package/package.json +7 -7
package/Api.js CHANGED
@@ -93,8 +93,8 @@ class Api extends DaoProxy {
93
93
  console.log("API NOT CHANGED")
94
94
  return
95
95
  }
96
+ if(lastApiJson) console.log("API CHANGED", lastApiJson, JSON.stringify(newApi))
96
97
  lastApiJson = JSON.stringify(newApi)
97
- console.log("API CHANGED")
98
98
  api.value = JSON.parse(lastApiJson)
99
99
  this.generateServicesApi()
100
100
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "Live Change Framework - vue components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/live-change/live-change-framework-vue3.git"
11
+ "url": "git+https://github.com/live-change/live-change-stack.git"
12
12
  },
13
13
  "author": {
14
14
  "email": "m8@em8.pl",
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "bugs": {
20
- "url": "https://github.com/live-change/live-change-framework-vue3/issues"
20
+ "url": "https://github.com/live-change/live-change-stack/issues"
21
21
  },
22
- "homepage": "https://github.com/live-change/live-change-framework-vue3",
22
+ "homepage": "https://github.com/live-change/live-change-stack",
23
23
  "dependencies": {
24
- "@live-change/dao-vue3": "^0.8.12",
25
- "@live-change/uid": "^0.8.12",
24
+ "@live-change/dao-vue3": "^0.8.13",
25
+ "@live-change/uid": "^0.8.13",
26
26
  "@vueuse/core": "^10.7.2",
27
27
  "debug": "^4.3.4"
28
28
  },
29
- "gitHead": "5c93162184742550bf6a5e7b37a5537c69f8a3c4"
29
+ "gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87"
30
30
  }