easyeda 0.0.201 → 0.0.203

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/main.cjs CHANGED
@@ -133448,7 +133448,7 @@ var import_promises2 = __toESM(require("fs/promises"), 1);
133448
133448
  var package_default2 = {
133449
133449
  name: "easyeda",
133450
133450
  type: "module",
133451
- version: "0.0.200",
133451
+ version: "0.0.202",
133452
133452
  files: [
133453
133453
  "dist"
133454
133454
  ],
@@ -133460,7 +133460,7 @@ var package_default2 = {
133460
133460
  test: "bun test",
133461
133461
  cli: "bun cli/main.ts",
133462
133462
  build: "bun build:lib && bun build:cli && bun build:web",
133463
- "build:lib": "tsup lib/index.ts --platform node --format esm --dts --sourcemap",
133463
+ "build:lib": "tsup-node lib/index.ts --platform node --format esm --dts --sourcemap",
133464
133464
  "build:cli": "tsup cli/main.ts --platform node --format cjs --dts --sourcemap",
133465
133465
  "build:web": "tsup lib/websafe/index.ts --platform browser --format esm --dts --sourcemap -d dist/browser",
133466
133466
  aider: "aider",