i18n: langnostic@0.0.7

This commit is contained in:
Yangshun 2025-04-29 16:02:58 +08:00
parent 2f6b764134
commit b5c00d6628
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"langnostic": "^0.0.5"
"langnostic": "^0.0.7"
},
"devDependencies": {
"prettier": "^3.5.3",
@ -1054,9 +1054,9 @@
}
},
"node_modules/langnostic": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/langnostic/-/langnostic-0.0.5.tgz",
"integrity": "sha512-i+rC3sAV042yacwq8igzmJ2yAz3AAy1QWL61v8TE5v9pNxKNewpYUAxv1I8tHf8T48UaOBdmxo57Yqx39Uv9zA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/langnostic/-/langnostic-0.0.7.tgz",
"integrity": "sha512-DkLmpMPvSO7Q6l9tfDzb09LXQ61n4Hinb1RPi5oftG/W+Okg3HP0Y2rMSjhjl21QffVJUZVH0a6jzKsSM9nCsg==",
"dependencies": {
"@ai-sdk/deepseek": "^0.2.1",
"@ai-sdk/google": "^1.2.3",
@ -1077,7 +1077,7 @@
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"yargs": "^17.7.2",
"zod": "^3.21.4"
"zod": "^3.24.3"
},
"bin": {
"langnostic": "dist/cli.js"
@ -2508,9 +2508,9 @@
}
},
"node_modules/zod": {
"version": "3.24.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
"integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
"version": "3.24.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.3.tgz",
"integrity": "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}

View File

@ -4,7 +4,7 @@
"i18n": "langnostic translate"
},
"dependencies": {
"langnostic": "^0.0.5"
"langnostic": "^0.0.7"
},
"devDependencies": {
"prettier": "^3.5.3",