replicas-cli 0.2.364 → 0.2.366

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 +13 -13
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -7809,12 +7809,11 @@ var PLANS = {
7809
7809
  monthlyPrice: 0,
7810
7810
  seatPriceCents: 0,
7811
7811
  features: [
7812
- "2,400 minutes of workspace usage per month",
7813
- "Use them however you want, manual or automated",
7814
- "Automations (limited to 2)",
7815
- "Warm pools and warm hooks",
7812
+ "2,400 manual/automated workspace minutes per month",
7816
7813
  "Up to 3 repositories",
7817
- "Up to 5 environments"
7814
+ "Up to 5 environments",
7815
+ "Up to 2 automations",
7816
+ "Warm pools and warm hooks"
7818
7817
  ]
7819
7818
  },
7820
7819
  developer: {
@@ -7823,8 +7822,8 @@ var PLANS = {
7823
7822
  monthlyPrice: 120,
7824
7823
  seatPriceCents: 12e3,
7825
7824
  features: [
7826
- "Unlimited manual workspaces",
7827
- "5,000 included automation/API minutes per month",
7825
+ "Unlimited manual workspace minutes",
7826
+ "5,000 automated workspace minutes per month",
7828
7827
  "Up to 10 repositories",
7829
7828
  "Up to 15 environments",
7830
7829
  "Up to 5 automations",
@@ -7838,12 +7837,12 @@ var PLANS = {
7838
7837
  monthlyPrice: 300,
7839
7838
  seatPriceCents: 3e4,
7840
7839
  features: [
7841
- "Unlimited manual workspaces",
7842
- "15,000 included automation/API minutes per month",
7840
+ "Unlimited manual workspace minutes",
7841
+ "15,000 automated workspace minutes per month",
7843
7842
  "Unlimited repositories",
7844
7843
  "Unlimited automations",
7845
- "Higher API rate limits",
7846
7844
  "Warm pools and warm hooks",
7845
+ "Higher API rate limits",
7847
7846
  "Auto-upgraded sandbox resources (4 vCPU, 32 GB disk, 16 GB memory)",
7848
7847
  "Shared Slack support channel"
7849
7848
  ]
@@ -7854,11 +7853,12 @@ var PLANS = {
7854
7853
  monthlyPrice: 0,
7855
7854
  seatPriceCents: 0,
7856
7855
  features: [
7857
- "Unlimited usage",
7856
+ "Unlimited manual workspace minutes",
7857
+ "Unlimited automated workspace minutes",
7858
7858
  "Unlimited automations",
7859
+ "Custom warm hooks and pools",
7859
7860
  "Custom API rates",
7860
7861
  "Custom rate limits",
7861
- "Custom warm hooks and pools",
7862
7862
  "Shared Slack support channel",
7863
7863
  "SOC 2"
7864
7864
  ]
@@ -9693,7 +9693,7 @@ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
9693
9693
  var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
9694
9694
 
9695
9695
  // ../shared/src/cli-version.ts
9696
- var CLI_VERSION = "0.2.364";
9696
+ var CLI_VERSION = "0.2.366";
9697
9697
 
9698
9698
  // ../shared/src/version.ts
9699
9699
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.364",
3
+ "version": "0.2.366",
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": {