Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "webdetta", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -12,3 +12,3 @@ // MIT License | ||
function builder(f) { | ||
f[FRAMEORC_BUILDER] = f; | ||
f[FRAMEORC_BUILDER] = true; | ||
return f; | ||
@@ -31,3 +31,3 @@ } | ||
export function launch(construct, ...args) { | ||
return construct[FRAMEORC_BUILDER](FRAMEORC_BUILDER, ...args); | ||
return construct(FRAMEORC_BUILDER, ...args); | ||
} |
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
24507