From 7b0e8fd5aa0c5f48cad3bf94dcdc17a9fe2cfd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Mon, 8 Jul 2024 12:43:01 +0200 Subject: [PATCH] name fixes, not worth a tag --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f83303b..48becd5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# @idrinth/api-bench-cli +# @idrinth-api-bench/cli ## Contents -- [@idrinth/api-bench-cli](#idrinthapi-bench-cli) +- [@idrinth-api-bench/cli](#idrinthapi-bench-cli) - [Contents](#contents) - [What does this project do?](#what-does-this-project-do) - [Usage \& Examples](#usage--examples) @@ -18,7 +18,7 @@ This is the issue repository for a typescript framework meant to performance tes ## What does this project do? -This project provides a CLI tool for @idrinth/api-bench to generate code. +This project provides a CLI tool for @idrinth-api-bench/framework to generate code. ## Usage & Examples @@ -33,7 +33,7 @@ As usual with my projects this is MIT-licensed. Additionally, to support requests via GitHub issue, you can reach us via -[![GitHub URL](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Idrinth/api-bench)    [![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email) +[![LinkedIn URL](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/groups/9588634/)    [![Slack URL](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://idrinth-api-bench.slack.com/join/shared_invite/zt-2f4zmw2sz-c3etHzCFq3LtZpkR15xXMA#/shared-invite/email) ## Support @@ -42,7 +42,7 @@ Commercial support and training is provided via ## Privacy and Compliance -The `@idrinth/api-bench` framework and its CLI do not collect any kind of +The `@idrinth-api-bench` framework and its CLI do not collect any kind of information about its users or the APIs being tested. All data is local to the device you run it on or the database server you configure it to dump data in. diff --git a/package.json b/package.json index 3cbc44e..1fa3284 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@idrinth-api-bench/cli", "description": "A library to benchmark apis, no matter if rest or soap", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "homepage": "https://idrinth-api-ben.ch", "bugs": {