@florajs/errors
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "@florajs/errors", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Error definitions for Flora", | ||
@@ -18,4 +18,4 @@ "main": "index.js", | ||
"author": { | ||
"name": "BörseGo AG", | ||
"email": "it@boerse-go.de" | ||
"name": "stock3 AG", | ||
"email": "it@stock3.com" | ||
}, | ||
@@ -28,26 +28,26 @@ "homepage": "https://github.com/florajs/errors", | ||
"name": "Mark Plomer", | ||
"email": "mark.plomer@boerse-go.de" | ||
"email": "mark.plomer@stock3.com" | ||
}, | ||
{ | ||
"name": "Nico Kaiser", | ||
"email": "nico.kaiser@boerse-go.de" | ||
"email": "nico.kaiser@stock3.com" | ||
}, | ||
{ | ||
"name": "Marco Baumgartl", | ||
"email": "marco.baumgartl@boerse-go.de" | ||
"email": "marco.baumgartl@stock3.com" | ||
} | ||
], | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=16" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.3.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"mocha": "^9.1.3", | ||
"@types/chai": "^4.3.5", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.9.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.5.1" | ||
"prettier": "^3.0.1" | ||
} | ||
} |
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
7941