Files
api/package.json
T
github-actions[bot] 8cd7376db0 chore(main): release 4.2.0 (#1189)
🤖 I have created a release *beep* *boop*
---


## [4.2.0](https://github.com/unraid/api/compare/v4.1.3...v4.2.0)
(2025-03-18)


### Features

* add resolver for logging
([#1222](https://github.com/unraid/api/issues/1222))
([3f590c5](https://github.com/unraid/api/commit/3f590c56e389d863f9ff10ad175b6957f7dfaa56))
* connect settings web component
([#1211](https://github.com/unraid/api/issues/1211))
([acbf46d](https://github.com/unraid/api/commit/acbf46df3f00e7ffe7983ea0673cf2a15dff8176))
* improve local dev with install path
([#1221](https://github.com/unraid/api/issues/1221))
([ce61fee](https://github.com/unraid/api/commit/ce61fee41ce41b1e33cdb7d1774157f1cb02b558))
* split plugin builds
([d63e54b](https://github.com/unraid/api/commit/d63e54bdbc7dd47e22dd97075d06d371fe0d73d4))
* swap to absolute paths for css
([#1224](https://github.com/unraid/api/issues/1224))
([dd9983c](https://github.com/unraid/api/commit/dd9983c8b7c5a1bbd2a473430b89939627781bd5))
* update theme application logic and color picker
([#1181](https://github.com/unraid/api/issues/1181))
([a030626](https://github.com/unraid/api/commit/a0306269c61b2600ff57ec3478a646e895d37a54))
* use patch version if needed on update check
([#1227](https://github.com/unraid/api/issues/1227))
([12e16a6](https://github.com/unraid/api/commit/12e16a64047ffb7093b19929255900ea217d2b51))


### Bug Fixes

* add INELIGIBLE state to ConfigErrorState enum
([#1220](https://github.com/unraid/api/issues/1220))
([0f550f9](https://github.com/unraid/api/commit/0f550f9d9485c21f4385661c88e367d0a1897382))
* **api:** dynamix notifications dir during development
([#1216](https://github.com/unraid/api/issues/1216))
([2700722](https://github.com/unraid/api/commit/270072266acdf2dc12a734cdfb643fdf1f3bb988))
* **api:** type imports from generated graphql types
([#1215](https://github.com/unraid/api/issues/1215))
([bce06cd](https://github.com/unraid/api/commit/bce06cd76c0f3d00304d1f671621c4862a7311d9))
* **deps:** update dependency @nestjs/schedule to v5
([#1197](https://github.com/unraid/api/issues/1197))
([85c8ef5](https://github.com/unraid/api/commit/85c8ef53add3c21817225072bbfed880f1ddf128))
* **deps:** update dependency @vueuse/core to v12
([#1199](https://github.com/unraid/api/issues/1199))
([ff8eba3](https://github.com/unraid/api/commit/ff8eba3df542d11bc37897ec1b6246ad89d5fa19))
* fix changelog thing again
([a9d5ca8](https://github.com/unraid/api/commit/a9d5ca88996129b8d452ccfbf308471cc0edbd04))
* fix invalid path to node with sh execution
([#1213](https://github.com/unraid/api/issues/1213))
([f1838bf](https://github.com/unraid/api/commit/f1838bf69a55453eee3c23816c10bec0acc943c5))
* load tag correctly
([b24a575](https://github.com/unraid/api/commit/b24a575cbbb972c843b5c9dd36726dab4f8ca2b5))
* log errors
([365dcae](https://github.com/unraid/api/commit/365dcae04babae688dcc49ee17efbf34288d35a8))
* one-command dev & web env files
([#1214](https://github.com/unraid/api/issues/1214))
([4641894](https://github.com/unraid/api/commit/4641894240601c91d64fea0831cf08fcf73b87ef))
* re-release fixed
([b491590](https://github.com/unraid/api/commit/b49159022d982ff989194c06a74ceac370a69bc7))
* recreate watcher on path change
([#1203](https://github.com/unraid/api/issues/1203))
([bde37d6](https://github.com/unraid/api/commit/bde37d67517306fcab9f77fc243465673d35135a))
* update brand loading variants for consistent sizing
([#1223](https://github.com/unraid/api/issues/1223))
([1b0fbaf](https://github.com/unraid/api/commit/1b0fbaf81a90220ae9e9a8f2834041239999dc02))

---
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>
2025-03-18 11:04:13 -04:00

40 lines
830 B
JSON

{
"name": "unraid-monorepo",
"private": true,
"version": "4.2.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"
},
"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"
},
"packageManager": "pnpm@10.4.1"
}