@commercetools-frontend/mc-html-template 24.7.2 → 24.8.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.
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
2
- //# sourceMappingURL=commercetools-frontend-mc-html-template.cjs.d.ts.map
1
+ export * from "./declarations/src/index.js";
2
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1tYy1odG1sLXRlbXBsYXRlLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi9kZWNsYXJhdGlvbnMvc3JjL2luZGV4LmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEifQ==
@@ -1,4 +1,4 @@
1
- export { default as compileHtml } from './compile-html';
2
- export { default as generateTemplate } from './generate-template';
3
- export { default as processHeaders } from './process-headers';
4
- export { default as replaceHtmlPlaceholders } from './replace-html-placeholders';
1
+ export { default as compileHtml } from "./compile-html.js";
2
+ export { default as generateTemplate } from "./generate-template.js";
3
+ export { default as processHeaders } from "./process-headers.js";
4
+ export { default as replaceHtmlPlaceholders } from "./replace-html-placeholders.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/mc-html-template",
3
- "version": "24.7.2",
3
+ "version": "24.8.0",
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": {
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "@babel/runtime": "^7.22.15",
40
40
  "@babel/runtime-corejs3": "^7.22.15",
41
- "@commercetools-frontend/application-config": "24.7.2",
42
- "@commercetools-frontend/constants": "24.7.2",
41
+ "@commercetools-frontend/application-config": "24.8.0",
42
+ "@commercetools-frontend/constants": "24.8.0",
43
43
  "serialize-javascript": "6.0.2",
44
- "uglify-js": "3.18.0",
44
+ "uglify-js": "3.19.3",
45
45
  "uglifycss": "0.0.29"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@tsconfig/node22": "^22.0.0",
49
49
  "@types/serialize-javascript": "^5.0.2",
50
- "html-webpack-plugin": "5.6.0",
51
- "webpack": "5.94.0"
50
+ "html-webpack-plugin": "5.6.3",
51
+ "webpack": "5.101.1"
52
52
  },
53
53
  "engines": {
54
54
  "node": "18.x || 20.x || >=22.0.0"
@@ -1,3 +1,3 @@
1
- export * from "../../dist/declarations/src/webpack-html-template";
2
- export { default } from "../../dist/declarations/src/webpack-html-template";
3
- //# sourceMappingURL=commercetools-frontend-mc-html-template-webpack-html-template.cjs.d.ts.map
1
+ export * from "../../dist/declarations/src/webpack-html-template.js";
2
+ export { default } from "../../dist/declarations/src/webpack-html-template.js";
3
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1tYy1odG1sLXRlbXBsYXRlLXdlYnBhY2staHRtbC10ZW1wbGF0ZS5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2Rpc3QvZGVjbGFyYXRpb25zL3NyYy93ZWJwYWNrLWh0bWwtdGVtcGxhdGUuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
@@ -1 +0,0 @@
1
- {"version":3,"file":"commercetools-frontend-mc-html-template.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
@@ -1,3 +0,0 @@
1
- declare type HtmlDocs = { application: string };
2
- declare const htmlDocs: HtmlDocs;
3
- export default htmlDocs;
@@ -1,6 +0,0 @@
1
- declare type HtmlScripts = {
2
- loadingScreen: string;
3
- publicPath: string;
4
- };
5
- declare const htmlScripts: HtmlScripts;
6
- export default htmlScripts;
@@ -1,5 +0,0 @@
1
- declare type HtmlStyles = {
2
- loadingScreen: string;
3
- };
4
- declare const htmlStyles: HtmlStyles;
5
- export default htmlStyles;
@@ -1,2 +0,0 @@
1
- declare function createAssetHash(content: string): string;
2
- export default createAssetHash;
@@ -1,3 +0,0 @@
1
- import type { ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
2
- declare const sanitizeAppEnvironment: (env: ApplicationRuntimeConfig['env']) => string;
3
- export default sanitizeAppEnvironment;
@@ -1 +0,0 @@
1
- {"version":3,"file":"commercetools-frontend-mc-html-template-webpack-html-template.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/webpack-html-template.d.ts"],"names":[],"mappings":"AAAA"}