@nostrify/ndk 0.35.23 → 0.35.24

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,14 +1,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
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
7
- npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
- ⠙⠙Building with esbuild...
9
-
10
- dist/NDKStore.js 1.3kb
11
- dist/mod.js 65b 
12
-
13
- ⚡ Done in 14ms
14
- Done!
1
+
2
+ > @nostrify/ndk@0.35.24 build /home/alex/Projects/nostrify/packages/ndk
3
+ > npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
4
+
5
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
+ npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
7
+ Building with esbuild...
8
+
9
+ dist/NDKStore.js 1.3kb
10
+ dist/mod.js 65b
11
+
12
+ ⚡ Done in 26ms
13
+ Done!
@@ -1,8 +1,6 @@
1
-
2
-
3
- > @nostrify/ndk@0.35.23 typecheck /home/alex/Projects/nostrify/packages/ndk
4
- > npx tsc --noEmit
5
-
6
- npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
7
- npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
- ⠙⠙
1
+
2
+ > @nostrify/ndk@0.35.24 typecheck /home/alex/Projects/nostrify/packages/ndk
3
+ > npx tsc --noEmit
4
+
5
+ npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
+ npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.35.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.51.1
9
+
3
10
  ## 0.35.23
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.23",
3
+ "version": "0.35.24",
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.51.0",
10
+ "@nostrify/nostrify": "0.51.1",
11
11
  "@nostrify/types": "0.36.9"
12
12
  },
13
13
  "type": "module",