Skip to content
Snippets Groups Projects

Обновлены версии JS зависимостей

Merged Karyakin Dmitry requested to merge chore/PRXS-2795-UpdDeps into master
Files
3
+ 10
8
{
"name": "@perxis-js/perxis-client",
"version": "1.5.6",
"description": "",
"main": "dist/index.js",
"version": "1.5.8",
"description": "Perxis API клиент для JavaScript",
"files": [
"dist/"
"dist"
],
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://git.perx.ru/perxis/perxis-js.git"
@@ -13,9 +13,11 @@
"scripts": {
"pub": "npm publish"
},
"dependencies": {
"protobufjs": "7.2.4"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"protobufjs": "7.4.0",
"ts-proto": "1.181.2",
"typescript": "5.6.3"
}
}
Loading