Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
seebees committed Oct 15, 2019
1 parent 28d1e45 commit 8f11f6a
Show file tree
Hide file tree
Showing 52 changed files with 317 additions and 90 deletions.
8 changes: 8 additions & 0 deletions modules/cache-material/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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/cache-material
Expand Down
6 changes: 3 additions & 3 deletions modules/cache-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-crypto/cache-material",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,8 +16,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/material-management": "^1.0.1",
"@aws-crypto/serialize": "^1.0.1",
"@types/lru-cache": "^5.1.0",
"lru-cache": "^5.1.1",
"tslib": "^1.9.3"
Expand Down
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/caching-materials-manager-browser
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,10 +16,10 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/cache-material": "^1.0.0",
"@aws-crypto/material-management-browser": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/web-crypto-backend": "^1.0.0",
"@aws-crypto/cache-material": "^1.0.1",
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/serialize": "^1.0.1",
"@aws-crypto/web-crypto-backend": "^1.0.1",
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
"tslib": "^1.9.3"
},
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/caching-materials-manager-node
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,8 +16,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/cache-material": "^1.0.0",
"@aws-crypto/material-management-node": "^1.0.0",
"@aws-crypto/cache-material": "^1.0.1",
"@aws-crypto/material-management-node": "^1.0.1",
"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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/client-browser
Expand Down
28 changes: 18 additions & 10 deletions modules/client-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@aws-crypto/client-browser",
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
"version": "1.0.0",
"keywords": [
"cryptography",
"crypto",
"encryption",
"envelope encryption",
"client side encryption",
"CSE",
"aws"
],
"version": "1.0.1",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts"
Expand All @@ -13,14 +21,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/caching-materials-manager-browser": "^1.0.0",
"@aws-crypto/decrypt-browser": "^1.0.0",
"@aws-crypto/encrypt-browser": "^1.0.0",
"@aws-crypto/kms-keyring-browser": "^1.0.0",
"@aws-crypto/material-management-browser": "^1.0.0",
"@aws-crypto/raw-aes-keyring-browser": "^1.0.0",
"@aws-crypto/raw-rsa-keyring-browser": "^1.0.0",
"@aws-crypto/web-crypto-backend": "^1.0.0",
"@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/web-crypto-backend": "^1.0.1",
"tslib": "^1.9.3"
},
"devDependencies": {
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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/client-node
Expand Down
26 changes: 17 additions & 9 deletions modules/client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@aws-crypto/client-node",
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
"version": "1.0.0",
"keywords": [
"cryptography",
"crypto",
"encryption",
"envelope encryption",
"client side encryption",
"CSE",
"aws"
],
"version": "1.0.1",
"scripts": {
"build": "tsc -b tsconfig.json",
"lint": "standard src/*.ts test/**/*.ts"
Expand All @@ -13,13 +21,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/caching-materials-manager-node": "^1.0.0",
"@aws-crypto/decrypt-node": "^1.0.0",
"@aws-crypto/encrypt-node": "^1.0.0",
"@aws-crypto/kms-keyring-node": "^1.0.0",
"@aws-crypto/material-management-node": "^1.0.0",
"@aws-crypto/raw-aes-keyring-node": "^1.0.0",
"@aws-crypto/raw-rsa-keyring-node": "^1.0.0",
"@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",
"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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/decrypt-browser
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,8 +15,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-browser": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/material-management-browser": "^1.0.1",
"@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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/decrypt-node
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc -b tsconfig.json && tsc -b tsconfig.module.json",
Expand All @@ -16,8 +16,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-node": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/serialize": "^1.0.1",
"@types/duplexify": "^3.6.0",
"duplexify": "^4.0.0",
"readable-stream": "^3.2.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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/encrypt-browser
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,9 +15,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-browser": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/web-crypto-backend": "^1.0.0",
"@aws-crypto/material-management-browser": "^1.0.1",
"@aws-crypto/serialize": "^1.0.1",
"@aws-crypto/web-crypto-backend": "^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/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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**Note:** Version bump only for package @aws-crypto/encrypt-node
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"lint": "standard src/*.ts test/**/*.ts",
Expand All @@ -15,8 +15,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/material-management-node": "^1.0.0",
"@aws-crypto/serialize": "^1.0.0",
"@aws-crypto/material-management-node": "^1.0.1",
"@aws-crypto/serialize": "^1.0.1",
"@types/duplexify": "^3.6.0",
"duplexify": "^4.0.0",
"readable-stream": "^3.2.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.1](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-15)

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





# [1.0.0](/compare/@aws-crypto/[email protected]...@aws-crypto/[email protected]) (2019-10-01)

**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.0",
"version": "1.0.1",
"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.0",
"@aws-crypto/client-browser": "^1.0.1",
"@aws-sdk/util-base64-browser": "0.1.0-preview.1",
"tslib": "^1.9.3"
},
Expand Down
Loading

0 comments on commit 8f11f6a

Please sign in to comment.