Skip to content

Commit

Permalink
V1.0.0 (#36)
Browse files Browse the repository at this point in the history
* release 1.0.0

* release 1.0.0
  • Loading branch information
Idrinth authored Jul 7, 2024
1 parent 670aa4a commit 88a000e
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/.idea
/src/**/*.js
/src/**/*.js
/src/locales/*
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@idrinth-api-bench/cli",
"description": "A library to benchmark apis, no matter if rest or soap",
"license": "MIT",
"version": "2.7.4",
"version": "1.0.0",
"type": "module",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"mock-fs": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.5.2",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@idrinth-api-bench/typescript-language-from-yaml": "^1.4.0",
"spellchecker-cli": "^6.2.0",
"knip": "^5.23.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/cli/curl-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/framework';
export default (): Task => ({
id: '${ name }',
Expand Down
2 changes: 1 addition & 1 deletion src/cli/har-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/framework';
export default (): Task => ({
id: '${ name }',
Expand Down
2 changes: 1 addition & 1 deletion src/cli/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default (args: string[], cwd: string,) => {
private: true,
type: 'module',
dependencies: {
'@idrinth/api-bench': '^' + pkg.version,
'@idrinth-api-bench/framework': '^' + pkg.version,
},
devDependencies: {
typescript: '^5.3.3',
Expand Down
2 changes: 1 addition & 1 deletion src/cli/open-api-route-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const write = (
stream.write(
`import {
Task,
} from '@idrinth/api-bench';
} from '@idrinth-api-bench/framework';
export default (/*String*/apiBaseUrl: string): Task => ({
id: '${ name.replace(/[^a-z0-9_\-/ ]+/iug, '',) }',
Expand Down
10 changes: 0 additions & 10 deletions src/locales/de.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/locales/en.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/locales/es.ts

This file was deleted.

6 changes: 0 additions & 6 deletions src/locales/files.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/locales/language-key.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/locales/languages.ts

This file was deleted.

0 comments on commit 88a000e

Please sign in to comment.