@commercetools-frontend/constants 21.25.2 → 22.0.0

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "21.25.2";
6
+ var version = "22.0.0";
7
7
 
8
8
  // DOM elements
9
9
  const PORTALS_CONTAINER_ID = 'portals-container'; // Links
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  // NOTE: This string will be replaced on build time with the package version.
6
- var version = "21.25.2";
6
+ var version = "22.0.0";
7
7
 
8
8
  // DOM elements
9
9
  const PORTALS_CONTAINER_ID = 'portals-container'; // Links
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "21.25.2";
2
+ var version = "22.0.0";
3
3
 
4
4
  // DOM elements
5
5
  const PORTALS_CONTAINER_ID = 'portals-container'; // Links
@@ -142,7 +142,6 @@ export type ApplicationOidcForDevelopmentConfig = {
142
142
  }[];
143
143
  };
144
144
  export interface ApplicationWindow extends Window {
145
- dataLayer: unknown[];
146
145
  app: {
147
146
  applicationId: string;
148
147
  applicationName: string;
@@ -156,7 +155,6 @@ export interface ApplicationWindow extends Window {
156
155
  servedByProxy: boolean;
157
156
  ldClientSideId?: string;
158
157
  trackingSentry?: string;
159
- trackingGtm?: string;
160
158
  __DEVELOPMENT__?: {
161
159
  oidc?: ApplicationOidcForDevelopmentConfig;
162
160
  menuLinks?: ApplicationMenuLinksForDevelopmentConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "21.25.2",
3
+ "version": "22.0.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {