replicas-cli 0.2.420 → 0.2.421

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/index.mjs +1 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -22449,9 +22449,7 @@ function classifyCanvasFilename(filename) {
22449
22449
  }
22450
22450
 
22451
22451
  // ../shared/src/pricing.ts
22452
- var INTEGRATION_SOURCES = ["slack", "linear", "github", "gitlab"];
22453
22452
  var AUTOMATED_SOURCES = ["api", "automation"];
22454
- var INTEGRATION_SOURCES_SQL = INTEGRATION_SOURCES.map((s) => `'${s}'`).join(", ");
22455
22453
  var AUTOMATED_SOURCES_SQL = AUTOMATED_SOURCES.map((s) => `'${s}'`).join(", ");
22456
22454
  var PLANS = {
22457
22455
  trial: {
@@ -24494,7 +24492,7 @@ function formatTurnElapsed(ms) {
24494
24492
  }
24495
24493
 
24496
24494
  // ../shared/src/cli-version.ts
24497
- var CLI_VERSION = "0.2.420";
24495
+ var CLI_VERSION = "0.2.421";
24498
24496
 
24499
24497
  // ../shared/src/version.ts
24500
24498
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.420",
3
+ "version": "0.2.421",
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": {