@tscircuit/pcb-viewer 1.11.169 → 1.11.170
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 +1 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -5
package/dist/index.js
CHANGED
|
@@ -9924,7 +9924,7 @@ import { css as css3 } from "@emotion/css";
|
|
|
9924
9924
|
// package.json
|
|
9925
9925
|
var package_default = {
|
|
9926
9926
|
name: "@tscircuit/pcb-viewer",
|
|
9927
|
-
version: "1.11.
|
|
9927
|
+
version: "1.11.169",
|
|
9928
9928
|
main: "dist/index.js",
|
|
9929
9929
|
type: "module",
|
|
9930
9930
|
repository: "tscircuit/pcb-viewer",
|
|
@@ -9933,8 +9933,6 @@ var package_default = {
|
|
|
9933
9933
|
start: "cosmos",
|
|
9934
9934
|
build: "tsup ./src/index.tsx --platform browser --dts --sourcemap --format esm --outDir dist",
|
|
9935
9935
|
yalc: "npm run build && yalc push",
|
|
9936
|
-
storybook: "storybook dev -p 6006",
|
|
9937
|
-
"build-storybook": "cosmos-export ",
|
|
9938
9936
|
format: "biome format . --write",
|
|
9939
9937
|
"format:check": "biome format .",
|
|
9940
9938
|
cosmos: "cosmos",
|
|
@@ -9949,8 +9947,6 @@ var package_default = {
|
|
|
9949
9947
|
"@semantic-release/git": "^10.0.1",
|
|
9950
9948
|
"@semantic-release/npm": "^9.0.1",
|
|
9951
9949
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
9952
|
-
"@storybook/nextjs": "^8.0.6",
|
|
9953
|
-
"@storybook/react": "^8.0.6",
|
|
9954
9950
|
"@swc/core": "^1.4.12",
|
|
9955
9951
|
"@tscircuit/eagle-xml-converter": "^1.0.0",
|
|
9956
9952
|
"@tscircuit/props": "^0.0.207",
|