Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jun 20, 2023
1 parent b51fd7d commit 9247040
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,12 @@ for syncing managed projects.</p>
<dd></dd>
<dt><a href="#replacePackagePlaceHolder">replacePackagePlaceHolder(config)</a> ⇒ <code>object</code></dt>
<dd></dd>
<dt><a href="#validateActionRuntime">validateActionRuntime(action)</a></dt>
<dt><del><a href="#validateActionRuntime">validateActionRuntime(action)</a></del></dt>
<dd><p>Checks the validity of nodejs version in action definition and throws an error if invalid.</p>
</dd>
<dt><a href="#isSupportedActionKind">isSupportedActionKind(action)</a> ⇒ <code>boolean</code></dt>
<dd><p>Checks the validity of nodejs version in action definition returns true if valid.</p>
</dd>
<dt><a href="#getActionZipFileName">getActionZipFileName(pkgName, actionName, defaultPkg)</a> ⇒ <code>string</code></dt>
<dd><p>Returns the action&#39;s build file name without the .zip extension</p>
</dd>
Expand Down Expand Up @@ -1399,7 +1402,9 @@ Joins url path parts

<a name="validateActionRuntime"></a>

## validateActionRuntime(action)
## ~~validateActionRuntime(action)~~
***Deprecated***

Checks the validity of nodejs version in action definition and throws an error if invalid.

**Kind**: global function
Expand All @@ -1408,6 +1413,18 @@ Checks the validity of nodejs version in action definition and throws an error i
| --- | --- | --- |
| action | <code>object</code> | action object |

<a name="isSupportedActionKind"></a>

## isSupportedActionKind(action) ⇒ <code>boolean</code>
Checks the validity of nodejs version in action definition returns true if valid.

**Kind**: global function
**Returns**: <code>boolean</code> - true if action kind is supported

| Param | Type | Description |
| --- | --- | --- |
| action | <code>object</code> | action object |

<a name="getActionZipFileName"></a>

## getActionZipFileName(pkgName, actionName, defaultPkg) ⇒ <code>string</code>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aio-lib-runtime",
"version": "5.2.0",
"version": "5.3.0",
"license": "Apache-2.0",
"main": "src/index.js",
"bugs": {
Expand Down

0 comments on commit 9247040

Please sign in to comment.