@live-change/vue-api 0.1.10 → 0.2.5

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 +9 -8
package/lib/Api.js CHANGED
@@ -23,7 +23,7 @@ class Api extends DaoProxy {
23
23
  this.preFetchComponents = []
24
24
  this.afterPreFetch = []
25
25
 
26
- this.valdators = validators
26
+ this.validators = validators
27
27
 
28
28
  this.globals = {
29
29
  $validators: validators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue-api",
3
- "version": "0.1.10",
3
+ "version": "0.2.5",
4
4
  "description": "Live Change Framework - vue api base",
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/vue-api.git"
11
+ "url": "git+https://github.com/live-change/live-change-framework-vue3.git"
12
12
  },
13
13
  "author": {
14
14
  "email": "m8@em8.pl",
@@ -17,12 +17,13 @@
17
17
  },
18
18
  "license": "MIT",
19
19
  "bugs": {
20
- "url": "https://github.com/live-change/vue-api/issues"
20
+ "url": "https://github.com/live-change/live-change-framework-vue3/issues"
21
21
  },
22
- "homepage": "https://github.com/live-change/vue-api",
22
+ "homepage": "https://github.com/live-change/live-change-framework-vue3",
23
23
  "dependencies": {
24
- "@live-change/dao": "^0.3.6",
25
- "debug": "^4.3.2",
26
- "@live-change/uid": "^0.1.3"
27
- }
24
+ "@live-change/dao": "0.4.2",
25
+ "@live-change/uid": "0.5.20",
26
+ "debug": "^4.3.2"
27
+ },
28
+ "gitHead": "923504c224dd1e3cc5b6bb8296f0963965cd4d10"
28
29
  }