@commercetools-frontend/constants
Advanced tools
Comparing version 0.0.0-canary-20240513093647 to 0.0.0-canary-20240514093649
@@ -6,3 +6,3 @@ 'use strict'; | ||
// NOTE: This string will be replaced on build time with the package version. | ||
var version = "22.25.1"; | ||
var version = "22.26.0"; | ||
@@ -119,3 +119,4 @@ /** | ||
MC_METRICS: 'mc-metrics', | ||
IMPORT: 'import' | ||
IMPORT: 'import', | ||
EXPORT: 'export' | ||
}; | ||
@@ -122,0 +123,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
// NOTE: This string will be replaced on build time with the package version. | ||
var version = "22.25.1"; | ||
var version = "22.26.0"; | ||
@@ -119,3 +119,4 @@ /** | ||
MC_METRICS: 'mc-metrics', | ||
IMPORT: 'import' | ||
IMPORT: 'import', | ||
EXPORT: 'export' | ||
}; | ||
@@ -122,0 +123,0 @@ |
// NOTE: This string will be replaced on build time with the package version. | ||
var version = "22.25.1"; | ||
var version = "22.26.0"; | ||
@@ -114,3 +114,4 @@ /** | ||
MC_METRICS: 'mc-metrics', | ||
IMPORT: 'import' | ||
IMPORT: 'import', | ||
EXPORT: 'export' | ||
}; | ||
@@ -117,0 +118,0 @@ |
@@ -117,2 +117,3 @@ import type { TCustomView } from './types/generated/settings'; | ||
readonly IMPORT: "import"; | ||
readonly EXPORT: "export"; | ||
}; | ||
@@ -119,0 +120,0 @@ export type TMcApiProxyTargets = (typeof MC_API_PROXY_TARGETS)[keyof typeof MC_API_PROXY_TARGETS]; |
{ | ||
"name": "@commercetools-frontend/constants", | ||
"version": "0.0.0-canary-20240513093647", | ||
"version": "0.0.0-canary-20240514093649", | ||
"description": "Shared constants for MC applications", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", |
102225
2555