@knocklabs/client
Advanced tools
Comparing version 0.4.5-rc.2 to 0.4.5-rc.3
@@ -244,2 +244,3 @@ "use strict"; | ||
meta = _objectSpread(_objectSpread({}, state.metadata), {}, { | ||
total_count: state.metadata.total_count - normalizedItems.length, | ||
unseen_count: state.metadata.unseen_count - unseenCount, | ||
@@ -246,0 +247,0 @@ unread_count: state.metadata.unread_count - unreadCount |
@@ -156,2 +156,3 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator"; | ||
var meta = _objectSpread(_objectSpread({}, state.metadata), {}, { | ||
total_count: state.metadata.total_count - normalizedItems.length, | ||
unseen_count: state.metadata.unseen_count - unseenCount, | ||
@@ -158,0 +159,0 @@ unread_count: state.metadata.unread_count - unreadCount |
{ | ||
"name": "@knocklabs/client", | ||
"version": "0.4.5-rc.2", | ||
"version": "0.4.5-rc.3", | ||
"description": "The clientside library for interacting with Knock", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/knocklabs/knock-client-js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
206638
2338