boxed-state
Advanced tools
Comparing version 0.8.6 to 0.8.8
{ | ||
"name": "boxed-state", | ||
"version": "0.8.6", | ||
"version": "0.8.8", | ||
"private": false, | ||
@@ -17,11 +17,12 @@ "description": "Immutable proxy wrapper with exception free access to nested properties and auto-instantiation of intermediate containers when nested properties are defined", | ||
"lodash.isstring": "^4.0.1", | ||
"util-string-wrap": "^0.1.0", | ||
"util-type-funcs": "^0.2.4", | ||
"for-each-break": "^0.2.0", | ||
"obj-each-break": "^0.1.8", | ||
"boxed-out": "^0.1.2", | ||
"boxed-immutable": "^0.8.2" | ||
"util-string-wrap": "^0.1.2", | ||
"util-type-funcs": "^0.2.8", | ||
"for-each-break": "^0.2.2", | ||
"obj-each-break": "^0.1.10", | ||
"boxed-out": "^0.1.4", | ||
"boxed-immutable": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"jest-each": "^0.5.0" | ||
"jest": "^24.1.0", | ||
"jest-each": "^24.0.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "scripts": {}, |
"use strict"; | ||
const jestEach = require('jest-each'); | ||
const jestEach = require('jest-each').default; | ||
const boxedImmutable = require("boxed-immutable"); | ||
@@ -5,0 +5,0 @@ const utilTypeFuncs = require('util-type-funcs'); |
"use strict"; | ||
const jestEach = require('jest-each'); | ||
const jestEach = require('jest-each').default; | ||
const boxedImmutable = require("boxed-immutable"); | ||
@@ -5,0 +5,0 @@ const utilTypeFuncs = require('util-type-funcs'); |
@@ -5,2 +5,3 @@ # Version History | ||
- [0.8.8](#088) | ||
- [0.8.6](#086) | ||
@@ -12,2 +13,6 @@ - [0.8.4](#084) | ||
## 0.8.8 | ||
* Fix: update dependencies | ||
## 0.8.6 | ||
@@ -14,0 +19,0 @@ |
45395
2
Updatedboxed-immutable@^0.8.4
Updatedboxed-out@^0.1.4
Updatedfor-each-break@^0.2.2
Updatedobj-each-break@^0.1.10
Updatedutil-string-wrap@^0.1.2
Updatedutil-type-funcs@^0.2.8