@zerosls/clm-sdk 2.2.1 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ function normalizeUrl(url) {
2
2
  return url.trim().replace(/\/+$/, "");
3
3
  }
4
4
  export const DEFAULT_CONFIG = {
5
- baseUrl: "https://zero-api-production.up.railway.app/ZeroApiQA/api/v1",
5
+ baseUrl: "https://zero-api-qa.onrender.com/api/v1", //"https://zero-api-production.up.railway.app/ZeroApiQA/api/v1", //https://zero-api-qa.onrender.com/api/v1
6
6
  organization: "qa",
7
7
  cache: { enabled: true, ttl: 60000 },
8
8
  debug: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerosls/clm-sdk",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "SDK for ZeroCLM API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,7 +5,7 @@ function normalizeUrl(url: string) {
5
5
  }
6
6
 
7
7
  export const DEFAULT_CONFIG: Partial<SdkConfig> = {
8
- baseUrl: "https://zero-api-production.up.railway.app/ZeroApiQA/api/v1",
8
+ baseUrl: "https://zero-api-qa.onrender.com/api/v1", //"https://zero-api-production.up.railway.app/ZeroApiQA/api/v1", //https://zero-api-qa.onrender.com/api/v1
9
9
  organization: "qa",
10
10
  cache: { enabled: true, ttl: 60000 },
11
11
  debug: true,