@tscircuit/cli 0.1.470 → 0.1.471

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.
Files changed (2) hide show
  1. package/dist/main.js +11 -4
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -72369,7 +72369,7 @@ var getGlobalDepsInstallCommand = (packageManager, deps) => {
72369
72369
  import { execSync as execSync2 } from "node:child_process";
72370
72370
  var import_semver2 = __toESM2(require_semver2(), 1);
72371
72371
  // package.json
72372
- var version = "0.1.469";
72372
+ var version = "0.1.470";
72373
72373
  var package_default = {
72374
72374
  name: "@tscircuit/cli",
72375
72375
  version,
@@ -72429,7 +72429,7 @@ var package_default = {
72429
72429
  semver: "^7.6.3",
72430
72430
  sharp: "0.32.6",
72431
72431
  tempy: "^3.1.0",
72432
- tscircuit: "^0.0.878-libonly",
72432
+ tscircuit: "^0.0.880-libonly",
72433
72433
  tsx: "^4.7.1",
72434
72434
  "typed-ky": "^0.0.4",
72435
72435
  zod: "3"
@@ -196144,6 +196144,7 @@ import { rollup } from "rollup";
196144
196144
  import typescript from "@rollup/plugin-typescript";
196145
196145
  import resolve11 from "@rollup/plugin-node-resolve";
196146
196146
  import commonjs from "@rollup/plugin-commonjs";
196147
+ import json from "@rollup/plugin-json";
196147
196148
  import dts from "rollup-plugin-dts";
196148
196149
  var transpileFile = async ({
196149
196150
  input,
@@ -196163,6 +196164,7 @@ var transpileFile = async ({
196163
196164
  extensions: [".ts", ".tsx", ".js", ".jsx"]
196164
196165
  }),
196165
196166
  commonjs(),
196167
+ json(),
196166
196168
  typescript({
196167
196169
  jsx: "react",
196168
196170
  tsconfig: false,
@@ -196172,7 +196174,9 @@ var transpileFile = async ({
196172
196174
  jsx: "react",
196173
196175
  declaration: false,
196174
196176
  sourceMap: false,
196175
- skipLibCheck: true
196177
+ skipLibCheck: true,
196178
+ resolveJsonModule: true,
196179
+ allowSyntheticDefaultImports: true
196176
196180
  }
196177
196181
  })
196178
196182
  ]
@@ -196194,6 +196198,7 @@ var transpileFile = async ({
196194
196198
  extensions: [".ts", ".tsx", ".js", ".jsx"]
196195
196199
  }),
196196
196200
  commonjs(),
196201
+ json(),
196197
196202
  typescript({
196198
196203
  jsx: "react",
196199
196204
  tsconfig: false,
@@ -196203,7 +196208,9 @@ var transpileFile = async ({
196203
196208
  jsx: "react",
196204
196209
  declaration: false,
196205
196210
  sourceMap: false,
196206
- skipLibCheck: true
196211
+ skipLibCheck: true,
196212
+ resolveJsonModule: true,
196213
+ allowSyntheticDefaultImports: true
196207
196214
  }
196208
196215
  })
196209
196216
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/cli",
3
- "version": "0.1.470",
3
+ "version": "0.1.471",
4
4
  "main": "dist/main.js",
5
5
  "devDependencies": {
6
6
  "@babel/standalone": "^7.26.9",
@@ -57,7 +57,7 @@
57
57
  "semver": "^7.6.3",
58
58
  "sharp": "0.32.6",
59
59
  "tempy": "^3.1.0",
60
- "tscircuit": "^0.0.878-libonly",
60
+ "tscircuit": "^0.0.880-libonly",
61
61
  "tsx": "^4.7.1",
62
62
  "typed-ky": "^0.0.4",
63
63
  "zod": "3"