@atproto/pds 0.4.2 → 0.4.4
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 +14 -0
- package/dist/index.js +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atproto/pds
|
|
2
2
|
|
|
3
|
+
## 0.4.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6ec885992`](https://github.com/bluesky-social/atproto/commit/6ec8859929a16f9725319cc398b716acf913b01f), [`6ec885992`](https://github.com/bluesky-social/atproto/commit/6ec8859929a16f9725319cc398b716acf913b01f), [`6ec885992`](https://github.com/bluesky-social/atproto/commit/6ec8859929a16f9725319cc398b716acf913b01f)]:
|
|
8
|
+
- @atproto/api@0.10.4
|
|
9
|
+
|
|
10
|
+
## 0.4.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed), [`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed), [`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed), [`2a0ceb818`](https://github.com/bluesky-social/atproto/commit/2a0ceb8180faa17de8061d4fa6c361b57a2005ed)]:
|
|
15
|
+
- @atproto/api@0.10.3
|
|
16
|
+
|
|
3
17
|
## 0.4.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -75453,7 +75453,7 @@ if (cid) {
|
|
|
75453
75453
|
};
|
|
75454
75454
|
var AxiosTransformStream_default = AxiosTransformStream;
|
|
75455
75455
|
var import_events4 = __toESM2(require("events"), 1);
|
|
75456
|
-
var
|
|
75456
|
+
var import_util87 = require("util");
|
|
75457
75457
|
var import_stream22 = require("stream");
|
|
75458
75458
|
var { asyncIterator } = Symbol;
|
|
75459
75459
|
var readBlob = async function* (blob2) {
|
|
@@ -75469,7 +75469,7 @@ if (cid) {
|
|
|
75469
75469
|
};
|
|
75470
75470
|
var readBlob_default = readBlob;
|
|
75471
75471
|
var BOUNDARY_ALPHABET = utils_default.ALPHABET.ALPHA_DIGIT + "-_";
|
|
75472
|
-
var textEncoder4 = new
|
|
75472
|
+
var textEncoder4 = new import_util87.TextEncoder();
|
|
75473
75473
|
var CRLF = "\r\n";
|
|
75474
75474
|
var CRLF_BYTES = textEncoder4.encode(CRLF);
|
|
75475
75475
|
var CRLF_BYTES_COUNT = 2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atproto/pds",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Reference implementation of atproto Personal Data Server (PDS)",
|
|
6
6
|
"keywords": [
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typed-emitter": "^2.1.0",
|
|
45
45
|
"uint8arrays": "3.0.0",
|
|
46
46
|
"zod": "^3.21.4",
|
|
47
|
-
"@atproto/api": "^0.10.
|
|
47
|
+
"@atproto/api": "^0.10.4",
|
|
48
48
|
"@atproto/aws": "^0.1.8",
|
|
49
49
|
"@atproto/common": "^0.3.3",
|
|
50
50
|
"@atproto/crypto": "^0.3.0",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"axios": "^0.27.2",
|
|
69
69
|
"get-port": "^6.1.2",
|
|
70
70
|
"ws": "^8.12.0",
|
|
71
|
-
"@atproto/api": "^0.10.
|
|
72
|
-
"@atproto/bsky": "^0.0.
|
|
73
|
-
"@atproto/dev-env": "^0.2.
|
|
71
|
+
"@atproto/api": "^0.10.4",
|
|
72
|
+
"@atproto/bsky": "^0.0.36",
|
|
73
|
+
"@atproto/dev-env": "^0.2.36",
|
|
74
74
|
"@atproto/lex-cli": "^0.3.1"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|