From 37f5986c6b66da8ef37d191ae7bfd90797bb2217 Mon Sep 17 00:00:00 2001 From: Volker Scheuber Date: Fri, 6 Feb 2026 10:28:31 -0700 Subject: [PATCH] update to frodo-lib 4.0.0-6 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a5381240a..d4d0f7ca3 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "test:serial": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent --runInBand", "test:debug": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --json --outputFile=./testResults.json", "test:update": "NODE_OPTIONS='--no-warnings --experimental-vm-modules' npx jest --silent=false --updateSnapshot", - "lint": "eslint --ext .ts --ignore-path .gitignore .", - "lint:fix": "eslint --fix --ext .ts --ignore-path .gitignore .", + "lint": "eslint --cache --cache-location .eslintcache --ext .ts --ignore-path .gitignore .", + "lint:fix": "eslint --cache --cache-location .eslintcache --fix --ext .ts --ignore-path .gitignore .", "build": "npm run build:binary", "build:only": "npx tsup && npx tsc", "build:binary": "npm run build:only && npm run dist-pkg", @@ -95,7 +95,7 @@ ] }, "devDependencies": { - "@rockcarver/frodo-lib": "4.0.0-5", + "@rockcarver/frodo-lib": "4.0.0-6", "@types/colors": "^1.2.1", "@types/fs-extra": "^11.0.1", "@types/jest": "^29.2.3",