replicas-cli 0.2.452 → 0.2.454
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.mjs +1 -1
- package/package.json +1 -3
package/dist/index.mjs
CHANGED
|
@@ -10056,7 +10056,7 @@ function formatTurnElapsed(ms) {
|
|
|
10056
10056
|
}
|
|
10057
10057
|
|
|
10058
10058
|
// ../shared/src/cli-version.ts
|
|
10059
|
-
var CLI_VERSION = "0.2.
|
|
10059
|
+
var CLI_VERSION = "0.2.454";
|
|
10060
10060
|
|
|
10061
10061
|
// ../shared/src/version.ts
|
|
10062
10062
|
function compareVersions(v1, v2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replicas-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.454",
|
|
4
4
|
"description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"bin": {
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
44
|
"commander": "^12.0.0",
|
|
45
45
|
"dotenv": "^17.2.3",
|
|
46
|
-
"figlet": "^1.9.3",
|
|
47
46
|
"open": "^8.4.2",
|
|
48
47
|
"opentui-spinner": "^0.0.6",
|
|
49
48
|
"prompts": "^2.4.2",
|
|
@@ -55,7 +54,6 @@
|
|
|
55
54
|
"@types/node": "^20.11.0",
|
|
56
55
|
"@types/react": "^19.2.14",
|
|
57
56
|
"tsup": "^8.5.0",
|
|
58
|
-
"tsx": "^4.7.0",
|
|
59
57
|
"typescript": "^5.3.3"
|
|
60
58
|
}
|
|
61
59
|
}
|