qumra-cli 2.0.2 → 2.0.4

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 (2) hide show
  1. package/dist/cli.js +8 -8
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qumra-cli",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Modular CLI tool for Qumra Cloud using TypeScript and Commander.",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "build": "rollup -c -w",
11
11
  "dev": "ts-node -P tsconfig.dev.json src/cli.ts",
12
12
  "start": "node dist/cli.js",
13
- "pub": "rollup -c && npm vesrion patch && npm publish"
13
+ "pub": "rollup -c && npm version patch && npm publish"
14
14
  },
15
15
  "author": "",
16
16
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "inquirer": "^12.7.0",
30
30
  "ora": "^8.2.0",
31
31
  "progress-stream": "^2.0.0",
32
- "qumra-engine": "^2.0.26",
32
+ "qumra-engine": "^2.0.30",
33
33
  "socket.io": "^4.8.1"
34
34
  },
35
35
  "devDependencies": {