@aws-amplify/storage
Advanced tools
Comparing version 1.0.29 to 1.0.30-unstable.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.0.30-unstable.0"></a> | ||
## [1.0.30-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29...@aws-amplify/storage@1.0.30-unstable.0) (2019-05-10) | ||
### Bug Fixes | ||
* **@aws-amplify/storage:** private by default ([#3222](https://github.com/aws/aws-amplify/issues/3222)) ([8b46eb8](https://github.com/aws/aws-amplify/commit/8b46eb8)) | ||
<a name="1.0.29"></a> | ||
@@ -8,0 +19,0 @@ ## [1.0.29](https://github.com/aws/aws-amplify/compare/@aws-amplify/storage@1.0.29-unstable.3...@aws-amplify/storage@1.0.29) (2019-05-06) |
@@ -38,3 +38,3 @@ "use strict"; | ||
logger.debug('storage configure called'); | ||
var vaultConfig = old_configure_1.call(_instance, options); | ||
var vaultConfig = __assign({}, old_configure_1.call(_instance, options)); | ||
// set level private for each provider for the vault | ||
@@ -41,0 +41,0 @@ Object.keys(vaultConfig).forEach(function (providerName) { |
{ | ||
"name": "@aws-amplify/storage", | ||
"version": "1.0.29", | ||
"version": "1.0.30-unstable.0", | ||
"description": "Storage category of aws-amplify", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -31,3 +31,3 @@ /* | ||
logger.debug('storage configure called'); | ||
const vaultConfig = old_configure.call(_instance, options); | ||
const vaultConfig = {...old_configure.call(_instance, options)}; | ||
@@ -34,0 +34,0 @@ // set level private for each provider for the vault |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
4608720
1