Release package version 0.0.5
All checks were successful
CI / build (push) Successful in 28s

Fix node render
This commit is contained in:
Andrey Kernichniy 2026-03-16 01:40:02 +07:00
parent 6c2373d6ec
commit 7a95ae6ccc
6 changed files with 20 additions and 14 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.3",
"@gxc-solutions/math": "^0.0.4",
"@gxc-solutions/renderer-base": "^0.0.12"
},
"devDependencies": {
@ -696,9 +696,9 @@
}
},
"node_modules/@gxc-solutions/math": {
"version": "0.0.3",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.3.tgz",
"integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA=="
"version": "0.0.4",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.4.tgz",
"integrity": "sha512-jV7q7IR6X9R37c2zaVwsTE4H2LlRlxKLqmkmGEkMDsq6/DBbBO26VC9uu2I98tUKybYgC++jSgA5OoUF0FGg1w=="
},
"node_modules/@gxc-solutions/renderer-base": {
"version": "0.0.12",