@tscircuit/eval 0.0.545 → 0.0.547

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/worker.d.ts CHANGED
@@ -11,6 +11,11 @@ interface CircuitRunnerConfiguration {
11
11
  verbose?: boolean;
12
12
  platform?: PlatformConfig;
13
13
  projectConfig?: Partial<PlatformConfig>;
14
+ /**
15
+ * Session token for authenticating with the tscircuit npm registry.
16
+ * Used to fetch private @tsci/* packages from npm.tscircuit.com
17
+ */
18
+ sessionToken?: string;
14
19
  }
15
20
  interface WebWorkerConfiguration extends CircuitRunnerConfiguration {
16
21
  evalVersion?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/eval",
3
3
  "main": "dist/lib/index.js",
4
- "version": "0.0.545",
4
+ "version": "0.0.547",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"