From 0da6b79dd3932bfbf9e77311ac4207561a875f7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 10 Feb 2026 21:12:09 +0100 Subject: [PATCH] chore(deps): add tinybench dependency --- package.json | 1 + pnpm-lock.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/package.json b/package.json index f953cf0..a99bbd7 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "object-hash": "^3.0.0", "rambda": "^11.1.0", "tatami-ng": "^0.8.18", + "tinybench": "^6.0.0", "uuid": "^13.0.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d1cb87..7a69d1b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,6 +38,9 @@ importers: tatami-ng: specifier: ^0.8.18 version: 0.8.18(typescript@5.9.3) + tinybench: + specifier: ^6.0.0 + version: 6.0.0 uuid: specifier: ^13.0.0 version: 13.0.0 @@ -1716,6 +1719,10 @@ packages: peerDependencies: typescript: ^5.4.3 + tinybench@6.0.0: + resolution: {integrity: sha512-BWlWpVbbZXaYjRV0twGLNQO00Zj4HA/sjLOQP2IvzQqGwRGp+2kh7UU3ijyJ3ywFRogYDRbiHDMrUOfaMnN56g==} + engines: {node: '>=20.0.0'} + tinyexec@1.0.2: resolution: {integrity: sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==} engines: {node: '>=18'} @@ -3687,6 +3694,8 @@ snapshots: peowly: 1.3.2 typescript: 5.9.3 + tinybench@6.0.0: {} + tinyexec@1.0.2: {} tinyglobby@0.2.15: -- 2.43.0