@mindfiredigital/ignix-lite-engine 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-engine@1.4.3 build /home/runner/work/ignix-lite/ignix-lite/packages/engine
2
+ > @mindfiredigital/ignix-lite-engine@1.4.4 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 71ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4400ms
16
+ DTS ⚡️ Build success in 4239ms
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.4.4 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,11 @@
1
1
  # @mindfiredigital/ignix-lite-engine
2
2
 
3
+ ## 1.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - resolve workspace issue
8
+
3
9
  ## 1.4.3
4
10
 
5
11
  ### 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.4.4",
4
4
  "description": "Core rules engine, validator, theming, and preview rendering for Ignix-Lite",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",