Skip to content
Snippets Groups Projects

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

Merged Karyakin Dmitry requested to merge chore/PRXS-2795-UpdDeps into master
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline

Files

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