@nostrify/ndk 0.35.14 → 0.35.15
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 +2 -2
- package/.turbo/turbo-test.log +20 -19
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @nostrify/ndk@0.35.
|
|
2
|
+
> @nostrify/ndk@0.35.15 build /home/alex/Projects/nostrify/packages/ndk
|
|
3
3
|
> npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
|
|
4
4
|
|
|
5
5
|
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
|
|
@@ -9,5 +9,5 @@ Building with esbuild...
|
|
|
9
9
|
dist/NDKStore.js 1.3kb
|
|
10
10
|
dist/mod.js 65b
|
|
11
11
|
|
|
12
|
-
⚡ Done in
|
|
12
|
+
⚡ Done in 11ms
|
|
13
13
|
Done!
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
ℹ
|
|
8
|
-
ℹ
|
|
9
|
-
ℹ
|
|
10
|
-
ℹ
|
|
11
|
-
ℹ
|
|
12
|
-
ℹ
|
|
13
|
-
ℹ
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @nostrify/ndk@0.35.14 test /home/alex/Projects/nostrify/packages/ndk
|
|
4
|
+
> node --test "**/*.test.ts"
|
|
5
|
+
|
|
6
|
+
[31m✖ NDKStore.test.ts [90m(3181.682574ms)[39m[39m
|
|
7
|
+
[34mℹ tests 1[39m
|
|
8
|
+
[34mℹ suites 0[39m
|
|
9
|
+
[34mℹ pass 0[39m
|
|
10
|
+
[34mℹ fail 0[39m
|
|
11
|
+
[34mℹ cancelled 1[39m
|
|
12
|
+
[34mℹ skipped 0[39m
|
|
13
|
+
[34mℹ todo 0[39m
|
|
14
|
+
[34mℹ duration_ms 3189.182976[39m
|
|
15
|
+
|
|
16
|
+
[31m✖ failing tests:[39m
|
|
17
|
+
|
|
18
|
+
test at NDKStore.test.ts:1:1
|
|
19
|
+
[31m✖ NDKStore.test.ts [90m(3181.682574ms)[39m[39m
|
|
20
|
+
[32m'Promise resolution is still pending but the event loop has already resolved'[39m
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @nostrify/ndk@0.35.
|
|
2
|
+
> @nostrify/ndk@0.35.15 typecheck /home/alex/Projects/nostrify/packages/ndk
|
|
3
3
|
> npx tsc --noEmit
|
|
4
4
|
|
|
5
5
|
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nostrify/ndk",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.15",
|
|
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.
|
|
10
|
+
"@nostrify/nostrify": "0.49.1",
|
|
11
11
|
"@nostrify/types": "0.36.9"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|