@tscircuit/core 0.0.413 → 0.0.414

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.
package/README.md CHANGED
@@ -53,3 +53,8 @@ board.add(trace)
53
53
 
54
54
  circuit.getJson() // [{ type: "board", ...}, { type: "resistor", ...}, ...]
55
55
  ```
56
+
57
+ ## Development
58
+
59
+ - [How does core work?](./docs/DEVELOPMENT.md#overview-of-how-core-works)
60
+ - [How to do benchmarking or debug performance](./docs/DEVELOPMENT.md#debugging-performance)
package/dist/index.js CHANGED
@@ -8409,7 +8409,7 @@ import { identity as identity4 } from "transformation-matrix";
8409
8409
  var package_default = {
8410
8410
  name: "@tscircuit/core",
8411
8411
  type: "module",
8412
- version: "0.0.412",
8412
+ version: "0.0.413",
8413
8413
  types: "dist/index.d.ts",
8414
8414
  main: "dist/index.js",
8415
8415
  module: "dist/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.413",
4
+ "version": "0.0.414",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",