Skip to content

Commit e48fac1

Browse files
committed
Update client
1 parent 12cda2a commit e48fac1

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ docs/WebClient.md
7575
docs/WebContext.md
7676
git_push.sh
7777
index.ts
78+
package.json
7879
tsconfig.json

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@croct/export",
3-
"version": "0.3.0",
4-
"description": "Node.js client for the Croct Export API.",
5-
"author": {
6-
"name": "Croct",
7-
"url": "https://croct.com",
8-
"email": "lib+export@croct.com"
3+
"version": "0.7.0",
4+
"description": "OpenAPI client for @croct/export",
5+
"author": "OpenAPI-Generator Contributors",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
99
},
1010
"keywords": [
1111
"axios",
@@ -14,18 +14,18 @@
1414
"openapi-generator",
1515
"@croct/export"
1616
],
17-
"license": "MIT",
17+
"license": "Unlicense",
1818
"main": "./dist/index.js",
1919
"typings": "./dist/index.d.ts",
2020
"scripts": {
21-
"build": "tsc --outDir dist/",
22-
"prepublishOnly": "npm run build"
21+
"build": "tsc",
22+
"prepare": "npm run build"
2323
},
2424
"dependencies": {
25-
"axios": "^0.21.1"
25+
"axios": "^1.13.5"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^12.11.5",
29-
"typescript": "^3.6.4"
28+
"@types/node": "12.11.5 - 12.20.42",
29+
"typescript": "^4.0 || ^5.0"
3030
}
3131
}

0 commit comments

Comments
 (0)