@mindfiredigital/ignix-lite-engine 1.4.4 → 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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +42 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @mindfiredigital/ignix-lite-engine@1.
|
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/index.js [22m[32m76.73 KB[39m
|
|
13
13
|
[32mESM[39m [1mdist/index.js.map [22m[32m145.57 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 65ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 5036ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.32 KB[39m
|
|
18
18
|
|
|
19
|
-
> @mindfiredigital/ignix-lite-engine@1.
|
|
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,47 @@
|
|
|
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
|
+
|
|
3
45
|
## 1.4.4
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|