Release package version 0.0.3
Some checks failed
CI / build (push) Failing after 13s
CI / deploy (push) Has been skipped

Update types of scene, added utils for check fill type.
This commit is contained in:
Andrey Kernichniy 2026-03-07 00:16:34 +07:00
parent eea082fbd2
commit f106226e70
13 changed files with 126 additions and 38 deletions

8
package-lock.json generated
View file

@ -8,11 +8,19 @@
"name": "gxc-renderer-base",
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"@gxc-solutions/math": "^0.0.1"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.9.3"
}
},
"node_modules/@gxc-solutions/math": {
"version": "0.0.1",
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/math/-/math-0.0.1.tgz",
"integrity": "sha512-m6lxTkjXkyaUoI3+cJKpgt/AQlyApLSJ2p9D2EJ9+XzHCSjOWs29GzczPLgopYdLEWYN/YPr77V4CScGpR7qxw=="
},
"node_modules/balanced-match": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",