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": {

0 commit comments

Comments
 (0)