@igea/oac_frontend 1.0.103 → 1.0.104

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_frontend",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
4
4
  "description": "Frontend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -428,9 +428,7 @@ sparnatural.addEventListener("init", (event) => {
428
428
 
429
429
  sparnatural.addEventListener("queryUpdated", (event) => {
430
430
  let queryString = sparnatural.expandSparql(event.detail.queryString);
431
- // Fix bug Sparnatural: "_ 1" -> "_1", "_ 2" -> "_2", etc.
432
431
  yasqe.setValue(queryString);
433
-
434
432
  console.log("Sparnatural JSON query:");
435
433
  console.dir(event.detail.queryJson);
436
434
  });