Release package version 0.0.11
All checks were successful
Checks / build (push) Successful in 51s

Fix peerDependencies
This commit is contained in:
Andrey Kernichniy 2026-03-15 01:05:17 +07:00
parent 311945df5c
commit 6b54429426

View file

@ -1,6 +1,6 @@
{
"name": "@gxc-solutions/renderer-base",
"version": "0.0.11",
"version": "0.0.12",
"main": "index.js",
"author": "GXC Solutions",
"publishConfig": {
@ -8,6 +8,6 @@
"registry": "https://npm.gxc-solutions.ru"
},
"peerDependencies": {
"@gxc-solutions/math": "^0.0.2"
"@gxc-solutions/math": "^0.0.3"
}
}