@live-change/framework 0.9.28 → 0.9.30
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.
|
@@ -223,6 +223,8 @@ class ServiceDefinition {
|
|
|
223
223
|
let changes = []
|
|
224
224
|
changes.push(...crudChanges(oldModule.models || {}, this.models || {},
|
|
225
225
|
"Model", "model", { }))
|
|
226
|
+
changes.push(...crudChanges(oldModule.indexes || {}, this.indexes || {},
|
|
227
|
+
"Index", "index", { }))
|
|
226
228
|
return changes
|
|
227
229
|
}
|
|
228
230
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/framework",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.30",
|
|
4
4
|
"description": "Live Change Framework - ultimate solution for real time mobile/web apps",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/live-change/live-change-stack",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@live-change/dao": "^0.9.
|
|
26
|
-
"@live-change/uid": "^0.9.
|
|
25
|
+
"@live-change/dao": "^0.9.30",
|
|
26
|
+
"@live-change/uid": "^0.9.30"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "dc063de0998d29acb7c7d5e2032ed63be8895a8e"
|
|
29
29
|
}
|