@auto-engineer/ai-gateway 0.4.1 → 0.4.2

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/ai-gateway@0.4.1 build /Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway
4
- > tsc && tsx ../../scripts/fix-esm-imports.ts
5
-
6
- Fixed ESM imports in dist/
1
+
2
+ > @auto-engineer/ai-gateway@0.4.2 build /Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway
3
+ > tsc && tsx ../../scripts/fix-esm-imports.ts
4
+
5
+ Fixed ESM imports in dist/
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @auto-engineer/ai-gateway@0.4.1 test /Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway
3
+ > @auto-engineer/ai-gateway@0.4.2 test /Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -11,25 +11,25 @@
11
11
 
12
12
   Test Files 0 passed (1)
13
13
   Tests 0 passed (0)
14
-  Start at 20:43:45
15
-  Duration 207ms
14
+  Start at 20:44:50
15
+  Duration 217ms
16
16
  [?2026l[?2026h
17
17
   ❯ src/index.specs.ts 0/2
18
18
 
19
19
   Test Files 0 passed (1)
20
20
   Tests 0 passed (2)
21
-  Start at 20:43:45
22
-  Duration 409ms
23
- [?2026l ✓ src/index.specs.ts (2 tests) 1ms
24
- ✓ AI Integration > should export the correct types 0ms
25
- ✓ AI Integration > should have valid AIProvider type 0ms
21
+  Start at 20:44:50
22
+  Duration 318ms
23
+ [?2026l ✓ src/index.specs.ts (2 tests) 2ms
24
+ ✓ AI Integration > should export the correct types 1ms
25
+ ✓ AI Integration > should have valid AIProvider type 1ms
26
26
  stdout | cleanup (/Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway/src/mcp-server.ts:47:11)
27
27
  Cleaning up...
28
28
 
29
29
 
30
30
   Test Files  1 passed (1)
31
31
   Tests  2 passed (2)
32
-  Start at  20:43:45
33
-  Duration  448ms (transform 44ms, setup 0ms, collect 144ms, tests 1ms, environment 0ms, prepare 49ms)
32
+  Start at  20:44:50
33
+  Duration  416ms (transform 44ms, setup 0ms, collect 131ms, tests 2ms, environment 0ms, prepare 45ms)
34
34
 
35
35
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @auto-engineer/ai-gateway@0.4.1 type-check /Users/sam/WebstormProjects/top/auto-engineer/packages/ai-gateway
3
+ > @auto-engineer/ai-gateway@0.4.2 type-check /Users/sam/WebstormProjects/top/auto-engineer/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.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump versions
8
+
3
9
  ## 0.4.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-engineer/ai-gateway",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",