@barefootjs/hono 0.31.7 → 0.31.9

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/vite.js +28 -0
  2. package/package.json +2 -2
package/dist/vite.js CHANGED
@@ -1186,6 +1186,34 @@ var SVG_ROOT_TAGS = new Set([
1186
1186
  "animateTransform",
1187
1187
  "animateMotion"
1188
1188
  ]);
1189
+ var MATHML_ROOT_TAGS = new Set([
1190
+ "math",
1191
+ "mrow",
1192
+ "mfrac",
1193
+ "msup",
1194
+ "msub",
1195
+ "msubsup",
1196
+ "mn",
1197
+ "mi",
1198
+ "mo",
1199
+ "mtext",
1200
+ "munder",
1201
+ "mover",
1202
+ "munderover",
1203
+ "mtable",
1204
+ "mtr",
1205
+ "mtd",
1206
+ "msqrt",
1207
+ "mroot",
1208
+ "mstyle",
1209
+ "merror",
1210
+ "mpadded",
1211
+ "mphantom",
1212
+ "menclose",
1213
+ "semantics",
1214
+ "annotation",
1215
+ "annotation-xml"
1216
+ ]);
1189
1217
 
1190
1218
  // ../jsx/src/ir-to-client-js/collect-elements.ts
1191
1219
  var EMPTY_RENDER_EXPRS = new Set(["null", "undefined", "false", "''", '""', "``"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/hono",
3
- "version": "0.31.7",
3
+ "version": "0.31.9",
4
4
  "description": "Hono integration for BarefootJS",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "devDependencies": {
124
124
  "@barefootjs/adapter-tests": "0.1.0",
125
- "@barefootjs/vite": "0.31.7",
125
+ "@barefootjs/vite": "0.31.9",
126
126
  "@types/jsdom": "^27.0.0",
127
127
  "hono": "^4.6.0",
128
128
  "jsdom": "^27.3.0",