Comparing version 0.7.6 to 0.7.7
@@ -234,3 +234,4 @@ 'use strict'; | ||
var handleHooks = function handleHooks(_ref) { | ||
var depth = _ref.depth, | ||
var object = _ref.object, | ||
depth = _ref.depth, | ||
key = _ref.key, | ||
@@ -261,3 +262,4 @@ _key = _ref._key, | ||
_val: _val, | ||
cp: _object | ||
cp: _object, | ||
parent: object | ||
}); | ||
@@ -268,3 +270,4 @@ }); | ||
var handleEachHooks = function handleEachHooks(_ref2) { | ||
var depth = _ref2.depth, | ||
var object = _ref2.object, | ||
depth = _ref2.depth, | ||
_ = _ref2._, | ||
@@ -283,3 +286,4 @@ key = _ref2.key, | ||
_val: val, | ||
cp: _object | ||
cp: _object, | ||
parent: object | ||
}); | ||
@@ -303,2 +307,3 @@ }); | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -320,2 +325,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -340,2 +346,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -357,2 +364,3 @@ key: key, | ||
handleEachHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -373,2 +381,3 @@ key: key, | ||
handleEachHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -390,2 +399,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -410,2 +420,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -428,2 +439,3 @@ key: key, | ||
handleEachHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -445,2 +457,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -465,2 +478,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -483,2 +497,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -503,2 +518,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -521,2 +537,3 @@ key: key, | ||
handleHooks({ | ||
object: object, | ||
depth: depth, | ||
@@ -523,0 +540,0 @@ key: key, |
{ | ||
"name": "menhera", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"main": "dist/index.js", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"bili": "^3.1.0", | ||
"menhera": "^0.7.4-rc1", | ||
"menhera": "^0.7.5-rc4", | ||
"menhera-cli": "^0.3.1-rc2" | ||
@@ -19,0 +19,0 @@ }, |
@@ -0,0 +0,0 @@ # Menhera |
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
32116
1180