@atproto/pds 0.3.7 → 0.3.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7dec9df3`](https://github.com/bluesky-social/atproto/commit/7dec9df3b583ee8c06c0c6a7e32c259820dc84a5)]:
8
+ - @atproto/api@0.7.3
9
+
3
10
  ## 0.3.7
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -214383,6 +214383,10 @@ var schemaDict = {
214383
214383
  type: "ref",
214384
214384
  ref: "lex:app.bsky.notification.listNotifications#notification"
214385
214385
  }
214386
+ },
214387
+ seenAt: {
214388
+ type: "string",
214389
+ format: "datetime"
214386
214390
  }
214387
214391
  }
214388
214392
  }
@@ -239038,6 +239042,10 @@ var schemaDict2 = {
239038
239042
  type: "ref",
239039
239043
  ref: "lex:app.bsky.notification.listNotifications#notification"
239040
239044
  }
239045
+ },
239046
+ seenAt: {
239047
+ type: "string",
239048
+ format: "datetime"
239041
239049
  }
239042
239050
  }
239043
239051
  }