Skip to content

Commit 709330b

Browse files
committed
4.0.1
1 parent c5bdf4c commit 709330b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ OpenWhisk credentials can also be read from environment variables `__OW_NAMESPAC
185185
| --- | --- | --- |
186186
| [config] | <code>object</code> | used to init the sdk |
187187
| [config.ow] | [<code>OpenWhiskCredentials</code>](#OpenWhiskCredentials) | [OpenWhiskCredentials](#OpenWhiskCredentials). Set those if you want to use ootb credentials to access the state management service. OpenWhisk namespace and auth can also be passed through environment variables: `__OW_NAMESPACE` and `__OW_API_KEY` |
188+
| [config.region] | <code>string</code> | optional region to use, accepted values: `amer` (default), `emea` |
188189

189190
<a name="AdobeStateCredentials"></a>
190191

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/aio-lib-state",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "An Abstraction on top of Key Value Stores",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)