Comparing version 0.0.3 to 0.0.4
# CHANGELOG.md | ||
## 0.0.4 | ||
###### _2018-04-16_ | ||
- Partially revert changes to default export -- continue to export as named exports as well @shawnmcknight | ||
## 0.0.3 | ||
@@ -4,0 +8,0 @@ ###### _2018-04-16_ |
@@ -6,2 +6,3 @@ 'use strict'; | ||
}); | ||
exports.Schema = exports.Errors = exports.Connection = undefined; | ||
@@ -84,2 +85,5 @@ var _Connection = require('./Connection'); | ||
exports.default = mvom; | ||
exports.default = mvom; | ||
exports.Connection = _Connection2.default; | ||
exports.Errors = _Errors2.default; | ||
exports.Schema = _Schema2.default; |
{ | ||
"name": "mvom", | ||
"author": "STORIS", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Multivalue Object Mapper", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
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
173701
3222