anymal-protocol 1.0.36 → 1.0.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.
package/dist/index.js CHANGED
@@ -380,6 +380,7 @@ function useFetchNotifications() {
380
380
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
381
381
  anymalTxId
382
382
  title
383
+ read
383
384
  _group {
384
385
  _docID
385
386
  source
package/dist/index.mjs CHANGED
@@ -335,6 +335,7 @@ function useFetchNotifications() {
335
335
  AnymalNotification(groupBy: $groupBy, filter: $filter, order: $order) {
336
336
  anymalTxId
337
337
  title
338
+ read
338
339
  _group {
339
340
  _docID
340
341
  source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
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",