boxed-state
Advanced tools
Comparing version 0.8.4 to 0.8.6
{ | ||
"name": "boxed-state", | ||
"version": "0.8.4", | ||
"version": "0.8.6", | ||
"private": false, | ||
@@ -18,7 +18,7 @@ "description": "Immutable proxy wrapper with exception free access to nested properties and auto-instantiation of intermediate containers when nested properties are defined", | ||
"util-string-wrap": "^0.1.0", | ||
"util-type-funcs": "^0.2.2", | ||
"util-type-funcs": "^0.2.4", | ||
"for-each-break": "^0.2.0", | ||
"obj-each-break": "^0.1.2", | ||
"boxed-out": "^0.1.0", | ||
"boxed-immutable": "^0.8.0" | ||
"obj-each-break": "^0.1.8", | ||
"boxed-out": "^0.1.2", | ||
"boxed-immutable": "^0.8.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
describe(`README`, () => { | ||
test(`readme useage`, () => { | ||
test(`readme usage`, () => { | ||
const boxState = require('boxed-state').boxState; | ||
@@ -4,0 +4,0 @@ |
@@ -5,2 +5,3 @@ # Version History | ||
- [0.8.6](#086) | ||
- [0.8.4](#084) | ||
@@ -11,2 +12,6 @@ - [0.8.2](#082) | ||
## 0.8.6 | ||
* Fix: update dependencies | ||
## 0.8.4 | ||
@@ -13,0 +18,0 @@ |
45300
Updatedboxed-immutable@^0.8.2
Updatedboxed-out@^0.1.2
Updatedobj-each-break@^0.1.8
Updatedutil-type-funcs@^0.2.4