Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41f452f

Browse files
committedNov 12, 2019
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]
1 parent 4818074 commit 41f452f

File tree

40 files changed

+216
-50
lines changed

40 files changed

+216
-50
lines changed
 

‎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.0.2](/compare/@aws-crypto/caching-materials-manager-browser@1.0.1...@aws-crypto/caching-materials-manager-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/caching-materials-manager-browser@1.0.0...@aws-crypto/caching-materials-manager-browser@1.0.1) (2019-10-15)
715

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

‎modules/caching-materials-manager-browser/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/caching-materials-manager-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/cache-material": "^1.0.1",
20-
"@aws-crypto/material-management-browser": "^1.0.1",
20+
"@aws-crypto/material-management-browser": "^1.0.2",
2121
"@aws-crypto/serialize": "^1.0.1",
2222
"@aws-crypto/web-crypto-backend": "^1.0.1",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",

‎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.0.2](/compare/@aws-crypto/caching-materials-manager-node@1.0.1...@aws-crypto/caching-materials-manager-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/caching-materials-manager-node@1.0.0...@aws-crypto/caching-materials-manager-node@1.0.1) (2019-10-15)
715

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

‎modules/caching-materials-manager-node/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/caching-materials-manager-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/cache-material": "^1.0.1",
20-
"@aws-crypto/material-management-node": "^1.0.1",
20+
"@aws-crypto/material-management-node": "^1.0.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+
## [1.0.2](/compare/@aws-crypto/client-browser@1.0.1...@aws-crypto/client-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/client-browser@1.0.0...@aws-crypto/client-browser@1.0.1) (2019-10-15)
715

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

‎modules/client-browser/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.0.1",
12+
"version": "1.0.2",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "standard src/*.ts test/**/*.ts"
@@ -21,13 +21,13 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-crypto/caching-materials-manager-browser": "^1.0.1",
25-
"@aws-crypto/decrypt-browser": "^1.0.1",
26-
"@aws-crypto/encrypt-browser": "^1.0.1",
27-
"@aws-crypto/kms-keyring-browser": "^1.0.1",
28-
"@aws-crypto/material-management-browser": "^1.0.1",
29-
"@aws-crypto/raw-aes-keyring-browser": "^1.0.1",
30-
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.1",
24+
"@aws-crypto/caching-materials-manager-browser": "^1.0.2",
25+
"@aws-crypto/decrypt-browser": "^1.0.2",
26+
"@aws-crypto/encrypt-browser": "^1.0.2",
27+
"@aws-crypto/kms-keyring-browser": "^1.0.2",
28+
"@aws-crypto/material-management-browser": "^1.0.2",
29+
"@aws-crypto/raw-aes-keyring-browser": "^1.0.2",
30+
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.2",
3131
"@aws-crypto/web-crypto-backend": "^1.0.1",
3232
"tslib": "^1.9.3"
3333
},

‎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+
## [1.0.2](/compare/@aws-crypto/client-node@1.0.1...@aws-crypto/client-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/client-node@1.0.0...@aws-crypto/client-node@1.0.1) (2019-10-15)
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
@@ -9,7 +9,7 @@
99
"CSE",
1010
"aws"
1111
],
12-
"version": "1.0.1",
12+
"version": "1.0.2",
1313
"scripts": {
1414
"build": "tsc -b tsconfig.json",
1515
"lint": "standard src/*.ts test/**/*.ts"
@@ -21,13 +21,13 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-crypto/caching-materials-manager-node": "^1.0.1",
25-
"@aws-crypto/decrypt-node": "^1.0.1",
26-
"@aws-crypto/encrypt-node": "^1.0.1",
27-
"@aws-crypto/kms-keyring-node": "^1.0.1",
28-
"@aws-crypto/material-management-node": "^1.0.1",
29-
"@aws-crypto/raw-aes-keyring-node": "^1.0.1",
30-
"@aws-crypto/raw-rsa-keyring-node": "^1.0.1",
24+
"@aws-crypto/caching-materials-manager-node": "^1.0.2",
25+
"@aws-crypto/decrypt-node": "^1.0.2",
26+
"@aws-crypto/encrypt-node": "^1.0.2",
27+
"@aws-crypto/kms-keyring-node": "^1.0.2",
28+
"@aws-crypto/material-management-node": "^1.0.2",
29+
"@aws-crypto/raw-aes-keyring-node": "^1.0.2",
30+
"@aws-crypto/raw-rsa-keyring-node": "^1.0.2",
3131
"tslib": "^1.9.3"
3232
},
3333
"devDependencies": {

‎modules/decrypt-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.0.2](/compare/@aws-crypto/decrypt-browser@1.0.1...@aws-crypto/decrypt-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/decrypt-browser@1.0.0...@aws-crypto/decrypt-browser@1.0.1) (2019-10-15)
715

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

‎modules/decrypt-browser/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/decrypt-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^1.0.1",
18+
"@aws-crypto/material-management-browser": "^1.0.2",
1919
"@aws-crypto/serialize": "^1.0.1",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"

‎modules/decrypt-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.0.2](/compare/@aws-crypto/decrypt-node@1.0.1...@aws-crypto/decrypt-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/decrypt-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/decrypt-node@1.0.0...@aws-crypto/decrypt-node@1.0.1) (2019-10-15)
715

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

‎modules/decrypt-node/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/decrypt-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^1.0.1",
19+
"@aws-crypto/material-management-node": "^1.0.2",
2020
"@aws-crypto/serialize": "^1.0.1",
2121
"@types/duplexify": "^3.6.0",
2222
"duplexify": "^4.0.0",

‎modules/encrypt-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.0.2](/compare/@aws-crypto/encrypt-browser@1.0.1...@aws-crypto/encrypt-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/encrypt-browser@1.0.0...@aws-crypto/encrypt-browser@1.0.1) (2019-10-15)
715

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

‎modules/encrypt-browser/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/encrypt-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^1.0.1",
18+
"@aws-crypto/material-management-browser": "^1.0.2",
1919
"@aws-crypto/serialize": "^1.0.1",
2020
"@aws-crypto/web-crypto-backend": "^1.0.1",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",

‎modules/encrypt-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.0.2](/compare/@aws-crypto/encrypt-node@1.0.1...@aws-crypto/encrypt-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/encrypt-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/encrypt-node@1.0.0...@aws-crypto/encrypt-node@1.0.1) (2019-10-15)
715

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

‎modules/encrypt-node/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/encrypt-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-node": "^1.0.1",
18+
"@aws-crypto/material-management-node": "^1.0.2",
1919
"@aws-crypto/serialize": "^1.0.1",
2020
"@types/duplexify": "^3.6.0",
2121
"duplexify": "^4.0.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+
## [1.0.2](/compare/@aws-crypto/example-browser@1.0.1...@aws-crypto/example-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/example-browser@1.0.0...@aws-crypto/example-browser@1.0.1) (2019-10-15)
715

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

‎modules/example-browser/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/example-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -21,7 +21,7 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-crypto/client-browser": "^1.0.1",
24+
"@aws-crypto/client-browser": "^1.0.2",
2525
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2626
"tslib": "^1.9.3"
2727
},

‎modules/example-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.0.2](/compare/@aws-crypto/example-node@1.0.1...@aws-crypto/example-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/example-node@1.0.0...@aws-crypto/example-node@1.0.1) (2019-10-15)
715

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

‎modules/example-node/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/example-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/client-node": "^1.0.1",
19+
"@aws-crypto/client-node": "^1.0.2",
2020
"tslib": "^1.9.3"
2121
},
2222
"devDependencies": {

‎modules/integration-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.0.2](/compare/@aws-crypto/integration-browser@1.0.1...@aws-crypto/integration-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/integration-browser@1.0.0...@aws-crypto/integration-browser@1.0.1) (2019-10-15)
715

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

‎modules/integration-browser/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-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/client-browser": "^1.0.1",
18+
"@aws-crypto/client-browser": "^1.0.2",
1919
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
2020
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",

‎modules/integration-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.0.2](/compare/@aws-crypto/integration-node@1.0.1...@aws-crypto/integration-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/integration-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/integration-node@1.0.0...@aws-crypto/integration-node@1.0.1) (2019-10-15)
715

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

‎modules/integration-node/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-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"@aws-crypto/client-node": "^1.0.1",
17+
"@aws-crypto/client-node": "^1.0.2",
1818
"@types/got": "^9.6.2",
1919
"@types/unzipper": "^0.9.1",
2020
"@types/yargs": "^13.0.0",

‎modules/kms-keyring-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.0.2](/compare/@aws-crypto/kms-keyring-browser@1.0.1...@aws-crypto/kms-keyring-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/kms-keyring-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/kms-keyring-browser@1.0.0...@aws-crypto/kms-keyring-browser@1.0.1) (2019-10-15)
715

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

‎modules/kms-keyring-browser/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/kms-keyring-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/kms-keyring": "^1.0.1",
20-
"@aws-crypto/material-management-browser": "^1.0.1",
20+
"@aws-crypto/material-management-browser": "^1.0.2",
2121
"@aws-crypto/web-crypto-backend": "^1.0.1",
2222
"aws-sdk": "^2.443.0",
2323
"tslib": "^1.9.3"

‎modules/kms-keyring-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.0.2](/compare/@aws-crypto/kms-keyring-node@1.0.1...@aws-crypto/kms-keyring-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/kms-keyring-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/kms-keyring-node@1.0.0...@aws-crypto/kms-keyring-node@1.0.1) (2019-10-15)
715

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

‎modules/kms-keyring-node/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/kms-keyring-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"@aws-crypto/kms-keyring": "^1.0.1",
20-
"@aws-crypto/material-management-node": "^1.0.1",
20+
"@aws-crypto/material-management-node": "^1.0.2",
2121
"aws-sdk": "^2.443.0",
2222
"tslib": "^1.9.3"
2323
},

‎modules/material-management-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.0.2](/compare/@aws-crypto/material-management-browser@1.0.1...@aws-crypto/material-management-browser@1.0.2) (2019-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* Import declaration conflicts with local declaration (#233) 4818074, closes #233 #232 #148
12+
13+
14+
15+
16+
617
## [1.0.1](/compare/@aws-crypto/material-management-browser@1.0.0...@aws-crypto/material-management-browser@1.0.1) (2019-10-15)
718

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

‎modules/material-management-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/material-management-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

‎modules/material-management-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.0.2](/compare/@aws-crypto/material-management-node@1.0.1...@aws-crypto/material-management-node@1.0.2) (2019-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* Import declaration conflicts with local declaration (#233) 4818074, closes #233 #232 #148
12+
13+
14+
15+
16+
617
## [1.0.1](/compare/@aws-crypto/material-management-node@1.0.0...@aws-crypto/material-management-node@1.0.1) (2019-10-15)
718

819
**Note:** Version bump only for package @aws-crypto/material-management-node

‎modules/material-management-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/material-management-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",

‎modules/raw-aes-keyring-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.0.2](/compare/@aws-crypto/raw-aes-keyring-browser@1.0.1...@aws-crypto/raw-aes-keyring-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/raw-aes-keyring-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/raw-aes-keyring-browser@1.0.0...@aws-crypto/raw-aes-keyring-browser@1.0.1) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/raw-aes-keyring-browser

‎modules/raw-aes-keyring-browser/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/raw-aes-keyring-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-browser": "^1.0.1",
19+
"@aws-crypto/material-management-browser": "^1.0.2",
2020
"@aws-crypto/random-source-browser": "^0.1.0-preview.1",
2121
"@aws-crypto/raw-keyring": "^1.0.1",
2222
"@aws-crypto/serialize": "^1.0.1",

‎modules/raw-aes-keyring-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.0.2](/compare/@aws-crypto/raw-aes-keyring-node@1.0.1...@aws-crypto/raw-aes-keyring-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/raw-aes-keyring-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/raw-aes-keyring-node@1.0.0...@aws-crypto/raw-aes-keyring-node@1.0.1) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/raw-aes-keyring-node

‎modules/raw-aes-keyring-node/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/raw-aes-keyring-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^1.0.1",
19+
"@aws-crypto/material-management-node": "^1.0.2",
2020
"@aws-crypto/raw-keyring": "^1.0.1",
2121
"@aws-crypto/serialize": "^1.0.1",
2222
"tslib": "^1.9.3"

‎modules/raw-rsa-keyring-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.0.2](/compare/@aws-crypto/raw-rsa-keyring-browser@1.0.1...@aws-crypto/raw-rsa-keyring-browser@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-browser
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/raw-rsa-keyring-browser@1.0.0...@aws-crypto/raw-rsa-keyring-browser@1.0.1) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-browser

‎modules/raw-rsa-keyring-browser/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/raw-rsa-keyring-browser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-browser": "^1.0.1",
19+
"@aws-crypto/material-management-browser": "^1.0.2",
2020
"@aws-crypto/random-source-browser": "^0.1.0-preview.1",
2121
"@aws-crypto/raw-keyring": "^1.0.1",
2222
"@aws-crypto/web-crypto-backend": "^1.0.1",

‎modules/raw-rsa-keyring-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.0.2](/compare/@aws-crypto/raw-rsa-keyring-node@1.0.1...@aws-crypto/raw-rsa-keyring-node@1.0.2) (2019-11-12)
7+
8+
**Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-node
9+
10+
11+
12+
13+
614
## [1.0.1](/compare/@aws-crypto/raw-rsa-keyring-node@1.0.0...@aws-crypto/raw-rsa-keyring-node@1.0.1) (2019-10-15)
715

816
**Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-node

‎modules/raw-rsa-keyring-node/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/raw-rsa-keyring-node",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^1.0.1",
19+
"@aws-crypto/material-management-node": "^1.0.2",
2020
"@aws-crypto/raw-keyring": "^1.0.1",
2121
"tslib": "^1.9.3"
2222
},

0 commit comments

Comments
 (0)
Please sign in to comment.