@atproto/ozone 0.0.17-next.1 → 0.0.17

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,18 @@
1
1
  # @atproto/ozone
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0), [`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
8
+ - @atproto/identity@0.3.3
9
+ - @atproto/api@0.11.0
10
+ - @atproto/common@0.3.4
11
+ - @atproto/lexicon@0.3.3
12
+ - @atproto/syntax@0.2.1
13
+ - @atproto/crypto@0.3.0
14
+ - @atproto/xrpc-server@0.4.4
15
+
3
16
  ## 0.0.16
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -119338,7 +119338,7 @@ function subscribeLabels_default(server, ctx) {
119338
119338
  }
119339
119339
  }
119340
119340
  for await (const evt of outbox.events(cursor, signal)) {
119341
- yield { $type: "com.atproto.label.subscribeLabels#labels", ...evt };
119341
+ yield { $type: "#labels", ...evt };
119342
119342
  }
119343
119343
  });
119344
119344
  }