@buildingsblock/core
Advanced tools
Comparing version 0.1.0-alpha.6 to 0.1.0-alpha.7
@@ -38,3 +38,3 @@ "use strict"; | ||
transform: function transform(doc, ret) { | ||
ret.id = ret._id; // eslint-disable-line | ||
ret.id = ret.canadaPostId; // eslint-disable-line | ||
@@ -41,0 +41,0 @@ delete ret._id; // eslint-disable-line |
{ | ||
"name": "@buildingsblock/core", | ||
"version": "0.1.0-alpha.6", | ||
"version": "0.1.0-alpha.7", | ||
"description": "Core code base for Eli", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
58853