mirror of
https://github.com/unraid/api.git
synced 2026-04-29 19:49:48 -05:00
782d5ebadc
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Improved plugin removal process on Unraid 7.2 and above by ensuring the associated API plugin component is actively uninstalled during plugin removal. * **Enhancements** * API version is now consistently set during application startup and configuration migration. * Configuration file writing logs now include detailed file paths for better traceability. * File operations now use atomic writes for increased reliability. * **Chores** * Updated dependencies to include atomic file writing support. * Removed redundant configuration persistence calls after plugin changes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "@unraid/shared",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"import": "./dist/*"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf dist && tsc --project tsconfig.build.json",
|
|
"prepare": "npm run build",
|
|
"test": "bun test"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lime Technology, Inc. <unraid.net>",
|
|
"license": "GPL-2.0-or-later",
|
|
"description": "Shared utilities and types for Unraid API ecosystem",
|
|
"devDependencies": {
|
|
"@graphql-tools/utils": "10.9.1",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/common": "11.1.5",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"@types/bun": "1.2.19",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/node": "22.16.5",
|
|
"class-validator": "0.14.2",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"rimraf": "6.0.1",
|
|
"type-fest": "4.41.0",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@graphql-tools/utils": "10.9.1",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@nestjs/common": "11.1.5",
|
|
"@nestjs/config": "4.0.2",
|
|
"@nestjs/graphql": "13.1.0",
|
|
"atomically": "2.0.3",
|
|
"class-validator": "0.14.2",
|
|
"graphql": "16.11.0",
|
|
"graphql-scalars": "1.24.2",
|
|
"lodash-es": "4.17.21",
|
|
"nest-authz": "2.17.0",
|
|
"rxjs": "7.8.2"
|
|
}
|
|
} |