@bundle-stats/plugin-webpack-validate
Advanced tools
Comparing version 3.2.1-alpha.0 to 3.2.1-beta.3
@@ -6,3 +6,3 @@ # Change Log | ||
## [3.2.1-alpha.0](https://github.com/relative-ci/bundle-stats/compare/v3.2.0...v3.2.1-alpha.0) (2021-10-27) | ||
## [3.2.1-beta.3](https://github.com/relative-ci/bundle-stats/compare/v3.2.0...v3.2.1-beta.3) (2021-11-21) | ||
@@ -15,2 +15,10 @@ **Note:** Version bump only for package @bundle-stats/plugin-webpack-validate | ||
# [3.2.0-beta.2](https://github.com/relative-ci/bundle-stats/compare/v3.2.0...v3.2.0-beta.2) (2021-11-21) | ||
**Note:** Version bump only for package @bundle-stats/plugin-webpack-validate | ||
# [3.2.0](https://github.com/relative-ci/bundle-stats/compare/v3.1.3...v3.2.0) (2021-10-13) | ||
@@ -17,0 +25,0 @@ |
@@ -26,3 +26,3 @@ "use strict"; | ||
try { | ||
schemas_1.WebpackSourceStruct(webpackSource); | ||
(0, schemas_1.WebpackSourceStruct)(webpackSource); | ||
} | ||
@@ -29,0 +29,0 @@ catch (err) { |
@@ -5,3 +5,3 @@ "use strict"; | ||
const superstruct_1 = require("superstruct"); | ||
const struct = superstruct_1.superstruct({ | ||
const struct = (0, superstruct_1.superstruct)({ | ||
types: { | ||
@@ -8,0 +8,0 @@ notEmptyArray: (value) => (value === null || value === void 0 ? void 0 : value.length) > 0, |
{ | ||
"name": "@bundle-stats/plugin-webpack-validate", | ||
"version": "3.2.1-alpha.0", | ||
"version": "3.2.1-beta.3", | ||
"description": "BundleStats webpack validate plugin", | ||
@@ -38,8 +38,8 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "26.0.24", | ||
"jest": "26.6.3", | ||
"jest-cli": "26.6.3", | ||
"@types/jest": "27.0.3", | ||
"jest": "27.3.1", | ||
"jest-cli": "27.3.1", | ||
"jest-date-mock": "1.0.8", | ||
"regenerator-runtime": "0.13.7", | ||
"ts-jest": "26.5.6" | ||
"regenerator-runtime": "0.13.9", | ||
"ts-jest": "27.0.7" | ||
}, | ||
@@ -49,3 +49,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "fdb4b6931ebbc35ad469608725603cde5ecab9b7" | ||
"gitHead": "dc8af1ca0a607ef6443ceaa9311b2c0ae1e0037b" | ||
} |
@@ -13,3 +13,3 @@ import * as I18N from './i18n'; | ||
WebpackSourceStruct(webpackSource); | ||
} catch (err) { | ||
} catch (err: any) { | ||
const { path, type } = err; | ||
@@ -16,0 +16,0 @@ const key = path[0]; |
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
18571