@atproto/lexicon-resolver 0.4.2 → 0.4.3

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,19 @@
1
1
  # @atproto/lexicon-resolver
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5151](https://github.com/bluesky-social/atproto/pull/5151) [`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Update dependencies
8
+
9
+ - Updated dependencies [[`60e9b83`](https://github.com/bluesky-social/atproto/commit/60e9b8391f212c274b1f21991ee2a3a2d14f2f88), [`60e9b83`](https://github.com/bluesky-social/atproto/commit/60e9b8391f212c274b1f21991ee2a3a2d14f2f88), [`60e9b83`](https://github.com/bluesky-social/atproto/commit/60e9b8391f212c274b1f21991ee2a3a2d14f2f88), [`60e9b83`](https://github.com/bluesky-social/atproto/commit/60e9b8391f212c274b1f21991ee2a3a2d14f2f88), [`a51c45d`](https://github.com/bluesky-social/atproto/commit/a51c45d38f6bd7b8765f640e564cf921d52162e7), [`60e9b83`](https://github.com/bluesky-social/atproto/commit/60e9b8391f212c274b1f21991ee2a3a2d14f2f88)]:
10
+ - @atproto-labs/fetch-node@0.3.3
11
+ - @atproto/identity@0.5.2
12
+ - @atproto/lex@0.1.5
13
+ - @atproto/lex-document@0.1.2
14
+ - @atproto/repo@0.10.2
15
+ - @atproto/syntax@0.6.3
16
+
3
17
  ## 0.4.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/lexicon-resolver",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -24,16 +24,16 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atproto/identity": "^0.5.1",
28
- "@atproto/lex": "^0.1.4",
29
- "@atproto/repo": "^0.10.1",
30
- "@atproto/lex-document": "^0.1.1",
31
- "@atproto-labs/fetch-node": "^0.3.1",
32
- "@atproto/syntax": "^0.6.2"
27
+ "@atproto-labs/fetch-node": "^0.3.3",
28
+ "@atproto/identity": "^0.5.2",
29
+ "@atproto/lex": "^0.1.5",
30
+ "@atproto/lex-document": "^0.1.2",
31
+ "@atproto/repo": "^0.10.2",
32
+ "@atproto/syntax": "^0.6.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "vitest": "^4.0.16",
36
- "@atproto/lex-cbor": "^0.1.1"
36
+ "@atproto/lex-cbor": "^0.1.2"
37
37
  },
38
38
  "scripts": {
39
39
  "test": "vitest run",
@@ -39,7 +39,7 @@ describe('Lexicon resolution', () => {
39
39
  }, 20_000) // @NOTE seeding can take a while
40
40
 
41
41
  afterAll(async () => {
42
- await network.close()
42
+ await network?.close()
43
43
  })
44
44
 
45
45
  it('resolves Lexicon.', async () => {
@@ -22,7 +22,7 @@ describe('Record resolution', () => {
22
22
  }, 20_000) // @NOTE seeding can take a while
23
23
 
24
24
  afterAll(async () => {
25
- await network.close()
25
+ await network?.close()
26
26
  })
27
27
 
28
28
  it('resolves record by AT-URI object.', async () => {