@dxtmisha/functional-basic 1.2.5 → 1.2.6
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.
|
@@ -184,7 +184,7 @@ export type ApiHydrationList = ApiHydrationItem[];
|
|
|
184
184
|
/**
|
|
185
185
|
* Item for API error storage/ Элемент для хранилища ошибок API
|
|
186
186
|
*/
|
|
187
|
-
export type ApiErrorStorageItem = {
|
|
187
|
+
export type ApiErrorStorageItem = Record<string, any> & {
|
|
188
188
|
/** URL string or RegExp to match request URL/ Строка URL или RegExp для сопоставления URL */
|
|
189
189
|
url: string | RegExp;
|
|
190
190
|
/** HTTP method/ HTTP метод */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxtmisha/functional-basic",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Foundational utility library for modern web development — HTTP client, geolocation, i18n, SEO meta tags, caching, storage, DOM utilities, and more. Framework-agnostic, zero dependencies, TypeScript-first.",
|
|
7
7
|
"keywords": [
|