Comparing version 0.0.4 to 0.0.5
{ | ||
"version": "0.2", | ||
"language": "en,de,fr,it", | ||
"dictionaries": ["german", "corp-terms", "fonts"], | ||
"dictionaries": [ | ||
"german", | ||
"corp-terms", | ||
"fonts" | ||
], | ||
"words": [ | ||
"Antal", | ||
"codepaths", | ||
"inversify", | ||
"István", | ||
"Parens", | ||
"postversion", | ||
"tsbuildinfo", | ||
"tscache", | ||
"postversion" | ||
"tscache" | ||
], | ||
@@ -14,0 +19,0 @@ "ignorePaths": [ |
{ | ||
"name": "core-mvc", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple but powerful MVC framework for NodeJS.", | ||
@@ -15,2 +15,3 @@ "main": "index.js", | ||
"cspell": "^5.13.0", | ||
"graphql": "^15.7.2", | ||
"husky": "^7.0.4", | ||
@@ -21,2 +22,4 @@ "prettier": "^2.4.1", | ||
"peerDependencies": { | ||
"inversify": "^6.0.1", | ||
"inversify-binding-decorators": "^4.0.0", | ||
"reflect-metadata": "^0.1.13" | ||
@@ -48,3 +51,6 @@ }, | ||
}, | ||
"homepage": "https://github.com/istvan-xyz/core-mvc#readme" | ||
"homepage": "https://github.com/istvan-xyz/core-mvc#readme", | ||
"optionalDependencies": { | ||
"apollo-server-core": "^3.5.0" | ||
} | ||
} |
@@ -14,3 +14,3 @@ { | ||
/* Language and Environment */ | ||
"target": "es5" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
"target": "ES2019" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, | ||
"lib": [ | ||
@@ -58,3 +58,3 @@ "ESNext" | ||
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */ | ||
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ | ||
"downlevelIteration": false /* Emit more compliant, but verbose and less performant JavaScript for iteration. */, | ||
// "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ | ||
@@ -61,0 +61,0 @@ // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ |
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
23572
21
332
0
4
5