easyeda 0.0.2 → 0.0.3

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/cli/main.cjs CHANGED
@@ -29168,7 +29168,10 @@ var import_promises = __toESM(require("fs/promises"), 1);
29168
29168
  var package_default = {
29169
29169
  name: "easyeda",
29170
29170
  type: "module",
29171
- version: "0.0.2",
29171
+ version: "0.0.3",
29172
+ files: [
29173
+ "dist"
29174
+ ],
29172
29175
  scripts: {
29173
29176
  test: "bun test",
29174
29177
  build: "tsup lib/index.ts cli/main.ts --dts --sourcemap",
@@ -29176,8 +29179,8 @@ var package_default = {
29176
29179
  },
29177
29180
  main: "./dist/lib/index.cjs",
29178
29181
  bin: {
29179
- "easyeda-converter": "./dist/lib/cli/main.cjs",
29180
- easyeda: "./dist/lib/cli/main.cjs"
29182
+ "easyeda-converter": "./dist/cli/main.cjs",
29183
+ easyeda: "./dist/cli/main.cjs"
29181
29184
  },
29182
29185
  devDependencies: {
29183
29186
  "@tscircuit/builder": "^1.5.131",