ai-providers 0.3.0 → 2.0.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
- package/.turbo/turbo-test.log +0 -47
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Unified AI provider registry with Cloudflare AI Gateway support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"ai": "^5.0.0",
|
|
28
|
-
"language-models": "
|
|
28
|
+
"language-models": "2.0.2",
|
|
29
29
|
"rpc.do": "^0.1.0"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> ai-providers@0.0.1 test /Users/nathanclevenger/projects/mdx.org.ai/primitives/packages/ai-providers
|
|
3
|
-
> vitest
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
DEV v2.1.9 /Users/nathanclevenger/projects/mdx.org.ai/primitives/packages/ai-providers
|
|
7
|
-
|
|
8
|
-
✓ src/llm.do.test.ts (42 tests) 44ms
|
|
9
|
-
✓ src/providers/cloudflare.test.ts (45 tests) 7ms
|
|
10
|
-
✓ src/registry.test.ts (51 tests) 37ms
|
|
11
|
-
✓ src/index.test.ts (37 tests) 4ms
|
|
12
|
-
✓ src/integration.test.ts (26 tests | 6 skipped) 8ms
|
|
13
|
-
|
|
14
|
-
Test Files 5 passed (5)
|
|
15
|
-
Tests 195 passed | 6 skipped (201)
|
|
16
|
-
Start at 14:14:37
|
|
17
|
-
Duration 786ms (transform 114ms, setup 0ms, collect 245ms, tests 101ms, environment 0ms, prepare 45ms)
|
|
18
|
-
|
|
19
|
-
PASS Waiting for file changes...
|
|
20
|
-
press h to show help, press q to quit
|
|
21
|
-
c[3J RERUN ../language-models/dist/aliases.js
|
|
22
|
-
|
|
23
|
-
✓ src/registry.test.ts (51 tests) 116ms
|
|
24
|
-
✓ src/integration.test.ts (26 tests | 6 skipped) 10ms
|
|
25
|
-
✓ src/index.test.ts (37 tests) 7ms
|
|
26
|
-
|
|
27
|
-
Test Files 3 passed (3)
|
|
28
|
-
Tests 108 passed | 6 skipped (114)
|
|
29
|
-
Start at 14:22:55
|
|
30
|
-
Duration 436ms
|
|
31
|
-
|
|
32
|
-
PASS Waiting for file changes...
|
|
33
|
-
press h to show help, press q to quit
|
|
34
|
-
c[3J RERUN ../language-models/dist/aliases.js
|
|
35
|
-
|
|
36
|
-
✓ src/registry.test.ts (51 tests) 36ms
|
|
37
|
-
✓ src/integration.test.ts (26 tests | 6 skipped) 6ms
|
|
38
|
-
✓ src/index.test.ts (37 tests) 5ms
|
|
39
|
-
|
|
40
|
-
Test Files 3 passed (3)
|
|
41
|
-
Tests 108 passed | 6 skipped (114)
|
|
42
|
-
Start at 14:31:30
|
|
43
|
-
Duration 121ms
|
|
44
|
-
|
|
45
|
-
PASS Waiting for file changes...
|
|
46
|
-
press h to show help, press q to quit
|
|
47
|
-
ELIFECYCLE Test failed. See above for more details.
|