Skip to content

Commit 970dbfa

Browse files
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 043506d commit 970dbfa

File tree

52 files changed

+378
-90
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

+378
-90
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+
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
10+
11+
12+
13+
614
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
715

816

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.1",
3+
"version": "0.1.0-preview.2",
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.1",
20-
"@aws-crypto/serialize": "^0.1.0-preview.1",
19+
"@aws-crypto/material-management": "^0.2.0-preview.2",
20+
"@aws-crypto/serialize": "^0.1.0-preview.2",
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* Add tests for sha512 (#140) 7ce474f, closes #140
12+
13+
14+
15+
16+
617
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
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.1",
3+
"version": "0.1.0-preview.2",
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.1",
20-
"@aws-crypto/material-management-browser": "^0.1.0-preview.1",
21-
"@aws-crypto/serialize": "^0.1.0-preview.1",
22-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.1",
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",
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: 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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
715

816

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.1",
3+
"version": "0.1.0-preview.2",
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.1",
20-
"@aws-crypto/material-management-node": "^0.1.0-preview.1",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.2",
20+
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {

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

816

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.2",
3+
"version": "0.1.0-preview.3",
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.1",
16-
"@aws-crypto/decrypt-browser": "^0.1.0-preview.1",
17-
"@aws-crypto/encrypt-browser": "^0.1.0-preview.1",
18-
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.1",
19-
"@aws-crypto/material-management-browser": "^0.1.0-preview.1",
20-
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.1",
21-
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.1",
22-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.1",
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",
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.3](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
10+
11+
12+
13+
614
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-22)
715

816

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.2",
3+
"version": "0.1.0-preview.3",
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.1",
16-
"@aws-crypto/decrypt-node": "^0.1.0-preview.1",
17-
"@aws-crypto/encrypt-node": "^0.1.0-preview.1",
18-
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.1",
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.1",
20-
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.1",
21-
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.1",
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",
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt browser 21d65d0
12+
* sequence number order (#158) b7dc81e, closes #158
13+
14+
15+
16+
17+
618
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
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.1",
3+
"version": "0.1.0-preview.2",
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.1",
19-
"@aws-crypto/serialize": "^0.1.0-preview.1",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.2",
19+
"@aws-crypto/serialize": "^0.1.0-preview.2",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"
2222
},

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+
# [0.1.0-preview.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* encrypt/decrypt node (#133) 896883a, closes #133
12+
* sequence number order (#158) b7dc81e, closes #158
13+
14+
15+
### Features
16+
17+
* Node.js Typescript version dependency (#146) 9dfa857, closes #146 #135 #74
18+
19+
20+
21+
22+
623
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
724

825

modules/decrypt-node/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/decrypt-node",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,25 +16,25 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^0.1.0-preview.1",
20-
"@aws-crypto/serialize": "^0.1.0-preview.1",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
20+
"@aws-crypto/serialize": "^0.1.0-preview.2",
2121
"@types/duplexify": "^3.6.0",
2222
"duplexify": "^4.0.0",
2323
"readable-stream": "^3.2.0",
2424
"tslib": "^1.9.3"
2525
},
2626
"devDependencies": {
2727
"@types/chai": "^4.1.4",
28+
"@types/from2": "^2.3.0",
2829
"@types/mocha": "^5.2.5",
2930
"@types/node": "^11.11.4",
3031
"@typescript-eslint/eslint-plugin": "^1.9.0",
3132
"@typescript-eslint/parser": "^1.9.0",
32-
"@types/from2": "^2.3.0",
3333
"chai": "^4.1.2",
34+
"from2": "^2.3.0",
3435
"mocha": "^5.2.0",
3536
"nyc": "^14.0.0",
3637
"standard": "^12.0.1",
37-
"from2": "^2.3.0",
3838
"ts-node": "^7.0.1",
3939
"typescript": "^3.5.0"
4040
},

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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* browser framed encryption (#156) a2f2ed9, closes #156 #155
12+
* encrypt/decrypt browser 21d65d0
13+
* frame length can not be 0 (#149) dc1f92e, closes #149 #129
14+
15+
16+
17+
18+
619
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
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.1",
3+
"version": "0.1.0-preview.2",
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.1",
19-
"@aws-crypto/serialize": "^0.1.0-preview.1",
20-
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.1",
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",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2222
"tslib": "^1.9.3"
2323
},

modules/encrypt-node/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.2](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* browser framed encryption (#156) a2f2ed9, closes #156 #155
12+
* encrypt/decrypt node (#133) 896883a, closes #133
13+
* frame length can not be 0 (#149) dc1f92e, closes #149 #129
14+
15+
16+
### Features
17+
18+
* Node.js Typescript version dependency (#146) 9dfa857, closes #146 #135 #74
19+
20+
21+
22+
23+
624
# [0.1.0-preview.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-06-21)
725

826

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.1",
3+
"version": "0.1.0-preview.2",
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.1",
19-
"@aws-crypto/serialize": "^0.1.0-preview.1",
18+
"@aws-crypto/material-management-node": "^0.1.0-preview.2",
19+
"@aws-crypto/serialize": "^0.1.0-preview.2",
2020
"@types/duplexify": "^3.6.0",
2121
"duplexify": "^4.0.0",
2222
"readable-stream": "^3.2.0",

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

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

0 commit comments

Comments
 (0)