@buildingsblock/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,6 +6,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Model", { | ||
Object.defineProperty(exports, "Schema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _model.default; | ||
return _schema.default; | ||
} | ||
@@ -21,3 +21,3 @@ }); | ||
var _model = _interopRequireDefault(require("./model")); | ||
var _schema = _interopRequireDefault(require("./schema")); | ||
@@ -24,0 +24,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "@buildingsblock/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
42439
162