From e6650fd02c3fae72605729a8a1230c0ba57216b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Sun, 7 Jul 2024 00:26:55 +0200 Subject: [PATCH] adjust package references --- jsonplaceholder.typicode.com/package.json | 4 ++-- reqres.in/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonplaceholder.typicode.com/package.json b/jsonplaceholder.typicode.com/package.json index 3b5fb8b..14e183e 100644 --- a/jsonplaceholder.typicode.com/package.json +++ b/jsonplaceholder.typicode.com/package.json @@ -4,10 +4,10 @@ "description": "", "private": true, "dependencies": { - "@idrinth-api-bench/framework": "*" + "@idrinth-api-bench/framework": "^1.0.3" }, "scripts": { - "start": "run-benchmark 2 3" + "start": "iab bench" }, "engines": { "node": ">=20" diff --git a/reqres.in/package.json b/reqres.in/package.json index e892e3b..fd6f893 100644 --- a/reqres.in/package.json +++ b/reqres.in/package.json @@ -7,7 +7,7 @@ "@idrinth-api-bench/framework": "*" }, "scripts": { - "start": "run-benchmark 2 3" + "start": "iab bench" }, "engines": { "node": ">=20"