@barefootjs/hono 0.35.2 → 0.35.3

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 +4 -4
  2. package/package.json +2 -2
package/dist/vite.js CHANGED
@@ -1477,8 +1477,11 @@ function formatDateLocalNames(metadata) {
1477
1477
  // ../jsx/src/ir-to-client-js/prune-unused-prop-extractions.ts
1478
1478
  import ts19 from "typescript";
1479
1479
 
1480
- // ../jsx/src/ir-to-client-js/control-flow/plan/lazy-preamble.ts
1480
+ // ../jsx/src/ir-to-client-js/emit-reactive.ts
1481
1481
  import ts20 from "typescript";
1482
+
1483
+ // ../jsx/src/ir-to-client-js/control-flow/plan/lazy-preamble.ts
1484
+ import ts21 from "typescript";
1482
1485
  var NO_PREAMBLE = {
1483
1486
  lazySafe: true,
1484
1487
  facts: { declaredNames: new Set, freeNames: new Set }
@@ -1527,9 +1530,6 @@ var INERT_BINDING_GLOBALS = new Set([
1527
1530
  "decodeURI"
1528
1531
  ]);
1529
1532
 
1530
- // ../jsx/src/ir-to-client-js/emit-reactive.ts
1531
- import ts21 from "typescript";
1532
-
1533
1533
  // ../jsx/src/ir-to-client-js/control-flow/stringify/event-delegation.ts
1534
1534
  var NON_BUBBLING_EVENTS = new Set([
1535
1535
  "blur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/hono",
3
- "version": "0.35.2",
3
+ "version": "0.35.3",
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.35.2",
125
+ "@barefootjs/vite": "0.35.3",
126
126
  "@types/jsdom": "^27.0.0",
127
127
  "hono": "^4.6.0",
128
128
  "jsdom": "^27.3.0",