Release glass material and favicon pipeline v0.6.0

This commit is contained in:
DCCONSTRUCTIONS
2026-07-11 12:19:44 +03:00
parent 6b42d913ea
commit d873427fe2
28 changed files with 550 additions and 53 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
{
"name": "@nodedc/ui-dom",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
@@ -16,6 +18,6 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@nodedc/ui-core": "0.5.1"
"@nodedc/ui-core": "0.6.0"
}
}