@nostrify/ndk 0.35.21 → 0.35.23
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/.turbo/turbo-build.log +14 -13
- package/.turbo/turbo-test.log +19 -0
- package/.turbo/turbo-typecheck.log +8 -6
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @nostrify/ndk@0.35.23 build /home/alex/Projects/nostrify/packages/ndk
|
|
4
|
+
> npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
|
|
5
|
+
|
|
6
|
+
[1mnpm[22m [33mwarn[39m [94mUnknown env config "verify-deps-before-run". This will stop working in the next major version of npm.[39m
|
|
7
|
+
[1mnpm[22m [33mwarn[39m [94mUnknown env config "_jsr-registry". This will stop working in the next major version of npm.[39m
|
|
8
|
+
⠙[1G[0K⠙[1G[0KBuilding with esbuild...
|
|
9
|
+
|
|
10
|
+
[37mdist/[0m[1mNDKStore.js[0m [36m1.3kb[0m
|
|
11
|
+
[37mdist/[0m[1mmod.js[0m [36m65b [0m
|
|
12
|
+
|
|
13
|
+
⚡ [32mDone in 14ms[0m
|
|
14
|
+
Done!
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
> @nostrify/ndk@0.35.21 test /home/alex/Projects/nostrify/packages/ndk
|
|
3
|
+
> node --test "**/*.test.ts"
|
|
4
|
+
|
|
5
|
+
✖ NDKStore.test.ts (774.050446ms)
|
|
6
|
+
ℹ tests 1
|
|
7
|
+
ℹ suites 0
|
|
8
|
+
ℹ pass 0
|
|
9
|
+
ℹ fail 0
|
|
10
|
+
ℹ cancelled 1
|
|
11
|
+
ℹ skipped 0
|
|
12
|
+
ℹ todo 0
|
|
13
|
+
ℹ duration_ms 782.893039
|
|
14
|
+
|
|
15
|
+
✖ failing tests:
|
|
16
|
+
|
|
17
|
+
test at NDKStore.test.ts:1:1
|
|
18
|
+
✖ NDKStore.test.ts (774.050446ms)
|
|
19
|
+
'Promise resolution is still pending but the event loop has already resolved'
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @nostrify/ndk@0.35.23 typecheck /home/alex/Projects/nostrify/packages/ndk
|
|
4
|
+
> npx tsc --noEmit
|
|
5
|
+
|
|
6
|
+
[1mnpm[22m [33mwarn[39m [94mUnknown env config "verify-deps-before-run". This will stop working in the next major version of npm.[39m
|
|
7
|
+
[1mnpm[22m [33mwarn[39m [94mUnknown env config "_jsr-registry". This will stop working in the next major version of npm.[39m
|
|
8
|
+
⠙[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.35.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a9dc610]
|
|
8
|
+
- @nostrify/nostrify@0.51.0
|
|
9
|
+
|
|
10
|
+
## 0.35.22
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @nostrify/nostrify@0.50.5
|
|
16
|
+
|
|
3
17
|
## 0.35.21
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nostrify/ndk",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.23",
|
|
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.
|
|
10
|
+
"@nostrify/nostrify": "0.51.0",
|
|
11
11
|
"@nostrify/types": "0.36.9"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|