Skip to content

Commit 698180f

Browse files
author
Emery
committed
Publish
- @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected] - @aws-crypto/[email protected]
1 parent ff78f94 commit 698180f

File tree

52 files changed

+374
-88
lines changed

Some content is hidden

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

52 files changed

+374
-88
lines changed

modules/cache-material/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* caching cmm export and material (#186) d2b352c, closes #186
12+
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54
13+
* framLength is not passed to the CMM (#190) b60f653, closes #190 #161
14+
15+
16+
17+
18+
619
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
720

821
**Note:** Version bump only for package @aws-crypto/cache-material

modules/cache-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management": "^0.2.0-preview.2",
20-
"@aws-crypto/serialize": "^0.1.0-preview.2",
19+
"@aws-crypto/material-management": "^0.2.0-preview.3",
20+
"@aws-crypto/serialize": "^0.1.0-preview.3",
2121
"@types/lru-cache": "^5.1.0",
2222
"lru-cache": "^5.1.1",
2323
"tslib": "^1.9.3"

modules/caching-materials-manager-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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* caching cmm export and material (#186) d2b352c, closes #186
12+
13+
14+
15+
16+
617
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
718

819

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,10 +16,10 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/cache-material": "^0.1.0-preview.2",
20-
"@aws-crypto/material-management-browser": "^0.1.0-preview.2",
21-
"@aws-crypto/serialize": "^0.1.0-preview.2",
22-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.2",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.3",
20+
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
21+
"@aws-crypto/serialize": "^0.1.0-preview.3",
22+
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2424
"tslib": "^1.9.3"
2525
},

modules/caching-materials-manager-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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* caching cmm export and material (#186) d2b352c, closes #186
12+
13+
14+
15+
16+
617
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
718

819
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/cache-material": "^0.1.0-preview.2",
20-
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.3",
20+
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {

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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt interface should be the same (#189) ff78f94, closes #189 #182
12+
13+
14+
15+
16+
617
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
718

819
**Note:** Version bump only for package @aws-crypto/client-browser

modules/client-browser/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-browser",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,14 +12,14 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/caching-materials-manager-browser": "^0.1.0-preview.2",
16-
"@aws-crypto/decrypt-browser": "^0.1.0-preview.2",
17-
"@aws-crypto/encrypt-browser": "^0.1.0-preview.2",
18-
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.2",
19-
"@aws-crypto/material-management-browser": "^0.1.0-preview.2",
20-
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.2",
21-
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.2",
22-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.2",
15+
"@aws-crypto/caching-materials-manager-browser": "^0.1.0-preview.3",
16+
"@aws-crypto/decrypt-browser": "^0.1.0-preview.3",
17+
"@aws-crypto/encrypt-browser": "^0.1.0-preview.3",
18+
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.3",
19+
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
20+
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.3",
21+
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.3",
22+
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2323
"tslib": "^1.9.3"
2424
},
2525
"devDependencies": {

modules/client-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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
10+
11+
12+
13+
614
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
715

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

modules/client-node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-node",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,13 +12,13 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/caching-materials-manager-node": "^0.1.0-preview.2",
16-
"@aws-crypto/decrypt-node": "^0.1.0-preview.2",
17-
"@aws-crypto/encrypt-node": "^0.1.0-preview.2",
18-
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.2",
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
20-
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.2",
21-
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.2",
15+
"@aws-crypto/caching-materials-manager-node": "^0.1.0-preview.3",
16+
"@aws-crypto/decrypt-node": "^0.1.0-preview.3",
17+
"@aws-crypto/encrypt-node": "^0.1.0-preview.3",
18+
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.3",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
20+
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.3",
21+
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.3",
2222
"tslib": "^1.9.3"
2323
},
2424
"devDependencies": {

modules/decrypt-browser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt interface should be the same (#189) ff78f94, closes #189 #182
12+
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54
13+
14+
15+
16+
17+
618
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
719

820

modules/decrypt-browser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^0.1.0-preview.2",
19-
"@aws-crypto/serialize": "^0.1.0-preview.2",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
19+
"@aws-crypto/serialize": "^0.1.0-preview.3",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"
2222
},

modules/decrypt-node/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Conditions for materials-management (#185) 7f7228b, closes #185
12+
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54
13+
* maxBodySize can not short circuit on frameLengh (#181) b07a084, closes #181
14+
15+
16+
17+
18+
619
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
720

821

modules/decrypt-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-node",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,8 +16,8 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
20-
"@aws-crypto/serialize": "^0.1.0-preview.2",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
20+
"@aws-crypto/serialize": "^0.1.0-preview.3",
2121
"@types/duplexify": "^3.6.0",
2222
"duplexify": "^4.0.0",
2323
"readable-stream": "^3.2.0",

modules/encrypt-browser/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt interface should be the same (#189) ff78f94, closes #189 #182
12+
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54
13+
* framLength is not passed to the CMM (#190) b60f653, closes #190 #161
14+
15+
16+
17+
18+
619
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
720

821

modules/encrypt-browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-browser",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,9 +15,9 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^0.1.0-preview.2",
19-
"@aws-crypto/serialize": "^0.1.0-preview.2",
20-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.2",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.3",
19+
"@aws-crypto/serialize": "^0.1.0-preview.3",
20+
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.3",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2222
"tslib": "^1.9.3"
2323
},

modules/encrypt-node/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Encryption Context changes (#148) 5a7e9ca, closes #148 #54
12+
* framLength is not passed to the CMM (#190) b60f653, closes #190 #161
13+
14+
15+
16+
17+
618
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
719

820

modules/encrypt-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-node",
3-
"version": "0.1.0-preview.2",
3+
"version": "0.1.0-preview.3",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
19-
"@aws-crypto/serialize": "^0.1.0-preview.2",
18+
"@aws-crypto/material-management-node": "^0.1.0-preview.3",
19+
"@aws-crypto/serialize": "^0.1.0-preview.3",
2020
"@types/duplexify": "^3.6.0",
2121
"duplexify": "^4.0.0",
2222
"readable-stream": "^3.2.0",

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+
# [0.1.0-preview.4](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt interface should be the same (#189) ff78f94, closes #189 #182
12+
13+
14+
15+
16+
617
# [0.1.0-preview.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
718

819
**Note:** Version bump only for package @aws-crypto/example-browser

0 commit comments

Comments
 (0)