@agnostack/verifyd 2.4.0-beta.2 → 2.4.0
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.
- package/CHANGELOG.md +18 -0
- package/package.json +2 -2
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
|
|
3
|
+
"version": "2.4.0",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"jest": "27.5.1",
|
|
122
122
|
"lint-staged": "11.0.0",
|
|
123
123
|
"rimraf": "4.4.1",
|
|
124
|
-
"rollup": "2.79.
|
|
124
|
+
"rollup": "2.79.2",
|
|
125
125
|
"rollup-plugin-license": "2.6.1",
|
|
126
126
|
"semantic-release": "22.0.12",
|
|
127
127
|
"sinon": "10.0.0",
|