easyeda 0.0.26 → 0.0.28
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 +5 -3
- package/dist/cli/main.cjs.map +1 -1
- package/dist/lib/index.cjs +25 -1
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.d.cts +2136 -4
- package/package.json +1 -1
package/dist/cli/main.cjs
CHANGED
|
@@ -28873,7 +28873,7 @@ var ShapeItemSchema = import_zod.z.object({
|
|
|
28873
28873
|
endX,
|
|
28874
28874
|
endY
|
|
28875
28875
|
] = arcData.match(
|
|
28876
|
-
/M
|
|
28876
|
+
/M\s*([\d.]+)(?:\s*,\s*|\s+)([\d.]+)\s*A\s*([\d.]+)(?:\s*,\s*|\s+)([\d.]+)\s*([\d.]+)\s*([01])\s*([01])\s*([\d.]+)(?:\s*,\s*|\s+)([\d.]+)/
|
|
28877
28877
|
);
|
|
28878
28878
|
const start = [Number(startX), Number(startY)];
|
|
28879
28879
|
const end = [Number(endX), Number(endY)];
|
|
@@ -29176,8 +29176,10 @@ var import_promises = __toESM(require("fs/promises"), 1);
|
|
|
29176
29176
|
var package_default = {
|
|
29177
29177
|
name: "easyeda",
|
|
29178
29178
|
type: "module",
|
|
29179
|
-
version: "0.0.
|
|
29180
|
-
files: [
|
|
29179
|
+
version: "0.0.27",
|
|
29180
|
+
files: [
|
|
29181
|
+
"dist"
|
|
29182
|
+
],
|
|
29181
29183
|
repository: {
|
|
29182
29184
|
type: "git",
|
|
29183
29185
|
url: "https://github.com/tscircuit/easyeda-converter"
|