@adonisjs/generic-exceptions
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -0,1 +1,16 @@ | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/adonisjs/adonis-generic-exceptions/compare/v2.0.1...v3.0.0) (2018-10-20) | ||
### Features | ||
* **rewrite:** rewrite in typescript ([57a086a](https://github.com/adonisjs/adonis-generic-exceptions/commit/57a086a)) | ||
### BREAKING CHANGES | ||
* **rewrite:** Remove custom methods from InvalidArgumentException in favour of using ow | ||
<a name="2.0.1"></a> | ||
@@ -2,0 +17,0 @@ ## [2.0.1](https://github.com/adonisjs/adonis-generic-exceptions/compare/v2.0.0...v2.0.1) (2018-05-11) |
{ | ||
"name": "@adonisjs/generic-exceptions", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "List of generic exceptions to be used in all other repos", | ||
"main": "index.js", | ||
"main": "build/src/index", | ||
"files": [ | ||
"build/src" | ||
], | ||
"repository": { | ||
@@ -11,5 +14,12 @@ "type": "git", | ||
"scripts": { | ||
"lint": "standard", | ||
"mrm": "mrm --preset=@adonisjs/mrm-preset", | ||
"pretest": "npm run lint", | ||
"test": "japa test.js" | ||
"test": "nyc node japaFile.js", | ||
"prepublishOnly": "npm run build", | ||
"lint": "tslint --project tsconfig.json", | ||
"clean": "del build && del docs", | ||
"compile": "npm run lint && npm run clean && tsc", | ||
"build": "npm run compile && typedoc --theme minimal", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"commit": "git-cz" | ||
}, | ||
@@ -24,11 +34,43 @@ "keywords": [ | ||
"dependencies": { | ||
"node-exceptions": "^3.0.0", | ||
"upcast": "^2.1.1" | ||
"node-exceptions": "^4.0.1", | ||
"upcast": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"japa": "^1.0.6", | ||
"@adonisjs/mrm-preset": "^1.0.14", | ||
"@types/node": "^10.12.0", | ||
"commitizen": "^3.0.4", | ||
"coveralls": "^3.0.2", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"del-cli": "^1.1.0", | ||
"japa": "^2.0.6", | ||
"japa-cli": "^1.0.1", | ||
"standard": "^10.0.3", | ||
"tern": "^0.21.0" | ||
"mrm": "^1.2.1", | ||
"nyc": "^13.1.0", | ||
"pkg-ok": "^2.3.1", | ||
"tern": "^0.22.3", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typedoc": "^0.13.0", | ||
"typedoc-plugin-external-module-name": "^1.1.3", | ||
"typedoc-plugin-single-line-tags": "^1.0.0", | ||
"typescript": "^3.1.3", | ||
"yorkie": "^2.0.0" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"test" | ||
], | ||
"extension": [ | ||
".ts" | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"gitHooks": { | ||
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js" | ||
} | ||
} |
@@ -117,1 +117,4 @@ # AdonisJs Generic Exceptions 🚀 | ||
``` | ||
[npm-image]: https://img.shields.io/npm/v/@adonisjs/generic-exceptions.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/@adonisjs/generic-exceptions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120
9925
20
8
50
1
+ Addedesm@3.2.25(transitive)
+ Addednode-exceptions@4.0.1(transitive)
+ Addedupcast@4.0.0(transitive)
- Removedcross-env@5.2.1(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removedisexe@2.0.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednode-exceptions@3.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedupcast@2.1.2(transitive)
- Removedwhich@1.3.1(transitive)
Updatednode-exceptions@^4.0.1
Updatedupcast@^4.0.0