@sewing-kit/ui
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -50,15 +50,2 @@ "use strict"; | ||
var _steps = require("./steps"); | ||
Object.keys(_steps).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _steps[key]; | ||
} | ||
}); | ||
}); | ||
var _errors = require("./errors"); | ||
@@ -65,0 +52,0 @@ |
export * from './runner'; | ||
export * from './steps'; | ||
export * from './errors'; | ||
@@ -4,0 +3,0 @@ export * from './ui'; |
@@ -7,3 +7,2 @@ "use strict"; | ||
__export(require("./runner")); | ||
__export(require("./steps")); | ||
__export(require("./errors")); | ||
@@ -10,0 +9,0 @@ __export(require("./ui")); |
{ | ||
"name": "@sewing-kit/ui", | ||
"license": "MIT", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"sideEffects": false, | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c7bbdcf87e4af94d2169592d28b89b50115ea56b" | ||
"gitHead": "caf250b7f097fcc53d984457f33d447460566dfb" | ||
} |
@@ -6,3 +6,3 @@ import {createPackage, Runtime} from '@sewing-kit/config'; | ||
pkg.runtime(Runtime.Node); | ||
pkg.plugin(createSewingKitPackagePlugin()); | ||
pkg.use(createSewingKitPackagePlugin()); | ||
}); |
export * from './runner'; | ||
export * from './steps'; | ||
export * from './errors'; | ||
export * from './ui'; | ||
export {Step, Formatter, Loggable, LogLevel} from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
196555
50
2710