@mindfiredigital/ignix-lite-engine 1.1.0 → 1.3.0

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.1.0 build /home/runner/work/ignix-lite/ignix-lite/packages/engine
2
+ > @mindfiredigital/ignix-lite-engine@1.3.0 build /home/runner/work/ignix-lite/ignix-lite/packages/engine
3
3
  > tsup && copyfiles -u 2 src/manifests/*.json dist/manifests && 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.59 KB
13
13
  ESM dist/index.js.map 145.43 KB
14
- ESM ⚡️ Build success in 112ms
14
+ ESM ⚡️ Build success in 69ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4433ms
16
+ DTS ⚡️ Build success in 4379ms
17
17
  DTS dist/index.d.ts 4.32 KB
18
18
 
19
- > @mindfiredigital/ignix-lite-engine@1.1.0 build:index /home/runner/work/ignix-lite/ignix-lite/packages/engine
19
+ > @mindfiredigital/ignix-lite-engine@1.3.0 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,17 @@
1
1
  # @mindfiredigital/ignix-lite-engine
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - resolve package dependencies workspace protocol and release update
8
+
9
+ ## 1.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - implement cli commands and decouple mcp server engine
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfiredigital/ignix-lite-engine",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "Core rules engine, validator, theming, and preview rendering for Ignix-Lite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",