fix: update cross-package dependencies to 16.5.18

This commit is contained in:
2026-01-31 17:13:30 +03:00
parent 2db0d19928
commit d069be2314
36 changed files with 103 additions and 104 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.11",
"version": "16.5.18",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -255,8 +255,8 @@
}
},
"dependencies": {
"@pezkuwi/rpc-core": "16.5.9",
"@pezkuwi/types": "16.5.9",
"@pezkuwi/rpc-core": "16.5.18",
"@pezkuwi/types": "16.5.18",
"@pezkuwi/util": "14.0.11",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @pezkuwi/dev
export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.11' };
export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.18' };