@Release-46

This commit is contained in:
Ryan Huang
2025-03-03 14:00:38 -05:00
parent 7a9698cd4b
commit 3eab0e7c99
2 changed files with 12 additions and 12 deletions

10
package-lock.json generated
View File

@ -1,18 +1,18 @@
{ {
"name": "@lmstudio/lms-cli", "name": "@lmstudio/lms-cli",
"version": "0.3.33", "version": "0.3.34",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lmstudio/lms-cli", "name": "@lmstudio/lms-cli",
"version": "0.3.33", "version": "0.3.34",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@lmstudio/lms-common": "^0.8.0", "@lmstudio/lms-common": "^0.8.1",
"@lmstudio/lms-lmstudio": "^0.0.23", "@lmstudio/lms-lmstudio": "^0.0.24",
"@lmstudio/sdk": "^0.5.0", "@lmstudio/sdk": "^1.0.0",
"boxen": "^5.1.2", "boxen": "^5.1.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cmd-ts": "^0.13.0", "cmd-ts": "^0.13.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@lmstudio/lms-cli", "name": "@lmstudio/lms-cli",
"version": "0.3.33", "version": "0.3.34",
"description": "LM Studio CLI", "description": "LM Studio CLI",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -15,12 +15,12 @@
"author": "LM Studio <team@lmstudio.ai> (https://lmstudio.ai)", "author": "LM Studio <team@lmstudio.ai> (https://lmstudio.ai)",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@lmstudio/lms-common": "^0.8.0", "@lmstudio/lms-common": "^0.8.1",
"@lmstudio/lms-common-server": "^0.2.9", "@lmstudio/lms-common-server": "^0.2.10",
"@lmstudio/lms-es-plugin-runner": "^0.0.11", "@lmstudio/lms-es-plugin-runner": "^0.0.12",
"@lmstudio/lms-isomorphic": "^0.4.4", "@lmstudio/lms-isomorphic": "^0.4.4",
"@lmstudio/lms-lmstudio": "^0.0.23", "@lmstudio/lms-lmstudio": "^0.0.24",
"@lmstudio/sdk": "^0.5.0", "@lmstudio/sdk": "^1.0.0",
"boxen": "^5.1.2", "boxen": "^5.1.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cmd-ts": "^0.13.0", "cmd-ts": "^0.13.0",
@ -48,5 +48,5 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"gitHead": "803a488fc9d4c398991ac1991d537450a3b866d9" "gitHead": "e2d9b355053c25dd0e12984f99fbd58db6f1b939"
} }