object-manage
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/nullivex/object-manage/issues", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "NULLIVEX LLC <contact@nullivex.com>", | ||
@@ -29,9 +29,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"object-merge": "2.5.x", | ||
"redis": "2.8.x", | ||
"uuid": "3.3.x" | ||
"object-merge": "^2.5.1", | ||
"redis": "^3.0.2", | ||
"uuid": "^7.0.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.1.x", | ||
"mocha": "5.2.x" | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
object-manage [![Build Status](https://travis-ci.org/nullivex/object-manage.png?branch=master)](https://travis-ci.org/nullivex/object-manage) | ||
============= | ||
## Kado | ||
STOP AND READ THIS | ||
A new package is available to handle all your JavaScript needs. | ||
See [kado.org](https://kado.org) for details. | ||
## Summary | ||
A library for managing javascript objects and offering common getter, setter, merge support. | ||
@@ -728,2 +737,10 @@ | ||
### 1.1.1 | ||
* Update the following dependencies | ||
* redis 2.8.x → 3.0.x | ||
* uuid 3.3.x → 7.0.x | ||
* chai 4.1.x → 4.2.x | ||
* mocha 5.2.x → 7.1.x | ||
* Add notice about Kado for future use. | ||
### 1.1.0 | ||
@@ -730,0 +747,0 @@ * Update dependencies |
69781
846
+ Addeddenque@1.5.1(transitive)
+ Addedredis@3.1.2(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
+ Addeduuid@7.0.3(transitive)
- Removeddouble-ended-queue@2.1.0-0(transitive)
- Removedredis@2.8.0(transitive)
- Removedredis-parser@2.6.0(transitive)
- Removeduuid@3.3.3(transitive)
Updatedobject-merge@^2.5.1
Updatedredis@^3.0.2
Updateduuid@^7.0.2