@undefineds.co/xpod 0.4.8 → 0.4.9
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/package.json +8 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undefineds.co/xpod",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
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",
|
|
@@ -342,6 +342,12 @@
|
|
|
342
342
|
"abort-controller": "^3.0.0",
|
|
343
343
|
"process": "^0.11.10",
|
|
344
344
|
"string_decoder": "^1.3.0",
|
|
345
|
+
"@undefineds.co/drizzle-solid": "file:./node_modules/@undefineds.co/drizzle-solid",
|
|
346
|
+
"@undefineds.co/extensions": "file:./node_modules/@undefineds.co/extensions",
|
|
347
|
+
"@undefineds.co/ai-connections": "file:./node_modules/@undefineds.co/ai-connections",
|
|
348
|
+
"@undefineds.co/extension-sdk": "file:./node_modules/@undefineds.co/extension-sdk",
|
|
349
|
+
"@undefineds.co/shared-ui": "file:./node_modules/@undefineds.co/shared-ui",
|
|
350
|
+
"@undefineds.co/solid-sdk": "file:./node_modules/@undefineds.co/solid-sdk",
|
|
345
351
|
"oidc-provider": "9.5.1",
|
|
346
352
|
"@inrupt/solid-client-authn-browser": "3.1.1",
|
|
347
353
|
"jose": "5.10.0",
|
|
@@ -370,7 +376,7 @@
|
|
|
370
376
|
}
|
|
371
377
|
},
|
|
372
378
|
"optionalDependencies": {
|
|
373
|
-
"@undefineds.co/xpod-darwin-arm64": "0.4.
|
|
379
|
+
"@undefineds.co/xpod-darwin-arm64": "0.4.9"
|
|
374
380
|
},
|
|
375
381
|
"resolutions": {
|
|
376
382
|
"@inrupt/solid-client-authn-browser": "^3.1.1",
|