@tscircuit/runframe 0.0.1 → 0.0.2

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
@@ -2,7 +2,7 @@
2
2
  "name": "@tscircuit/runframe",
3
3
  "main": "dist/index.js",
4
4
  "type": "module",
5
- "version": "0.0.1",
5
+ "version": "0.0.2",
6
6
  "scripts": {
7
7
  "start": "cosmos",
8
8
  "build": "bun run build:lib",
@@ -10,7 +10,7 @@
10
10
  "build:css": "bun run scripts/build-css.ts",
11
11
  "build:site": "cosmos-export",
12
12
  "build:cli": "vite build",
13
- "build:standalone": "tsup ./lib/components/RunFrameWithApi/standalone.tsx --sourcemap inline --format esm",
13
+ "build:standalone": "tsup ./lib/components/RunFrameWithApi/standalone.tsx --sourcemap inline --platform browser --format esm",
14
14
  "format:check": "biome format .",
15
15
  "format": "biome format --write .",
16
16
  "vercel-build": "bun run build:css && cosmos-export"