Skip to content

Commit

Permalink
Version NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-smithy-automation committed Sep 20, 2023
1 parent 76e2ef3 commit b9b29cc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-games-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-actors-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-pillows-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-planes-reply.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/experimental-identity-and-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.0.9

### Patch Changes

- 76e2ef3c: Allow `DefaultIdentityProviderConfig` to accept `undefined` in the constructor
- 76e2ef3c: Add `httpAuthSchemeMiddleware` to select an auth scheme
- 76e2ef3c: Add `memoizeIdentityProvider()`
- c346d597: Add `createEndpointRuleSetHttpAuthSchemeProvider()` to generically create `HttpAuthSchemeProvider`s for `@smithy.rules#endpointRuleSet`

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-identity-and-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/experimental-identity-and-auth",
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit b9b29cc

Please sign in to comment.