Skip to content

Commit

Permalink
Merge pull request #130 from akamai/develop
Browse files Browse the repository at this point in the history
release 1.7.1
  • Loading branch information
herzykj committed Apr 27, 2023
2 parents 1427992 + 2999b1b commit 26e133f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"requirements": {
"node": "18.16.0"
"node": "14.21.3"
},
"commands": [
{
"name": "sandbox",
"version": "1.7.0",
"version": "1.7.1",
"description": "Manage Akamai Sandbox environments.",
"bin": "https://github.com/akamai/cli-sandbox/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}-{{.Arch}}{{.BinSuffix}}"
}
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akamai-sandbox-cli",
"version": "1.7.0",
"version": "1.7.1",
"description": "A tool that makes it easier to manage Akamai Sandboxes. Call the Sandbox API from the command line.",
"repository": "https://github.com/akamai/cli-sandbox",
"license": "Apache-2.0",
Expand Down

0 comments on commit 26e133f

Please sign in to comment.