@treeseed/sdk 0.12.48 → 0.12.50

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.
@@ -4462,7 +4462,7 @@ function collectRailwayEnvironmentSync(input, valuesOverlay = {}) {
4462
4462
  const registry = collectTreeseedEnvironmentContext(input.context.tenantRoot);
4463
4463
  const configuredServices = configuredRailwayServicesForInput(input, scope);
4464
4464
  const hasPublicTreeDxService = configuredServices.some((service) => service.key === "public-treedx-node-01" && service.enabled !== false);
4465
- const machineValues = hasPublicTreeDxService ? normalizeEnvironmentValues(resolveTreeseedMachineEnvironmentValues(input.context.tenantRoot, scope)) : {};
4465
+ const machineValues = hasPublicTreeDxService && scope === "local" ? normalizeEnvironmentValues(resolveTreeseedMachineEnvironmentValues(input.context.tenantRoot, scope)) : {};
4466
4466
  const baseValues = {
4467
4467
  ...resolveReconcileEnvironmentValues(input, scope),
4468
4468
  ...machineValues,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.12.48",
3
+ "version": "0.12.50",
4
4
  "description": "Shared Treeseed SDK for content-backed and D1-backed object models.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {