Comparing version 1.0.0 to 1.0.1
@@ -11,15 +11,15 @@ # Jimpex Options | ||
version: '0.0.0', | ||
// The size limit for the requests payload. | ||
filesizeLimit: '15MB, | ||
filesizeLimit: '15MB', | ||
// The options to customize how the app configuration is loaded (details on its section). | ||
configuration: ..., | ||
// The options for the static middleware (details on its section). | ||
statics: ..., | ||
// The options to customize the express instance and default middlewares (details on its section). | ||
express: ..., | ||
// Which built-in services to register (details on its section). | ||
@@ -120,3 +120,3 @@ defaultServices: ... | ||
// These services include: | ||
// These services include: | ||
// - HTTP | ||
@@ -134,2 +134,2 @@ // - Responses builder | ||
For more information about these services, check the document about **Built-in Services**. | ||
For more information about these services, check the document about **Built-in Services**. |
{ | ||
"name": "jimpex", | ||
"description": "Express as dependency injection container.", | ||
"version": "1.0.0", | ||
"homepage": "https://homer0.github.io/jimpex/", | ||
"version": "1.0.1", | ||
"repository": "homer0/jimpex", | ||
@@ -9,3 +10,3 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>", | ||
"dependencies": { | ||
"wootils": "^1.0.2", | ||
"wootils": "^1.0.4", | ||
"jimple": "homer0/jimple", | ||
@@ -12,0 +13,0 @@ "express": "4.16.2", |
@@ -268,3 +268,3 @@ # Jimpex | ||
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/appLogger.md): The logger service. | ||
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/logger.md): The logger service. | ||
- [`environmentUtils`](https://github.com/homer0/wootils/blob/master/documents/node/environmentUtils.md): The service that reads the environment variables. | ||
@@ -310,2 +310,2 @@ - [`packageInfo`](https://github.com/homer0/wootils/blob/master/documents/node/packageInfo.md): The app package.json information. | ||
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`. | ||
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`. |
@@ -268,3 +268,3 @@ # Jimpex | ||
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/appLogger.md): The logger service. | ||
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/logger.md): The logger service. | ||
- [`environmentUtils`](https://github.com/homer0/wootils/blob/master/documents/node/environmentUtils.md): The service that reads the environment variables. | ||
@@ -310,2 +310,2 @@ - [`packageInfo`](https://github.com/homer0/wootils/blob/master/documents/node/packageInfo.md): The app package.json information. | ||
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`. | ||
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`. |
/** | ||
* @external {AppConfiguration} https://github.com/homer0/wootils | ||
* @external {AppConfiguration} | ||
* https://homer0.github.io/wootils/class/wootils/node/appConfiguration.js~AppConfiguration.html | ||
*/ | ||
/** | ||
* @external {APIClientBase} https://github.com/homer0/wootils | ||
* @external {APIClientBase} | ||
* https://homer0.github.io/wootils/class/wootils/shared/apiClient.js~APIClient.html | ||
*/ | ||
/** | ||
* @external {APIClientEndpoints} https://github.com/homer0/wootils | ||
* @external {APIClientEndpoints} | ||
* https://homer0.github.io/wootils/typedef/index.html#static-typedef-APIClientEndpoints | ||
*/ | ||
/** | ||
* @external {PathUtils} https://github.com/homer0/wootils | ||
* @external {PathUtils} | ||
* https://homer0.github.io/wootils/class/wootils/node/pathUtils.js~PathUtils.html | ||
*/ | ||
/** | ||
* @external {Logger} https://github.com/homer0/wootils | ||
* @external {Logger} | ||
* https://homer0.github.io/wootils/class/wootils/node/logger.js~Logger.html | ||
*/ | ||
/** | ||
* @external {EnvironmentUtils} https://github.com/homer0/wootils | ||
* @external {EnvironmentUtils} | ||
* https://homer0.github.io/wootils/class/wootils/node/environmentUtils.js~EnvironmentUtils.html | ||
*/ | ||
/** | ||
* @external {ErrorHandler} https://github.com/homer0/wootils | ||
* @external {ErrorHandler} | ||
* https://homer0.github.io/wootils/class/wootils/node/errorHandler.js~ErrorHandler.html | ||
*/ | ||
/** | ||
* @external {RootRequire} https://github.com/homer0/wootils | ||
* @external {RootRequire} | ||
* https://homer0.github.io/wootils/function/index.html#static-function-rootRequire | ||
*/ | ||
@@ -32,0 +40,0 @@ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
441919
6747
0
310
Updatedwootils@^1.0.4