replicas-cli 0.2.5 → 0.2.6
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/dist/index.js +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ const program = new commander_1.Command();
|
|
|
18
18
|
program
|
|
19
19
|
.name('replicas')
|
|
20
20
|
.description('CLI for managing Replicas workspaces')
|
|
21
|
-
.version('0.2.
|
|
21
|
+
.version('0.2.6');
|
|
22
22
|
program
|
|
23
23
|
.command('login')
|
|
24
24
|
.description('Authenticate with your Replicas account')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replicas-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"commander": "^12.0.0",
|
|
41
41
|
"dotenv": "^17.2.3",
|
|
42
42
|
"open": "^8.4.2",
|
|
43
|
-
"prompts": "^2.4.2"
|
|
43
|
+
"prompts": "^2.4.2",
|
|
44
|
+
"tslib": "^2.6.2"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
47
|
"@types/node": "^20.11.0",
|