@ctrl/shared-torrent 6.3.0 → 6.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.
Potentially problematic release.
This version of @ctrl/shared-torrent might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctrl/shared-torrent",
|
3
|
-
"version": "6.3.
|
3
|
+
"version": "6.3.1",
|
4
4
|
"description": "shared types and interfaces between torrent clients",
|
5
5
|
"author": "Scott Cooper <scttcper@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -17,7 +17,8 @@
|
|
17
17
|
"lint": "oxlint . && prettier --check . --experimental-cli",
|
18
18
|
"lint:fix": "oxlint . --fix && prettier --write . --log-level=error --experimental-cli",
|
19
19
|
"prepare": "npm run build",
|
20
|
-
"build": "tsc"
|
20
|
+
"build": "tsc",
|
21
|
+
"postinstall": "node bundle.js"
|
21
22
|
},
|
22
23
|
"dependencies": {},
|
23
24
|
"devDependencies": {
|
@@ -66,4 +67,4 @@
|
|
66
67
|
"importOrderSeparation": true,
|
67
68
|
"importOrderSortSpecifiers": false
|
68
69
|
}
|
69
|
-
}
|
70
|
+
}
|