62d0b22988
Desktop Client Build / Resolve Build Metadata (push) Successful in 52s
Frontend CI / Frontend (push) Successful in 3m49s
Backend CI / Backend (push) Successful in 16m10s
Desktop Client Build / Build Desktop Client (push) Successful in 23m22s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 31s
- Added new endpoints for initiating and completing direct uploads of desktop client packages. - Introduced request and response structures for direct upload operations. - Enhanced the upload process to support SHA256 and Content-MD5 validation. - Updated the frontend to reflect changes in upload button states and progress indicators. - Modified object storage clients to support presigned PUT URLs with content type and MD5 headers. - Added tests for direct upload functionality and ensured existing upload processes remain intact.
34 lines
801 B
JSON
34 lines
801 B
JSON
{
|
|
"name": "ops-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@geo/shared-types": "workspace:*",
|
|
"@tanstack/vue-query": "^5.96.0",
|
|
"@vueuse/core": "^14.2.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.20",
|
|
"hash-wasm": "^4.12.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.31",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.2",
|
|
"vite-plugin-compression2": "^2.5.3",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|