@atproto/ozone 0.1.158 → 0.1.159
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 +13 -0
- package/dist/db/pagination.d.ts +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atproto/ozone
|
|
2
2
|
|
|
3
|
+
## 0.1.159
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#4407](https://github.com/bluesky-social/atproto/pull/4407) [`90f1569`](https://github.com/bluesky-social/atproto/commit/90f15698ee63d9a7374f1206754eda5d530873d7) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Adds ageassurance namespace, methods, and utils for Age Assurance V2
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`bcae2b7`](https://github.com/bluesky-social/atproto/commit/bcae2b77b68da6dc2ec202651c8bf41fd5769f69), [`d396de0`](https://github.com/bluesky-social/atproto/commit/d396de016d1d55d08cfad1dabd3ffd9eaeea76ea), [`90f1569`](https://github.com/bluesky-social/atproto/commit/90f15698ee63d9a7374f1206754eda5d530873d7)]:
|
|
10
|
+
- @atproto/syntax@0.4.2
|
|
11
|
+
- @atproto/crypto@0.4.5
|
|
12
|
+
- @atproto/api@0.18.4
|
|
13
|
+
- @atproto/common@0.5.2
|
|
14
|
+
- @atproto/xrpc-server@0.10.2
|
|
15
|
+
|
|
3
16
|
## 0.1.158
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/db/pagination.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export declare class TimeIdKeyset extends GenericKeyset<TimeIdKeysetParam, Curso
|
|
|
65
65
|
secondary: string;
|
|
66
66
|
};
|
|
67
67
|
cursorToLabeledResult(cursor: Cursor): {
|
|
68
|
-
primary: string
|
|
68
|
+
primary: `${string}-${string}-${string}T${string}:${string}:${string}Z`;
|
|
69
69
|
secondary: string;
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -80,7 +80,7 @@ export declare class CreatedAtUriKeyset extends GenericKeyset<CreatedAtUriKeyset
|
|
|
80
80
|
secondary: string;
|
|
81
81
|
};
|
|
82
82
|
cursorToLabeledResult(cursor: Cursor): {
|
|
83
|
-
primary: string
|
|
83
|
+
primary: `${string}-${string}-${string}T${string}:${string}:${string}Z`;
|
|
84
84
|
secondary: string;
|
|
85
85
|
};
|
|
86
86
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/ozone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.159",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Backend service for moderating the Bluesky network.",
|
|
6
6
|
"keywords": [
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"uint8arrays": "3.0.0",
|
|
36
36
|
"undici": "^6.14.1",
|
|
37
37
|
"ws": "^8.12.0",
|
|
38
|
-
"@atproto/api": "^0.18.
|
|
39
|
-
"@atproto/common": "^0.5.
|
|
40
|
-
"@atproto/crypto": "^0.4.
|
|
38
|
+
"@atproto/api": "^0.18.4",
|
|
39
|
+
"@atproto/common": "^0.5.2",
|
|
40
|
+
"@atproto/crypto": "^0.4.5",
|
|
41
41
|
"@atproto/identity": "^0.4.10",
|
|
42
42
|
"@atproto/lexicon": "^0.5.2",
|
|
43
|
-
"@atproto/syntax": "^0.4.
|
|
43
|
+
"@atproto/syntax": "^0.4.2",
|
|
44
44
|
"@atproto/ws-client": "^0.0.3",
|
|
45
45
|
"@atproto/xrpc": "^0.7.6",
|
|
46
|
-
"@atproto/xrpc-server": "^0.10.
|
|
46
|
+
"@atproto/xrpc-server": "^0.10.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@did-plc/server": "^0.0.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"ts-node": "^10.8.2",
|
|
57
57
|
"typescript": "^5.6.3",
|
|
58
58
|
"@atproto/lex-cli": "^0.9.7",
|
|
59
|
-
"@atproto/pds": "^0.4.
|
|
59
|
+
"@atproto/pds": "^0.4.197"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
|