anymal-protocol 1.0.37 → 1.0.38

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