@middy/util
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@middy/util", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (util package)", | ||
@@ -64,3 +64,3 @@ "type": "module", | ||
"@aws-sdk/client-ssm": "^3.0.0", | ||
"@middy/core": "4.0.0", | ||
"@middy/core": "4.0.1", | ||
"@types/aws-lambda": "^8.10.76", | ||
@@ -71,3 +71,3 @@ "@types/node": "^18.0.0", | ||
"homepage": "https://middy.js.org", | ||
"gitHead": "582286144bcd79968a8c7c2f8867a23c80079a47" | ||
"gitHead": "c5ece2bfbb0d607dcdea5685bf194a6cc19acc8d" | ||
} |
@@ -39,22 +39,2 @@ <div align="center"> | ||
## Install | ||
To install middy you can use NPM: | ||
```bash | ||
npm install --save @middy/util | ||
``` | ||
## Documentation and examples | ||
For documentation and examples, refers to the main [Middy monorepo on GitHub](https://github.com/middyjs/middy) or [Middy official website](https://middy.js.org). | ||
## Contributing | ||
Everyone is very welcome to contribute to this repository. Feel free to [raise issues](https://github.com/middyjs/middy/issues) or to [submit Pull Requests](https://github.com/middyjs/middy/pulls). | ||
## License | ||
@@ -61,0 +41,0 @@ |
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
24626
46