@tscircuit/core 0.0.562 → 0.0.564
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 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8834,7 +8834,7 @@ var Diode = class extends NormalComponent {
|
|
|
8834
8834
|
// @ts-ignore
|
|
8835
8835
|
get config() {
|
|
8836
8836
|
return {
|
|
8837
|
-
schematicSymbolName: this.props.symbolName ?? "diode",
|
|
8837
|
+
schematicSymbolName: this.props.schottky ? "schottky_diode" : this.props.symbolName ?? "diode",
|
|
8838
8838
|
componentName: "Diode",
|
|
8839
8839
|
zodProps: diodeProps,
|
|
8840
8840
|
sourceFtype: "simple_diode"
|
|
@@ -10961,7 +10961,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
10961
10961
|
var package_default = {
|
|
10962
10962
|
name: "@tscircuit/core",
|
|
10963
10963
|
type: "module",
|
|
10964
|
-
version: "0.0.
|
|
10964
|
+
version: "0.0.563",
|
|
10965
10965
|
types: "dist/index.d.ts",
|
|
10966
10966
|
main: "dist/index.js",
|
|
10967
10967
|
module: "dist/index.js",
|
|
@@ -10987,7 +10987,7 @@ var package_default = {
|
|
|
10987
10987
|
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
10988
10988
|
"@tscircuit/checks": "^0.0.56",
|
|
10989
10989
|
"@tscircuit/circuit-json-util": "^0.0.51",
|
|
10990
|
-
"@tscircuit/footprinter": "^0.0.
|
|
10990
|
+
"@tscircuit/footprinter": "^0.0.193",
|
|
10991
10991
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
10992
10992
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
10993
10993
|
"@tscircuit/log-soup": "^1.0.2",
|
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.564",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
28
28
|
"@tscircuit/checks": "^0.0.56",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.51",
|
|
30
|
-
"@tscircuit/footprinter": "^0.0.
|
|
30
|
+
"@tscircuit/footprinter": "^0.0.193",
|
|
31
31
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
32
32
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
33
33
|
"@tscircuit/log-soup": "^1.0.2",
|