Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "localsync", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "a lightweight module to sync JS objects in realtime across tabs / windows of a browser.", | ||
@@ -50,7 +50,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"cookiesync": "^1.3.0", | ||
"serversync": "^1.3.0", | ||
"socketsync": "^1.3.0", | ||
"storagesync": "^1.3.0", | ||
"webrtcsync": "^1.3.0" | ||
"cookiesync": "^1.3.1", | ||
"serversync": "^1.3.1", | ||
"socketsync": "^1.3.1", | ||
"storagesync": "^1.3.1", | ||
"webrtcsync": "^1.3.1" | ||
}, | ||
@@ -62,6 +62,6 @@ "devDependencies": { | ||
"babel-register": "latest", | ||
"chai": "^3.0.0", | ||
"codecov": "^1.0.1", | ||
"esdoc": "^0.4.6", | ||
"esdoc-es7-plugin": "0.0.3", | ||
"invariant": "^2.2.2", | ||
"mocha": "latest", | ||
@@ -68,0 +68,0 @@ "ncp": "^2.0.0", |
16672
Updatedcookiesync@^1.3.1
Updatedserversync@^1.3.1
Updatedsocketsync@^1.3.1
Updatedstoragesync@^1.3.1
Updatedwebrtcsync@^1.3.1