@vbasoftware/vbapi-vbasoftware-typescript-axios 1.20220629.2 → 1.20220630.2

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.
Files changed (2) hide show
  1. package/base.ts +1 -1
  2. package/package.json +1 -1
package/base.ts CHANGED
@@ -18,7 +18,7 @@ import { Configuration } from "./configuration";
18
18
  // @ts-ignore
19
19
  import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
20
20
 
21
- export const BASE_PATH = "https://vbapi-dev.vbasoftware.com/vbasoftware".replace(/\/+$/, "");
21
+ export const BASE_PATH = "https://vbapi.vbasoftware.com/vbasoftware".replace(/\/+$/, "");
22
22
 
23
23
  /**
24
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vbasoftware/vbapi-vbasoftware-typescript-axios",
3
- "version": "1.20220629.2",
3
+ "version": "1.20220630.2",
4
4
  "description": "APIs for VBASoftware APIs",
5
5
  "main": "index.js",
6
6
  "scripts": {