memory-orm
Advanced tools
Comparing version
{ | ||
"name": "memory-orm", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "client side ORM + map reduce", | ||
@@ -5,0 +5,0 @@ "author": "7korobi", |
@@ -7,3 +7,3 @@ import { ID, NameBase } from './type' | ||
get id() { | ||
return this._id | ||
return this._id! | ||
} | ||
@@ -10,0 +10,0 @@ |
821461
0