Skip to content

Commit

Permalink
Pull request #18: [EW-23495]: Update libs to support Node 18
Browse files Browse the repository at this point in the history
Merge in EDGEWORKERS/cli-edgeworkers from feature/EW-23495_2 to develop

Squashed commit of the following:

commit 7a55e6875ccec5b5ffdaa5032d238987e1d23a5a
Author: Kyle Li <[email protected]>
Date:   Mon Jul 22 09:44:02 2024 -0400

    Update version

commit c0105bb1fd27aa6d80dc3013dbef2cbec7d679bc
Author: Kyle Li <[email protected]>
Date:   Tue Jul 16 17:30:30 2024 -0400

    EW-23495: Update libs to support Node 18
  • Loading branch information
kyleli-akamai committed Jul 30, 2024
1 parent 30e6761 commit 8acc646
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commands": [
{
"name": "edgeworkers",
"version": "1.8.0",
"version": "1.8.1",
"aliases": ["ew", "edgeworkers"],
"description": "Manage Akamai EdgeWorkers code bundles."
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "akamai-edgeworkers-cli",
"version": "1.8.0",
"version": "1.8.1",
"description": "A tool that makes it easier to manage Akamai EdgeWorkers code bundles and EdgeKV databases. Call the EdgeWorkers and EdgeKV API from the command line.",
"repository": "https://github.com/akamai/cli-edgeworkers",
"scripts": {
"build": "npm run build-ts",
"clean": "rm -rf node_modules",
"build-ts": "tsc",
"postinstall": "npm run build",
"postinstall": "if test \"$NODE_ENV\" != \"production\" ; then npm run build ; fi",
"lint": "eslint . --ext .ts",
"lint:fix": "npm run lint -- --fix",
"test": "npm run lint; npm run test:run",
Expand Down

0 comments on commit 8acc646

Please sign in to comment.