Comparing version
{ | ||
"name": "trembita", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"private": false, | ||
"description": "Request wrapper core for consuming third party services", | ||
"repository": "wearereasonablepeople/trembita", | ||
"bugs": "https://github.com/wearereasonablepeople/trembita/issues", | ||
"repository": "oleg-koval/trembita", | ||
"bugs": "https://github.com/oleg-koval/trembita/issues", | ||
"main": "index.js", | ||
@@ -17,3 +17,4 @@ "scripts": { | ||
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment minor", | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment patch" | ||
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && npm run xyz:increment patch", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -31,3 +32,3 @@ "keywords": [ | ||
], | ||
"author": "Oleg Koval <oleg@wearereasonablepeople.com> (http://wearereasonablepeople.com/)", | ||
"author": "Oleg Koval <kvl.olg@gmail.com>", | ||
"license": "MIT", | ||
@@ -37,15 +38,21 @@ "dependencies": { | ||
"request": "^2.87.0", | ||
"validator": "^10.4.0" | ||
"validator": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^4.8.0", | ||
"eslint-config-warp": "^2.1.0", | ||
"generate-changelog": "^1.7.1", | ||
"mocha": "^5.2.0", | ||
"nock": "^9.4.0", | ||
"nyc": "^12.0.2", | ||
"xyz": "^3.0.0" | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/commit-analyzer": "^6.2.0", | ||
"@semantic-release/git": "^7.0.16", | ||
"@semantic-release/npm": "^5.1.13", | ||
"@semantic-release/release-notes-generator": "^7.2.1", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.6", | ||
"eslint": "4.19.1", | ||
"eslint-config-warp": "2.1.1", | ||
"generate-changelog": "1.8.0", | ||
"mocha": "6.2.0", | ||
"nock": "10.0.6", | ||
"nyc": "14.1.1", | ||
"semantic-release": "^15.13.19", | ||
"xyz": "3.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
402
6.63%20444
-90.77%15
66.67%+ Added
- Removed
Updated