@titanpl/cli 26.16.2 → 26.16.5

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 +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@titanpl/cli",
3
- "version": "26.16.2",
4
- "description": "The gravity and other builtins binary of TitanPl",
3
+ "version": "26.16.5",
4
+ "description": "The unified CLI for Titan Planet. Use it to create, manage, build, and deploy high-performance backend projects.",
5
5
  "keywords": [
6
6
  "titanpl",
7
7
  "titan",
@@ -19,12 +19,12 @@
19
19
  "titan": "./index.js"
20
20
  },
21
21
  "optionalDependencies": {
22
- "@titanpl/engine-win32-x64": "26.16.2",
23
- "@titanpl/engine-linux-x64": "26.16.2",
24
- "@titanpl/engine-darwin-arm64": "26.16.2"
22
+ "@titanpl/engine-win32-x64": "26.16.5",
23
+ "@titanpl/engine-linux-x64": "26.16.5",
24
+ "@titanpl/engine-darwin-arm64": "26.16.5"
25
25
  },
26
26
  "dependencies": {
27
- "@titanpl/packet": "26.16.2",
27
+ "@titanpl/packet": "26.16.5",
28
28
  "prompts": "^2.4.2",
29
29
  "commander": "^11.0.0",
30
30
  "chalk": "^4.1.2"