@buildingsblock/core
Advanced tools
Comparing version 0.1.4 to 0.2.0-alpha.1
@@ -8,4 +8,5 @@ "use strict"; | ||
var createSchema = function createSchema(Mongoose) { | ||
var PropertySchema = new Mongoose.Schema({ | ||
var createSchema = function createSchema(_ref) { | ||
var Schema = _ref.Schema; | ||
var PropertySchema = new Schema({ | ||
bcAssessmentId: String, | ||
@@ -12,0 +13,0 @@ canadaPostId: String, |
@@ -269,4 +269,5 @@ "use strict"; | ||
var createSchema = function createSchema(Mongoose) { | ||
var StrataSchema = new Mongoose.Schema({ | ||
var createSchema = function createSchema(_ref) { | ||
var Schema = _ref.Schema; | ||
var StrataSchema = new Schema({ | ||
strataNumber: String, | ||
@@ -273,0 +274,0 @@ units: Number, |
{ | ||
"name": "@buildingsblock/core", | ||
"version": "0.1.4", | ||
"version": "0.2.0-alpha.1", | ||
"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
67971
12
799