@mindfiredigital/ignix-lite-engine 1.4.3 → 1.7.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mindfiredigital/ignix-lite-engine@1.4.3 build /home/runner/work/ignix-lite/ignix-lite/packages/engine
2
+ > @mindfiredigital/ignix-lite-engine@1.7.1 build /home/runner/work/ignix-lite/ignix-lite/packages/engine
3
3
  > tsup && copyfiles -u 2 src/manifests/*.json dist/manifests && copyfiles -f ../../api-full.txt dist && pnpm build:index
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,12 +11,12 @@
11
11
  ESM Build start
12
12
  ESM dist/index.js 76.73 KB
13
13
  ESM dist/index.js.map 145.57 KB
14
- ESM ⚡️ Build success in 61ms
14
+ ESM ⚡️ Build success in 65ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4400ms
16
+ DTS ⚡️ Build success in 5036ms
17
17
  DTS dist/index.d.ts 4.32 KB
18
18
 
19
- > @mindfiredigital/ignix-lite-engine@1.4.3 build:index /home/runner/work/ignix-lite/ignix-lite/packages/engine
19
+ > @mindfiredigital/ignix-lite-engine@1.7.1 build:index /home/runner/work/ignix-lite/ignix-lite/packages/engine
20
20
  > tsx src/tools/build-index.ts
21
21
 
22
22
  Vector index built
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @mindfiredigital/ignix-lite-engine
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Merge pull request [#170](https://github.com/mindfiredigital/ignix-lite/issues/170) from mindfiredigital/development
8
+
9
+ ## 1.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#168](https://github.com/mindfiredigital/ignix-lite/pull/168) [`597f039`](https://github.com/mindfiredigital/ignix-lite/commit/597f039b3dec0af869c75145ac18692d88be015d) Thanks [@Rituparna158](https://github.com/Rituparna158)! - Add MCP server with 11 AI tools (list_components, get_manifest, get_emmet, how_to_build, validate, check_a11y, generate_theme, preview, get_token_summary, create_handoff, apply_handoff). Add CLI mcp setup command supporting Cursor, Gemini CLI, Claude Desktop, and Claude Code auto-configuration.
14
+
15
+ ## 1.4.5
16
+
17
+ ### Patch Changes
18
+
19
+ - use workspace protocol for internal monorepo deps
20
+
21
+ ## 1.4.8
22
+
23
+ ### Patch Changes
24
+
25
+ - fix the release.yml workflow for release of the package
26
+
27
+ ## 1.4.7
28
+
29
+ ### Patch Changes
30
+
31
+ - publish npm-safe workspace dependencies
32
+
33
+ ## 1.4.6
34
+
35
+ ### Patch Changes
36
+
37
+ - update release workflow
38
+
39
+ ## 1.4.5
40
+
41
+ ### Patch Changes
42
+
43
+ - add release script
44
+
45
+ ## 1.4.4
46
+
47
+ ### Patch Changes
48
+
49
+ - resolve workspace issue
50
+
3
51
  ## 1.4.3
4
52
 
5
53
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfiredigital/ignix-lite-engine",
3
- "version": "1.4.3",
3
+ "version": "1.7.1",
4
4
  "description": "Core rules engine, validator, theming, and preview rendering for Ignix-Lite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",