graphlit-client 1.0.20250622003 → 1.0.20250622004

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.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -678,7 +678,7 @@ class Graphlit {
678
678
  return this.queryAndCheckError(Documents.QueryContents, { filter: filter });
679
679
  }
680
680
  async queryContentsObservations(filter) {
681
- return this.queryAndCheckError(Documents.QueryContents, { filter: filter });
681
+ return this.queryAndCheckError(Documents.QueryContentsObservations, { filter: filter });
682
682
  }
683
683
  async queryContentsFacets(filter) {
684
684
  return this.queryAndCheckError(Documents.QueryContentsFacets, { filter: filter });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250622003",
3
+ "version": "1.0.20250622004",
4
4
  "description": "Graphlit API Client for TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/client.js",