@treeseed/sdk 0.6.48 → 0.6.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.
@@ -1016,7 +1016,7 @@ async function verifyRailwayManagedResources(tenantRoot, scope, {
1016
1016
  apiUrl,
1017
1017
  env = process.env,
1018
1018
  settleDeployments = false,
1019
- settleTimeoutMs = 18e4,
1019
+ settleTimeoutMs = 6e5,
1020
1020
  settlePollMs = 15e3
1021
1021
  } = {}) {
1022
1022
  const effectiveApiToken = apiToken || resolveRailwayAuthToken(env);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.6.48",
3
+ "version": "0.6.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": {