@nostrify/seed 0.43.11 → 0.43.12

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/seed@0.43.11 build /home/alex/Projects/nostrify/packages/seed
2
+ > @nostrify/seed@0.43.12 build /home/alex/Projects/nostrify/packages/seed
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.
@@ -11,5 +11,5 @@ Building with esbuild...
11
11
  dist/NPhraseSigner.js 339b
12
12
  dist/mod.js 203b
13
13
 
14
- ⚡ Done in 26ms
14
+ ⚡ Done in 11ms
15
15
  Done!
@@ -0,0 +1,19 @@
1
+
2
+ > @nostrify/seed@0.43.11 test /home/alex/Projects/nostrify/packages/seed
3
+ > node --test "**/*.test.ts"
4
+
5
+ ✔ getPublicKey (121.249705ms)
6
+ ✔ signEvent (14.838666ms)
7
+ ✔ getPublicKey (138.707261ms)
8
+ ✔ getPublicKey for account 1 (28.60613ms)
9
+ ✔ getPublicKey with a passphrase (19.604327ms)
10
+ ✔ getPublicKey (108.832909ms)
11
+ ✔ getPublicKey for account 1 (5.791286ms)
12
+ ℹ tests 7
13
+ ℹ suites 0
14
+ ℹ pass 7
15
+ ℹ fail 0
16
+ ℹ cancelled 0
17
+ ℹ skipped 0
18
+ ℹ todo 0
19
+ ℹ duration_ms 558.815655
@@ -1,5 +1,5 @@
1
1
 
2
- > @nostrify/seed@0.43.11 typecheck /home/alex/Projects/nostrify/packages/seed
2
+ > @nostrify/seed@0.43.12 typecheck /home/alex/Projects/nostrify/packages/seed
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,12 @@
1
1
  # @nostrify/seed
2
2
 
3
+ ## 0.43.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @nostrify/nostrify@0.50.5
9
+
3
10
  ## 0.43.11
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.11",
3
+ "version": "0.43.12",
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.50.4"
12
+ "@nostrify/nostrify": "0.50.5"
13
13
  },
14
14
  "type": "module",
15
15
  "publishConfig": {