gerber-to-svg
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.1.1](https://github.com/tracespace/tracespace/compare/v4.1.0...v4.1.1) (2019-06-05) | ||
### Bug Fixes | ||
* **deps:** update dependency readable-stream to ^3.4.0 ([#264](https://github.com/tracespace/tracespace/issues/264)) ([1936088](https://github.com/tracespace/tracespace/commit/1936088)) | ||
* **deps:** update type definitions ([#245](https://github.com/tracespace/tracespace/issues/245)) ([d227db3](https://github.com/tracespace/tracespace/commit/d227db3)) | ||
# [4.1.0](https://github.com/tracespace/tracespace/compare/v4.0.3...v4.1.0) (2019-05-01) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "gerber-to-svg", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Render individual Gerber / NC drill files as SVGs", | ||
@@ -42,12 +42,12 @@ "main": "index.js", | ||
"@tracespace/xml-id": "^4.0.0", | ||
"@types/node": "^11.13.8", | ||
"@types/node": "^11.13.13", | ||
"escape-html": "^1.0.3", | ||
"gerber-parser": "^4.1.0", | ||
"gerber-plotter": "^4.1.0", | ||
"gerber-parser": "^4.1.1", | ||
"gerber-plotter": "^4.1.1", | ||
"inherits": "^2.0.3", | ||
"lodash.isfinite": "^3.3.2", | ||
"readable-stream": "^3.3.0", | ||
"readable-stream": "^3.4.0", | ||
"xml-element-string": "^1.0.0" | ||
}, | ||
"gitHead": "e1cd3af69766ae2f08491cb2309a62013ff1f815" | ||
"gitHead": "885b1500a3db61cb493290b82175698d72066ddf" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1471911
2869
Updated@types/node@^11.13.13
Updatedgerber-parser@^4.1.1
Updatedgerber-plotter@^4.1.1
Updatedreadable-stream@^3.4.0