File tree Expand file tree Collapse file tree 12 files changed +67
-10
lines changed Expand file tree Collapse file tree 12 files changed +67
-10
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
+ # [ 0.1.0-preview.2] ( /compare/@aws-crypto/client-browser@0.1.0-preview.1...@aws-crypto/client-browser@0.1.0-preview.2 ) (2019-06-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * package.json issues (#124 ) a062acd, closes #124
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.1.0-preview.1] ( /compare/@aws-crypto/client-browser@0.1.0-preview.0...@aws-crypto/client-browser@0.1.0-preview.1 ) (2019-06-21)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/client-browser" ,
3
- "version" : " 0.1.0-preview.1 " ,
3
+ "version" : " 0.1.0-preview.2 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts"
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
+ # [ 0.1.0-preview.2] ( /compare/@aws-crypto/client-node@0.1.0-preview.1...@aws-crypto/client-node@0.1.0-preview.2 ) (2019-06-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * package.json issues (#124 ) a062acd, closes #124
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.1.0-preview.1] ( /compare/@aws-crypto/client-node@0.1.0-preview.0...@aws-crypto/client-node@0.1.0-preview.1 ) (2019-06-21)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/client-node" ,
3
- "version" : " 0.1.0-preview.1 " ,
3
+ "version" : " 0.1.0-preview.2 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " standard src/*.ts test/**/*.ts"
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
+ # [ 0.1.0-preview.2] ( /compare/@aws-crypto/example-browser@0.1.0-preview.1...@aws-crypto/example-browser@0.1.0-preview.2 ) (2019-06-22)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/example-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.1.0-preview.1] ( /compare/@aws-crypto/example-browser@0.1.0-preview.0...@aws-crypto/example-browser@0.1.0-preview.1 ) (2019-06-21)
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" : " 0.1.0-preview.1 " ,
3
+ "version" : " 0.1.0-preview.2 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
17
17
},
18
18
"license" : " Apache-2.0" ,
19
19
"dependencies" : {
20
- "@aws-crypto/client-browser" : " ^0.1.0-preview.1 " ,
20
+ "@aws-crypto/client-browser" : " ^0.1.0-preview.2 " ,
21
21
"@aws-sdk/util-base64-browser" : " 0.1.0-preview.1" ,
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
+ # [ 0.2.0-preview.2] ( /compare/@aws-crypto/example-node@0.2.0-preview.1...@aws-crypto/example-node@0.2.0-preview.2 ) (2019-06-22)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/example-node
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.2.0-preview.1] ( /compare/@aws-crypto/example-node@0.2.0-preview.0...@aws-crypto/example-node@0.2.0-preview.1 ) (2019-06-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/example-node" ,
3
- "version" : " 0.2.0-preview.1 " ,
3
+ "version" : " 0.2.0-preview.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" : " ^0.1.0-preview.1 " ,
19
+ "@aws-crypto/client-node" : " ^0.1.0-preview.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
+ # [ 0.2.0-preview.2] ( /compare/@aws-crypto/integration-browser@0.2.0-preview.1...@aws-crypto/integration-browser@0.2.0-preview.2 ) (2019-06-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * package.json issues (#124 ) a062acd, closes #124
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.2.0-preview.1] ( /compare/@aws-crypto/integration-browser@0.2.0-preview.0...@aws-crypto/integration-browser@0.2.0-preview.1 ) (2019-06-21)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/integration-browser" ,
3
- "version" : " 0.2.0-preview.1 " ,
3
+ "version" : " 0.2.0-preview.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" : " ^0.1.0-preview.1 " ,
18
+ "@aws-crypto/client-browser" : " ^0.1.0-preview.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
"@trust/keyto" : " ^0.3.7" ,
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
+ # [ 0.2.0-preview.2] ( /compare/@aws-crypto/integration-node@0.2.0-preview.1...@aws-crypto/integration-node@0.2.0-preview.2 ) (2019-06-22)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/integration-node
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.2.0-preview.1] ( /compare/@aws-crypto/integration-node@0.2.0-preview.0...@aws-crypto/integration-node@0.2.0-preview.1 ) (2019-06-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/integration-node" ,
3
- "version" : " 0.2.0-preview.1 " ,
3
+ "version" : " 0.2.0-preview.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" : " ^0.1.0-preview.1 " ,
17
+ "@aws-crypto/client-node" : " ^0.1.0-preview.2 " ,
18
18
"@types/unzipper" : " ^0.9.1" ,
19
19
"@types/yargs" : " ^13.0.0" ,
20
20
"tslib" : " ^1.9.3" ,
You can’t perform that action at this time.
0 commit comments