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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easyeda",
3
3
  "type": "module",
4
- "version": "0.0.201",
4
+ "version": "0.0.203",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -13,7 +13,7 @@
13
13
  "test": "bun test",
14
14
  "cli": "bun cli/main.ts",
15
15
  "build": "bun build:lib && bun build:cli && bun build:web",
16
- "build:lib": "tsup lib/index.ts --platform node --format esm --dts --sourcemap",
16
+ "build:lib": "tsup-node lib/index.ts --platform node --format esm --dts --sourcemap",
17
17
  "build:cli": "tsup cli/main.ts --platform node --format cjs --dts --sourcemap",
18
18
  "build:web": "tsup lib/websafe/index.ts --platform browser --format esm --dts --sourcemap -d dist/browser",
19
19
  "aider": "aider",