@nostrify/ndk 0.35.7 → 0.35.9

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,6 +1,6 @@
1
1
 
2
2
 
3
- > @nostrify/ndk@0.35.5 build /home/sid/repos/nostrify/packages/ndk
3
+ > @nostrify/ndk@0.35.8 build /home/sid/repos/nostrify/packages/ndk
4
4
  > npx tsc -p tsconfig.json && node ../../esbuild.config.js --package ./
5
5
 
6
6
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
@@ -10,6 +10,6 @@
10
10
  dist/NDKStore.js 1.3kb
11
11
  dist/mod.js 65b 
12
12
 
13
- ⚡ Done in 18ms
13
+ ⚡ Done in 12ms
14
14
  Copying source files...
15
15
  Done!
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.35.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.47.1
9
+
10
+ ## 0.35.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @nostrify/nostrify@0.47.0
16
+
3
17
  ## 0.35.7
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@nostrify/ndk",
3
- "version": "0.35.7",
3
+ "version": "0.35.9",
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/types": "0.36.7",
11
- "@nostrify/nostrify": "0.46.11"
10
+ "@nostrify/nostrify": "0.47.1",
11
+ "@nostrify/types": "0.36.7"
12
12
  },
13
13
  "type": "module",
14
14
  "publishConfig": {