@wishknish/knishio-client-js 0.4.36 → 0.4.37

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.
@@ -428,7 +428,7 @@
428
428
  metaType,
429
429
  metaId,
430
430
  createdAt,
431
- metas(latest:$latest) {
431
+ metas {
432
432
  molecularHash,
433
433
  position,
434
434
  key,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishknish/knishio-client-js",
3
- "version": "0.4.36",
3
+ "version": "0.4.37",
4
4
  "productName": "Knish.IO Javascript SDK Client",
5
5
  "description": "JavaScript implementation of the Knish.IO SDK to consume Knish.IO GraphQL APIs.",
6
6
  "license": "GPL-3.0-or-later",
@@ -78,7 +78,7 @@ export default class QueryMetaTypeViaAtom extends Query {
78
78
  metaType,
79
79
  metaId,
80
80
  createdAt,
81
- metas(latest:$latest) {
81
+ metas {
82
82
  molecularHash,
83
83
  position,
84
84
  key,