@atproto/pds 0.4.82 → 0.4.84

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,26 @@
1
1
  # @atproto/pds
2
2
 
3
+ ## 0.4.84
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e277158f7`](https://github.com/bluesky-social/atproto/commit/e277158f70a831b04fde3ec84b3c1eaa6ce82e9d)]:
8
+ - @atproto/api@0.13.27
9
+ - @atproto/oauth-provider@0.2.12
10
+ - @atproto-labs/fetch-node@0.1.5
11
+
12
+ ## 0.4.83
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`1abfd74ec`](https://github.com/bluesky-social/atproto/commit/1abfd74ec7114e5d8e2411f7a4fa10bdce97e277)]:
17
+ - @atproto/crypto@0.4.3
18
+ - @atproto/aws@0.2.12
19
+ - @atproto/identity@0.4.5
20
+ - @atproto/repo@0.6.2
21
+ - @atproto/xrpc-server@0.7.6
22
+ - @atproto-labs/xrpc-utils@0.0.2
23
+
3
24
  ## 0.4.82
4
25
 
5
26
  ### Patch Changes
@@ -11488,7 +11488,7 @@ export declare const schemaDict: {
11488
11488
  readonly type: "array";
11489
11489
  readonly items: {
11490
11490
  readonly type: "string";
11491
- readonly description: "If specified, only events where the policy matches the given policy are returned";
11491
+ readonly description: "If specified, only events where the action policies match any of the given policies are returned";
11492
11492
  };
11493
11493
  };
11494
11494
  readonly cursor: {
@@ -23954,7 +23954,7 @@ export declare const schemas: ({
23954
23954
  readonly type: "array";
23955
23955
  readonly items: {
23956
23956
  readonly type: "string";
23957
- readonly description: "If specified, only events where the policy matches the given policy are returned";
23957
+ readonly description: "If specified, only events where the action policies match any of the given policies are returned";
23958
23958
  };
23959
23959
  };
23960
23960
  readonly cursor: {
@@ -12020,7 +12020,7 @@ exports.schemaDict = {
12020
12020
  type: 'array',
12021
12021
  items: {
12022
12022
  type: 'string',
12023
- description: 'If specified, only events where the policy matches the given policy are returned',
12023
+ description: 'If specified, only events where the action policies match any of the given policies are returned',
12024
12024
  },
12025
12025
  },
12026
12026
  cursor: {