Comparing version 1.2.8 to 1.2.9
@@ -913,6 +913,7 @@ "use strict"; | ||
if (typeof hook === "object") { | ||
for (const [k, v2] of Object.entries(hook)) | ||
for (const [k, v2] of Object.entries(hook)) { | ||
manage(k)({ | ||
fn: v2 | ||
}); | ||
} | ||
} | ||
@@ -931,2 +932,8 @@ delete property[key]; | ||
}; | ||
if (stackName === "resolve") { | ||
type = { | ||
...type, | ||
subType: "resolve" | ||
}; | ||
} | ||
if ("fn" in type || Array.isArray(type)) { | ||
@@ -933,0 +940,0 @@ if (!localHook[stackName]) localHook[stackName] = []; |
{ | ||
"name": "elysia", | ||
"description": "Ergonomic Framework for Human", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "saltyAom", |
Sorry, the diff of this file is too big to display
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
1801640
28993