quiq-chat
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -323,3 +323,3 @@ 'use strict'; | ||
var version = "1.10.0"; | ||
var version = "1.10.1"; | ||
@@ -341,2 +341,6 @@ // | ||
var request = { | ||
// Leave this as cors even though we are on same origin for default webchat case. | ||
// If anyone were to use quiq-chat directly without webchat, it would be on a non-goquiq.com domain. | ||
// It also allows us to test our webchat as if it were cors enabled, even though we do not use | ||
// cors capabilities. | ||
mode: 'cors', | ||
@@ -343,0 +347,0 @@ headers: { |
{ | ||
"name": "quiq-chat", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Library to help with network requests to create a webchat client for Quiq Messaging", | ||
@@ -5,0 +5,0 @@ "main": "build/quiq-chat.js", |
@@ -28,2 +28,6 @@ // @flow | ||
let request: RequestOptions = { | ||
// Leave this as cors even though we are on same origin for default webchat case. | ||
// If anyone were to use quiq-chat directly without webchat, it would be on a non-goquiq.com domain. | ||
// It also allows us to test our webchat as if it were cors enabled, even though we do not use | ||
// cors capabilities. | ||
mode: 'cors', | ||
@@ -30,0 +34,0 @@ headers: { |
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
734783
8486