Skip to content

Commit 8f11f6a

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 28d1e45 commit 8f11f6a

File tree

52 files changed

+317
-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

+317
-90
lines changed

modules/cache-material/CHANGELOG.md

+8
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
7+
8+
**Note:** Version bump only for package @aws-crypto/cache-material
9+
10+
11+
12+
13+
614
# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)
715

816
**Note:** Version bump only for package @aws-crypto/cache-material

modules/cache-material/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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": "^1.0.0",
20-
"@aws-crypto/serialize": "^1.0.0",
19+
"@aws-crypto/material-management": "^1.0.1",
20+
"@aws-crypto/serialize": "^1.0.1",
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

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

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

modules/caching-materials-manager-browser/package.json

+5-5
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.0",
3+
"version": "1.0.1",
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": "^1.0.0",
20-
"@aws-crypto/material-management-browser": "^1.0.0",
21-
"@aws-crypto/serialize": "^1.0.0",
22-
"@aws-crypto/web-crypto-backend": "^1.0.0",
19+
"@aws-crypto/cache-material": "^1.0.1",
20+
"@aws-crypto/material-management-browser": "^1.0.1",
21+
"@aws-crypto/serialize": "^1.0.1",
22+
"@aws-crypto/web-crypto-backend": "^1.0.1",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2424
"tslib": "^1.9.3"
2525
},

modules/caching-materials-manager-node/CHANGELOG.md

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

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

modules/caching-materials-manager-node/package.json

+3-3
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.0",
3+
"version": "1.0.1",
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": "^1.0.0",
20-
"@aws-crypto/material-management-node": "^1.0.0",
19+
"@aws-crypto/cache-material": "^1.0.1",
20+
"@aws-crypto/material-management-node": "^1.0.1",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {

modules/client-browser/CHANGELOG.md

+8
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-browser
9+
10+
11+
12+
13+
614
# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)
715

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

modules/client-browser/package.json

+18-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "@aws-crypto/client-browser",
3-
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
4-
"version": "1.0.0",
3+
"keywords": [
4+
"cryptography",
5+
"crypto",
6+
"encryption",
7+
"envelope encryption",
8+
"client side encryption",
9+
"CSE",
10+
"aws"
11+
],
12+
"version": "1.0.1",
513
"scripts": {
614
"build": "tsc -b tsconfig.json",
715
"lint": "standard src/*.ts test/**/*.ts"
@@ -13,14 +21,14 @@
1321
},
1422
"license": "Apache-2.0",
1523
"dependencies": {
16-
"@aws-crypto/caching-materials-manager-browser": "^1.0.0",
17-
"@aws-crypto/decrypt-browser": "^1.0.0",
18-
"@aws-crypto/encrypt-browser": "^1.0.0",
19-
"@aws-crypto/kms-keyring-browser": "^1.0.0",
20-
"@aws-crypto/material-management-browser": "^1.0.0",
21-
"@aws-crypto/raw-aes-keyring-browser": "^1.0.0",
22-
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.0",
23-
"@aws-crypto/web-crypto-backend": "^1.0.0",
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",
31+
"@aws-crypto/web-crypto-backend": "^1.0.1",
2432
"tslib": "^1.9.3"
2533
},
2634
"devDependencies": {

modules/client-node/CHANGELOG.md

+8
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
7+
8+
**Note:** Version bump only for package @aws-crypto/client-node
9+
10+
11+
12+
13+
614
# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)
715

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

modules/client-node/package.json

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "@aws-crypto/client-node",
3-
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
4-
"version": "1.0.0",
3+
"keywords": [
4+
"cryptography",
5+
"crypto",
6+
"encryption",
7+
"envelope encryption",
8+
"client side encryption",
9+
"CSE",
10+
"aws"
11+
],
12+
"version": "1.0.1",
513
"scripts": {
614
"build": "tsc -b tsconfig.json",
715
"lint": "standard src/*.ts test/**/*.ts"
@@ -13,13 +21,13 @@
1321
},
1422
"license": "Apache-2.0",
1523
"dependencies": {
16-
"@aws-crypto/caching-materials-manager-node": "^1.0.0",
17-
"@aws-crypto/decrypt-node": "^1.0.0",
18-
"@aws-crypto/encrypt-node": "^1.0.0",
19-
"@aws-crypto/kms-keyring-node": "^1.0.0",
20-
"@aws-crypto/material-management-node": "^1.0.0",
21-
"@aws-crypto/raw-aes-keyring-node": "^1.0.0",
22-
"@aws-crypto/raw-rsa-keyring-node": "^1.0.0",
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",
2331
"tslib": "^1.9.3"
2432
},
2533
"devDependencies": {

modules/decrypt-browser/CHANGELOG.md

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

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

modules/decrypt-browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^1.0.0",
19-
"@aws-crypto/serialize": "^1.0.0",
18+
"@aws-crypto/material-management-browser": "^1.0.1",
19+
"@aws-crypto/serialize": "^1.0.1",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"
2222
},

modules/decrypt-node/CHANGELOG.md

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

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

modules/decrypt-node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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-node": "^1.0.0",
20-
"@aws-crypto/serialize": "^1.0.0",
19+
"@aws-crypto/material-management-node": "^1.0.1",
20+
"@aws-crypto/serialize": "^1.0.1",
2121
"@types/duplexify": "^3.6.0",
2222
"duplexify": "^4.0.0",
2323
"readable-stream": "^3.2.0",

modules/encrypt-browser/CHANGELOG.md

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

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

modules/encrypt-browser/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,9 +15,9 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^1.0.0",
19-
"@aws-crypto/serialize": "^1.0.0",
20-
"@aws-crypto/web-crypto-backend": "^1.0.0",
18+
"@aws-crypto/material-management-browser": "^1.0.1",
19+
"@aws-crypto/serialize": "^1.0.1",
20+
"@aws-crypto/web-crypto-backend": "^1.0.1",
2121
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2222
"tslib": "^1.9.3"
2323
},

modules/encrypt-node/CHANGELOG.md

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

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

modules/encrypt-node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/encrypt-node",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-node": "^1.0.0",
19-
"@aws-crypto/serialize": "^1.0.0",
18+
"@aws-crypto/material-management-node": "^1.0.1",
19+
"@aws-crypto/serialize": "^1.0.1",
2020
"@types/duplexify": "^3.6.0",
2121
"duplexify": "^4.0.0",
2222
"readable-stream": "^3.2.0",

modules/example-browser/CHANGELOG.md

+8
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)
7+
8+
**Note:** Version bump only for package @aws-crypto/example-browser
9+
10+
11+
12+
13+
614
# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)
715

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

modules/example-browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/example-browser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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.0",
24+
"@aws-crypto/client-browser": "^1.0.1",
2525
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2626
"tslib": "^1.9.3"
2727
},

0 commit comments

Comments
 (0)