replicas-cli 0.2.435 → 0.2.437

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 +5 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -8008,7 +8008,10 @@ var PLANS = {
8008
8008
  "Custom API rates",
8009
8009
  "Custom rate limits",
8010
8010
  "Shared Slack support channel",
8011
- "SOC 2"
8011
+ "SOC 2",
8012
+ "Data Processing Agreement (DPA)",
8013
+ "SCIM user provisioning",
8014
+ "Custom security and privacy settings"
8012
8015
  ]
8013
8016
  }
8014
8017
  };
@@ -10046,7 +10049,7 @@ var AGENT_CREDENTIAL_METHODS_IN_ORDER = {
10046
10049
  };
10047
10050
 
10048
10051
  // ../shared/src/cli-version.ts
10049
- var CLI_VERSION = "0.2.435";
10052
+ var CLI_VERSION = "0.2.437";
10050
10053
 
10051
10054
  // ../shared/src/version.ts
10052
10055
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.435",
3
+ "version": "0.2.437",
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": {