Comparing version 0.0.3 to 0.0.4
@@ -19,2 +19,14 @@ "use strict"; | ||
var _molecules = require("./molecules"); | ||
Object.keys(_molecules).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _molecules[key]; | ||
} | ||
}); | ||
}); | ||
var _styles = require("./styles"); | ||
@@ -32,2 +44,14 @@ | ||
var _templates = require("./templates"); | ||
Object.keys(_templates).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _templates[key]; | ||
} | ||
}); | ||
}); | ||
var _util = require("./util"); | ||
@@ -34,0 +58,0 @@ |
{ | ||
"name": "imprest", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/luk707/imprest.git", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
75082
793
0