vuex-orm-decorators
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -27,3 +27,3 @@ import { Type } from '@vuex-orm/core'; | ||
} | ||
if (value === undefined && !this.value) { | ||
if ((value === undefined || value === null) && !this.value) { | ||
return null; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "vuex-orm-decorators", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/TiBianMod/vuex-orm-decorators.git" | ||
"url": "git@github.com:TiBianMod/vuex-orm-decorators.git" | ||
}, | ||
@@ -28,0 +28,0 @@ "author": "TiBianMod <tibianmod@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35635