@spinajs/exceptions
Advanced tools
Comparing version 1.0.5 to 1.2.7
{ | ||
"name": "@spinajs/exceptions", | ||
"version": "1.0.5", | ||
"version": "1.2.7", | ||
"description": "exceptions definitions used all across framework modules", | ||
@@ -11,6 +11,8 @@ "main": "lib/index.js", | ||
"build-docs": "rimraf docs && typedoc --options typedoc.json src/", | ||
"build": "tsc", | ||
"build": "npm run clean && npm run compile", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"clean": "", | ||
"prepare": "npm run build", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src", | ||
"prepublishOnly": "npm run lint", | ||
@@ -40,26 +42,6 @@ "preversion": "npm run lint", | ||
"homepage": "https://github.com/spinajs/exceptions#readme", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/bunyan": "^1.8.6", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/lodash": "^4.14.136", | ||
"@types/mocha": "^5.2.7", | ||
"@types/sinon": "^7.0.13", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"sinon": "^7.3.2", | ||
"ts-mocha": "^6.0.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.20.1", | ||
"tslint-circular-dependencies": "^0.1.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-no-unused-expression-chai": "^0.1.4", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^4.2.3" | ||
"gitHead": "389cf142b4ca63b7850b93fc858184ddcbb43ce1", | ||
"dependencies": { | ||
"lodash": "^4.17.21" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
0
29
8608
1
232
9
0
93
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)