anymal-protocol 1.0.33 → 1.0.34

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
@@ -383,6 +383,7 @@ function useFetchNotifications() {
383
383
  title
384
384
  read
385
385
  _group {
386
+ _docID
386
387
  source
387
388
  action
388
389
  anymalTxId
package/dist/index.mjs CHANGED
@@ -338,6 +338,7 @@ function useFetchNotifications() {
338
338
  title
339
339
  read
340
340
  _group {
341
+ _docID
341
342
  source
342
343
  action
343
344
  anymalTxId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
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",