@tscircuit/core 0.0.834 → 0.0.835
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 -2
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -17544,7 +17544,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
17544
17544
|
var package_default = {
|
|
17545
17545
|
name: "@tscircuit/core",
|
|
17546
17546
|
type: "module",
|
|
17547
|
-
version: "0.0.
|
|
17547
|
+
version: "0.0.834",
|
|
17548
17548
|
types: "dist/index.d.ts",
|
|
17549
17549
|
main: "dist/index.js",
|
|
17550
17550
|
module: "dist/index.js",
|
|
@@ -17569,7 +17569,8 @@ var package_default = {
|
|
|
17569
17569
|
"smoke-test:dist": "bun run scripts/smoke-tests/test-dist-simple-circuit.tsx",
|
|
17570
17570
|
"build:benchmarking": "bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist",
|
|
17571
17571
|
"build:benchmarking:watch": `chokidar "./{benchmarking,lib}/**/*.{ts,tsx}" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'`,
|
|
17572
|
-
"start:benchmarking": 'concurrently "bun run build:benchmarking:watch" "live-server ./benchmarking-dist"'
|
|
17572
|
+
"start:benchmarking": 'concurrently "bun run build:benchmarking:watch" "live-server ./benchmarking-dist"',
|
|
17573
|
+
"generate-test-plan": "bun run scripts/generate-test-plan.ts"
|
|
17573
17574
|
},
|
|
17574
17575
|
devDependencies: {
|
|
17575
17576
|
"@biomejs/biome": "^1.8.3",
|
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.835",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"smoke-test:dist": "bun run scripts/smoke-tests/test-dist-simple-circuit.tsx",
|
|
27
27
|
"build:benchmarking": "bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist",
|
|
28
28
|
"build:benchmarking:watch": "chokidar \"./{benchmarking,lib}/**/*.{ts,tsx}\" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'",
|
|
29
|
-
"start:benchmarking": "concurrently \"bun run build:benchmarking:watch\" \"live-server ./benchmarking-dist\""
|
|
29
|
+
"start:benchmarking": "concurrently \"bun run build:benchmarking:watch\" \"live-server ./benchmarking-dist\"",
|
|
30
|
+
"generate-test-plan": "bun run scripts/generate-test-plan.ts"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@biomejs/biome": "^1.8.3",
|