@tscircuit/common 0.0.5 → 0.0.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:circuit": "tsci build",
|
|
25
25
|
"snapshot": "tsci snapshot",
|
|
26
26
|
"snapshot:update": "tsci snapshot --update --3d",
|
|
27
|
-
"start": "tsci dev",
|
|
27
|
+
"start": "bunx tsci dev",
|
|
28
28
|
"format": "biome format --write",
|
|
29
29
|
"format:check": "biome format"
|
|
30
30
|
},
|