Comparing version 0.0.5 to 0.0.6
# CHANGELOG.md | ||
## 0.0.6 | ||
###### _2018-04-19_ | ||
- Provide default dictionary of @ID for _id property @kthompson23 | ||
## 0.0.5 | ||
@@ -4,0 +8,0 @@ ###### _2018-04-17_ |
{ | ||
"name": "mvom", | ||
"author": "STORIS", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Multivalue Object Mapper", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
@@ -51,3 +51,3 @@ 'use strict'; | ||
*/ | ||
this.dictPaths = dictionaries; | ||
this.dictPaths = { _id: '@ID', ...dictionaries }; | ||
/** | ||
@@ -54,0 +54,0 @@ * The compiled schema object path stucture |
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
173632