@sitecore-cloudsdk/events
Advanced tools
Comparing version 0.1.0-rc.0 to 0.1.0-rc.2
{ | ||
"name": "@sitecore-cloudsdk/events", | ||
"version": "0.1.0-rc.0", | ||
"version": "0.1.0-rc.2", | ||
"license": "Apache-2.0", | ||
@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/core": "0.x", | ||
"@sitecore-cloudsdk/utils": "0.x" | ||
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0", | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id'; | ||
export { getBrowserId } from '@sitecore-cloudsdk/core'; | ||
export { init } from './lib/initializer/browser/initializer'; | ||
@@ -3,0 +3,0 @@ export type { IPageViewEventInput, ICustomEventInput, IIdentityEventAttributesInput } from './lib/events'; |
@@ -5,4 +5,4 @@ "use strict"; | ||
// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S. | ||
var get_browser_id_1 = require("packages/core/src/lib/init/get-browser-id"); | ||
Object.defineProperty(exports, "getBrowserId", { enumerable: true, get: function () { return get_browser_id_1.getBrowserId; } }); | ||
var core_1 = require("@sitecore-cloudsdk/core"); | ||
Object.defineProperty(exports, "getBrowserId", { enumerable: true, get: function () { return core_1.getBrowserId; } }); | ||
var initializer_1 = require("./lib/initializer/browser/initializer"); | ||
@@ -9,0 +9,0 @@ Object.defineProperty(exports, "init", { enumerable: true, get: function () { return initializer_1.init; } }); |
{ | ||
"name": "@sitecore-cloudsdk/events", | ||
"version": "0.1.0-rc.0", | ||
"version": "0.1.0-rc.2", | ||
"license": "Apache-2.0", | ||
@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/core": "0.x", | ||
"@sitecore-cloudsdk/utils": "0.x" | ||
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0", | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id'; | ||
export { getBrowserId } from '@sitecore-cloudsdk/core'; | ||
export { init } from './lib/initializer/browser/initializer'; | ||
@@ -3,0 +3,0 @@ export type { IPageViewEventInput, ICustomEventInput, IIdentityEventAttributesInput } from './lib/events'; |
// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S. | ||
export { getBrowserId } from 'packages/core/src/lib/init/get-browser-id'; | ||
export { getBrowserId } from '@sitecore-cloudsdk/core'; | ||
export { init } from './lib/initializer/browser/initializer'; | ||
@@ -4,0 +4,0 @@ export { addToEventQueue } from './lib/eventStorage/addToEventQueue'; |
{ | ||
"name": "@sitecore-cloudsdk/events", | ||
"version": "0.1.0-rc.0", | ||
"version": "0.1.0-rc.2", | ||
"license": "Apache-2.0", | ||
@@ -19,4 +19,4 @@ "main": "dist/cjs/src/index.js", | ||
"dependencies": { | ||
"@sitecore-cloudsdk/core": "0.x", | ||
"@sitecore-cloudsdk/utils": "0.x" | ||
"@sitecore-cloudsdk/core": ">=0.1.0-rc.0", | ||
"@sitecore-cloudsdk/utils": ">=0.1.0-rc.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
181611