@dxtmisha/scripts 0.11.4 → 0.11.5

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,11 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.11.5] - 2026-08-19
6
+
7
+ ### Changed
8
+ - **Library Package Template (`.gitignore`)**:
9
+ - Added `ai-mcp-resources.json` to the library template's `_.gitignore.txt` to automatically ignore generated MCP resource files in newly scaffolded libraries.
10
+
5
11
  ## [0.11.4] - 2026-08-19
6
12
 
7
13
  ### Changed
8
14
  - **AI Types Save Workflow (`dxt-types-save`)**:
9
- - Added MCP resources generation (`await this.mcp.make()`) into `DesignTypes.makeSave()` to automatically generate and synchronize MCP resource manifests (`ai-mcp.json`) when running fast type saving.
15
+ - Added MCP resources generation (`await this.mcp.make()`) into `DesignTypes.makeSave()` to automatically generate and synchronize MCP resource manifests (`ai-mcp-resources.json`) when running fast type saving.
10
16
 
11
17
  ## [0.11.3] - 2026-08-19
12
18
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxtmisha/scripts",
3
3
  "private": false,
4
- "version": "0.11.4",
4
+ "version": "0.11.5",
5
5
  "type": "module",
6
6
  "description": "CLI tools, AI integration scripts, and automation utilities for DXT UI — automated component scaffolding, Figma layout generation, library packaging, documentation building, screenshot captures, and AI prompt processing.",
7
7
  "keywords": [
@@ -13,7 +13,7 @@ dist-ssr
13
13
 
14
14
  ai-types.md
15
15
  ai-description.md
16
- ai-resources
16
+ ai-mcp-resources.json
17
17
 
18
18
  # Editor directories and files
19
19
  .vscode/*