mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
🤖 I have created a release *beep* *boop* --- ## [4.5.0](https://github.com/unraid/api/compare/v4.4.1...v4.5.0) (2025-04-02) ### Features * add webgui theme switcher component ([#1304](https://github.com/unraid/api/issues/1304)) ([e2d00dc](e2d00dc346)) * api plugin system & offline versioned dependency vendoring ([#1252](https://github.com/unraid/api/issues/1252)) ([9f492bf](9f492bf217)) * **api:** add `unraid-api --delete` command ([#1289](https://github.com/unraid/api/issues/1289)) ([2f09445](2f09445f2e)) * basic array controls ([#1291](https://github.com/unraid/api/issues/1291)) ([61fe696](61fe6966ca)) * basic docker controls ([#1292](https://github.com/unraid/api/issues/1292)) ([12eddf8](12eddf894e)) * copy to webgui repo script docs + wc build options ([#1285](https://github.com/unraid/api/issues/1285)) ([e54f189](e54f189630)) ### Bug Fixes * additional url fixes ([4b2763c](4b2763c7f9)) * **api:** redirect benign pnpm postinstall warning to log file ([#1290](https://github.com/unraid/api/issues/1290)) ([7fb7849](7fb78494cb)) * **deps:** update dependency chalk to v5 ([#1296](https://github.com/unraid/api/issues/1296)) ([6bed638](6bed63805f)) * **deps:** update dependency diff to v7 ([#1297](https://github.com/unraid/api/issues/1297)) ([3c6683c](3c6683c814)) * disable all config watchers ([#1306](https://github.com/unraid/api/issues/1306)) ([5c1b435](5c1b4352cf)) * extract callbacks to library ([#1280](https://github.com/unraid/api/issues/1280)) ([2266139](2266139742)) * OEM plugin issues ([#1288](https://github.com/unraid/api/issues/1288)) ([d5a3d0d](d5a3d0dfac)) * replace files lost during pruning ([d0d2ff6](d0d2ff65ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
44 lines
963 B
JSON
44 lines
963 B
JSON
{
|
|
"name": "unraid-monorepo",
|
|
"private": true,
|
|
"version": "4.5.0",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"build:watch": "pnpm -r build:watch",
|
|
"dev": "pnpm -r dev",
|
|
"unraid:deploy": "pnpm -r unraid:deploy",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"type-check": "pnpm -r type-check",
|
|
"check": "manypkg check",
|
|
"sync-webgui-repo": "node web/scripts/sync-webgui-repo.js"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@unraid/libvirt",
|
|
"cpu-features",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"ssh2",
|
|
"vue-demi"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.23.0",
|
|
"chalk": "^5.0.0",
|
|
"diff": "^7.0.0",
|
|
"ignore": "^7.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.7.1"
|
|
}
|