gerber-plotter
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -6,2 +6,15 @@ # Change Log | ||
## [4.0.3](https://github.com/tracespace/tracespace/compare/v4.0.2...v4.0.3) (2019-04-10) | ||
### Bug Fixes | ||
* **deps:** update dependency @types/node to ^11.13.0 ([#193](https://github.com/tracespace/tracespace/issues/193)) ([44f2d60](https://github.com/tracespace/tracespace/commit/44f2d60)) | ||
* **deps:** update dependency @types/node to ^11.13.2 ([#217](https://github.com/tracespace/tracespace/issues/217)) ([e981a4e](https://github.com/tracespace/tracespace/commit/e981a4e)) | ||
* **deps:** update dependency readable-stream to ^3.3.0 ([#199](https://github.com/tracespace/tracespace/issues/199)) ([594e947](https://github.com/tracespace/tracespace/commit/594e947)) | ||
## [4.0.2](https://github.com/tracespace/tracespace/compare/v4.0.1...v4.0.2) (2019-03-24) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "gerber-plotter", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Streaming Gerber / NC drill layer image plotter", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@types/node": "^11.11.6", | ||
"@types/node": "^11.13.2", | ||
"inherits": "^2.0.3", | ||
@@ -43,5 +43,5 @@ "lodash.fill": "^3.4.0", | ||
"lodash.isfunction": "^3.0.9", | ||
"readable-stream": "^3.2.0" | ||
"readable-stream": "^3.3.0" | ||
}, | ||
"gitHead": "e9fab58e3547c0df2662798a7e8f76d38762f154" | ||
"gitHead": "4e77d008b61dc50659bcb62fe43e76195c9568e7" | ||
} |
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
594338
3835
Updated@types/node@^11.13.2
Updatedreadable-stream@^3.3.0