wappsto-blanket
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "wappsto-blanket", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
import { getServiceVersion } from 'wappsto-redux/util/helpers'; | ||
import { openStream, closeStream, updateStream as updateReduxStream } from 'wappsto-redux/actions/stream'; | ||
import { openStream, closeStream, updateStream as updateReduxStream, status } from 'wappsto-redux/actions/stream'; | ||
import config from 'wappsto-redux/config'; | ||
@@ -107,3 +107,3 @@ | ||
dispatch(closeStream(mainStream, true)); | ||
dispatch(updateReduxStream(mainStream, undefined, undefined, ws, { subscription: newSubscriptions, name: mainStream, full: options.full || false })); | ||
dispatch(updateReduxStream(mainStream, status.OPEN, null, ws, { subscription: newSubscriptions, name: mainStream, full: options.full || false })); | ||
subscriptions.old = subscriptions.new; | ||
@@ -110,0 +110,0 @@ subscriptions.new = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28065