@undefineds.co/xpod 0.4.0-rc.154 → 0.4.1-rc.156

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.
@@ -97,22 +97,10 @@ class ScopedPickWebIdHandler extends community_server_1.JsonInteractionHandler {
97
97
  const storageUrl = payload.spDomain
98
98
  ? `https://${payload.spDomain}`
99
99
  : payload.spUrl;
100
- return {
101
- storageUrl: ensureTrailingSlash(storageUrl),
102
- lookupUrl: ensureTrailingSlash(payload.spUrl),
103
- serviceAccessToken: payload.serviceAccessToken ?? payload.serviceToken,
104
- ...(payload.signalApiUrl
105
- && payload.routeAccessToken
106
- && payload.routeAccessTokenExp
107
- && payload.nodeId
108
- ? {
109
- signalApiUrl: payload.signalApiUrl,
110
- routeAccessToken: payload.routeAccessToken,
111
- routeAccessTokenExp: payload.routeAccessTokenExp,
112
- nodeId: payload.nodeId,
113
- }
114
- : {}),
115
- };
100
+ // CSS holds the Account lock during GET and POST. ProvisionPodStore already
101
+ // persists verified remote Pod owners: consume those durable bindings here
102
+ // instead of rechecking an offline Local node while holding the lock.
103
+ return { storageUrl: ensureTrailingSlash(storageUrl) };
116
104
  }
117
105
  }
118
106
  exports.ScopedPickWebIdHandler = ScopedPickWebIdHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undefineds.co/xpod",
3
- "version": "0.4.0-rc.154",
3
+ "version": "0.4.1-rc.156",
4
4
  "description": "Xpod is an extended Community Solid Server, offering rich-feature, production-level Solid Pod and identity management.",
5
5
  "repository": "https://github.com/undefinedsco/xpod",
6
6
  "author": "developer@undefineds.co",
@@ -264,7 +264,7 @@
264
264
  }
265
265
  },
266
266
  "optionalDependencies": {
267
- "@undefineds.co/xpod-darwin-arm64": "0.4.0-rc.154"
267
+ "@undefineds.co/xpod-darwin-arm64": "0.4.1-rc.156"
268
268
  },
269
269
  "resolutions": {
270
270
  "@inrupt/solid-client-authn-browser": "^3.1.1",