@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 +9 -0
- package/ai-description.md +3 -14
- package/ai-mcp-resources.json +2 -2
- package/ai-types.md +1 -1
- package/package.json +1 -1
- package/ai-resources/prompts.json +0 -8
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
|
|
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
|
-
|
|
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
|
|
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.
|
package/ai-mcp-resources.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"uri": "@dxtmisha/functional-basic/ai-resources/api-reference.md",
|
|
16
|
-
"name": "API Reference
|
|
16
|
+
"name": "API Reference And Examples (@dxtmisha/functional-basic)",
|
|
17
17
|
"mimeType": "text/markdown",
|
|
18
|
-
"description": "Provides code examples and usage patterns for
|
|
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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxtmisha/functional-basic",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.8.
|
|
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
|
-
]
|