@barefootjs/client 0.35.1 → 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.
@@ -170202,8 +170202,11 @@ function formatDateLocalNames(metadata) {
170202
170202
  // ../jsx/src/ir-to-client-js/prune-unused-prop-extractions.ts
170203
170203
  var import_typescript19 = __toESM(require_typescript(), 1);
170204
170204
 
170205
- // ../jsx/src/ir-to-client-js/control-flow/plan/lazy-preamble.ts
170205
+ // ../jsx/src/ir-to-client-js/emit-reactive.ts
170206
170206
  var import_typescript20 = __toESM(require_typescript(), 1);
170207
+
170208
+ // ../jsx/src/ir-to-client-js/control-flow/plan/lazy-preamble.ts
170209
+ var import_typescript21 = __toESM(require_typescript(), 1);
170207
170210
  var NO_PREAMBLE = {
170208
170211
  lazySafe: true,
170209
170212
  facts: { declaredNames: new Set, freeNames: new Set }
@@ -170252,9 +170255,6 @@ var INERT_BINDING_GLOBALS = new Set([
170252
170255
  "decodeURI"
170253
170256
  ]);
170254
170257
 
170255
- // ../jsx/src/ir-to-client-js/emit-reactive.ts
170256
- var import_typescript21 = __toESM(require_typescript(), 1);
170257
-
170258
170258
  // ../jsx/src/ir-to-client-js/control-flow/stringify/event-delegation.ts
170259
170259
  var NON_BUBBLING_EVENTS = new Set([
170260
170260
  "blur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/client",
3
- "version": "0.35.1",
3
+ "version": "0.35.3",
4
4
  "description": "BarefootJS client package: reactive primitives (SSR-safe) plus browser runtime under the `/runtime` subpath (compiler target)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,7 +55,7 @@
55
55
  "directory": "packages/client"
56
56
  },
57
57
  "dependencies": {
58
- "@barefootjs/shared": "0.35.1"
58
+ "@barefootjs/shared": "0.35.3"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@barefootjs/jsx": ">=0.2.0"