From 435315330d97bafff4e6d118424c24c00170e59d Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Thu, 12 Sep 2024 19:19:57 -0500 Subject: [PATCH] v1.14.13 --- bids-validator-web/package.json | 2 +- bids-validator/deno.json | 2 +- bids-validator/package.json | 2 +- bids-validator/src/utils/output.ts | 2 +- lerna.json | 2 +- package-lock.json | 28 ++++++++++++++-------------- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bids-validator-web/package.json b/bids-validator-web/package.json index 9a61562dc..bc9d0e816 100644 --- a/bids-validator-web/package.json +++ b/bids-validator-web/package.json @@ -1,6 +1,6 @@ { "name": "bids-validator-web", - "version": "1.14.13-dev.0", + "version": "1.14.13", "description": "web client for bids-validator", "main": "index.js", "license": "MIT", diff --git a/bids-validator/deno.json b/bids-validator/deno.json index fbe5065e2..2586dc110 100644 --- a/bids-validator/deno.json +++ b/bids-validator/deno.json @@ -1,6 +1,6 @@ { "name": "@bids/validator", - "version": "1.14.12", + "version": "1.14.13", "exports": { ".": "./src/bids-validator.ts", "./main": "./src/main.ts", diff --git a/bids-validator/package.json b/bids-validator/package.json index d606e51ca..17d18e8c3 100644 --- a/bids-validator/package.json +++ b/bids-validator/package.json @@ -1,6 +1,6 @@ { "name": "bids-validator", - "version": "1.14.13-dev.0", + "version": "1.14.13", "description": "", "main": "./dist/commonjs/index.js", "exports": { diff --git a/bids-validator/src/utils/output.ts b/bids-validator/src/utils/output.ts index a7e05362a..ec8c6ae8c 100644 --- a/bids-validator/src/utils/output.ts +++ b/bids-validator/src/utils/output.ts @@ -171,7 +171,7 @@ function helpUrl(code: string): string { return `https://neurostars.org/search?q=${code}` } -export function resultToJSONStr(result: ValidationResult) { +export function resultToJSONStr(result: ValidationResult): string { return JSON.stringify(result, (key, value) => { if (value?.parent) { // Remove parent reference to avoid circular references diff --git a/lerna.json b/lerna.json index cb1fcf56a..05fd8265c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["bids-validator", "bids-validator-web"], - "version": "1.14.13-dev.0" + "version": "1.14.13" } diff --git a/package-lock.json b/package-lock.json index 7e1735923..47d081b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,10 +26,10 @@ } }, "bids-validator": { - "version": "1.14.13-dev.0", + "version": "1.14.13", "license": "MIT", "dependencies": { - "@aws-sdk/client-s3": "3.637.0", + "@aws-sdk/client-s3": "^3.637.0", "ajv": "^6.5.2", "bytes": "^3.1.2", "colors": "^1.4.0", @@ -63,7 +63,7 @@ "bids-validator": "bin/bids-validator" }, "devDependencies": { - "adm-zip": "0.5.16", + "adm-zip": "", "chai": "", "esbuild": "^0.23.1", "esbuild-plugin-globals": "^0.2.0", @@ -71,7 +71,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "husky": "9.1.5", + "husky": "^9.1.5", "lockfile": "^1.0.4", "sync-request": "6.1.0" }, @@ -80,13 +80,13 @@ } }, "bids-validator-web": { - "version": "1.14.13-dev.0", + "version": "1.14.13", "license": "MIT", "dependencies": { "@babel/runtime": "^7.22.10", "bootstrap": "^5.3.3", - "eslint-config-next": "14.2.6", - "next": "14.2.7", + "eslint-config-next": "^14.2.6", + "next": "^14.0.0", "pluralize": "^8.0.0", "react": "^18.3.1", "react-bootstrap": "^2.10.4", @@ -94,7 +94,7 @@ "sass": "^1.77.8" }, "devDependencies": { - "@next/eslint-plugin-next": "14.2.7" + "@next/eslint-plugin-next": "^14.2.7" } }, "bids-validator-web/node_modules/@next/eslint-plugin-next": { @@ -24498,8 +24498,8 @@ "bids-validator": { "version": "file:bids-validator", "requires": { - "@aws-sdk/client-s3": "3.637.0", - "adm-zip": "0.5.16", + "@aws-sdk/client-s3": "^3.637.0", + "adm-zip": "", "ajv": "^6.5.2", "bytes": "^3.1.2", "chai": "", @@ -24515,7 +24515,7 @@ "events": "^3.3.0", "exifreader": "^4.23.3", "hed-validator": "^3.15.4", - "husky": "9.1.5", + "husky": "^9.1.5", "ignore": "^5.3.2", "is-utf8": "^0.2.1", "jest": "^29.7.0", @@ -24551,10 +24551,10 @@ "version": "file:bids-validator-web", "requires": { "@babel/runtime": "^7.22.10", - "@next/eslint-plugin-next": "14.2.7", + "@next/eslint-plugin-next": "^14.2.7", "bootstrap": "^5.3.3", - "eslint-config-next": "14.2.6", - "next": "14.2.7", + "eslint-config-next": "^14.2.6", + "next": "^14.0.0", "pluralize": "^8.0.0", "react": "^18.3.1", "react-bootstrap": "^2.10.4",