replicas-cli 0.2.436 → 0.2.438
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 +5 -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.
|
|
10052
|
+
var CLI_VERSION = "0.2.438";
|
|
10050
10053
|
|
|
10051
10054
|
// ../shared/src/version.ts
|
|
10052
10055
|
function compareVersions(v1, v2) {
|