teleportation-cli 1.1.0 → 1.1.1
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.
- package/package.json +1 -1
- package/teleportation-cli.cjs +1 -1
package/package.json
CHANGED
package/teleportation-cli.cjs
CHANGED
|
@@ -7,7 +7,7 @@ const path = require('path');
|
|
|
7
7
|
const { execSync } = require('child_process');
|
|
8
8
|
const os = require('os');
|
|
9
9
|
|
|
10
|
-
const CLI_VERSION = '1.
|
|
10
|
+
const CLI_VERSION = '1.1.0';
|
|
11
11
|
const HOME_DIR = os.homedir();
|
|
12
12
|
// Teleportation project directory (for development)
|
|
13
13
|
// In production, hooks will be installed globally
|