@nextcode/pg-model
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -20,3 +20,3 @@ "use strict"; | ||
return function (target, propertyKey) { | ||
target.keys.push(propertyKey); | ||
target.constructor.keys = [...target.constructor.keys, propertyKey]; | ||
}; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@nextcode/pg-model", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Postgres model layer package with zero dependencies", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
134109