mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-09-19 12:54:19 +08:00
@Release-46
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@ -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",
|
||||||
|
14
package.json
14
package.json
@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user