@sewing-kit/plugins
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -8,2 +8,4 @@ "use strict"; | ||
DiagnosticError: true, | ||
LogLevel: true, | ||
Loggable: true, | ||
Task: true, | ||
@@ -30,2 +32,14 @@ Env: true, | ||
}); | ||
Object.defineProperty(exports, "LogLevel", { | ||
enumerable: true, | ||
get: function () { | ||
return _ui.LogLevel; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Loggable", { | ||
enumerable: true, | ||
get: function () { | ||
return _ui.Loggable; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Task", { | ||
@@ -32,0 +46,0 @@ enumerable: true, |
@@ -1,2 +0,2 @@ | ||
export { DiagnosticError } from '@sewing-kit/ui'; | ||
export { DiagnosticError, LogLevel, Loggable } from '@sewing-kit/ui'; | ||
export { Task, Env, WorkspaceTasks, ProjectTasks } from '@sewing-kit/tasks'; | ||
@@ -3,0 +3,0 @@ export { SeriesHook, WaterfallHook } from '@sewing-kit/hooks'; |
@@ -8,2 +8,3 @@ "use strict"; | ||
exports.DiagnosticError = ui_1.DiagnosticError; | ||
exports.LogLevel = ui_1.LogLevel; | ||
var tasks_1 = require("@sewing-kit/tasks"); | ||
@@ -10,0 +11,0 @@ exports.Task = tasks_1.Task; |
{ | ||
"name": "@sewing-kit/plugins", | ||
"license": "MIT", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"sideEffects": false, | ||
@@ -11,5 +11,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@sewing-kit/hooks": "^0.0.15", | ||
"@sewing-kit/hooks": "^0.0.16", | ||
"@sewing-kit/model": "^0.0.8", | ||
"@sewing-kit/tasks": "^0.0.11", | ||
"@sewing-kit/tasks": "^0.0.12", | ||
"@sewing-kit/ui": "^0.0.17", | ||
@@ -19,3 +19,3 @@ "change-case": "^4.1.0", | ||
}, | ||
"gitHead": "2a3e749b89e118d2d196eda849d9634535470813" | ||
"gitHead": "5331c444a48f26365e68363b96871cb88b60734b" | ||
} |
@@ -1,2 +0,2 @@ | ||
export {DiagnosticError} from '@sewing-kit/ui'; | ||
export {DiagnosticError, LogLevel, Loggable} from '@sewing-kit/ui'; | ||
export {Task, Env, WorkspaceTasks, ProjectTasks} from '@sewing-kit/tasks'; | ||
@@ -3,0 +3,0 @@ export {SeriesHook, WaterfallHook} from '@sewing-kit/hooks'; |
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
227874
1218
+ Added@sewing-kit/hooks@0.0.16(transitive)
+ Added@sewing-kit/tasks@0.0.12(transitive)
- Removed@sewing-kit/hooks@0.0.15(transitive)
- Removed@sewing-kit/tasks@0.0.11(transitive)
Updated@sewing-kit/hooks@^0.0.16
Updated@sewing-kit/tasks@^0.0.12