@mindfiredigital/ignix-lite-cli 1.4.3 → 1.4.4

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-cli@1.4.3 build /home/runner/work/ignix-lite/ignix-lite/packages/cli
2
+ > @mindfiredigital/ignix-lite-cli@1.4.4 build /home/runner/work/ignix-lite/ignix-lite/packages/cli
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,4 +10,4 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.js 29.18 KB
13
- ESM ⚡️ Build success in 24ms
13
+ ESM ⚡️ Build success in 25ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @mindfiredigital/ignix-lite-cli
2
2
 
3
+ ## 1.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @mindfiredigital/ignix-lite-mcp@1.6.4
9
+ - @mindfiredigital/ignix-lite-engine@1.4.3
10
+
3
11
  ## 1.4.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindfiredigital/ignix-lite-cli",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "CLI tool for Ignix-Lite project scaffolding, validation, and theming",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  "picocolors": "^1.1.1",
15
15
  "prompts": "^2.4.2",
16
16
  "zod": "^3.24.2",
17
- "@mindfiredigital/ignix-lite-engine": "1.4.2",
18
- "@mindfiredigital/ignix-lite-mcp": "1.6.3"
17
+ "@mindfiredigital/ignix-lite-engine": "1.4.3",
18
+ "@mindfiredigital/ignix-lite-mcp": "1.6.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.8.0",