@tscircuit/cli 0.0.132 → 0.0.134

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.
@@ -30,9 +30,9 @@
30
30
  "integrity": "sha512-iB+oaYyaVK1hQ0cODubnoSDg4gGYL9cp/4ad7G1b9Z0/IqehPztp5qE3KP2mV9Ns0UYmzwvtkEhTCmKUuhorbg=="
31
31
  },
32
32
  "node_modules/@tscircuit/builder": {
33
- "version": "1.5.142",
34
- "resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.142.tgz",
35
- "integrity": "sha512-V/rUJmAWsHhBsIJi8umCfVbnE3FzGdIaqdsSGXBq8en8SdlkrWjJVHCgQAH/PPMCIwCxiHXfRF0U4CYptPGVOw==",
33
+ "version": "1.5.143",
34
+ "resolved": "https://registry.npmjs.org/@tscircuit/builder/-/builder-1.5.143.tgz",
35
+ "integrity": "sha512-j3UkQ/TOUOH3TlUsM3SUTGA2LEoSEXMrVUGPMIwQNJgEsTaQOe+GWQcMdANfL8juUvYU2fCHrk2upuk8PNiQAg==",
36
36
  "license": "MIT",
37
37
  "dependencies": {
38
38
  "@lume/kiwi": "^0.1.0",
@@ -32,6 +32,24 @@ export default {
32
32
  "y": 0
33
33
  },
34
34
  "relative_to": "group_center"
35
+ },
36
+ {
37
+ "_edit_event_id": "0.4555106760070762",
38
+ "selector": ".C1",
39
+ "center": {
40
+ "x": 0,
41
+ "y": 2.6666666666666665
42
+ },
43
+ "relative_to": "group_center"
44
+ },
45
+ {
46
+ "_edit_event_id": "0.6123290063979561",
47
+ "selector": ".R2",
48
+ "center": {
49
+ "x": 13.457749922536511,
50
+ "y": 5.576084911465589
51
+ },
52
+ "relative_to": "group_center"
35
53
  }
36
54
  ],
37
55
  manual_trace_hints: [],
@@ -22,7 +22,7 @@ export const startExportRequestWatcher = async (
22
22
  kleur.red(`Error in export request watcher: ${err.toString()}`)
23
23
  )
24
24
  }
25
- await new Promise((resolve) => setTimeout(resolve, 100))
25
+ await new Promise((resolve) => setTimeout(resolve, 1000))
26
26
  }
27
27
  })()
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.0.132",
3
+ "version": "0.0.134",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Command line tool for developing, publishing and installing tscircuit circuits",