From 16633c51ea74e9349665f84abf30f8def6968c30 Mon Sep 17 00:00:00 2001 From: Francisco Pessano <76450203+FranP-code@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:03:10 +0000 Subject: [PATCH] fix: update TypeScript version and ensure proper command usage in package scripts --- package.json | 6 +++--- pnpm-lock.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cbb7b67..5b05edf 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "format": "prettier --write \"src/**/*.{ts,js,json,md}\"", "lint": "eslint src --ext .js,.ts", "lint:fix": "yarn format && yarn lint --fix", - "prepack": "tsc", - "prepare": "tsc", + "prepack": "npx tsc", + "prepare": "npx tsc", "preinstall": "node ./engine-requirements.js", "release": "release-it", "test": "jest" @@ -78,7 +78,7 @@ "ts-node": "^10.8.1", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "4.4.2", - "typescript": "^5.8.2" + "typescript": "^5.9.2" }, "peerDependencies": { "audio-decode": "^2.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84331fb..c12681e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -127,7 +127,7 @@ importers: specifier: 4.4.2 version: 4.4.2(typedoc@0.27.9(typescript@5.9.2)) typescript: - specifier: ^5.8.2 + specifier: ^5.9.2 version: 5.9.2 packages: