@tscircuit/core 0.0.1235 → 0.0.1236
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/dist/index.js +3 -1
- package/package.json +3 -1
package/dist/index.js
CHANGED
|
@@ -20801,7 +20801,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20801
20801
|
var package_default = {
|
|
20802
20802
|
name: "@tscircuit/core",
|
|
20803
20803
|
type: "module",
|
|
20804
|
-
version: "0.0.
|
|
20804
|
+
version: "0.0.1235",
|
|
20805
20805
|
types: "dist/index.d.ts",
|
|
20806
20806
|
main: "dist/index.js",
|
|
20807
20807
|
module: "dist/index.js",
|
|
@@ -20875,6 +20875,8 @@ var package_default = {
|
|
|
20875
20875
|
flatbush: "^4.5.0",
|
|
20876
20876
|
"graphics-debug": "^0.0.89",
|
|
20877
20877
|
howfat: "^0.3.8",
|
|
20878
|
+
"kicad-to-circuit-json": "^0.0.58",
|
|
20879
|
+
kicadts: "^0.0.35",
|
|
20878
20880
|
"live-server": "^1.2.2",
|
|
20879
20881
|
"looks-same": "^9.0.1",
|
|
20880
20882
|
minicssgrid: "^0.0.9",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.1236",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -75,6 +75,8 @@
|
|
|
75
75
|
"flatbush": "^4.5.0",
|
|
76
76
|
"graphics-debug": "^0.0.89",
|
|
77
77
|
"howfat": "^0.3.8",
|
|
78
|
+
"kicad-to-circuit-json": "^0.0.58",
|
|
79
|
+
"kicadts": "^0.0.35",
|
|
78
80
|
"live-server": "^1.2.2",
|
|
79
81
|
"looks-same": "^9.0.1",
|
|
80
82
|
"minicssgrid": "^0.0.9",
|