@auto-engineer/information-architect 0.26.2 → 0.26.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.26.2 build /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.26.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,13 +1,13 @@
1
1
 
2
- > @auto-engineer/information-architect@0.26.2 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.26.3 test /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
6
6
   RUN  v3.2.4 /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
7
7
 
8
8
 
9
- include: **/*.specs.{js,ts}
10
9
  No test files found, exiting with code 0
11
10
 
11
+ include: **/*.specs.{js,ts}
12
12
  exclude: **/.tmp/**, **/node_modules/**, **/dist/**, **/examples/**, **/create-auto-app/templates/**, **/*-starter/**, **/vite.config.ts
13
13
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@0.26.2 type-check /home/runner/work/auto-engineer/auto-engineer/packages/information-architect
2
+ > @auto-engineer/information-architect@0.26.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,16 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 0.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e2539a5`](https://github.com/BeOnAuto/auto-engineer/commit/e2539a5c1e0648ae297d4f49680b4699fd67f075) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: version packages
8
+ - **narrative**: remove redundant id field from Module, use sourceFile as identifier
9
+ - Updated dependencies [[`e2539a5`](https://github.com/BeOnAuto/auto-engineer/commit/e2539a5c1e0648ae297d4f49680b4699fd67f075)]:
10
+ - @auto-engineer/ai-gateway@0.26.3
11
+ - @auto-engineer/message-bus@0.26.3
12
+ - @auto-engineer/narrative@0.26.3
13
+
3
14
  ## 0.26.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -14,14 +14,14 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "fast-glob": "^3.3.2",
17
- "@auto-engineer/ai-gateway": "0.26.2",
18
- "@auto-engineer/message-bus": "0.26.2",
19
- "@auto-engineer/narrative": "0.26.2"
17
+ "@auto-engineer/ai-gateway": "0.26.3",
18
+ "@auto-engineer/narrative": "0.26.3",
19
+ "@auto-engineer/message-bus": "0.26.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@auto-engineer/cli": "0.26.2"
22
+ "@auto-engineer/cli": "0.26.3"
23
23
  },
24
- "version": "0.26.2",
24
+ "version": "0.26.3",
25
25
  "scripts": {
26
26
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/",
27
27
  "test": "vitest run --reporter=dot",