@flipdish/authorization 0.0.3 → 0.0.6-rc.1764848040

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.
package/base.ts CHANGED
@@ -19,7 +19,7 @@ import type { Configuration } from './configuration';
19
19
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
20
20
  import globalAxios from 'axios';
21
21
 
22
- export const BASE_PATH = "https://undefined".replace(/\/+$/, "");
22
+ export const BASE_PATH = "https://james.authorization-apistack.auth-ephemeral.flipdishdev.com".replace(/\/+$/, "");
23
23
 
24
24
  /**
25
25
  *
package/configuration.ts CHANGED
@@ -100,7 +100,7 @@ export class Configuration {
100
100
 
101
101
  const extraHeaders = param.useDefaultUserAgent ? {} : {
102
102
  headers: {
103
- "user-agent": "Flipdish authorization typescript SDK / 0.0.3"
103
+ "user-agent": "Flipdish authorization typescript SDK / 0.0.6-rc.1764848040"
104
104
  }
105
105
  };
106
106