@commercetools-frontend/mc-html-template 21.23.6 → 21.23.7

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,5 +1,5 @@
1
1
  import { type ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
2
- declare type TCompileHtmlResult = {
2
+ type TCompileHtmlResult = {
3
3
  env: ApplicationRuntimeConfig['env'];
4
4
  headers: Record<string, string | undefined>;
5
5
  indexHtmlContent: string;
@@ -1,4 +1,4 @@
1
- declare type TGenerateTemplateOptions = {
1
+ type TGenerateTemplateOptions = {
2
2
  cssImports?: string[];
3
3
  scriptImports?: string[];
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import type { ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
2
- declare type TReplaceHtmlPlaceholdersOptions = {
2
+ type TReplaceHtmlPlaceholdersOptions = {
3
3
  env: ApplicationRuntimeConfig['env'];
4
4
  headers: Record<string, string | undefined>;
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/mc-html-template",
3
- "version": "21.23.6",
3
+ "version": "21.23.7",
4
4
  "description": "Everything related to render the index.html for a MC application",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -28,12 +28,12 @@
28
28
  "README.md"
29
29
  ],
30
30
  "dependencies": {
31
- "@babel/runtime": "^7.19.0",
32
- "@babel/runtime-corejs3": "^7.19.0",
33
- "@commercetools-frontend/application-config": "21.23.6",
34
- "@commercetools-frontend/constants": "21.23.6",
35
- "serialize-javascript": "6.0.0",
36
- "uglify-js": "3.17.3",
31
+ "@babel/runtime": "^7.20.13",
32
+ "@babel/runtime-corejs3": "^7.20.13",
33
+ "@commercetools-frontend/application-config": "21.23.7",
34
+ "@commercetools-frontend/constants": "21.23.7",
35
+ "serialize-javascript": "6.0.1",
36
+ "uglify-js": "3.17.4",
37
37
  "uglifycss": "0.0.29"
38
38
  },
39
39
  "devDependencies": {