Skip to content

Commit

Permalink
Update package.json files + swagger-codegen version for typescript cl…
Browse files Browse the repository at this point in the history
…ient
  • Loading branch information
MohamedHamouGisaia committed Mar 15, 2024
1 parent d2614ea commit 18f5f8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conf/npm/package-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"private": true,
"dependencies": {
"portable-fetch": "3.0.0",
"isomorphic-fetch": "3.0.0",
"url": "0.11.0"
},
"devDependencies": {
"typescript": "~2.3.3"
},
"overrides": {
"portable-fetch": {
"isomorphic-fetch": {
"node-fetch": "3.3.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions conf/npm/package-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"private": true,
"dependencies": {
"es6-promise": "4.2.4",
"portable-fetch": "3.0.0",
"isomorphic-fetch": "3.0.0",
"url": "0.11.0"
},
"devDependencies": {
"tslint": "~5.3.2",
"typescript": "^4.0.0"
},
"overrides": {
"portable-fetch": {
"isomorphic-fetch": {
"node-fetch": "3.3.0"
}
}
Expand Down
4 changes: 2 additions & 2 deletions conf/npm/package-publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"persistence"
],
"dependencies": {
"portable-fetch": "3.0.0",
"isomorphic-fetch": "3.0.0",
"url": "0.11.0"
},
"overrides": {
"portable-fetch": {
"isomorphic-fetch": {
"node-fetch": "3.3.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ else
-e USER_ID="$(id -u)" \
--mount dst=/input/api.json,src="$PWD/target/tmp/openapi.json",type=bind,ro \
--mount dst=/output,src="$PWD/target/tmp/typescript-fetch",type=bind \
gisaia/swagger-codegen-3.0.42 \
gisaia/swagger-codegen-3.0.53 \
-l typescript-fetch --additional-properties modelPropertyNaming=snake_case

echo "=> Build Typescript API "${FULL_API_VERSION}
Expand Down

0 comments on commit 18f5f8a

Please sign in to comment.