@nostrify/react 0.2.26 → 0.2.28

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,5 +1,5 @@
1
1
 
2
- > @nostrify/react@0.2.26 build /home/alex/Projects/nostrify/packages/react
2
+ > @nostrify/react@0.2.27 build /home/alex/Projects/nostrify/packages/react
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.
@@ -23,5 +23,5 @@ Building with esbuild...
23
23
  dist/NostrContext.js 114b
24
24
  dist/example/vite-env.d.js 0b
25
25
 
26
- ⚡ Done in 16ms
26
+ ⚡ Done in 28ms
27
27
  Done!
@@ -1,5 +1,5 @@
1
1
 
2
- > @nostrify/react@0.2.26 typecheck /home/alex/Projects/nostrify/packages/react
2
+ > @nostrify/react@0.2.27 typecheck /home/alex/Projects/nostrify/packages/react
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
@@ -1,5 +1,19 @@
1
1
  # @nostrify/react
2
2
 
3
+ ## 0.2.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.50.3
9
+
10
+ ## 0.2.27
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @nostrify/nostrify@0.50.2
16
+
3
17
  ## 0.2.26
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nostrify/react",
3
- "version": "0.2.26",
3
+ "version": "0.2.28",
4
4
  "exports": {
5
5
  ".": "./dist/mod.js",
6
6
  "./login": "./dist/login/mod.js"
@@ -20,7 +20,7 @@
20
20
  "react-dom": "^18.0.0",
21
21
  "nostr-tools": "^2.13.0",
22
22
  "@nostrify/types": "0.36.9",
23
- "@nostrify/nostrify": "0.50.1"
23
+ "@nostrify/nostrify": "0.50.3"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"