@heycharles/browser-sdk
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -0,1 +1,8 @@ | ||
## [2.9.1](https://github.com/c-commerce/charles-browser-sdk/compare/v2.9.0...v2.9.1) (2020-03-08) | ||
### Bug Fixes | ||
* **message:** add back feed ref ([28e3b63](https://github.com/c-commerce/charles-browser-sdk/commit/28e3b6354cb20010a3d34b233be646b8277523fe)) | ||
# [2.9.0](https://github.com/c-commerce/charles-browser-sdk/compare/v2.8.0...v2.9.0) (2020-03-08) | ||
@@ -2,0 +9,0 @@ |
@@ -98,3 +98,5 @@ "use strict"; | ||
else if (options.rawPayload.feed) { | ||
// this.feed = Feed.createUninitialized({ id: options.rawPayload.feed }, this.universe, this.http, null) | ||
_this.feed = { | ||
id: options.rawPayload.feed | ||
}; | ||
} | ||
@@ -101,0 +103,0 @@ else { |
{ | ||
"name": "@heycharles/browser-sdk", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "The Browser SDK for the Charles APIs.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
887899
21761