@magek/cli 0.0.9 → 0.0.11

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magek/cli",
3
3
  "description": "CLI of the Magek Framework, the next level of abstraction for cloud-native applications",
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "author": "Boosterin Labs SLU",
6
6
  "homepage": "https://magek.ai",
7
7
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "bugs": "https://github.com/theam/magek/issues",
14
14
  "dependencies": {
15
- "@magek/common": "^0.0.9",
15
+ "@magek/common": "^0.0.11",
16
16
  "@oclif/core": "4.8.0",
17
17
  "@oclif/plugin-help": "6.2.37",
18
18
  "@oclif/plugin-plugins": "5.4.55",
@@ -23,12 +23,12 @@
23
23
  "inflected": "2.1.0",
24
24
  "inquirer": "13.2.2",
25
25
  "mustache": "4.2.0",
26
- "ora": "9.1.0",
26
+ "ora": "9.2.0",
27
27
  "ts-morph": "27.0.2",
28
28
  "tslib": "2.8.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@magek/eslint-config": "^0.0.9",
31
+ "@magek/eslint-config": "^0.0.11",
32
32
  "@oclif/test": "4.1.16",
33
33
  "@types/chai": "5.2.3",
34
34
  "@types/chai-as-promised": "8.0.2",
@@ -36,7 +36,7 @@
36
36
  "@types/inflected": "2.1.3",
37
37
  "@types/mocha": "10.0.10",
38
38
  "@types/mustache": "4.2.6",
39
- "@types/node": "22.19.7",
39
+ "@types/node": "22.19.9",
40
40
  "@types/sinon": "21.0.0",
41
41
  "@types/sinon-chai": "4.0.0",
42
42
  "chai": "6.2.2",