circuit-to-svg 0.0.174 → 0.0.176

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/package.json CHANGED
@@ -1,56 +1,40 @@
1
1
  {
2
2
  "name": "circuit-to-svg",
3
3
  "type": "module",
4
- "version": "0.0.174",
4
+ "version": "0.0.176",
5
5
  "description": "Convert Circuit JSON to SVG",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
10
  "scripts": {
11
- "start": "storybook dev -p 6006",
11
+ "start": "cosmos",
12
12
  "prepublish": "npm run build",
13
13
  "build": "tsup-node ./lib/index.ts --format esm --dts --sourcemap",
14
14
  "format": "biome format . --write",
15
15
  "format:check": "biome format .",
16
- "storybook": "storybook dev -p 6006",
17
- "build-storybook": "storybook build"
16
+ "cosmos": "cosmos",
17
+ "cosmos-export": "cosmos-export"
18
18
  },
19
19
  "license": "ISC",
20
20
  "devDependencies": {
21
21
  "@biomejs/biome": "^1.9.4",
22
- "@chromatic-com/storybook": "^1.6.1",
23
- "@storybook/addon-essentials": "^8.2.5",
24
- "@storybook/addon-interactions": "^8.2.5",
25
- "@storybook/addon-links": "^8.2.5",
26
- "@storybook/addon-onboarding": "^8.2.5",
27
- "@storybook/blocks": "^8.2.5",
28
- "@storybook/react": "^8.2.5",
29
- "@storybook/react-vite": "^8.2.5",
30
- "@storybook/test": "^8.2.5",
31
- "@tscircuit/core": "0.0.477",
32
- "@tscircuit/plop": "^0.0.10",
33
22
  "@types/bun": "^1.2.8",
23
+ "@vitejs/plugin-react": "5.0.0",
34
24
  "biome": "^0.3.3",
35
25
  "bun-match-svg": "^0.0.12",
36
- "circuit-json": "^0.0.223",
37
26
  "esbuild": "^0.20.2",
38
27
  "performance-now": "^2.1.0",
39
- "react": "^18.3.1",
40
- "schematic-symbols": "^0.0.153",
41
- "storybook": "^8.2.5",
28
+ "react": "19.1.0",
29
+ "react-cosmos": "7.0.0",
30
+ "react-cosmos-plugin-vite": "7.0.0",
31
+ "tscircuit": "^0.0.571",
42
32
  "tsup": "^8.0.2",
43
33
  "typescript": "^5.4.5",
44
- "vite-tsconfig-paths": "^5.0.1",
45
- "@tscircuit/checks": "^0.0.44",
46
- "@tscircuit/circuit-json-util": "^0.0.47",
47
- "@tscircuit/footprinter": "^0.0.204"
34
+ "vite-tsconfig-paths": "^5.0.1"
48
35
  },
49
36
  "peerDependencies": {
50
- "circuit-json": "*",
51
- "@tscircuit/circuit-json-util": "*",
52
- "@tscircuit/footprinter": "*",
53
- "schematic-symbols": "*"
37
+ "tscircuit": "*"
54
38
  },
55
39
  "dependencies": {
56
40
  "@types/node": "^22.5.5",