@auto-engineer/ai-gateway 0.11.4 → 0.11.5

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,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/ai-gateway@0.11.4 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
3
+ > @auto-engineer/ai-gateway@0.11.5 build /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
4
4
  > tsc && tsx ../../scripts/fix-esm-imports.ts
5
5
 
6
6
  Fixed ESM imports in dist/
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/ai-gateway@0.11.4 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
3
+ > @auto-engineer/ai-gateway@0.11.5 test /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
4
4
  > vitest run --reporter=dot
5
5
 
6
6
  [?25l
@@ -14,7 +14,7 @@
14
14
 
15
15
   Test Files  4 passed (4)
16
16
   Tests  43 passed (43)
17
-  Start at  08:02:28
18
-  Duration  581ms (transform 199ms, setup 0ms, collect 510ms, tests 30ms, environment 0ms, prepare 359ms)
17
+  Start at  08:25:42
18
+  Duration  622ms (transform 132ms, setup 0ms, collect 401ms, tests 24ms, environment 0ms, prepare 364ms)
19
19
 
20
20
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/ai-gateway@0.11.4 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
3
+ > @auto-engineer/ai-gateway@0.11.5 type-check /Users/sam/WebstormProjects/top/auto-engineer-3/packages/ai-gateway
4
4
  > tsc --noEmit
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @auto-engineer/ai-gateway
2
2
 
3
+ ## 0.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix paths and deps issues
8
+
3
9
  ## 0.11.4
4
10
 
5
11
  ## 0.11.3
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "publishConfig": {
18
18
  "access": "public"
19
19
  },
20
- "version": "0.11.4",
20
+ "version": "0.11.5",
21
21
  "scripts": {
22
22
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
23
23
  "test": "vitest run --reporter=dot",