Upgrades @novadi/core and refactors dependency registration

Updates package dependencies to latest version of @novadi/core

Simplifies dependency and service registration by removing automatic array resolution of stores, API repositories, and entity services

Adds DateColumnDataSource as a new column data source implementation
This commit is contained in:
Janus C. H. Knudsen 2025-11-18 22:34:12 +01:00
parent cd2466426b
commit 871f5c5682
3 changed files with 9 additions and 17 deletions

8
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "calendar-plantempus",
"version": "1.0.0",
"dependencies": {
"@novadi/core": "^0.5.5",
"@novadi/core": "^0.6.0",
"@rollup/rollup-win32-x64-msvc": "^4.52.2",
"dayjs": "^1.11.19",
"fuse.js": "^7.1.0"
@ -728,9 +728,9 @@
}
},
"node_modules/@novadi/core": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/@novadi/core/-/core-0.5.5.tgz",
"integrity": "sha512-i4r08cyZjdjbNLNEq3Ul2QMnfCBNJZboCwVLvgL5wAR6+jQ4PDBCmdqfMMnF6kegwGD8R7DdhO/TocdjkGZ+qw==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@novadi/core/-/core-0.6.0.tgz",
"integrity": "sha512-CU1134Nd7ULMg9OQbID5oP+FLtrMkNiLJ17+dmy4jjmPDcPK/dVzKTFxvJmbBvEfZEc9WtmkmJjqw11ABU7Jxw==",
"license": "MIT",
"dependencies": {
"unplugin": "^2.3.10"