Skip to content

Commit 928d912

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] - @aws-crypto/[email protected]
1 parent ce4c35d commit 928d912

File tree

54 files changed

+812
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+812
-175
lines changed

modules/cache-material/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* dependencies and lint (#75) 5324491, closes #75
12+
* LICENSE file needs date and owner e0f7085
13+
* partition must be set (#71) d507735, closes #71
14+
* serializeEncryptedDataKey (#53) ddc2a79, closes #53
15+
* Update nyc version fcfa3af
16+
* Wording change for specificity (#116) 3370dff, closes #116
17+
18+
19+
### Features
20+
21+
* cache-material tests (#86) 838d3df, closes #86
22+
* cacheing material management (#38) 7dd6532, closes #38

modules/cache-material/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/cache-material",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,17 +16,17 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management": "^0.1.0",
20-
"@aws-crypto/serialize": "^0.0.1",
19+
"@aws-crypto/material-management": "^0.2.0-preview.0",
20+
"@aws-crypto/serialize": "^0.1.0-preview.0",
2121
"@types/lru-cache": "^5.1.0",
2222
"lru-cache": "^5.1.1",
2323
"tslib": "^1.9.3"
2424
},
2525
"devDependencies": {
2626
"@types/chai": "^4.1.4",
27+
"@types/chai-as-promised": "^7.1.0",
2728
"@types/mocha": "^5.2.5",
2829
"@types/node": "^11.11.4",
29-
"@types/chai-as-promised": "^7.1.0",
3030
"@typescript-eslint/eslint-plugin": "^1.9.0",
3131
"@typescript-eslint/parser": "^1.9.0",
3232
"chai": "^4.1.2",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* Default CMM should not be required (#80) 465de6c, closes #80 #44 #70
12+
* dependencies and lint (#75) 5324491, closes #75
13+
* LICENSE file needs date and owner e0f7085
14+
* partition must be set (#71) d507735, closes #71
15+
16+
17+
### Features
18+
19+
* browser testing code coverage (#111) aacb5b3, closes #111
20+
* cache-material tests (#86) 838d3df, closes #86
21+
* Caching materials manager browser (#50) d8dec5d, closes #50

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-browser",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,34 +16,34 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-browser": "^0.0.1",
20-
"@aws-crypto/cache-material": "^0.0.1",
21-
"@aws-crypto/serialize": "^0.0.1",
22-
"@aws-crypto/web-crypto-backend": "^0.0.1",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.0",
20+
"@aws-crypto/material-management-browser": "^0.1.0-preview.0",
21+
"@aws-crypto/serialize": "^0.1.0-preview.0",
22+
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.0",
2323
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
2424
"tslib": "^1.9.3"
2525
},
2626
"devDependencies": {
27+
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
2728
"@types/chai": "^4.1.4",
29+
"@types/chai-as-promised": "^7.1.0",
2830
"@types/mocha": "^5.2.5",
2931
"@types/node": "^11.11.4",
30-
"@types/chai-as-promised": "^7.1.0",
3132
"@typescript-eslint/eslint-plugin": "^1.9.0",
3233
"@typescript-eslint/parser": "^1.9.0",
3334
"chai": "^4.1.2",
3435
"chai-as-promised": "^7.1.1",
35-
"mocha": "^5.2.0",
36-
"nyc": "^14.0.0",
37-
"standard": "^12.0.1",
38-
"ts-node": "^7.0.1",
39-
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
36+
"istanbul-instrumenter-loader": "^3.0.1",
4037
"karma": "^4.1.0",
4138
"karma-chai": "^0.1.0",
4239
"karma-chrome-launcher": "^2.2.0",
40+
"karma-coverage-istanbul-reporter": "^2.0.4",
4341
"karma-mocha": "^1.3.0",
4442
"karma-webpack": "^3.0.5",
45-
"istanbul-instrumenter-loader": "^3.0.1",
46-
"karma-coverage-istanbul-reporter": "^2.0.4",
43+
"mocha": "^5.2.0",
44+
"nyc": "^14.0.0",
45+
"standard": "^12.0.1",
46+
"ts-node": "^7.0.1",
4747
"typescript": "^3.5.0"
4848
},
4949
"sideEffects": false,
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* Default CMM should not be required (#80) 465de6c, closes #80 #44 #70
12+
* dependencies and lint (#75) 5324491, closes #75
13+
* LICENSE file needs date and owner e0f7085
14+
* lint and tests (#52) 97cfed0, closes #52
15+
* partition must be set (#71) d507735, closes #71
16+
* Update nyc version fcfa3af
17+
18+
19+
### Features
20+
21+
* cache-material tests (#86) 838d3df, closes #86
22+
* cacheing material management (#38) 7dd6532, closes #38

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/caching-materials-manager-node",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"prepublishOnly": "npm run build",
66
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
@@ -16,15 +16,15 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-crypto/material-management-node": "^0.0.1",
20-
"@aws-crypto/cache-material": "^0.0.1",
19+
"@aws-crypto/cache-material": "^0.1.0-preview.0",
20+
"@aws-crypto/material-management-node": "^0.1.0-preview.0",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {
2424
"@types/chai": "^4.1.4",
25+
"@types/chai-as-promised": "^7.1.0",
2526
"@types/mocha": "^5.2.5",
2627
"@types/node": "^11.11.4",
27-
"@types/chai-as-promised": "^7.1.0",
2828
"@typescript-eslint/eslint-plugin": "^1.9.0",
2929
"@typescript-eslint/parser": "^1.9.0",
3030
"chai": "^4.1.2",

modules/client-browser/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* LICENSE file needs date and owner e0f7085
12+
* Wording change for specificity (#116) 3370dff, closes #116
13+
14+
15+
### Features
16+
17+
* add client libraries (#89) 24c72da, closes #89
18+
* client-browser readme (#102) 03b8d13, closes #102
19+
* Compatibility Considerations 4fcbe57, closes #33

modules/client-browser/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-browser",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,14 +12,14 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/decrypt-browser": "^0.0.1",
16-
"@aws-crypto/encrypt-browser": "^0.0.1",
17-
"@aws-crypto/kms-keyring-browser": "^0.0.1",
18-
"@aws-crypto/material-management-browser": "^0.0.1",
19-
"@aws-crypto/caching-materials-manager-browser": "^0.0.1",
20-
"@aws-crypto/raw-aes-keyring-browser": "^0.0.1",
21-
"@aws-crypto/raw-rsa-keyring-browser": "^0.0.1",
22-
"@aws-crypto/web-crypto-backend": "^0.0.1",
15+
"@aws-crypto/caching-materials-manager-browser": "^0.1.0-preview.0",
16+
"@aws-crypto/decrypt-browser": "^0.1.0-preview.0",
17+
"@aws-crypto/encrypt-browser": "^0.1.0-preview.0",
18+
"@aws-crypto/kms-keyring-browser": "^0.1.0-preview.0",
19+
"@aws-crypto/material-management-browser": "^0.1.0-preview.0",
20+
"@aws-crypto/raw-aes-keyring-browser": "^0.1.0-preview.0",
21+
"@aws-crypto/raw-rsa-keyring-browser": "^0.1.0-preview.0",
22+
"@aws-crypto/web-crypto-backend": "^0.1.0-preview.0",
2323
"tslib": "^1.9.3"
2424
},
2525
"devDependencies": {

modules/client-node/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* LICENSE file needs date and owner e0f7085
12+
* Wording change for specificity (#116) 3370dff, closes #116
13+
14+
15+
### Features
16+
17+
* add client libraries (#89) 24c72da, closes #89
18+
* Client node readme (#99) 0b23245, closes #99
19+
* Compatibility Considerations 4fcbe57, closes #33

modules/client-node/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/client-node",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"build": "tsc -b tsconfig.json",
66
"lint": "standard src/*.ts test/**/*.ts"
@@ -12,13 +12,13 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@aws-crypto/decrypt-node": "^0.0.1",
16-
"@aws-crypto/encrypt-node": "^0.0.1",
17-
"@aws-crypto/kms-keyring-node": "^0.0.1",
18-
"@aws-crypto/material-management-node": "^0.0.1",
19-
"@aws-crypto/caching-materials-manager-node": "^0.0.1",
20-
"@aws-crypto/raw-aes-keyring-node": "^0.0.1",
21-
"@aws-crypto/raw-rsa-keyring-node": "^0.0.1",
15+
"@aws-crypto/caching-materials-manager-node": "^0.1.0-preview.0",
16+
"@aws-crypto/decrypt-node": "^0.1.0-preview.0",
17+
"@aws-crypto/encrypt-node": "^0.1.0-preview.0",
18+
"@aws-crypto/kms-keyring-node": "^0.1.0-preview.0",
19+
"@aws-crypto/material-management-node": "^0.1.0-preview.0",
20+
"@aws-crypto/raw-aes-keyring-node": "^0.1.0-preview.0",
21+
"@aws-crypto/raw-rsa-keyring-node": "^0.1.0-preview.0",
2222
"tslib": "^1.9.3"
2323
},
2424
"devDependencies": {

modules/decrypt-browser/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* footer structure and zero length final frame (#55) 869106b, closes #55
12+
* Default CMM should not be required (#80) 465de6c, closes #80 #44 #70
13+
* dependencies and lint (#75) 5324491, closes #75
14+
* ECDSA signature in the browser (#63) bc04a91, closes #63
15+
* LICENSE file needs date and owner e0f7085
16+
* Update nyc version fcfa3af
17+
18+
19+
### Features
20+
21+
* add client libraries (#89) 24c72da, closes #89
22+
* browser testing code coverage (#111) aacb5b3, closes #111
23+
* export MessageHeader 53cf7b6
24+
* initial commit for decrypt-browser (#15) 3cfa89b, closes #15
25+
* support v2 and v3 AWS SDK-JS (#66) 0706c31, closes #66

modules/decrypt-browser/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-crypto/decrypt-browser",
3-
"version": "0.0.1",
3+
"version": "0.1.0-preview.0",
44
"scripts": {
55
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
66
"lint": "standard src/*.ts test/**/*.ts",
@@ -15,37 +15,39 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-crypto/material-management-browser": "^0.0.1",
19-
"@aws-crypto/serialize": "^0.0.1",
18+
"@aws-crypto/material-management-browser": "^0.1.0-preview.0",
19+
"@aws-crypto/serialize": "^0.1.0-preview.0",
2020
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
2121
"tslib": "^1.9.3"
2222
},
2323
"devDependencies": {
24+
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
2425
"@types/chai": "^4.1.4",
2526
"@types/mocha": "^5.2.5",
2627
"@types/node": "^11.11.4",
2728
"@typescript-eslint/eslint-plugin": "^1.9.0",
2829
"@typescript-eslint/parser": "^1.9.0",
2930
"chai": "^4.1.2",
30-
"mocha": "^5.2.0",
31-
"nyc": "^14.0.0",
32-
"standard": "^12.0.1",
33-
"ts-node": "^7.0.1",
34-
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
31+
"istanbul-instrumenter-loader": "^3.0.1",
3532
"karma": "^4.1.0",
3633
"karma-chai": "^0.1.0",
3734
"karma-chrome-launcher": "^2.2.0",
35+
"karma-coverage-istanbul-reporter": "^2.0.4",
3836
"karma-mocha": "^1.3.0",
3937
"karma-webpack": "^3.0.5",
40-
"istanbul-instrumenter-loader": "^3.0.1",
41-
"karma-coverage-istanbul-reporter": "^2.0.4",
38+
"mocha": "^5.2.0",
39+
"nyc": "^14.0.0",
40+
"standard": "^12.0.1",
41+
"ts-node": "^7.0.1",
4242
"typescript": "^3.5.0"
4343
},
4444
"sideEffects": false,
4545
"main": "./build/main/index.js",
4646
"module": "./build/module/index.js",
4747
"types": "./build/main/index.d.ts",
48-
"files": ["./build/**/*"],
48+
"files": [
49+
"./build/**/*"
50+
],
4951
"standard": {
5052
"parser": "@typescript-eslint/parser",
5153
"plugins": [

modules/decrypt-node/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-preview.0 (2019-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* footer structure and zero length final frame (#55) 869106b, closes #55
12+
* Default CMM should not be required (#80) 465de6c, closes #80 #44 #70
13+
* dependencies and lint (#75) 5324491, closes #75
14+
* LICENSE file needs date and owner e0f7085
15+
* lint and tests (#43) 613c0af, closes #43
16+
* Update nyc version fcfa3af
17+
18+
19+
### Features
20+
21+
* add client libraries (#89) 24c72da, closes #89
22+
* decrypt-node initial commit (#14) 45748c8, closes #14
23+
* export MessageHeader 53cf7b6
24+
* maxBodySize constraint on decrypt (#81) 42908b0, closes #81 #48

0 commit comments

Comments
 (0)