@auto-engineer/information-architect 0.8.1 → 0.8.3

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
- > @auto-engineer/information-architect@0.8.1 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.8.3 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/information-architect@0.8.1 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.8.3 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  No test files found, exiting with code 0
10
- include: **/*.specs.{js,ts}
11
10
 
11
+ include: **/*.specs.{js,ts}
12
12
  exclude: **/.tmp/**, **/node_modules/**, **/dist/**
13
13
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@0.8.1 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.8.3 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 0.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3aff24e]
8
+ - Updated dependencies
9
+ - @auto-engineer/message-bus@0.8.3
10
+ - @auto-engineer/ai-gateway@0.8.3
11
+
12
+ ## 0.8.2
13
+
14
+ ### Patch Changes
15
+
16
+ - @auto-engineer/ai-gateway@0.8.2
17
+ - @auto-engineer/message-bus@0.8.2
18
+
3
19
  ## 0.7.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "fast-glob": "^3.3.2",
17
- "@auto-engineer/ai-gateway": "0.8.1",
18
- "@auto-engineer/message-bus": "0.8.1"
17
+ "@auto-engineer/ai-gateway": "0.8.3",
18
+ "@auto-engineer/message-bus": "0.8.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@auto-engineer/cli": "0.8.1"
21
+ "@auto-engineer/cli": "0.8.3"
22
22
  },
23
- "version": "0.8.1",
23
+ "version": "0.8.3",
24
24
  "scripts": {
25
25
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/",
26
26
  "dev": "tsc --watch",