@tscircuit/core 0.0.757 → 0.0.758
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 +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15811,7 +15811,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
15811
15811
|
var package_default = {
|
|
15812
15812
|
name: "@tscircuit/core",
|
|
15813
15813
|
type: "module",
|
|
15814
|
-
version: "0.0.
|
|
15814
|
+
version: "0.0.757",
|
|
15815
15815
|
types: "dist/index.d.ts",
|
|
15816
15816
|
main: "dist/index.js",
|
|
15817
15817
|
module: "dist/index.js",
|
|
@@ -15841,7 +15841,7 @@ var package_default = {
|
|
|
15841
15841
|
devDependencies: {
|
|
15842
15842
|
"@biomejs/biome": "^1.8.3",
|
|
15843
15843
|
"@tscircuit/capacity-autorouter": "^0.0.123",
|
|
15844
|
-
"@tscircuit/checks": "^0.0.
|
|
15844
|
+
"@tscircuit/checks": "^0.0.79",
|
|
15845
15845
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
15846
15846
|
"@tscircuit/footprinter": "^0.0.236",
|
|
15847
15847
|
"@tscircuit/import-snippet": "^0.0.4",
|
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.758",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.8.3",
|
|
33
33
|
"@tscircuit/capacity-autorouter": "^0.0.123",
|
|
34
|
-
"@tscircuit/checks": "^0.0.
|
|
34
|
+
"@tscircuit/checks": "^0.0.79",
|
|
35
35
|
"@tscircuit/circuit-json-util": "^0.0.67",
|
|
36
36
|
"@tscircuit/footprinter": "^0.0.236",
|
|
37
37
|
"@tscircuit/import-snippet": "^0.0.4",
|