@moxxy/plugin-provider-admin 0.28.0 → 0.28.1
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moxxy/plugin-provider-admin",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
4
4
|
"description": "Model-callable provider admin: provider_add / provider_list / provider_remove / provider_test. Persists user-registered providers to ~/.moxxy/providers.json and hot-registers them in the live session by wrapping the OpenAI-compatible client with a vendor baseURL.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moxxy",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"openai": "^4.80.0",
|
|
47
47
|
"zod": "^3.24.0",
|
|
48
|
-
"@moxxy/config": "0.28.
|
|
49
|
-
"@moxxy/sdk": "0.28.
|
|
50
|
-
"@moxxy/plugin-provider-openai": "0.28.
|
|
48
|
+
"@moxxy/config": "0.28.1",
|
|
49
|
+
"@moxxy/sdk": "0.28.1",
|
|
50
|
+
"@moxxy/plugin-provider-openai": "0.28.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^22.10.0",
|
|
54
54
|
"typescript": "^5.7.3",
|
|
55
55
|
"vitest": "^2.1.8",
|
|
56
|
-
"@moxxy/
|
|
57
|
-
"@moxxy/
|
|
56
|
+
"@moxxy/tsconfig": "0.0.0",
|
|
57
|
+
"@moxxy/vitest-preset": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "tsc -p tsconfig.json",
|