@just-every/ensemble 0.2.127 → 0.2.129
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@just-every/ensemble",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.129",
|
|
4
4
|
"description": "LLM provider abstraction layer with unified streaming interface",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -91,32 +91,31 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@anthropic-ai/sdk": "^0.
|
|
95
|
-
"@google/genai": "^1.
|
|
96
|
-
"dotenv": "^
|
|
94
|
+
"@anthropic-ai/sdk": "^0.56.0",
|
|
95
|
+
"@google/genai": "^1.8.0",
|
|
96
|
+
"dotenv": "^17.0.1",
|
|
97
97
|
"express": "^5.1.0",
|
|
98
|
-
"openai": "^5.
|
|
98
|
+
"openai": "^5.8.2",
|
|
99
99
|
"sharp": "^0.34.2",
|
|
100
|
-
"ws": "^8.18.
|
|
101
|
-
"zod": "^3.25.67"
|
|
100
|
+
"ws": "^8.18.3"
|
|
102
101
|
},
|
|
103
102
|
"devDependencies": {
|
|
104
103
|
"@eslint/js": "^9.29.0",
|
|
105
|
-
"@types/node": "^24.0.
|
|
104
|
+
"@types/node": "^24.0.10",
|
|
106
105
|
"@types/uuid": "^10.0.0",
|
|
107
106
|
"@vitest/coverage-v8": "^3.2.4",
|
|
108
|
-
"eslint": "^9.
|
|
107
|
+
"eslint": "^9.30.1",
|
|
109
108
|
"eslint-config-prettier": "^10.1.5",
|
|
110
|
-
"eslint-plugin-prettier": "^5.5.
|
|
109
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
111
110
|
"open": "^10.1.2",
|
|
112
111
|
"rimraf": "^6.0.1",
|
|
113
|
-
"typedoc": "^0.28.
|
|
112
|
+
"typedoc": "^0.28.7",
|
|
114
113
|
"typescript": "^5.8.3",
|
|
115
|
-
"typescript-eslint": "^8.35.
|
|
114
|
+
"typescript-eslint": "^8.35.1",
|
|
116
115
|
"vitest": "^3.2.4"
|
|
117
116
|
},
|
|
118
117
|
"optionalDependencies": {
|
|
119
|
-
"@rollup/rollup-linux-x64-gnu": "4.44.
|
|
118
|
+
"@rollup/rollup-linux-x64-gnu": "^4.44.2"
|
|
120
119
|
},
|
|
121
120
|
"publishConfig": {
|
|
122
121
|
"access": "public"
|