gerber-to-svg
Advanced tools
Comparing version 4.1.1 to 4.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [4.2.0](https://github.com/tracespace/tracespace/compare/v4.1.1...v4.2.0) (2019-10-10) | ||
### Bug Fixes | ||
* **deps:** update type definitions ([#272](https://github.com/tracespace/tracespace/issues/272)) ([6f6eb3f](https://github.com/tracespace/tracespace/commit/6f6eb3f)) | ||
* **deps:** Upgrade all dependencies ([7f3c6f4](https://github.com/tracespace/tracespace/commit/7f3c6f4)) | ||
## [4.1.1](https://github.com/tracespace/tracespace/compare/v4.1.0...v4.1.1) (2019-06-05) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "gerber-to-svg", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "Render individual Gerber / NC drill files as SVGs", | ||
@@ -42,7 +42,7 @@ "main": "index.js", | ||
"@tracespace/xml-id": "^4.0.0", | ||
"@types/node": "^11.13.13", | ||
"@types/node": "^12.7.11", | ||
"escape-html": "^1.0.3", | ||
"gerber-parser": "^4.1.1", | ||
"gerber-plotter": "^4.1.1", | ||
"inherits": "^2.0.3", | ||
"gerber-parser": "^4.2.0", | ||
"gerber-plotter": "^4.2.0", | ||
"inherits": "^2.0.4", | ||
"lodash.isfinite": "^3.3.2", | ||
@@ -52,3 +52,3 @@ "readable-stream": "^3.4.0", | ||
}, | ||
"gitHead": "885b1500a3db61cb493290b82175698d72066ddf" | ||
"gitHead": "4304c118ad28283ef15184b9b5dc0e28a0a5630d" | ||
} |
@@ -48,3 +48,3 @@ # gerber to svg | ||
cd tracespace/packages/gerber-to-svg | ||
npm run example | ||
yarn example | ||
``` | ||
@@ -51,0 +51,0 @@ |
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
1488388
32
2859
+ Added@types/node@12.20.55(transitive)
- Removed@types/node@11.15.54(transitive)
Updated@types/node@^12.7.11
Updatedgerber-parser@^4.2.0
Updatedgerber-plotter@^4.2.0
Updatedinherits@^2.0.4