Comparing version 0.3.0 to 0.3.1
@@ -202,4 +202,4 @@ import { C as Conn, D as Disposable, O as Open } from './conn-46b064ba.js'; | ||
type Aria2ClientGlobalOptionKey = 'bt-max-open-files' | 'download-result' | 'keep-unfinished-download-result' | 'log' | 'log-level' | 'max-concurrent-downloads' | 'max-download-result' | 'max-overall-download-limit' | 'max-overall-upload-limit' | 'optimize-concurrent-downloads' | 'save-cookies' | 'save-session' | 'server-stat-of' | Exclude<Aria2ClientInputOptionKey, 'checksum' | 'index-out' | 'out' | 'pause' | 'select-file'>; | ||
type Aria2ClientInputOptions = Partial<Record<Aria2ClientInputOptionKey, string>>; | ||
type Aria2ClientGlobalOptions = Partial<Record<Aria2ClientGlobalOptionKey, string>>; | ||
type Aria2ClientInputOptions = Partial<Record<Aria2ClientInputOptionKey, any>>; | ||
type Aria2ClientGlobalOptions = Partial<Record<Aria2ClientGlobalOptionKey, any>>; | ||
type Aria2ChangeOptionOpResult = string; | ||
@@ -206,0 +206,0 @@ type Aria2ChangeOptionParams = [ |
{ | ||
"name": "maria2", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Simple RPC Library for aria2", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
63567