@commercetools-frontend/constants 21.25.2 → 22.0.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.
- package/dist/commercetools-frontend-constants.cjs.d.ts +1 -0
- package/dist/commercetools-frontend-constants.cjs.d.ts.map +1 -0
- package/dist/commercetools-frontend-constants.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-constants.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-constants.esm.js +1 -1
- package/dist/declarations/src/constants.d.ts +0 -2
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commercetools-frontend-constants.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|
|
@@ -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 = "
|
|
6
|
+
var version = "22.0.1";
|
|
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 = "
|
|
6
|
+
var version = "22.0.1";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
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