Skip to content

Commit

Permalink
Merge pull request #76 from akamai/release/0.7.8
Browse files Browse the repository at this point in the history
Release 0.7.8
  • Loading branch information
NehaGhateAkamai authored Mar 29, 2022
2 parents d538684 + d1d2de1 commit abffadf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{
"name": "property-manager",
"aliases": ["pm", "snippets"],
"version": "0.7.7-RELEASE",
"version": "0.7.8-RELEASE",
"description": "Property Manager CLI for DevOps"
},
{
"name": "pipeline",
"aliases": ["pl", "pd", "proddeploy"],
"version": "0.7.7-RELEASE",
"version": "0.7.8-RELEASE",
"description": "Akamai Pipeline for DevOps"
}
]
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cli-promotional-deployment",
"version": "0.7.7-RELEASE",
"version": "0.7.8-RELEASE",
"engines": {
"node": ">=8.0.0",
"node": ">=14.17.0",
"npm": ">=6.13.4"
},
"description": "A wrapping command line for common tasks with akamai's PM {OPEN} API.",
Expand Down Expand Up @@ -35,31 +35,31 @@
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^4.12.0",
"eslint": "^8.11.0",
"eslint-plugin-node": "^5.2.1",
"js-beautify": "^1.8.8",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "^6.2.3",
"nyc": "^15.0.0",
"jsdoc": "^3.6.10",
"jsdoc-to-markdown": "^7.1.1",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"testdouble": "^3.8.2",
"webpack": "^4.41.3"
},
"dependencies": {
"ajv": "^6.10.2",
"ajv": "^6.12.6",
"ajv-keywords": "^3.4.0",
"ascii-data-table": "^2.1.1",
"chalk": "^2.3.2",
"commander": "^4.1.1",
"debug": "^3.2.6",
"email-validator": "2.0.4",
"inquirer": "^6.2.0",
"log4js": "^6.1.2",
"inquirer": "^8.2.1",
"log4js": "^6.4.4",
"moment": "^2.20.1",
"pegjs": "^0.10.0",
"request": "^2.88.0",
"request-debug": "^0.2.0",
"underscore": "^1.9.1",
"underscore": "^1.13.2",
"uuid": "^3.3.2"
}
}

0 comments on commit abffadf

Please sign in to comment.