gerber-plotter
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-plotter", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Streaming Gerber / NC drill layer image plotter", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@types/node": "^11.13.8", | ||
"@types/node": "^11.13.13", | ||
"inherits": "^2.0.3", | ||
@@ -43,5 +43,5 @@ "lodash.fill": "^3.4.0", | ||
"lodash.isfunction": "^3.0.9", | ||
"readable-stream": "^3.3.0" | ||
"readable-stream": "^3.4.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
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
600295
3838
Updated@types/node@^11.13.13
Updatedreadable-stream@^3.4.0