Comparing version 5.3.0 to 5.4.0
@@ -77,2 +77,3 @@ "use strict"; | ||
events: events, | ||
op: "del", | ||
props: props, | ||
@@ -129,4 +130,6 @@ state: state | ||
events: events, | ||
op: "merge", | ||
props: props, | ||
state: state | ||
state: state, | ||
value: value | ||
}); | ||
@@ -181,4 +184,6 @@ | ||
events: events, | ||
op: "set", | ||
props: props, | ||
state: state | ||
state: state, | ||
value: value | ||
}); | ||
@@ -303,3 +308,3 @@ | ||
_regenerator.default.mark(function _callee7(_ref2) { | ||
var events, props, state; | ||
var events, op, props, state, value; | ||
return _regenerator.default.wrap(function _callee7$(_context7) { | ||
@@ -309,9 +314,11 @@ while (1) { | ||
case 0: | ||
events = _ref2.events, props = _ref2.props, state = _ref2.state; | ||
events = _ref2.events, op = _ref2.op, props = _ref2.props, state = _ref2.state, value = _ref2.value; | ||
_context7.next = 3; | ||
return events.store(props, { | ||
op: op, | ||
prevGet: get.bind({ | ||
events: events, | ||
state: state | ||
}) | ||
}), | ||
value: value | ||
}); | ||
@@ -318,0 +325,0 @@ |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "Event emitter & store that promotes decoupled and readable code", | ||
@@ -30,24 +30,24 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "7.0.0", | ||
"@babel/runtime": "7.1.2", | ||
"@dot-store/dot-prop-immutable": "^3.1.0", | ||
"dot-event": "^2.3.0" | ||
"dot-event": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0", | ||
"@babel/core": "7.0.0", | ||
"@babel/preset-env": "7.0.0", | ||
"rimraf": "^2.6.2", | ||
"@babel/plugin-proposal-class-properties": "7.0.0", | ||
"@babel/cli": "7.1.2", | ||
"@babel/core": "7.1.2", | ||
"@babel/plugin-proposal-class-properties": "7.1.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.0.0", | ||
"@babel/plugin-transform-runtime": "7.0.0", | ||
"babel-eslint": "^8.2.6", | ||
"eslint": "^5.2.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-prettier": "^2.6.2", | ||
"eslint-plugin-react": "^7.10.0", | ||
"prettier": "^1.14.0", | ||
"husky": "1.0.0-rc.13", | ||
"lint-staged": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "7.1.0", | ||
"@babel/preset-env": "7.1.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"jest": "23.6.0" | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.8.0", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"husky": "1.1.2", | ||
"jest": "23.6.0", | ||
"lint-staged": "^8.0.3", | ||
"prettier": "^1.14.3", | ||
"rimraf": "^2.6.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "dist/core.js", |
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
21114
287
+ Added@babel/runtime@7.1.2(transitive)
Updated@babel/runtime@7.1.2
Updateddot-event@^2.7.0