marko 6.0.27 → 6.0.29

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.
@@ -9267,7 +9267,6 @@ var script_default = {
9267
9267
  tag.remove();
9268
9268
  }
9269
9269
  },
9270
- html: false,
9271
9270
  parseOptions: {
9272
9271
  text: true,
9273
9272
  preserveWhitespace: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "6.0.27",
3
+ "version": "6.0.29",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",
@@ -48,7 +48,7 @@
48
48
  "build": "node -r ~ts ./scripts/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@marko/compiler": "^5.39.26",
51
+ "@marko/compiler": "^5.39.28",
52
52
  "csstype": "^3.1.3",
53
53
  "magic-string": "^0.30.17"
54
54
  },