release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+37 -5
View File
@@ -1,9 +1,25 @@
{
"name": "@wrnexus/uploader",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"description": "@wrnexus/uploader — part of the WrNexus framework.",
"description": "Secure upload drivers, policies, client runtime, helper functions, and reusable upload components.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.workroot.in/WorkRoot/WRNexusJS.git",
"directory": "packages/uploader"
},
"homepage": "https://wrnexusjs.dev/packages/uploader",
"bugs": {
"url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues"
},
"keywords": [
"wrnexus",
"bun",
"typescript",
"uploader"
],
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -18,12 +34,28 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"./plugin": {
"types": "./dist/plugin.d.ts",
"import": "./dist/plugin.js"
},
"./components/*": "./components/*"
},
"dependencies": {
"@wrnexus/core": "^0.7.0"
"@wrnexus/core": "^0.8.0",
"@wrnexus/plugin": "^0.8.0",
"@wrnexus/ui": "^0.8.0"
},
"wrnexus": {
"plugin": {
"plugin": "./dist/plugin.js",
"export": "default",
"factory": true
}
},
"files": [
"dist"
"dist",
"README.md",
"components"
]
}