@marko/translator-default 5.32.3 → 5.32.4

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -494,13 +494,15 @@ function getRuntimeEntryFiles(output, optimize) {
494
494
  `${base}core-tags/components/preferred-script-location-tag.js`,
495
495
  `${base}core-tags/core/__flush_here_and_after__.js`,
496
496
  `${base}core-tags/core/await/renderer.js`,
497
- `${base}core-tags/core/await/reorderer-renderer.js`] :
497
+ `${base}core-tags/core/await/reorderer-renderer.js`,
498
+ `${base}runtime/helpers/tags-compat/html${optimize ? "" : "-debug"}.mjs`] :
498
499
 
499
500
  [
500
501
  `${base}runtime/vdom/index.js`,
501
502
  `${base}runtime/vdom/hot-reload.js`,
502
503
  `${base}runtime/vdom/helpers/attrs.js`,
503
- `${base}runtime/vdom/helpers/const-element.js`])];
504
+ `${base}runtime/vdom/helpers/const-element.js`,
505
+ `${base}runtime/helpers/tags-compat/dom${optimize ? "" : "-debug"}.mjs`])];
504
506
 
505
507
 
506
508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.32.3",
3
+ "version": "5.32.4",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@marko/compiler": "^5.35.4",
38
- "marko": "^5.33.4"
38
+ "marko": "^5.33.6"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",