@putkoff/abstract-utilities 0.1.112 → 0.1.113
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/dist/cjs/functions/fetch_utils/imports.d.ts +1 -0
- package/dist/cjs/index.js +18 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/utils/src/index.d.ts +0 -1
- package/dist/esm/functions/fetch_utils/imports.d.ts +1 -0
- package/dist/esm/index.js +18 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/src/index.d.ts +0 -1
- package/dist/functions/fetch_utils/imports.d.ts +1 -0
- package/dist/utils/src/index.d.ts +0 -1
- package/package.json +2 -1
- package/dist/cjs/config/apiBase.d.ts +0 -8
- package/dist/cjs/functions/fetch_utils/src/getAppConfig.d.ts +0 -1
- package/dist/config/apiBase.d.ts +0 -8
- package/dist/esm/config/apiBase.d.ts +0 -8
- package/dist/esm/functions/fetch_utils/src/getAppConfig.d.ts +0 -1
- package/dist/functions/fetch_utils/src/getAppConfig.d.ts +0 -1
package/dist/config/apiBase.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/** Runtime-loaded JSON (config.json) shape */
|
|
2
|
-
export interface RuntimeConfig {
|
|
3
|
-
API_BASE_URL: string;
|
|
4
|
-
}
|
|
5
|
-
/** Call once, early in app startup (e.g. in index.tsx) */
|
|
6
|
-
export declare function load(): Promise<void>;
|
|
7
|
-
/** Get the base (after `load()`), or '' if not loaded yet */
|
|
8
|
-
export declare function apiBase(): string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/** Runtime-loaded JSON (config.json) shape */
|
|
2
|
-
export interface RuntimeConfig {
|
|
3
|
-
API_BASE_URL: string;
|
|
4
|
-
}
|
|
5
|
-
/** Call once, early in app startup (e.g. in index.tsx) */
|
|
6
|
-
export declare function load(): Promise<void>;
|
|
7
|
-
/** Get the base (after `load()`), or '' if not loaded yet */
|
|
8
|
-
export declare function apiBase(): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getAppConfig(endpoint: string): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getAppConfig(endpoint: string): string;
|