We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec1630 commit 367024dCopy full SHA for 367024d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grandlinex/easy-cli",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "Cli lib to perform common tasks",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
@@ -36,8 +36,8 @@
36
},
37
"license": "BSD-3-Clause",
38
"dependencies": {
39
- "@grandlinex/core": "1.2.0",
40
- "@inquirer/prompts": "7.8.6",
+ "@grandlinex/core": "1.3.1",
+ "@inquirer/prompts": "7.10.1",
41
"moment": "2.30.1"
42
43
"devDependencies": {
@@ -61,7 +61,7 @@
61
"ts-jest": "29.3.4",
62
"ts-loader": "9.5.2",
63
"ts-node": "10.9.2",
64
- "typedoc": "0.28.4",
+ "typedoc": "0.28.17",
65
"typescript": "5.8.3"
66
67
"homepage": "https://www.grandlinex.com/",
0 commit comments