@aws-amplify/storage 5.0.1-unstable.7 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@5.0.0...@aws-amplify/storage@5.0.1) (2022-11-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **storage:** changed returned event.key value when using resumable:true to be consistent with returned keys in storage ([#10651](https://github.com/aws-amplify/amplify-js/issues/10651)) ([623374d](https://github.com/aws-amplify/amplify-js/commit/623374dedb951061e49529c11434d31d36c31bf8))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.0.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.5.14...@aws-amplify/storage@5.0.0) (2022-11-09)
7
18
 
8
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/storage",
3
- "version": "5.0.1-unstable.7+d987a2837",
3
+ "version": "5.0.1",
4
4
  "description": "Storage category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -44,7 +44,7 @@
44
44
  "src"
45
45
  ],
46
46
  "dependencies": {
47
- "@aws-amplify/core": "5.0.1-unstable.7+d987a2837",
47
+ "@aws-amplify/core": "5.0.1",
48
48
  "@aws-sdk/client-s3": "3.6.1",
49
49
  "@aws-sdk/s3-request-presigner": "3.6.1",
50
50
  "@aws-sdk/util-create-request": "3.6.1",
@@ -102,5 +102,5 @@
102
102
  "devDependencies": {
103
103
  "@types/sinon": "^7.5.1"
104
104
  },
105
- "gitHead": "d987a2837d16c2ca93205089eebb837f1f8e7c15"
105
+ "gitHead": "cc45819fd035b087f1bb6cae4eb6a83ac73ecf3c"
106
106
  }