@nostrify/ndk 0.35.15 → 0.35.16

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.
@@ -1,9 +1,9 @@
1
1
 
2
2
 
3
- > @nostrify/ndk@0.35.14 test /home/alex/Projects/nostrify/packages/ndk
3
+ > @nostrify/ndk@0.35.15 test /home/alex/Projects/nostrify/packages/ndk
4
4
  > node --test "**/*.test.ts"
5
5
 
6
- ✖ NDKStore.test.ts (3181.682574ms)
6
+ ✖ NDKStore.test.ts (3425.672639ms)
7
7
  ℹ tests 1
8
8
  ℹ suites 0
9
9
  ℹ pass 0
@@ -11,10 +11,10 @@
11
11
  ℹ cancelled 1
12
12
  ℹ skipped 0
13
13
  ℹ todo 0
14
- ℹ duration_ms 3189.182976
14
+ ℹ duration_ms 3437.845106
15
15
 
16
16
  ✖ failing tests:
17
17
 
18
18
  test at NDKStore.test.ts:1:1
19
- ✖ NDKStore.test.ts (3181.682574ms)
19
+ ✖ NDKStore.test.ts (3425.672639ms)
20
20
  'Promise resolution is still pending but the event loop has already resolved'
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.35.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.49.2
9
+
3
10
  ## 0.35.15
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nostrify/ndk",
3
- "version": "0.35.15",
3
+ "version": "0.35.16",
4
4
  "exports": {
5
5
  ".": "./dist/mod.js"
6
6
  },
7
7
  "types": "./dist/mod.d.ts",
8
8
  "dependencies": {
9
9
  "@nostr-dev-kit/ndk": "^2.7.1",
10
- "@nostrify/nostrify": "0.49.1",
10
+ "@nostrify/nostrify": "0.49.2",
11
11
  "@nostrify/types": "0.36.9"
12
12
  },
13
13
  "type": "module",