circuit-json-to-gerber 0.0.79 → 0.0.80
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.
|
@@ -1953,7 +1953,7 @@ var findApertureNumber = (glayer, search_params) => {
|
|
|
1953
1953
|
// package.json
|
|
1954
1954
|
var package_default = {
|
|
1955
1955
|
name: "circuit-json-to-gerber",
|
|
1956
|
-
version: "0.0.
|
|
1956
|
+
version: "0.0.79",
|
|
1957
1957
|
main: "dist/index.js",
|
|
1958
1958
|
type: "module",
|
|
1959
1959
|
scripts: {
|
|
@@ -3521,4 +3521,4 @@ export {
|
|
|
3521
3521
|
stringifyGerberCommands,
|
|
3522
3522
|
convertSoupToGerberCommands
|
|
3523
3523
|
};
|
|
3524
|
-
//# sourceMappingURL=chunk-
|
|
3524
|
+
//# sourceMappingURL=chunk-LKTOZOC7.js.map
|