@tscircuit/cli 0.1.1815 → 0.1.1816

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/lib/index.js CHANGED
@@ -65757,7 +65757,7 @@ var getNodeHandler = (winterSpec, { port, middleware = [] }) => {
65757
65757
  }));
65758
65758
  };
65759
65759
  // package.json
65760
- var version = "0.1.1812";
65760
+ var version = "0.1.1815";
65761
65761
  var package_default = {
65762
65762
  name: "@tscircuit/cli",
65763
65763
  version,
@@ -65830,6 +65830,7 @@ var package_default = {
65830
65830
  ky: "^1.7.4",
65831
65831
  "make-vfs": "^1.0.15",
65832
65832
  md5: "^2.3.0",
65833
+ "pdf-lib": "^1.17.1",
65833
65834
  "perfect-cli": "^1.0.21",
65834
65835
  playwright: "^1.57.0",
65835
65836
  "polygon-clipping": "^0.15.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.1815",
3
+ "version": "0.1.1816",
4
4
  "main": "dist/cli/main.js",
5
5
  "exports": {
6
6
  ".": "./dist/cli/main.js",
@@ -70,6 +70,7 @@
70
70
  "ky": "^1.7.4",
71
71
  "make-vfs": "^1.0.15",
72
72
  "md5": "^2.3.0",
73
+ "pdf-lib": "^1.17.1",
73
74
  "perfect-cli": "^1.0.21",
74
75
  "playwright": "^1.57.0",
75
76
  "polygon-clipping": "^0.15.7",