@dxtmisha/functional-basic 1.8.9 → 1.8.10

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/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.8.10] - 2026-08-20
6
+
7
+ ### Changed
8
+ - **AI Resource Metadata & Types**:
9
+ - Migrated prompt resource metadata from monolithic `prompts.json` into individual resource descriptor files (`ai-types-list/resources/api-reference.json`).
10
+ - Regenerated AI type definitions and package descriptions with updated AI prompt formats.
11
+ - **Git Configuration**:
12
+ - Added `ai-description.md` and `ai-mcp-resources.json` to `.gitignore`.
13
+
5
14
  ## [1.8.9] - 2026-08-16
6
15
 
7
16
  ### Added
package/ai-description.md CHANGED
@@ -1,17 +1,6 @@
1
- This package provides robust utility modules for HTTP API requests, caching, localization, state management, and DOM manipulation.
1
+ This package is a comprehensive utility library designed for web applications, providing robust core functions for API requests, caching, internationalization (Geo/Intl), state management, DOM manipulation, and SEO metadata control. An AI assistant must study this file when implementing or refactoring features related to HTTP communication, localized data formatting, browser storage, query/hash state synchronization, or search filtering to ensure adherence to established patterns and type definitions.
2
2
 
3
- Study "ai-types.md" when implementing or configuring features related to API clients, request/response caching, internationalization (Geo/Intl), translations, meta tags management, search filtering, or URL state synchronization.
4
-
5
- API Integration
6
- Error Handling
7
- Cache Management
8
- Cookie Storage
9
- Geographic Localization
10
- Internationalization
11
- Data Formatting
12
- Meta Tags
13
- State Management
14
- Search Matching
3
+ Key Capabilities: API Integration, Request Caching, Internationalization, Cookie Management, Local Storage, URL State, DOM Utilities, Meta Tags, Search Matching, Error Handling
15
4
  ## Mandatory Rules
16
5
  You MUST evaluate whether your task relates to any of the following topics (even if not working directly with this package). If related material is present, you are strictly obligated to read and study the corresponding file before proceeding:
17
- - 'node_modules/@dxtmisha/functional-basic/ai-resources/api-reference.md': Provides code examples and usage patterns for the @dxtmisha/functional-basic library modules including HTTP client, storage, geolocation, and DOM helpers. It helps AI agents understand how to correctly integrate and utilize utility functions for frontend and backend tasks.
6
+ - 'node_modules/@dxtmisha/functional-basic/ai-resources/api-reference.md': Provides code examples and usage patterns for HTTP clients, caching, data storage, localization, and DOM helpers from the @dxtmisha/functional-basic library. Guides AI assistants on how to properly implement core functional utilities in TypeScript applications.
@@ -13,8 +13,8 @@
13
13
  },
14
14
  {
15
15
  "uri": "@dxtmisha/functional-basic/ai-resources/api-reference.md",
16
- "name": "API Reference and Examples (@dxtmisha/functional-basic)",
16
+ "name": "API Reference And Examples (@dxtmisha/functional-basic)",
17
17
  "mimeType": "text/markdown",
18
- "description": "Provides code examples and usage patterns for the @dxtmisha/functional-basic library modules including HTTP client, storage, geolocation, and DOM helpers. It helps AI agents understand how to correctly integrate and utilize utility functions for frontend and backend tasks."
18
+ "description": "Provides code examples and usage patterns for HTTP clients, caching, data storage, localization, and DOM helpers from the @dxtmisha/functional-basic library. Guides AI assistants on how to properly implement core functional utilities in TypeScript applications."
19
19
  }
20
20
  ]
package/ai-types.md CHANGED
@@ -1,4 +1,4 @@
1
- All these methods are in the @dxtmisha/functional-basic (v1.8.9) library.
1
+ All these methods are in the @dxtmisha/functional-basic (v1.8.10) library.
2
2
 
3
3
  /** Check if server runs on localhost @keywords api, localhost */
4
4
  export declare class Api {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/functional-basic",
3
3
  "private": false,
4
- "version": "1.8.9",
4
+ "version": "1.8.10",
5
5
  "type": "module",
6
6
  "description": "Foundational isomorphic utility library for modern web and SSR development — HTTP client, state storage, i18n localization, SEO metadata, DOM events, formatting, and data utilities. Framework-agnostic, TypeScript-first.",
7
7
  "keywords": [
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "path": "ai-resources/api-reference.md",
4
- "md5": "5b6b7850a06fbe60c2ff108599c45dc3",
5
- "name": "API Reference and Examples",
6
- "description": "Provides code examples and usage patterns for the @dxtmisha/functional-basic library modules including HTTP client, storage, geolocation, and DOM helpers. It helps AI agents understand how to correctly integrate and utilize utility functions for frontend and backend tasks."
7
- }
8
- ]