Comparing version 0.3.3 to 0.3.4
@@ -104,3 +104,5 @@ import { C as Conn, D as Disposable, O as Open } from './conn-46b064ba.js'; | ||
type Aria2SystemMulticallParamsToResult<T extends Aria2SystemMulticallParams> = RpcResult<{ | ||
[P in keyof T]: NonNullable<Aria2RpcMethodResultMap[T[P]['methodName']]['result']>; | ||
[P in keyof T]: [ | ||
NonNullable<Aria2RpcMethodResultMap[T[P]['methodName']]['result']> | ||
]; | ||
}>; | ||
@@ -107,0 +109,0 @@ |
{ | ||
"name": "maria2", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Simple RPC Library for aria2", | ||
@@ -56,14 +56,23 @@ "type": "module", | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"format": "prettier --write src/**/*.ts", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit", | ||
"preversion": "pnpm typecheck && pnpm build", | ||
"denocheck": "deno check --no-npm ./index.ts && deno check --no-npm ./transport.ts" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.0", | ||
"@types/uuid": "^9.0.7", | ||
"@types/ws": "^8.5.10", | ||
"bumpp": "^9.2.0", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.3.2", | ||
"@types/node": "^20.14.12", | ||
"@types/uuid": "^9.0.8", | ||
"@types/ws": "^8.5.11", | ||
"bumpp": "^9.4.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4", | ||
"unbuild": "^1.2.1", | ||
"vite": "^5.0.2", | ||
"vite": "^5.3.5", | ||
"vitest": "^0.34.6" | ||
}, | ||
"packageManager": "pnpm@8.11.0", | ||
"packageManager": "pnpm@9.6.0", | ||
"publishConfig": { | ||
@@ -78,13 +87,4 @@ "access": "public", | ||
"uuid": "^9.0.1", | ||
"ws": "^8.14.2" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"format": "prettier --write src/**/*.ts", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit", | ||
"preversion": "pnpm typecheck && pnpm build", | ||
"denocheck": "deno check --no-npm ./index.ts && deno check --no-npm ./transport.ts" | ||
"ws": "^8.18.0" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # maria2 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63669
11
1321
Updatedws@^8.18.0