Comparing version 0.8.5-rc1 to 0.8.5-rc2
@@ -211,25 +211,10 @@ 'use strict'; | ||
_[name] = cp; | ||
_[name] = cp; // const onFunction = ({depth, _val}) => { | ||
// set(_[name], depth, _val.bind(_[name])) | ||
// } | ||
// const onObject = ({object, depth}) => { | ||
// scanObject({object, depth, onObject, onFunction}) | ||
// } | ||
// onObject({object: _[name]}) | ||
var onFunction = function onFunction(_ref9) { | ||
var depth = _ref9.depth, | ||
_val = _ref9._val; | ||
set$1(_[name], depth, _val.bind(_[name])); | ||
}; | ||
var onObject = function onObject(_ref10) { | ||
var object = _ref10.object, | ||
depth = _ref10.depth; | ||
scanObject({ | ||
object: object, | ||
depth: depth, | ||
onObject: onObject, | ||
onFunction: onFunction | ||
}); | ||
}; | ||
onObject({ | ||
object: _[name] | ||
}); | ||
_.$use(_[name]); | ||
@@ -240,6 +225,6 @@ }); | ||
var _run = { | ||
$: function $$$1(_ref11) { | ||
var _ = _ref11._, | ||
_val = _ref11._val, | ||
cp = _ref11.cp; | ||
$: function $$$1(_ref9) { | ||
var _ = _ref9._, | ||
_val = _ref9._val, | ||
cp = _ref9.cp; | ||
var cps = Array.isArray(_val) ? _val : [_val]; | ||
@@ -246,0 +231,0 @@ |
{ | ||
"name": "menhera", | ||
"version": "0.8.5-rc1", | ||
"version": "0.8.5-rc2", | ||
"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
34317
1250