xsd-schema-validator
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -15,5 +15,5 @@ const validator = require('./validator'); | ||
validator.setup().catch(err => { | ||
console.error(err); | ||
console.error('setup failed', err); | ||
process.exit(1); | ||
}); |
@@ -15,5 +15,5 @@ const fs = require('fs'); | ||
const BASE_DIR = path.resolve(__dirname + '/../'); | ||
const BASE_DIR = path.resolve(__dirname, '..'); | ||
const VALIDATOR = path.resolve(__dirname + '/../support/XMLValidator'); | ||
const VALIDATOR = path.resolve(__dirname, '../support/XMLValidator'); | ||
@@ -20,0 +20,0 @@ async function withJava(executable, debug) { |
{ | ||
"name": "xsd-schema-validator", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "A (XSD) schema validator for nodejs", | ||
@@ -18,3 +18,3 @@ "main": "lib/validator.js", | ||
"engines": { | ||
"node": ">= 16" | ||
"node": ">= 18" | ||
}, | ||
@@ -31,13 +31,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.19", | ||
"chai": "^4.4.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^20.17.6", | ||
"chai": "^4.5.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-bpmn-io": "^1.0.0", | ||
"mocha": "^10.2.0", | ||
"npm-run-all2": "^6.0.0", | ||
"typescript": "^5.3.3" | ||
"mocha": "^10.8.2", | ||
"npm-run-all2": "^7.0.1", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"which": "^4.0.0" | ||
"which": "^5.0.0" | ||
}, | ||
@@ -44,0 +44,0 @@ "files": [ |
13305
+ Addedwhich@5.0.0(transitive)
- Removedwhich@4.0.0(transitive)
Updatedwhich@^5.0.0