sim-setup 1.0.2-preview.40.1 → 1.0.2-preview.41.1

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.js +1 -15
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31100,7 +31100,6 @@ var init_twins = __esm(() => {
31100
31100
  { server: "SSO_ENABLED", client: "NEXT_PUBLIC_SSO_ENABLED" },
31101
31101
  { server: "EMAIL_PASSWORD_SIGNUP_ENABLED", client: "NEXT_PUBLIC_EMAIL_PASSWORD_SIGNUP_ENABLED" },
31102
31102
  { server: "E2B_ENABLED", client: "NEXT_PUBLIC_E2B_ENABLED" },
31103
- { server: "DEPLOY_AS_BLOCK", client: "NEXT_PUBLIC_CUSTOM_BLOCKS_ENABLED" },
31104
31103
  { server: "SLACK_EXTENDED_SCOPES", client: "NEXT_PUBLIC_SLACK_EXTENDED_SCOPES" }
31105
31104
  ];
31106
31105
  SELF_HOST_UNLOCKS = [
@@ -31121,12 +31120,7 @@ var init_twins = __esm(() => {
31121
31120
  { server: "DATA_DRAINS_ENABLED", label: "Data drains", hint: "export streams" },
31122
31121
  { server: "FORKING_ENABLED", label: "Workflow forking", hint: "" },
31123
31122
  { server: "INBOX_ENABLED", label: "Inbox", hint: "" },
31124
- { server: "WHITELABELING_ENABLED", label: "Whitelabeling", hint: "custom branding" },
31125
- {
31126
- server: "DEPLOY_AS_BLOCK",
31127
- label: "Deploy as block",
31128
- hint: "publish workflows as reusable blocks"
31129
- }
31123
+ { server: "WHITELABELING_ENABLED", label: "Whitelabeling", hint: "custom branding" }
31130
31124
  ];
31131
31125
  LOGIN_PROVIDERS = [
31132
31126
  { id: "google", label: "Google", idKey: "GOOGLE_CLIENT_ID", secretKey: "GOOGLE_CLIENT_SECRET" },
@@ -31497,14 +31491,6 @@ function checkCoherence(ctx) {
31497
31491
  });
31498
31492
  }
31499
31493
  }
31500
- if (isTruthy(sim.vars.get("PII_GRANULAR_REDACTION")) && !isTruthy(sim.vars.get("PII_REDACTION"))) {
31501
- findings.push({
31502
- group: "coherence",
31503
- status: "warn",
31504
- message: "PII_GRANULAR_REDACTION is on but PII_REDACTION is off — the granular flag is inert without it",
31505
- fix: "set PII_REDACTION=true or remove PII_GRANULAR_REDACTION"
31506
- });
31507
- }
31508
31494
  if (Boolean(sim.vars.get("TURNSTILE_SECRET_KEY")) !== Boolean(sim.vars.get("NEXT_PUBLIC_TURNSTILE_SITE_KEY"))) {
31509
31495
  findings.push({
31510
31496
  group: "coherence",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.2-preview.40.1",
3
+ "version": "1.0.2-preview.41.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {