File tree Expand file tree Collapse file tree 32 files changed +153
-16
lines changed
caching-materials-manager-browser
material-management-browser Expand file tree Collapse file tree 32 files changed +153
-16
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
+ ## [ 3.1.1] ( https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * browser-encrypt can encrypt 0 bytes ([ #866 ] ( https://github.com/awslabs/aws-encryption-sdk-javascript/issues/866 ) ) ([ 32f7fa2] ( https://github.com/awslabs/aws-encryption-sdk-javascript/commit/32f7fa245b5f9fc69a3c64309ccda5ae42a842b2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.1.0] ( https://github.com/awslabs/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" modules/*"
4
4
],
5
- "version" : " 3.1.0 " ,
5
+ "version" : " 3.1.1 " ,
6
6
"command" : {
7
7
"bootstrap" : {
8
8
"nohoist" : [
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/client-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
12
+ "version" : " 3.1.1 " ,
13
13
"scripts" : {
14
14
"build" : " tsc -b tsconfig.json" ,
15
15
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/client-node
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
12
+ "version" : " 3.1.1 " ,
13
13
"scripts" : {
14
14
"build" : " tsc -b tsconfig.json" ,
15
15
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/decrypt-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * browser-encrypt can encrypt 0 bytes ([ #866 ] ( https://github.com/aws/aws-encryption-sdk-javascript/issues/866 ) ) ([ 32f7fa2] ( https://github.com/aws/aws-encryption-sdk-javascript/commit/32f7fa245b5f9fc69a3c64309ccda5ae42a842b2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
18
8
19
** 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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * browser-encrypt can encrypt 0 bytes ([ #866 ] ( https://github.com/aws/aws-encryption-sdk-javascript/issues/866 ) ) ([ 32f7fa2] ( https://github.com/aws/aws-encryption-sdk-javascript/commit/32f7fa245b5f9fc69a3c64309ccda5ae42a842b2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
18
8
19
** 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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " tsc -p tsconfig.json && tsc -p tsconfig.module.json" ,
6
6
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/example-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/example-browser" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/example-node
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/integration-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/integration-browser" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/integration-node
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"build" : " tsc -b tsconfig.json" ,
6
6
"lint" : " run-s lint-*" ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/kms-keyring-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run generate-version.ts; npm run build" ,
6
6
"generate-version.ts" : " npx genversion --es6 src/version.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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/material-management-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
15
8
16
** 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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/raw-aes-keyring-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
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" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/raw-rsa-keyring-browser
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/raw-rsa-keyring-browser" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
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
+ ## [ 3.1.1] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.1.0...v3.1.1 ) (2022-03-15)
7
+
8
+ ** Note:** Version bump only for package @aws-crypto/web-crypto-backend
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.1.0] ( https://github.com/aws/aws-encryption-sdk-javascript/compare/v3.0.3...v3.1.0 ) (2021-11-10)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-crypto/web-crypto-backend" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"scripts" : {
5
5
"prepublishOnly" : " npm run build" ,
6
6
"build" : " tsc -b tsconfig.json && tsc -b tsconfig.module.json" ,
You can’t perform that action at this time.
0 commit comments