@muze-nl/jsfs-solid 0.3.9 → 0.4.0
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/browser.js +2 -2
- package/dist/browser.js.map +2 -2
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +2 -2
- package/package.json +1 -1
- package/package.json~ +1 -1
- package/src/SolidClient.js +2 -2
package/dist/browser.js
CHANGED
|
@@ -15491,8 +15491,8 @@
|
|
|
15491
15491
|
const client2 = metro.client(metro.oidc.oidcmw(options), oldmmw(options));
|
|
15492
15492
|
Object.assign(client2, {
|
|
15493
15493
|
profile,
|
|
15494
|
-
issuer: profile.solid$oidcIssuer
|
|
15495
|
-
inbox: profile.ldp$inbox
|
|
15494
|
+
issuer: profile.solid$oidcIssuer?.id,
|
|
15495
|
+
inbox: profile.ldp$inbox?.id,
|
|
15496
15496
|
id: function() {
|
|
15497
15497
|
return metro.oidc.idToken(this.issuer);
|
|
15498
15498
|
},
|