@tscircuit/core 0.0.278 → 0.0.279

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/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -59,7 +59,7 @@ import Debug4 from "debug";
59
59
  import React from "react";
60
60
  import ReactReconciler from "react-reconciler";
61
61
  import ReactReconciler18 from "react-reconciler-18";
62
- import { DefaultEventPriority } from "react-reconciler/constants";
62
+ import { DefaultEventPriority } from "react-reconciler/constants.js";
63
63
 
64
64
  // lib/components/base-components/Renderable.ts
65
65
  import Debug from "debug";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.278",
4
+ "version": "0.0.279",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -22,6 +22,7 @@
22
22
  "start:benchmarking": "concurrently \"bun run build:benchmarking:watch\" \"live-server ./benchmarking-dist\""
23
23
  },
24
24
  "devDependencies": {
25
+ "react-reconciler-18": "npm:react-reconciler@0.29.2",
25
26
  "@biomejs/biome": "^1.8.3",
26
27
  "@tscircuit/import-snippet": "^0.0.4",
27
28
  "@tscircuit/layout": "^0.0.28",
@@ -63,7 +64,6 @@
63
64
  "nanoid": "^5.0.7",
64
65
  "performance-now": "^2.1.0",
65
66
  "react-reconciler": "^0.31.0",
66
- "react-reconciler-18": "npm:react-reconciler@0.29.2",
67
67
  "schematic-symbols": "^0.0.113",
68
68
  "transformation-matrix": "^2.16.1",
69
69
  "zod": "^3.23.8"