@buildingsblock/core
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.createSchema = exports.calcContingencyReserveFundPerSquareFoot = void 0; | ||
exports.default = void 0; | ||
@@ -33,4 +33,2 @@ var _lodash = _interopRequireDefault(require("lodash")); | ||
exports.calcContingencyReserveFundPerSquareFoot = calcContingencyReserveFundPerSquareFoot; | ||
var createSchema = function createSchema(Mongoose) { | ||
@@ -97,10 +95,8 @@ var StrataSchema = new Mongoose.Schema({ | ||
return StrataSchema; | ||
}; // import * as colors from './colors'; | ||
// | ||
// export { colors }; | ||
// export default { | ||
// calcContingencyReserveFundPerSquareFoot, | ||
// } | ||
}; | ||
exports.createSchema = createSchema; | ||
var _default = { | ||
calcContingencyReserveFundPerSquareFoot: calcContingencyReserveFundPerSquareFoot, | ||
createSchema: createSchema | ||
}; | ||
exports.default = _default; |
{ | ||
"name": "@buildingsblock/core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Core code base for Buildingsblock", | ||
@@ -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
41991
150