connect-dynamodb
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,5 @@ | ||
2.0.1 / 2018-07-07 | ||
* Make possible to use npm install --no-optional | ||
2.0.0 / 2017-08-19 | ||
@@ -2,0 +6,0 @@ ================== |
/*! | ||
* Connect - DynamoDB | ||
* Copyright(c) 2017 Mike Carson <ca98am79@gmail.com> | ||
* Copyright(c) 2018 humbly LLC <support@humbly.com> | ||
* MIT Licensed | ||
@@ -5,0 +5,0 @@ */ |
The MIT License (MIT) | ||
Copyright (c) 2017 Mike Carson, http://mc.to/ | ||
Copyright (c) 2018 humbly LLC, https://humbly.com | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "connect-dynamodb", | ||
"description": "DynamoDB session store for Connect", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Mike Carson <ca98am79@gmail.com> (http://ca98am79.com)", | ||
@@ -11,3 +11,2 @@ "main": "./index.js", | ||
"dependencies": { | ||
"aws-sdk": "*", | ||
"connect": "*" | ||
@@ -23,3 +22,5 @@ }, | ||
}, | ||
"optionalDependencies": {}, | ||
"optionalDependencies": { | ||
"aws-sdk": "*" | ||
}, | ||
"homepage": "https://github.com/ca98am79/connect-dynamodb", | ||
@@ -26,0 +27,0 @@ "repository": { |
@@ -101,2 +101,2 @@ # Connect DynamoDB | ||
I made this in my spare time, so if you find it useful you can donate at my BTC address: `15rmktUUfB8hHh5u57qzsihVPBdZmMePZB`. Thank you very much! | ||
I made this in my spare time, so if you find it useful you can donate at my BTC address: `35dwLrmKHjCgGXyLzBSd6YaTgoXQA17Aoq`. Thank you very much! |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
23037
1
- Removedaws-sdk@*