@h4bff/backend
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@h4bff/backend", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "H4BFF, the backend: database, RPC and other backend services and singletons.", | ||
@@ -8,3 +8,4 @@ "main": "build/index.js", | ||
"files": [ | ||
"build/**/*" | ||
"build/**/*", | ||
"src/**/*" | ||
], | ||
@@ -16,3 +17,3 @@ "publishConfig": { | ||
"scripts": { | ||
"prepublish": "yarn build && echo 'Write tests! Ok for now.'", | ||
"prepublish": "yarn build && yarn test", | ||
"build": "tsc -p tsconfig.json", | ||
@@ -23,13 +24,13 @@ "watch": "tsc -w", | ||
"dependencies": { | ||
"@h4bff/core": "*", | ||
"anydb-sql-2": "^3.1.1", | ||
"anydb-sql-2-migrations": "^3.0.2", | ||
"bluebird": "3.5.1", | ||
"express": "4.16.4", | ||
"body-parser": "1.18.3", | ||
"anydb-sql-2-migrations": "^3.0.2", | ||
"@h4bff/core": "*" | ||
"express": "4.16.4" | ||
}, | ||
"devDependencies": { | ||
"@types/bluebird": "3.5.24", | ||
"@types/express": "4.0.37", | ||
"@types/body-parser": "1.16.3" | ||
"@types/body-parser": "1.16.3", | ||
"@types/express": "4.0.37" | ||
}, | ||
@@ -36,0 +37,0 @@ "jest": { |
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
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
151505
115
2689
0