@undefineds.co/xpod 0.4.0-rc.146 → 0.4.0-rc.148
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.
|
@@ -44,7 +44,7 @@ class QleverSparqlEngine {
|
|
|
44
44
|
return payload.boolean;
|
|
45
45
|
}
|
|
46
46
|
async queryQuads(query, basePath, accessScope, options) {
|
|
47
|
-
const result = await this.execute(query, basePath, 'queryQuads', 'application/n-
|
|
47
|
+
const result = await this.execute(query, basePath, 'queryQuads', 'application/n-triples', accessScope, options);
|
|
48
48
|
return new asynciterator_1.ArrayIterator(parseGraph(result));
|
|
49
49
|
}
|
|
50
50
|
async queryVoid(_query, _basePath, _accessScope, _options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undefineds.co/xpod",
|
|
3
|
-
"version": "0.4.0-rc.
|
|
3
|
+
"version": "0.4.0-rc.148",
|
|
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",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
},
|
|
265
265
|
"optionalDependencies": {
|
|
266
|
-
"@undefineds.co/xpod-darwin-arm64": "0.4.0-rc.
|
|
266
|
+
"@undefineds.co/xpod-darwin-arm64": "0.4.0-rc.148"
|
|
267
267
|
},
|
|
268
268
|
"resolutions": {
|
|
269
269
|
"@inrupt/solid-client-authn-browser": "^3.1.1",
|