@naria2/options
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -575,6 +575,8 @@ import { MergeDeep, PartialDeep } from 'type-fest'; | ||
rpc: Aria2RPCOptions; | ||
bt: Aria2BtGlobalOptions & Aria2DhtGlobalOptions; | ||
bt: Aria2BtGlobalOptions; | ||
dht: Aria2DhtGlobalOptions; | ||
}>; | ||
type Aria2RPCOptionsKey = 'pause' | 'pause-metadata' | 'rpc-allow-origin-all' | 'rpc-certificate' | 'rpc-listen-all' | 'rpc-listen-port' | 'rpc-max-request-size' | 'rpc-private-key' | 'rpc-save-upload-metadata' | 'rpc-secret' | 'rpc-secure'; | ||
type Aria2BtGlobalOptionsKey = 'bt-detach-seed-only' | 'bt-lpd-interface' | 'bt-max-open-files' | 'listen-port' | 'max-overall-upload-limit' | 'peer-id-prefix' | 'peer-agent'; | ||
type Aria2DhtGlobalOptionsKey = 'enable-dht' | 'enable-dht6' | 'dht-entry-point' | 'dht-entry-point6' | 'dht-file-path' | 'dht-file-path6' | 'dht-listen-addr6' | 'dht-listen-port' | 'dht-message-timeout'; | ||
/** | ||
@@ -679,2 +681,2 @@ * @link https://aria2.github.io/manual/en/html/aria2c.html#rpc-options | ||
export { type Aria2BasicGlobalOptions, type Aria2BasicInputOptions, type Aria2BtGlobalOptions, type Aria2BtGlobalOptionsKey, type Aria2BtInputOptions, type Aria2BtMetalinkOptions, type Aria2DhtGlobalOptions, type Aria2DhtInputOptions, type Aria2FTPOptions, type Aria2GlobalOptions, type Aria2HTTPFTPOptions, type Aria2HTTPOptions, type Aria2InputOptions, type Aria2ProxyOptions, type Aria2RPCOptions, type Aria2RPCOptionsKey, type ListenPorts, type StrSize, isDef, resolveArray, resolveGlobalOptions, resolveInputOptions, resolveProxyOptions, resolveRPCOptions, stringifyCliOptions }; | ||
export { type Aria2BasicGlobalOptions, type Aria2BasicInputOptions, type Aria2BtGlobalOptions, type Aria2BtGlobalOptionsKey, type Aria2BtInputOptions, type Aria2BtMetalinkOptions, type Aria2DhtGlobalOptions, type Aria2DhtGlobalOptionsKey, type Aria2DhtInputOptions, type Aria2FTPOptions, type Aria2GlobalOptions, type Aria2HTTPFTPOptions, type Aria2HTTPOptions, type Aria2InputOptions, type Aria2ProxyOptions, type Aria2RPCOptions, type Aria2RPCOptionsKey, type ListenPorts, type StrSize, isDef, resolveArray, resolveGlobalOptions, resolveInputOptions, resolveProxyOptions, resolveRPCOptions, stringifyCliOptions }; |
{ | ||
"name": "@naria2/options", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Shared aria2 options type declerations and utils for naria2", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"maria2": "^0.3.2", | ||
"type-fest": "^4.6.0" | ||
"type-fest": "^4.8.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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
129009
1352
+ Addedtype-fest@4.29.0(transitive)
- Removedtype-fest@4.28.0(transitive)
Updatedtype-fest@^4.8.2