@nostrify/seed 0.43.13 → 0.43.14

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,16 +1,15 @@
1
-
2
-
3
- > @nostrify/seed@0.43.13 build /home/alex/Projects/nostrify/packages/seed
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/NCustodial.js 600b 
11
- dist/NSeedSigner.js 416b 
12
- dist/NPhraseSigner.js 339b 
13
- dist/mod.js 203b 
14
-
15
- Done in 14ms
16
- Done!
1
+
2
+ > @nostrify/seed@0.43.14 build /home/alex/Projects/nostrify/packages/seed
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
+ Done!
9
+
10
+ dist/NCustodial.js 600b
11
+ dist/NSeedSigner.js 416b
12
+ dist/NPhraseSigner.js 339b
13
+ dist/mod.js 203b
14
+
15
+ Done in 11ms
@@ -1,8 +1,6 @@
1
-
2
-
3
- > @nostrify/seed@0.43.13 typecheck /home/alex/Projects/nostrify/packages/seed
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/seed@0.43.14 typecheck /home/alex/Projects/nostrify/packages/seed
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
  # @nostrify/seed
2
2
 
3
+ ## 0.43.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.51.1
9
+
3
10
  ## 0.43.13
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nostrify/seed",
3
- "version": "0.43.13",
3
+ "version": "0.43.14",
4
4
  "exports": {
5
5
  ".": "./dist/mod.js"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "@scure/bip32": "^2.0.1",
10
10
  "@scure/bip39": "^2.0.1",
11
11
  "@types/node": "^24.1.0",
12
- "@nostrify/nostrify": "0.51.0"
12
+ "@nostrify/nostrify": "0.51.1"
13
13
  },
14
14
  "type": "module",
15
15
  "publishConfig": {