Skip to content

Commit a538dee

Browse files
committed
7.1.0
1 parent a9b9e5c commit a538dee

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,11 +1769,6 @@ LOG_LEVEL=debug <your_call_here>
17691769

17701770
Prepend the `LOG_LEVEL` environment variable and `debug` value to the call that invokes your function, on the command line. This should output a lot of debug data for your SDK calls.
17711771

1772-
To debug Openwhisk API requests and responses, you can use this environment variable:
1773-
```bash
1774-
NODE_DEBUG=needle <your_call_here>
1775-
```
1776-
17771772
## Contributing
17781773

17791774
Contributions are welcome! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.

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-runtime",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "src/index.js",
66
"bugs": {

0 commit comments

Comments
 (0)