basisjs-tools-build
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -0,1 +1,6 @@ | ||
## 1.12.2 (January 16, 2018) | ||
- Fixed data URI inlining to inline SVG resouces | ||
- Fixed infinite recursion on CSS minification | ||
## 1.12.1 (November 13, 2017) | ||
@@ -2,0 +7,0 @@ |
@@ -17,3 +17,3 @@ var atCss = require('basisjs-tools-ast').css; | ||
{ | ||
if (file.type == 'image') | ||
if (file.type == 'image' || file.type == 'svg') | ||
{ | ||
@@ -20,0 +20,0 @@ fconsole.start(file.relpath); |
@@ -176,6 +176,2 @@ var path = require('path'); | ||
{ | ||
if (!token.links) | ||
token.links = []; | ||
token.links.push(link); | ||
if (file.warn) | ||
@@ -182,0 +178,0 @@ { |
{ | ||
"name": "basisjs-tools-build", | ||
"title": "Basis.js build tools", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"homepage": "https://github.com/basisjs/basisjs-tools", | ||
@@ -41,3 +41,3 @@ "description": "Build tools for basis.js framework", | ||
"dependencies": { | ||
"basisjs-tools-ast": "~1.6.0", | ||
"basisjs-tools-ast": "~1.6.1", | ||
"basisjs-tools-config": "~1.1.0", | ||
@@ -48,7 +48,7 @@ "chalk": "^2.3.0", | ||
"fixed-width-string": "^1.0.0", | ||
"mime": "~2.0.3", | ||
"mime": "^2.0.5", | ||
"minimatch": "^3.0.2", | ||
"resolve": "^1.1.7", | ||
"seedrandom": "~2.4.2", | ||
"uglify-es": "~3.1.8" | ||
"uglify-es": "^3.1.10" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
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
302039
9121
+ Addedcommander@2.14.1(transitive)
+ Addedmime@2.6.0(transitive)
+ Addeduglify-es@3.3.10(transitive)
- Removedcommander@2.11.0(transitive)
- Removedmime@2.0.5(transitive)
- Removeduglify-es@3.1.10(transitive)
Updatedbasisjs-tools-ast@~1.6.1
Updatedmime@^2.0.5
Updateduglify-es@^3.1.10