@gasket/core
Advanced tools
Comparing version 7.0.0-next.68 to 7.0.0-next.69
@@ -75,3 +75,3 @@ "use strict"; | ||
if (!plugin.hooks.metadata) { | ||
plugin.hooks.metadata = function() { | ||
plugin.hooks.metadata = /*#__PURE__*/ function() { | ||
var _ref = _async_to_generator(function*(_, metadata) { | ||
@@ -266,3 +266,3 @@ return metadata; | ||
const resultMap = {}; | ||
yield Promise.all(Object.entries(executionPlan).map(function() { | ||
yield Promise.all(Object.entries(executionPlan).map(/*#__PURE__*/ function() { | ||
var _ref = _async_to_generator(function*([plugin, thunk]) { | ||
@@ -269,0 +269,0 @@ resultMap[plugin] = yield thunk(gasket, pluginTasks, ...args); |
{ | ||
"name": "@gasket/core", | ||
"version": "7.0.0-next.68", | ||
"version": "7.0.0-next.69", | ||
"description": "Entry point to setting up Gasket instances", | ||
@@ -46,6 +46,2 @@ "type": "module", | ||
"author": "GoDaddy Operating Company, LLC", | ||
"maintainers": [ | ||
"Jacob Page <jpage@godaddy.com>", | ||
"Charlie Robbins <charlie.robbins@gmail.com>" | ||
], | ||
"license": "MIT", | ||
@@ -55,3 +51,3 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-engine", | ||
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core", | ||
"dependencies": { | ||
@@ -104,3 +100,3 @@ "debug": "^4.3.4" | ||
}, | ||
"gitHead": "13b1cf962202f9d7212412d337cbfcd38cd92c2a" | ||
"gitHead": "b5645f2b3cc18080304c9dbdfeadf6d0005e3893" | ||
} |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
133926