Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "risuko",
"version": "0.3.6",
"description": "A full-featured download manager",
"homepage": "https://risuko.vercel.app",
"homepage": "https://risuko.app",
"author": {
"name": "YueMiyuki",
"email": "yuemiyuki4737@gmail.com"
Expand Down Expand Up @@ -75,7 +75,7 @@
"vite-plugin-static-copy": "^4.1.1",
"vue": "^3.5.35",
"vue-router": "^5.1.0",
"vue-tsc": "^3.3.3",
"vue-tsc": "^3.3.4",
"vue-virtual-scroller": "3.0.4"
},
"packageManager": "pnpm@11.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/app",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko download manager — launches the desktop app, downloading it from GitHub Releases on first run",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-darwin-arm64",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for macOS ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-darwin-x64",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for macOS x64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-linux-arm64-gnu",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for Linux ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-linux-x64-gnu",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for Linux x64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-win32-arm64-msvc",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for Windows ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-cli/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli-win32-x64-msvc",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko CLI binary for Windows x64",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/risuko-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko download engine CLI — multi-protocol downloads (HTTP, BitTorrent, ED2K, M3U8, FTP/SFTP)",
"license": "MIT",
"repository": {
Expand All @@ -24,12 +24,12 @@
"bin.js"
],
"optionalDependencies": {
"@risuko/cli-darwin-arm64": "0.4.0",
"@risuko/cli-darwin-x64": "0.4.0",
"@risuko/cli-linux-arm64-gnu": "0.4.0",
"@risuko/cli-linux-x64-gnu": "0.4.0",
"@risuko/cli-win32-arm64-msvc": "0.4.0",
"@risuko/cli-win32-x64-msvc": "0.4.0"
"@risuko/cli-darwin-arm64": "0.4.1",
"@risuko/cli-darwin-x64": "0.4.1",
"@risuko/cli-linux-arm64-gnu": "0.4.1",
"@risuko/cli-linux-x64-gnu": "0.4.1",
"@risuko/cli-win32-arm64-msvc": "0.4.1",
"@risuko/cli-win32-x64-msvc": "0.4.1"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-darwin-arm64",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for macOS ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-darwin-x64",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for macOS x64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-linux-arm64-gnu",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for Linux ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-linux-x64-gnu",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for Linux x64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-win32-arm64-msvc",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for Windows ARM64",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/risuko-js/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/js-win32-x64-msvc",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko JS native module for Windows x64",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/risuko-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risuko/risuko-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "Risuko download engine — Node.js native bindings for multi-protocol downloads (HTTP, BitTorrent, ED2K, M3U8, FTP/SFTP)",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -34,12 +34,12 @@
}
},
"optionalDependencies": {
"@risuko/js-darwin-arm64": "0.4.0",
"@risuko/js-darwin-x64": "0.4.0",
"@risuko/js-linux-x64-gnu": "0.4.0",
"@risuko/js-linux-arm64-gnu": "0.4.0",
"@risuko/js-win32-x64-msvc": "0.4.0",
"@risuko/js-win32-arm64-msvc": "0.4.0"
"@risuko/js-darwin-arm64": "0.4.1",
"@risuko/js-darwin-x64": "0.4.1",
"@risuko/js-linux-x64-gnu": "0.4.1",
"@risuko/js-linux-arm64-gnu": "0.4.1",
"@risuko/js-win32-x64-msvc": "0.4.1",
"@risuko/js-win32-arm64-msvc": "0.4.1"
},
"engines": {
"node": ">= 22"
Expand Down
160 changes: 12 additions & 148 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ allowBuilds:
unrs-resolver: true
vue-demi: true
minimumReleaseAgeExclude:
- '@risuko/*'
- '@risuko/*'
Loading
Loading