Skip to content

Commit 754ae40

Browse files
committed
Publish
- @aws-crypto/cache-material@1.9.0 - @aws-crypto/caching-materials-manager-browser@1.9.0 - @aws-crypto/caching-materials-manager-node@1.9.0 - @aws-crypto/client-browser@1.9.0 - @aws-crypto/client-node@1.9.0 - @aws-crypto/decrypt-browser@1.9.0 - @aws-crypto/decrypt-node@1.9.0 - @aws-crypto/encrypt-browser@1.9.0 - @aws-crypto/encrypt-node@1.9.0 - @aws-crypto/example-browser@1.9.0 - @aws-crypto/example-node@1.9.0 - @aws-crypto/hkdf-node@1.9.0 - @aws-crypto/integration-browser@1.9.0 - @aws-crypto/integration-node@1.9.0 - @aws-crypto/integration-vectors@1.9.0 - @aws-crypto/kms-keyring-browser@1.9.0 - @aws-crypto/kms-keyring-node@1.9.0 - @aws-crypto/kms-keyring@1.9.0 - @aws-crypto/material-management-browser@1.9.0 - @aws-crypto/material-management-node@1.9.0 - @aws-crypto/material-management@1.9.0 - @aws-crypto/raw-aes-keyring-browser@1.9.0 - @aws-crypto/raw-aes-keyring-node@1.9.0 - @aws-crypto/raw-keyring@1.9.0 - @aws-crypto/raw-rsa-keyring-browser@1.9.0 - @aws-crypto/raw-rsa-keyring-node@1.9.0 - @aws-crypto/serialize@1.9.0 - @aws-crypto/web-crypto-backend@1.9.0
1 parent 1f09117 commit 754ae40

File tree

56 files changed

+318
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+318
-29
lines changed

modules/cache-material/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/cache-material@1.7.0...@aws-crypto/cache-material@1.9.0) (2021-05-27)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/cache-material@1.0.4...@aws-crypto/cache-material@1.7.0) (2020-09-24)
715

816

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-browser@1.7.0...@aws-crypto/caching-materials-manager-browser@1.9.0) (2021-05-27)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-browser@1.1.2...@aws-crypto/caching-materials-manager-browser@1.7.0) (2020-09-24)
715

816

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/caching-materials-manager-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-node@1.7.0...@aws-crypto/caching-materials-manager-node@1.9.0) (2021-05-27)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/caching-materials-manager-node@1.0.5...@aws-crypto/caching-materials-manager-node@1.7.0) (2020-09-24)
715

816

modules/caching-materials-manager-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/client-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-browser@1.7.0...@aws-crypto/client-browser@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-browser@1.0.6...@aws-crypto/client-browser@1.7.0) (2020-09-24)
718

819

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.7.0",
12+
"version": "1.9.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

modules/client-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-node@1.7.0...@aws-crypto/client-node@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/client-node@1.0.5...@aws-crypto/client-node@1.7.0) (2020-09-24)
718

819

modules/client-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.7.0",
12+
"version": "1.9.0",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "run-s lint-*",

modules/decrypt-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-browser@1.7.0...@aws-crypto/decrypt-browser@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-browser@1.1.2...@aws-crypto/decrypt-browser@1.7.0) (2020-09-24)
718

819

modules/decrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/decrypt-node/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-node@1.7.0...@aws-crypto/decrypt-node@1.9.0) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* better typing from typescript ([7a32a7e](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/7a32a7e793fb4c334a8b1bf5f0747ac8498681b0))
12+
* Boundary condition error in VerifyStream ([#509](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/509)) ([3070b71](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/3070b71f1d1b5f5fd999b5dc8a8e33692cce59f3)), closes [#507](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/507)
13+
14+
15+
### Features
16+
17+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
18+
19+
20+
21+
22+
623
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/decrypt-node@1.0.5...@aws-crypto/decrypt-node@1.7.0) (2020-09-24)
724

825

modules/decrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-node",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/encrypt-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-browser@1.7.0...@aws-crypto/encrypt-browser@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-browser@1.1.2...@aws-crypto/encrypt-browser@1.7.0) (2020-09-24)
718

819

modules/encrypt-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-browser",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/encrypt-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-node@1.7.0...@aws-crypto/encrypt-node@1.9.0) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* better typing from typescript ([7a32a7e](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/7a32a7e793fb4c334a8b1bf5f0747ac8498681b0))
12+
13+
14+
### Features
15+
16+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
17+
18+
19+
20+
21+
622
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/encrypt-node@1.0.5...@aws-crypto/encrypt-node@1.7.0) (2020-09-24)
723

824

modules/encrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-node",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "run-s lint-*",

modules/example-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-browser@1.7.0...@aws-crypto/example-browser@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-browser@1.2.1...@aws-crypto/example-browser@1.7.0) (2020-09-24)
718

819

modules/example-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-browser",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/example-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-node@1.7.0...@aws-crypto/example-node@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/example-node@1.0.5...@aws-crypto/example-node@1.7.0) (2020-09-24)
718

819

modules/example-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-node",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

modules/hkdf-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/hkdf-node@1.0.3...@aws-crypto/hkdf-node@1.9.0) (2021-05-27)
7+
8+
**Note:** Version bump only for package @aws-crypto/hkdf-node
9+
10+
11+
12+
13+
614
## [1.0.3](https://github.com/aws/aws-encryption-sdk-javascript/compare/@aws-crypto/hkdf-node@1.0.2...@aws-crypto/hkdf-node@1.0.3) (2020-05-26)
715

816
**Note:** Version bump only for package @aws-crypto/hkdf-node

modules/hkdf-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/hkdf-node",
3-
"version": "1.0.3",
3+
"version": "1.9.0",
44
"description": "nodejs hkdf crypto primitive",
55
"scripts": {
66
"prepublishOnly": "npm run build",

modules/integration-browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.7.0...@aws-crypto/integration-browser@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-browser@1.2.1...@aws-crypto/integration-browser@1.7.0) (2020-09-24)
718

819

modules/integration-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-browser",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",

modules/integration-node/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-node@1.7.0...@aws-crypto/integration-node@1.9.0) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/compare/@aws-crypto/integration-node@1.2.1...@aws-crypto/integration-node@1.7.0) (2020-09-24)
718

819

modules/integration-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-node",
3-
"version": "1.7.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.9.0 (2021-05-27)
7+
8+
9+
### Features
10+
11+
* Improvements to the message decryption process ([#612](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/issues/612)) ([1f09117](https://github.com/aws/private-aws-encryption-sdk-javascript-staging/commit/1f09117a0c08bd42cd1260e1b010d313ee6f5371))

modules/integration-vectors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/integration-vectors",
3-
"version": "1.0.0",
3+
"version": "1.9.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "run-s lint-*",
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"@aws-crypto/client-node": "file:../client-node",
1414
"@types/got": "^9.6.9",
15-
"@types/yauzl": "^2.9.1",
1615
"@types/stream-to-promise": "^2.2.0",
16+
"@types/yauzl": "^2.9.1",
1717
"got": "^11.8.0",
1818
"stream-to-promise": "^3.0.0",
1919
"tslib": "^1.11.1",

0 commit comments

Comments
 (0)