File tree 40 files changed +216
-50
lines changed
caching-materials-manager-browser
caching-materials-manager-node
material-management-browser 40 files changed +216
-50
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/caching-materials-manager-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
19
"@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 " ,
21
21
"@aws-crypto/serialize" : " ^1.0.1" ,
22
22
"@aws-crypto/web-crypto-backend" : " ^1.0.1" ,
23
23
"@aws-sdk/util-base64-browser" : " 0.1.0-preview.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/caching-materials-manager-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
19
"@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 " ,
21
21
"tslib" : " ^1.9.3"
22
22
},
23
23
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/client-browser@1.0.0...@aws-crypto/client-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/client-browser
Original file line number Diff line number Diff line change 9
9
" CSE" ,
10
10
" aws"
11
11
],
12
- "version" : " 1.0.1 " ,
12
+ "version" : " 1.0.2 " ,
13
13
"scripts" : {
14
14
"build" : " tsc -b tsconfig.json" ,
15
15
"lint" : " standard src/*.ts test/**/*.ts"
21
21
},
22
22
"license" : " Apache-2.0" ,
23
23
"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 " ,
31
31
"@aws-crypto/web-crypto-backend" : " ^1.0.1" ,
32
32
"tslib" : " ^1.9.3"
33
33
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/client-node@1.0.0...@aws-crypto/client-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/client-node
Original file line number Diff line number Diff line change 9
9
" CSE" ,
10
10
" aws"
11
11
],
12
- "version" : " 1.0.1 " ,
12
+ "version" : " 1.0.2 " ,
13
13
"scripts" : {
14
14
"build" : " tsc -b tsconfig.json" ,
15
15
"lint" : " standard src/*.ts test/**/*.ts"
21
21
},
22
22
"license" : " Apache-2.0" ,
23
23
"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 " ,
31
31
"tslib" : " ^1.9.3"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/decrypt-browser@1.0.0...@aws-crypto/decrypt-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/decrypt-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/decrypt-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts" ,
15
15
},
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@aws-crypto/material-management-browser" : " ^1.0.1 " ,
18
+ "@aws-crypto/material-management-browser" : " ^1.0.2 " ,
19
19
"@aws-crypto/serialize" : " ^1.0.1" ,
20
20
"@aws-sdk/util-utf8-browser" : " 0.1.0-preview.1" ,
21
21
"tslib" : " ^1.9.3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/decrypt-node@1.0.0...@aws-crypto/decrypt-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/decrypt-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/decrypt-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/material-management-node" : " ^1.0.1 " ,
19
+ "@aws-crypto/material-management-node" : " ^1.0.2 " ,
20
20
"@aws-crypto/serialize" : " ^1.0.1" ,
21
21
"@types/duplexify" : " ^3.6.0" ,
22
22
"duplexify" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/encrypt-browser@1.0.0...@aws-crypto/encrypt-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/encrypt-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/encrypt-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts" ,
15
15
},
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@aws-crypto/material-management-browser" : " ^1.0.1 " ,
18
+ "@aws-crypto/material-management-browser" : " ^1.0.2 " ,
19
19
"@aws-crypto/serialize" : " ^1.0.1" ,
20
20
"@aws-crypto/web-crypto-backend" : " ^1.0.1" ,
21
21
"@aws-sdk/util-utf8-browser" : " 0.1.0-preview.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/encrypt-node@1.0.0...@aws-crypto/encrypt-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/encrypt-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/encrypt-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts" ,
15
15
},
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@aws-crypto/material-management-node" : " ^1.0.1 " ,
18
+ "@aws-crypto/material-management-node" : " ^1.0.2 " ,
19
19
"@aws-crypto/serialize" : " ^1.0.1" ,
20
20
"@types/duplexify" : " ^3.6.0" ,
21
21
"duplexify" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/example-browser@1.0.0...@aws-crypto/example-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/example-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/example-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
21
21
},
22
22
"license" : " Apache-2.0" ,
23
23
"dependencies" : {
24
- "@aws-crypto/client-browser" : " ^1.0.1 " ,
24
+ "@aws-crypto/client-browser" : " ^1.0.2 " ,
25
25
"@aws-sdk/util-base64-browser" : " 0.1.0-preview.1" ,
26
26
"tslib" : " ^1.9.3"
27
27
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/example-node@1.0.0...@aws-crypto/example-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/example-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/example-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/client-node" : " ^1.0.1 " ,
19
+ "@aws-crypto/client-node" : " ^1.0.2 " ,
20
20
"tslib" : " ^1.9.3"
21
21
},
22
22
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/integration-browser@1.0.0...@aws-crypto/integration-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/integration-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/integration-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts" ,
15
15
},
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@aws-crypto/client-browser" : " ^1.0.1 " ,
18
+ "@aws-crypto/client-browser" : " ^1.0.2 " ,
19
19
"@aws-sdk/karma-credential-loader" : " 0.1.0-preview.2" ,
20
20
"@aws-sdk/util-base64-browser" : " 0.1.0-preview.1" ,
21
21
"@aws-sdk/util-utf8-browser" : " 0.1.0-preview.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/integration-node@1.0.0...@aws-crypto/integration-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/integration-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/integration-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts" ,
14
14
},
15
15
"license" : " Apache-2.0" ,
16
16
"dependencies" : {
17
- "@aws-crypto/client-node" : " ^1.0.1 " ,
17
+ "@aws-crypto/client-node" : " ^1.0.2 " ,
18
18
"@types/got" : " ^9.6.2" ,
19
19
"@types/unzipper" : " ^0.9.1" ,
20
20
"@types/yargs" : " ^13.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/kms-keyring-browser@1.0.0...@aws-crypto/kms-keyring-browser@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/kms-keyring-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/kms-keyring-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
19
"@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 " ,
21
21
"@aws-crypto/web-crypto-backend" : " ^1.0.1" ,
22
22
"aws-sdk" : " ^2.443.0" ,
23
23
"tslib" : " ^1.9.3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.0.1] ( /compare/@aws-crypto/kms-keyring-node@1.0.0...@aws-crypto/kms-keyring-node@1.0.1 ) (2019-10-15)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/kms-keyring-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/kms-keyring-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
19
"@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 " ,
21
21
"aws-sdk" : " ^2.443.0" ,
22
22
"tslib" : " ^1.9.3"
23
23
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 1.0.1] ( /compare/@aws-crypto/material-management-browser@1.0.0...@aws-crypto/material-management-browser@1.0.1 ) (2019-10-15)
7
18
8
19
** Note:** Version bump only for package @aws-crypto/material-management-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/material-management-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 1.0.1] ( /compare/@aws-crypto/material-management-node@1.0.0...@aws-crypto/material-management-node@1.0.1 ) (2019-10-15)
7
18
8
19
** Note:** Version bump only for package @aws-crypto/material-management-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/material-management-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/raw-aes-keyring-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/raw-aes-keyring-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/material-management-browser" : " ^1.0.1 " ,
19
+ "@aws-crypto/material-management-browser" : " ^1.0.2 " ,
20
20
"@aws-crypto/random-source-browser" : " ^0.1.0-preview.1" ,
21
21
"@aws-crypto/raw-keyring" : " ^1.0.1" ,
22
22
"@aws-crypto/serialize" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/raw-aes-keyring-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/raw-aes-keyring-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/material-management-node" : " ^1.0.1 " ,
19
+ "@aws-crypto/material-management-node" : " ^1.0.2 " ,
20
20
"@aws-crypto/raw-keyring" : " ^1.0.1" ,
21
21
"@aws-crypto/serialize" : " ^1.0.1" ,
22
22
"tslib" : " ^1.9.3"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/raw-rsa-keyring-browser" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/material-management-browser" : " ^1.0.1 " ,
19
+ "@aws-crypto/material-management-browser" : " ^1.0.2 " ,
20
20
"@aws-crypto/random-source-browser" : " ^0.1.0-preview.1" ,
21
21
"@aws-crypto/raw-keyring" : " ^1.0.1" ,
22
22
"@aws-crypto/web-crypto-backend" : " ^1.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-node
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/raw-rsa-keyring-node" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
16
16
},
17
17
"license" : " Apache-2.0" ,
18
18
"dependencies" : {
19
- "@aws-crypto/material-management-node" : " ^1.0.1 " ,
19
+ "@aws-crypto/material-management-node" : " ^1.0.2 " ,
20
20
"@aws-crypto/raw-keyring" : " ^1.0.1" ,
21
21
"tslib" : " ^1.9.3"
22
22
},
You can’t perform that action at this time.
0 commit comments