@live-change/user-service 0.3.21 → 0.3.23
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/package.json +4 -4
- package/sessionOrUserItem.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/user-service",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.23",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"url": "https://www.viamage.com/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/framework": "0.7.
|
|
25
|
-
"@live-change/relations-plugin": "0.7.
|
|
24
|
+
"@live-change/framework": "0.7.24",
|
|
25
|
+
"@live-change/relations-plugin": "0.7.24",
|
|
26
26
|
"pluralize": "8.0.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "7f083f1fa8746f0f2c9c6a40daa97d21aabda2f4"
|
|
29
29
|
}
|
package/sessionOrUserItem.js
CHANGED
|
@@ -137,7 +137,7 @@ definition.processor(function(service, app) {
|
|
|
137
137
|
lte: '_'+ params[propertyName]
|
|
138
138
|
}
|
|
139
139
|
const path = modelRuntime().indexObjectPath('bySessionOrUser', owner, range )
|
|
140
|
-
console.log("DAO PATH", path, "range", range, 'params', params)
|
|
140
|
+
//console.log("DAO PATH", path, "range", range, 'params', params)
|
|
141
141
|
return path
|
|
142
142
|
}
|
|
143
143
|
})
|
|
@@ -154,7 +154,7 @@ definition.processor(function(service, app) {
|
|
|
154
154
|
daoPath(range, { client, context }) {
|
|
155
155
|
const owner = client.user ? ['user_User', client.user] : ['session_Session', client.session]
|
|
156
156
|
const path = modelRuntime().indexRangePath('bySessionOrUser', owner, range )
|
|
157
|
-
console.log("DAO PATH", path, "range", range)
|
|
157
|
+
//console.log("DAO PATH", path, "range", range)
|
|
158
158
|
return path
|
|
159
159
|
}
|
|
160
160
|
})
|