Skip to content

Commit

Permalink
bug(cli,desktop,documentation-website,framework,history-microservice,… (
Browse files Browse the repository at this point in the history
#991)

* bug(cli,desktop,documentation-website,framework,history-microservice,history-website,mindmap): rename all parts to new location

fixes #990
  • Loading branch information
Idrinth authored May 6, 2024
1 parent 6a1cc0d commit 67b5a55
Show file tree
Hide file tree
Showing 16 changed files with 1,884 additions and 2,392 deletions.
94 changes: 47 additions & 47 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@idrinth/api-bench-cli",
"name": "@idrinth-api-bench/cli",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "2.7.4",
"homepage": "https://idrinth-api-ben.ch",
"type": "module",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Idrinth/api-bench.git"
"url": "https://github.com/idrinth-api-bench/cli.git"
},
"keywords": [
"api",
Expand Down
8 changes: 8 additions & 0 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"type": "module",
"description": "This is a wrapper for framework execution. It provides applications for multiple desktop platforms to previously created run tests.",
"author": "Björn Büttner",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/idrinth-api-bench/desktop.git"
},
"scripts": {
"build": "npm run drop-dist && npm run copy-assets && vue-tsc && vite build && node tools/fix-index.js && node tools/copy-starter.js",
"start": "npm run build && node dist/run.js start",
Expand Down
Loading

0 comments on commit 67b5a55

Please sign in to comment.