gerber-to-svg
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1](https://github.com/tracespace/tracespace/compare/v4.0.0...v4.0.1) (2019-03-23) | ||
**Note:** Version bump only for package gerber-to-svg | ||
# [4.0.0](https://github.com/tracespace/tracespace/compare/v4.0.0-next.19...v4.0.0) (2019-03-09) | ||
@@ -8,0 +16,0 @@ |
// gerber-to-svg render snapshot tests | ||
'use strict' | ||
const format = require('xml-formatter') | ||
const prettier = require('prettier') | ||
const snapshot = require('snap-shot-it') | ||
@@ -34,3 +34,3 @@ | ||
const result = suiteResults.specs[i] | ||
snapshot(format(result.render).split('\n')) | ||
snapshot(prettier.format(result.render, {parser: 'html'}).split('\n')) | ||
}) | ||
@@ -37,0 +37,0 @@ ) |
{ | ||
"name": "gerber-to-svg", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Render individual Gerber / NC drill files as SVGs", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"escape-html": "^1.0.3", | ||
"gerber-parser": "^4.0.0", | ||
"gerber-parser": "^4.0.1", | ||
"gerber-plotter": "^4.0.0", | ||
@@ -49,3 +49,3 @@ "inherits": "^2.0.3", | ||
}, | ||
"gitHead": "83cb1faa86ba7cd13e06c1ac04bd88f6c8ec3cc6" | ||
"gitHead": "9c01c34ce312de6877d5c502ccb10795202ce4d6" | ||
} |
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
523476
Updatedgerber-parser@^4.0.1