anymal-protocol 1.0.26 → 1.0.27

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,6 +378,7 @@ function useFetchNotifications() {
378
378
  AnymalNotification(groupBy: $groupBy, filter: $filter) {
379
379
  anymalTxId
380
380
  title
381
+ timeAddedUtc
381
382
  _group {
382
383
  source
383
384
  action
package/dist/index.mjs CHANGED
@@ -333,6 +333,7 @@ function useFetchNotifications() {
333
333
  AnymalNotification(groupBy: $groupBy, filter: $filter) {
334
334
  anymalTxId
335
335
  title
336
+ timeAddedUtc
336
337
  _group {
337
338
  source
338
339
  action
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
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",