@matdata/yasqe 4.7.4 → 4.7.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@matdata/yasqe",
3
3
  "description": "Yet Another SPARQL Query Editor",
4
- "version": "4.7.4",
4
+ "version": "4.7.5",
5
5
  "main": "build/yasqe.min.js",
6
6
  "types": "build/ts/src/index.d.ts",
7
7
  "license": "MIT",
package/src/defaults.ts CHANGED
@@ -135,7 +135,7 @@ SELECT * WHERE {
135
135
  queryArgument: undefined, //undefined means: get query argument based on query mode
136
136
  endpoint: "https://dbpedia.org/sparql",
137
137
  method: "POST",
138
- acceptHeaderGraph: "application/n-triples,*/*;q=0.9",
138
+ acceptHeaderGraph: "text/turtle,*/*;q=0.9",
139
139
  acceptHeaderSelect: "application/sparql-results+json,*/*;q=0.9",
140
140
  acceptHeaderUpdate: "text/plain,*/*;q=0.9",
141
141
  namedGraphs: [],