@ctrl/shared-torrent
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@ctrl/shared-torrent", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "shared types and interfaces between torrent clients", | ||
@@ -8,4 +8,7 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"repository": "typectrl/shared-torrent", | ||
"main": "./index.js", | ||
"typings": "./index.d.ts", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
@@ -19,17 +22,14 @@ "keywords": [ | ||
"lint:fix": "eslint --fix src/**/*.ts", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc -p tsconfig.json", | ||
"postbuild": "cp package.json dist && cp LICENSE dist && cp README.md dist", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit --coverage", | ||
"semantic-release": "cd dist && semantic-release" | ||
"prepare": "npm run build", | ||
"build": "del dist && tsc", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"dependencies": { | ||
"@types/got": "^9.4.3" | ||
"@types/got": "^9.4.4" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "11.13.8", | ||
"@types/node": "12.0.0", | ||
"@typescript-eslint/eslint-plugin": "1.7.0", | ||
"@typescript-eslint/parser": "1.7.0", | ||
"del-cli": "1.1.0", | ||
"eslint": "5.16.0", | ||
@@ -41,4 +41,3 @@ "eslint-config-prettier": "4.2.0", | ||
"got": "9.6.0", | ||
"rimraf": "2.6.3", | ||
"semantic-release": "15.13.3", | ||
"semantic-release": "15.13.12", | ||
"typescript": "3.4.5" | ||
@@ -45,0 +44,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9320
138
1
Updated@types/got@^9.4.4