@marko/translator-default 5.32.3 → 5.32.4

Sign up to get free protection for your applications and to get access to all the features.
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",