@auto-engineer/information-architect 0.11.6 → 0.11.8

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,6 +1,5 @@
1
-
2
- 
3
- > @auto-engineer/information-architect@0.11.5 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
4
- > tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/
5
-
6
- Fixed ESM imports in dist/
1
+
2
+ > @auto-engineer/information-architect@0.11.7 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
3
+ > tsc && tsx ../../scripts/fix-esm-imports.ts && cp src/auto-ux-schema.json dist/
4
+
5
+ Fixed ESM imports in dist/
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@0.11.5 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
2
+ > @auto-engineer/information-architect@0.11.7 format /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
3
3
  > prettier --write "**/*.{js,ts,json,md,yml,yaml}" --ignore-path ../../.prettierignore --log-level warn
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@0.11.5 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
2
+ > @auto-engineer/information-architect@0.11.7 lint /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
3
3
  > eslint 'src/**/*.ts' --max-warnings 0 --config ../../eslint.config.ts
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/information-architect@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
2
+ > @auto-engineer/information-architect@0.11.7 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/information-architect@0.11.5 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
2
+ > @auto-engineer/information-architect@0.11.7 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/information-architect
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @auto-engineer/information-architect
2
2
 
3
+ ## 0.11.8
4
+
5
+ ### Patch Changes
6
+
7
+ - fix kanban todo paths
8
+
9
+ - Updated dependencies []:
10
+ - @auto-engineer/message-bus@0.11.8
11
+ - @auto-engineer/ai-gateway@0.11.8
12
+ - @auto-engineer/flow@0.11.8
13
+
14
+ ## 0.11.7
15
+
16
+ ### Patch Changes
17
+
18
+ - Fix template paths issue
19
+
20
+ - Updated dependencies []:
21
+ - @auto-engineer/message-bus@0.11.7
22
+ - @auto-engineer/ai-gateway@0.11.7
23
+ - @auto-engineer/flow@0.11.7
24
+
3
25
  ## 0.11.6
4
26
 
5
27
  ### 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.11.6",
18
- "@auto-engineer/flow": "0.11.6",
19
- "@auto-engineer/message-bus": "0.11.6"
17
+ "@auto-engineer/ai-gateway": "0.11.8",
18
+ "@auto-engineer/message-bus": "0.11.8",
19
+ "@auto-engineer/flow": "0.11.8"
20
20
  },
21
21
  "devDependencies": {
22
- "@auto-engineer/cli": "0.11.6"
22
+ "@auto-engineer/cli": "0.11.8"
23
23
  },
24
- "version": "0.11.6",
24
+ "version": "0.11.8",
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",