@putkoff/abstract-utilities 0.1.182 → 0.1.184

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.
@@ -8,6 +8,7 @@ export declare function ensureAbstractUrl(endpoint: string, slices?: string[]):
8
8
  /**
9
9
  * Given an “endpoint” slug like "api/list", build the full URL
10
10
  * from the BASE_API_URL entry in your JSON config.
11
+ * If anything goes wrong, just returns the raw endpoint.
11
12
  */
12
13
  export declare function get_app_config_url(endpoint: string): Promise<string>;
13
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putkoff/abstract-utilities",
3
- "version": "0.1.182",
3
+ "version": "0.1.184",
4
4
  "type": "module",
5
5
  "description": "A reusable React Login component with JWT authentication",
6
6
  "main": "dist/cjs/index.js",