mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* update abstract marketplace for usage accuracy andrename store to registry * use new abstract functions * fix(marketplace): get rid of `AbstractMarketplaceService` * bump shared marketplace lib * update marketplace to use query params for registry url; comment out updates page - will be refactored * cleanup * cleanup duplicate * cleanup unused imports * rework setting registry url when loading marketplace * cleanup marketplace service * fix background --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: waterplea <alexander@inkin.ru> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com>
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"name": "@start9labs/marketplace",
|
|
"version": "0.3.36",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=13.2.0",
|
|
"@angular/core": ">=13.2.0",
|
|
"@start9labs/shared": ">=0.3.2",
|
|
"@taiga-ui/cdk": ">=4.0.0",
|
|
"@taiga-ui/core": ">=4.0.0",
|
|
"@taiga-ui/layout": ">=4.0.0",
|
|
"@tinkoff/ng-dompurify": ">=4.0.0",
|
|
"fuse.js": "^6.4.6"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
}
|