@aws-sdk/body-checksum-browser
Advanced tools
Comparing version 1.0.0-gamma.1 to 1.0.0-gamma.2
@@ -6,2 +6,11 @@ # Change Log | ||
# 1.0.0-gamma.2 (2020-07-08) | ||
### Features | ||
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) | ||
# 1.0.0-gamma.1 (2020-05-21) | ||
@@ -65,2 +74,60 @@ | ||
# 1.0.0-gamma.1 (2020-05-21) | ||
### Features | ||
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) | ||
# 1.0.0-beta.4 (2020-04-25) | ||
# 1.0.0-beta.2 (2020-03-28) | ||
# 1.0.0-beta.1 (2020-03-25) | ||
### Features | ||
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) | ||
# 1.0.0-alpha.28 (2020-03-20) | ||
# 1.0.0-alpha.25 (2020-03-09) | ||
# 1.0.0-alpha.24 (2020-02-19) | ||
# 1.0.0-alpha.21 (2020-02-11) | ||
# 1.0.0-alpha.16 (2020-02-04) | ||
### Bug Fixes | ||
* add missing dependencies for body checksum packages ([#839](https://github.com/aws/aws-sdk-js-v3/issues/839)) ([745caed](https://github.com/aws/aws-sdk-js-v3/commit/745caedcd613bb63d3435eda8e36530789601bea)) | ||
### Features | ||
* glacier checksum middleware ([#789](https://github.com/aws/aws-sdk-js-v3/issues/789)) ([2b64381](https://github.com/aws/aws-sdk-js-v3/commit/2b64381b46986a6cbfb898ac5d1fe5cd161b8fc4)) | ||
# 1.0.0-beta.4 (2020-04-27) | ||
@@ -67,0 +134,0 @@ |
{ | ||
"name": "@aws-sdk/body-checksum-browser", | ||
"version": "1.0.0-gamma.1", | ||
"version": "1.0.0-gamma.2", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
"prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"pretest": "yarn build:cjs", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"test": "jest" | ||
}, | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"author": { | ||
@@ -17,7 +20,7 @@ "name": "AWS SDK for JavaScript Team", | ||
"dependencies": { | ||
"@aws-sdk/chunked-blob-reader": "1.0.0-gamma.1", | ||
"@aws-sdk/protocol-http": "1.0.0-gamma.1", | ||
"@aws-sdk/sha256-tree-hash": "1.0.0-gamma.1", | ||
"@aws-sdk/types": "1.0.0-gamma.1", | ||
"@aws-sdk/util-hex-encoding": "1.0.0-gamma.1", | ||
"@aws-sdk/chunked-blob-reader": "1.0.0-gamma.2", | ||
"@aws-sdk/protocol-http": "1.0.0-gamma.2", | ||
"@aws-sdk/sha256-tree-hash": "1.0.0-gamma.2", | ||
"@aws-sdk/types": "1.0.0-gamma.2", | ||
"@aws-sdk/util-hex-encoding": "1.0.0-gamma.2", | ||
"tslib": "^1.8.0" | ||
@@ -27,7 +30,7 @@ }, | ||
"@aws-crypto/sha256-js": "^1.0.0-alpha.0", | ||
"@aws-sdk/util-utf8-browser": "1.0.0-gamma.1", | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.1.0", | ||
"@aws-sdk/util-utf8-browser": "1.0.0-gamma.2", | ||
"@types/jest": "^26.0.4", | ||
"jest": "^26.1.0", | ||
"typescript": "~3.8.3" | ||
} | ||
} |
@@ -5,1 +5,7 @@ # @aws-sdk/body-checksum-browser | ||
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/body-checksum-browser.svg)](https://www.npmjs.com/package/@aws-sdk/body-checksum-browser) | ||
> An internal package | ||
## Usage | ||
You probably shouldn't, at least directly. |
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
28311
9
103
11
+ Added@aws-sdk/chunked-blob-reader@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/protocol-http@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/sha256-tree-hash@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/types@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/util-hex-encoding@1.0.0-gamma.2(transitive)
- Removed@aws-sdk/chunked-blob-reader@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/protocol-http@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/sha256-tree-hash@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/types@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/util-hex-encoding@1.0.0-gamma.1(transitive)
Updated@aws-sdk/types@1.0.0-gamma.2