@live-change/user-service 0.2.13 → 0.2.14

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/package.json +2 -2
  2. package/userItem.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-service",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,5 +24,5 @@
24
24
  "@live-change/framework": "^0.5.7",
25
25
  "@live-change/relations-plugin": "^0.1.10"
26
26
  },
27
- "gitHead": "add122f25ae8a848c2d24e1a75c3c9ae69d86faa"
27
+ "gitHead": "93745ce6f6f819a9c77fb49fa6fd02fcaaf2b349"
28
28
  }
package/userItem.js CHANGED
@@ -21,7 +21,7 @@ definition.processor(function(service, app) {
21
21
  const config = model.userItem
22
22
  const writeableProperties = modelProperties || config.writableProperties
23
23
 
24
- console.log("USER ITEM", model)
24
+ //console.log("USER ITEM", model)
25
25
 
26
26
  model.itemOf = {
27
27
  what: User,