@beecode/msh-cli 2.0.4 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beecode/msh-cli",
3
- "version": "2.0.4",
3
+ "version": "2.1.0",
4
4
  "description": "MicroService Shell helper",
5
5
  "keywords": [
6
6
  "shell",
@@ -119,11 +119,11 @@
119
119
  }
120
120
  },
121
121
  "dependencies": {
122
- "@beecode/msh-app-boot": "1.0.4",
123
- "@beecode/msh-config": "1.0.0",
124
- "@beecode/msh-env": "1.0.5",
125
- "@beecode/msh-logger": "1.0.5",
126
- "@beecode/msh-util": "2.0.7",
122
+ "@beecode/msh-app-boot": "1.1.0",
123
+ "@beecode/msh-config": "1.1.0",
124
+ "@beecode/msh-env": "1.1.0",
125
+ "@beecode/msh-logger": "1.1.0",
126
+ "@beecode/msh-util": "2.0.8",
127
127
  "async-shelljs": "0.1.4",
128
128
  "chalk": "5.3.0",
129
129
  "compare-versions": "6.1.0",
@@ -150,17 +150,11 @@
150
150
  "@commitlint/cli": "19.3.0",
151
151
  "@commitlint/config-conventional": "19.2.2",
152
152
  "@commitlint/prompt": "19.3.0",
153
- "@semantic-release/changelog": "6.0.3",
154
- "@semantic-release/commit-analyzer": "12.0.0",
155
- "@semantic-release/exec": "6.0.3",
156
- "@semantic-release/git": "10.0.1",
157
- "@semantic-release/github": "10.0.3",
158
- "@semantic-release/release-notes-generator": "13.0.0",
159
153
  "@types/inquirer": "9.0.7",
160
154
  "@types/lodash": "4.17.1",
161
155
  "@types/minimist": "1.2.5",
162
156
  "@types/mz": "2.7.8",
163
- "@types/node": "20.12.8",
157
+ "@types/node": "20.12.10",
164
158
  "@types/request": "2.48.12",
165
159
  "@types/shelljs": "0.8.15",
166
160
  "@types/update-notifier": "6.0.8",
@@ -174,14 +168,13 @@
174
168
  "markdown-toc": "1.2.0",
175
169
  "prettier": "3.2.5",
176
170
  "rimraf": "5.0.5",
177
- "semantic-release": "23.0.8",
178
171
  "source-map-support": "0.5.21",
179
172
  "ts-cleaner": "1.0.5",
180
173
  "ts-node": "10.9.2",
181
174
  "tsc-alias": "1.8.8",
182
175
  "tsc-watch": "6.2.0",
183
176
  "typedoc": "0.25.13",
184
- "typedoc-plugin-markdown": "4.0.0",
177
+ "typedoc-plugin-markdown": "4.0.1",
185
178
  "typescript": "5.4.5",
186
179
  "vite-tsconfig-paths": "4.3.2",
187
180
  "vitest": "1.6.0"