Comparing version 0.7.4-rc2 to 0.7.5-rc1
@@ -845,3 +845,3 @@ 'use strict'; | ||
var initHooks$$1 = function initHooks$$1(_) { | ||
var initHooks$$1 = function initHooks$$1() { | ||
var cache = {}; | ||
@@ -1072,3 +1072,5 @@ cache._hooks = { | ||
}; | ||
var index = $core({}, {}); | ||
var index = $core(function (_object) { | ||
return $core({}, _object); | ||
}, {}); | ||
@@ -1075,0 +1077,0 @@ exports.$core = $core; |
{ | ||
"name": "menhera", | ||
"version": "0.7.4-rc2", | ||
"version": "0.7.5-rc1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
28245
1010