@contentful/live-preview
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -54,3 +54,3 @@ function _define_property(obj, key, value) { | ||
import { encodeGraphQLResponse, encodeCPAResponse, splitEncoding } from '@contentful/content-source-maps'; | ||
import { version } from '../package.json'; | ||
import pkg from '../package.json'; | ||
import { debug, isInsideIframe, pollUrlChanges, sendMessageToEditor, setDebugMode } from './helpers/index.js'; | ||
@@ -64,3 +64,3 @@ import { isValidMessage } from './helpers/validateMessage.js'; | ||
import { SaveEvent } from './saveEvent.js'; | ||
export const VERSION = version; | ||
export const VERSION = pkg.version; | ||
const DEFAULT_ALLOWED_ORIGINS = [ | ||
@@ -67,0 +67,0 @@ 'https://app.contentful.com', |
{ | ||
"name": "@contentful/live-preview", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"author": "Contentful GmbH", | ||
@@ -83,3 +83,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "29e0e0b35d0114818b63e4db16eebfd834f9cd9a" | ||
"gitHead": "8fafc4cbc02b716be02042b117c46fc552822f3d" | ||
} |
Sorry, the diff of this file is not supported yet
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
128426
3237