Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @aws-crypto/caching-materials-manager-browser@1.0.2
 - @aws-crypto/caching-materials-manager-node@1.0.2
 - @aws-crypto/client-browser@1.0.2
 - @aws-crypto/client-node@1.0.2
 - @aws-crypto/decrypt-browser@1.0.2
 - @aws-crypto/decrypt-node@1.0.2
 - @aws-crypto/encrypt-browser@1.0.2
 - @aws-crypto/encrypt-node@1.0.2
 - @aws-crypto/example-browser@1.0.2
 - @aws-crypto/example-node@1.0.2
 - @aws-crypto/integration-browser@1.0.2
 - @aws-crypto/integration-node@1.0.2
 - @aws-crypto/kms-keyring-browser@1.0.2
 - @aws-crypto/kms-keyring-node@1.0.2
 - @aws-crypto/material-management-browser@1.0.2
 - @aws-crypto/material-management-node@1.0.2
 - @aws-crypto/raw-aes-keyring-browser@1.0.2
 - @aws-crypto/raw-aes-keyring-node@1.0.2
 - @aws-crypto/raw-rsa-keyring-browser@1.0.2
 - @aws-crypto/raw-rsa-keyring-node@1.0.2
  • Loading branch information
seebees committed Nov 12, 2019
1 parent 4818074 commit 41f452f
Show file tree
Hide file tree
Showing 40 changed files with 216 additions and 50 deletions.
8 changes: 8 additions & 0 deletions modules/caching-materials-manager-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
Expand Down
4 changes: 2 additions & 2 deletions modules/caching-materials-manager-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/caching-materials-manager-browser",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/cache-material": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.2",
"@aws-crypto/serialize": "^1.0.1",
"@aws-crypto/web-crypto-backend": "^1.0.1",
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/caching-materials-manager-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





## [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)

**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
Expand Down
4 changes: 2 additions & 2 deletions modules/caching-materials-manager-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/caching-materials-manager-node",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/cache-material": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions modules/client-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/client-browser@1.0.1...@aws-crypto/client-browser@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/client-browser@1.0.0...@aws-crypto/client-browser@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/client-browser
Expand Down
16 changes: 8 additions & 8 deletions modules/client-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"CSE",
"aws"
],
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts"
Expand All @@ -21,13 +21,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/caching-materials-manager-browser": "^1.0.1",
"@aws-crypto/decrypt-browser": "^1.0.1",
"@aws-crypto/encrypt-browser": "^1.0.1",
"@aws-crypto/kms-keyring-browser": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/raw-aes-keyring-browser": "^1.0.1",
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.1",
"@aws-crypto/caching-materials-manager-browser": "^1.0.2",
"@aws-crypto/decrypt-browser": "^1.0.2",
"@aws-crypto/encrypt-browser": "^1.0.2",
"@aws-crypto/kms-keyring-browser": "^1.0.2",
"@aws-crypto/material-management-browser": "^1.0.2",
"@aws-crypto/raw-aes-keyring-browser": "^1.0.2",
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.2",
"@aws-crypto/web-crypto-backend": "^1.0.1",
"tslib": "^1.9.3"
},
Expand Down
8 changes: 8 additions & 0 deletions modules/client-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/client-node@1.0.1...@aws-crypto/client-node@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/client-node@1.0.0...@aws-crypto/client-node@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/client-node
Expand Down
16 changes: 8 additions & 8 deletions modules/client-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"CSE",
"aws"
],
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts"
Expand All @@ -21,13 +21,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/caching-materials-manager-node": "^1.0.1",
"@aws-crypto/decrypt-node": "^1.0.1",
"@aws-crypto/encrypt-node": "^1.0.1",
"@aws-crypto/kms-keyring-node": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/raw-aes-keyring-node": "^1.0.1",
"@aws-crypto/raw-rsa-keyring-node": "^1.0.1",
"@aws-crypto/caching-materials-manager-node": "^1.0.2",
"@aws-crypto/decrypt-node": "^1.0.2",
"@aws-crypto/encrypt-node": "^1.0.2",
"@aws-crypto/kms-keyring-node": "^1.0.2",
"@aws-crypto/material-management-node": "^1.0.2",
"@aws-crypto/raw-aes-keyring-node": "^1.0.2",
"@aws-crypto/raw-rsa-keyring-node": "^1.0.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions modules/decrypt-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/decrypt-browser@1.0.1...@aws-crypto/decrypt-browser@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/decrypt-browser@1.0.0...@aws-crypto/decrypt-browser@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/decrypt-browser
Expand Down
4 changes: 2 additions & 2 deletions modules/decrypt-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/decrypt-browser",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.2",
"@aws-crypto/serialize": "^1.0.1",
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
"tslib": "^1.9.3"
Expand Down
8 changes: 8 additions & 0 deletions modules/decrypt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/decrypt-node@1.0.1...@aws-crypto/decrypt-node@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/decrypt-node@1.0.0...@aws-crypto/decrypt-node@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/decrypt-node
Expand Down
4 changes: 2 additions & 2 deletions modules/decrypt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/decrypt-node",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.2",
"@aws-crypto/serialize": "^1.0.1",
"@types/duplexify": "^3.6.0",
"duplexify": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions modules/encrypt-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/encrypt-browser@1.0.1...@aws-crypto/encrypt-browser@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/encrypt-browser@1.0.0...@aws-crypto/encrypt-browser@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/encrypt-browser
Expand Down
4 changes: 2 additions & 2 deletions modules/encrypt-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/encrypt-browser",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.2",
"@aws-crypto/serialize": "^1.0.1",
"@aws-crypto/web-crypto-backend": "^1.0.1",
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/encrypt-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/encrypt-node@1.0.1...@aws-crypto/encrypt-node@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/encrypt-node@1.0.0...@aws-crypto/encrypt-node@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/encrypt-node
Expand Down
4 changes: 2 additions & 2 deletions modules/encrypt-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/encrypt-node",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.2",
"@aws-crypto/serialize": "^1.0.1",
"@types/duplexify": "^3.6.0",
"duplexify": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions modules/example-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/example-browser@1.0.1...@aws-crypto/example-browser@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/example-browser@1.0.0...@aws-crypto/example-browser@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/example-browser
Expand Down
4 changes: 2 additions & 2 deletions modules/example-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/example-browser",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -21,7 +21,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/client-browser": "^1.0.1",
"@aws-crypto/client-browser": "^1.0.2",
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
"tslib": "^1.9.3"
},
Expand Down
8 changes: 8 additions & 0 deletions modules/example-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/example-node@1.0.1...@aws-crypto/example-node@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/example-node@1.0.0...@aws-crypto/example-node@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/example-node
Expand Down
4 changes: 2 additions & 2 deletions modules/example-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/example-node",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/client-node": "^1.0.1",
"@aws-crypto/client-node": "^1.0.2",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions modules/integration-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/integration-browser@1.0.1...@aws-crypto/integration-browser@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/integration-browser@1.0.0...@aws-crypto/integration-browser@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/integration-browser
Expand Down
4 changes: 2 additions & 2 deletions modules/integration-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/integration-browser",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,7 +15,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/client-browser": "^1.0.1",
"@aws-crypto/client-browser": "^1.0.2",
"@aws-sdk/karma-credential-loader": "0.1.0-preview.2",
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
"@aws-sdk/util-utf8-browser": "0.1.0-preview.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/integration-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/@aws-crypto/integration-node@1.0.1...@aws-crypto/integration-node@1.0.2) (2019-11-12)

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





## [1.0.1](/compare/@aws-crypto/integration-node@1.0.0...@aws-crypto/integration-node@1.0.1) (2019-10-15)

**Note:** Version bump only for package @aws-crypto/integration-node
Expand Down

0 comments on commit 41f452f

Please sign in to comment.