Comparing version 0.6.2 to 0.6.3
@@ -830,3 +830,3 @@ #!/usr/bin/env node | ||
...exports | ||
.filter(outfile => outfile && outfile.match(/\.json$/)) | ||
.filter(outfile => outfile && !outfile.match(/\.json$/)) | ||
.map(outfile => | ||
@@ -1026,3 +1026,3 @@ defu2__default['default']({}, options, { | ||
var version = '0.6.2' | ||
var version = '0.6.3' | ||
@@ -1029,0 +1029,0 @@ var __hasOwnProp$1 = Object.prototype.hasOwnProperty |
@@ -837,3 +837,3 @@ #!/usr/bin/env node | ||
...exports | ||
.filter(outfile => outfile && outfile.match(/\.json$/)) | ||
.filter(outfile => outfile && !outfile.match(/\.json$/)) | ||
.map(outfile => | ||
@@ -840,0 +840,0 @@ defu2__default['default']({}, options, { |
@@ -0,1 +1,8 @@ | ||
### [0.6.3](https://github.com/nuxt-contrib/siroc/compare/v0.6.2...v0.6.3) (2021-01-20) | ||
### Bug Fixes | ||
* invert json matching requirement ([6767c0f](https://github.com/nuxt-contrib/siroc/commit/6767c0f2cd3c6d1fdaa0e07461f810e46a73c5c1)) | ||
### [0.6.2](https://github.com/nuxt-contrib/siroc/compare/v0.6.1...v0.6.2) (2021-01-16) | ||
@@ -2,0 +9,0 @@ |
@@ -699,3 +699,3 @@ import { extname, sep, resolve, dirname, relative, basename, join } from 'path'; | ||
})), | ||
...exports.filter((outfile) => outfile && outfile.match(/\.json$/)).map((outfile) => defu2({}, options, { | ||
...exports.filter((outfile) => outfile && !outfile.match(/\.json$/)).map((outfile) => defu2({}, options, { | ||
input: pkg.resolveEntrypoint(outfile), | ||
@@ -702,0 +702,0 @@ output: { |
@@ -721,3 +721,3 @@ 'use strict'; | ||
})), | ||
...exports.filter((outfile) => outfile && outfile.match(/\.json$/)).map((outfile) => defu2__default['default']({}, options, { | ||
...exports.filter((outfile) => outfile && !outfile.match(/\.json$/)).map((outfile) => defu2__default['default']({}, options, { | ||
input: pkg.resolveEntrypoint(outfile), | ||
@@ -724,0 +724,0 @@ output: { |
{ | ||
"name": "siroc", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Zero-config build tooling for Node", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
163952