anymal-protocol 1.0.34 → 1.0.36

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/dist/index.js CHANGED
@@ -378,10 +378,8 @@ function useFetchNotifications() {
378
378
  const query = `
379
379
  query AnymalNotification($groupBy: [AnymalNotificationField!], $filter: AnymalNotificationFilterArg, $order: [AnymalNotificationOrderArg]) {
380
380
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
381
- _docID
382
381
  anymalTxId
383
382
  title
384
- read
385
383
  _group {
386
384
  _docID
387
385
  source
package/dist/index.mjs CHANGED
@@ -333,10 +333,8 @@ function useFetchNotifications() {
333
333
  const query = `
334
334
  query AnymalNotification($groupBy: [AnymalNotificationField!], $filter: AnymalNotificationFilterArg, $order: [AnymalNotificationOrderArg]) {
335
335
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
336
- _docID
337
336
  anymalTxId
338
337
  title
339
- read
340
338
  _group {
341
339
  _docID
342
340
  source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",