@ctrl/deluge 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/src/types.d.ts +1 -1
  2. package/package.json +10 -10
@@ -37,7 +37,7 @@ export interface GetHostsResponse extends DefaultResponse {
37
37
  */
38
38
  result: Array<[string, string, number, string]>;
39
39
  }
40
- export declare type HostStatus = 'Online' | 'Offline' | 'Connected';
40
+ export type HostStatus = 'Online' | 'Offline' | 'Connected';
41
41
  export interface GetHostStatusResponse extends DefaultResponse {
42
42
  /**
43
43
  * host id - ddf084f5f3d7945597991008949ea7b51e6b3d93
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/deluge",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "TypeScript api wrapper for deluge using got",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "license": "MIT",
@@ -29,23 +29,23 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@ctrl/magnet-link": "^3.1.1",
32
- "@ctrl/shared-torrent": "^4.3.1",
32
+ "@ctrl/shared-torrent": "^4.3.2",
33
33
  "@ctrl/url-join": "^2.0.2",
34
34
  "formdata-node": "^5.0.0",
35
- "got": "^12.5.0",
35
+ "got": "^12.6.0",
36
36
  "tough-cookie": "^4.1.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@ctrl/eslint-config": "3.5.0",
39
+ "@ctrl/eslint-config": "3.6.2",
40
40
  "@sindresorhus/tsconfig": "3.0.1",
41
- "@types/node": "18.7.18",
41
+ "@types/node": "18.15.0",
42
42
  "@types/tough-cookie": "4.0.2",
43
- "@vitest/coverage-c8": "0.23.4",
44
- "c8": "7.12.0",
43
+ "@vitest/coverage-c8": "0.29.2",
44
+ "c8": "7.13.0",
45
45
  "p-wait-for": "5.0.0",
46
- "typedoc": "0.23.15",
47
- "typescript": "4.8.3",
48
- "vitest": "0.23.4"
46
+ "typedoc": "0.23.26",
47
+ "typescript": "4.9.5",
48
+ "vitest": "0.29.2"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"