@shopgate/pwa-core 7.21.3-beta.2 → 7.22.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export var DEFAULT_CONTEXT='*';export var SOURCE_APP='app';export var SOURCE_PIPELINE='pipeline';export var SOURCE_TRACKING='tracking';export var SOURCE_CONSOLE='console';export var CODE_TRACKING='ETRACKING';export var Severity={Fatal:Symbol('fatal'),Error:Symbol('error'),Critical:Symbol('critical'),Warning:Symbol('warning'),Info:Symbol('info'),Debug:Symbol('debug')};export var DEFAULT_SEVERITY=Severity.Error;
1
+ export var DEFAULT_CONTEXT='*';export var SOURCE_APP='app';export var SOURCE_PIPELINE='pipeline';export var SOURCE_TRACKING='tracking';export var SOURCE_CONSOLE='console';export var CODE_TRACKING='ETRACKING';export var Severity={Fatal:'fatal',Error:'error',Critical:'critical',Warning:'warning',Info:'info',Debug:'debug'};export var DEFAULT_SEVERITY=Severity.Error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/pwa-core",
3
- "version": "7.21.3-beta.2",
3
+ "version": "7.22.0-beta.1",
4
4
  "description": "Core library for the Shopgate Connect PWA.",
5
5
  "author": "Support <support@shopgate.com>",
6
6
  "license": "Apache-2.0",