Skip to content

Commit cfb83bd

Browse files
committed
chore: prepare client 2.5.0
1 parent 664665a commit cfb83bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relewise/client",
3-
"version": "2.5.0-alpha.1",
3+
"version": "2.5.0",
44
"description": "Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. This official SDK helps you interact with our API.",
55
"repository": {
66
"type": "git",
@@ -32,7 +32,7 @@
3232
"prebuild:types": "rimraf ./build",
3333
"build:types": "tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run",
3434
"clean": "rimraf ./build ./dist ./docs",
35-
"gen-api": "swagger-typescript-api -p https://stage01-api.relewise.com/public/swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js",
35+
"gen-api": "swagger-typescript-api -p https://api.relewise.com/public/swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js",
3636
"gen-api-dev": "swagger-typescript-api -p swagger.json -o src/models --modular --no-client --enum-names-as-values && node fix-exports.js",
3737
"publish": "npm run gen-api && npm run build && npm run build:types"
3838
},

0 commit comments

Comments
 (0)