@marko/translator-default 5.33.1 → 6.0.0

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 +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -504,6 +504,7 @@ function getRuntimeEntryFiles(output, optimize) {
504
504
  `${base}runtime/helpers/render-tag.js`,
505
505
  `${base}runtime/helpers/style-value.js`,
506
506
  `${base}runtime/helpers/to-string.js`,
507
+ `${base}runtime/helpers/empty-component.js`,
507
508
  `${base}core-tags/components/preserve-tag.js`,
508
509
  ...(output === "html" ?
509
510
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.33.1",
3
+ "version": "6.0.0",
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.36.1",
38
- "marko": "^5.34.1"
38
+ "marko": "^5.34.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",