Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "cf-redis", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A tiny library to map Contentful ☁️ space into Redis ⚡️", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -19,4 +19,2 @@ <div align="center"> | ||
--- | ||
Create an instance of `cf-redis` by passing contentful space ID & access token. | ||
@@ -35,4 +33,2 @@ | ||
--- | ||
### sync | ||
@@ -70,4 +66,2 @@ | ||
--- | ||
## Redis Store | ||
@@ -77,6 +71,4 @@ | ||
--- | ||
## License | ||
MIT ❤ |
@@ -77,3 +77,3 @@ const { promisify } = require('util'); | ||
Object.assign(final, { | ||
[value]: Object.keys(responses[index]).map( | ||
[value.split('cf-redis:').pop()]: Object.keys(responses[index]).map( | ||
key => responses[index][key] | ||
@@ -80,0 +80,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
6635
71