@agnostack/verifyd 2.4.0-beta.5 → 2.4.1-alpha.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # [2.4.0](https://github.com/agnostack/verifyd/compare/v2.3.5...v2.4.0) (2026-01-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * regenerated lock file ([a0da82e](https://github.com/agnostack/verifyd/commit/a0da82e3048a9ba2ae67476ef497165591daee8e))
7
+ * updated broken rollup to support exporting package.json ([c73c163](https://github.com/agnostack/verifyd/commit/c73c163ddfeb7ff9982ab786878fb6ff5194c666))
8
+ * updated to add new CryptoError ([c012701](https://github.com/agnostack/verifyd/commit/c01270118573ee6326953f731e0854dba131313f))
9
+ * updated to core utils to keep in sync ([c656f64](https://github.com/agnostack/verifyd/commit/c656f644d0181ea97497d99f5333827a9ec374d6))
10
+ * updated to new rollup version ([2444b12](https://github.com/agnostack/verifyd/commit/2444b12e49bb577da4aaaf929409d6d7c4aedb6d))
11
+
12
+
13
+ ### Features
14
+
15
+ * added checks in hexToString, abstracted out async parseStorableHex ([7c770e8](https://github.com/agnostack/verifyd/commit/7c770e86b44bcb0c2ad3d859d8bf5ef431e15f4c))
16
+ * added optional peerDeps ([f5a2221](https://github.com/agnostack/verifyd/commit/f5a2221e648b45fff3ad6bff05a6b886f6078720))
17
+ * added package.json export, removed firebase-admin peerDep ([cb762f9](https://github.com/agnostack/verifyd/commit/cb762f96f06874909babcab36b377773ccf0477c))
18
+
1
19
  ## [2.3.5](https://github.com/agnostack/verifyd/compare/v2.3.4...v2.3.5) (2025-03-17)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agnostack/verifyd",
3
- "version": "2.4.0-beta.5",
3
+ "version": "2.4.1-alpha.1",
4
4
  "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
5
5
  "owner": "agnoStack",
6
6
  "description": "Please contact agnoStack via info@agnostack.com for any questions",