customerio-gist-web
Advanced tools
Comparing version 3.11.0 to 3.11.1
{ | ||
"name": "customerio-gist-web", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -7,3 +7,3 @@ import EventEmitter from "./utilities/event-emitter"; | ||
import { setUserLocale } from "./managers/locale-manager"; | ||
import { setupPreview, fetchPreviewId } from "./utilities/preview-mode"; | ||
import { setupPreview } from "./utilities/preview-mode"; | ||
@@ -111,2 +111,2 @@ export default class { | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { UserNetworkInstance, DefaultHeaders } from './network'; | ||
import { UserNetworkInstance } from './network'; | ||
import { setKeyToLocalStore } from '../utilities/local-storage'; | ||
@@ -46,2 +46,2 @@ import { log } from "../utilities/log"; | ||
setKeyToLocalStore(userQueueNextPullCheckLocalStoreName, currentPollingDelayInSeconds, expiryDate); | ||
} | ||
} |
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
1213
105879