@agnostack/verifyd 2.1.0-beta.3 → 2.1.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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [2.1.0](https://github.com/agnostack/verifyd/compare/v2.0.2...v2.1.0) (2024-03-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* testing avoiding of extra encryption ([442ba4d](https://github.com/agnostack/verifyd/commit/442ba4d47931fcd0c4610d6713cfd934f3968edf))
|
|
7
|
+
* updated to remove debug ([6b39330](https://github.com/agnostack/verifyd/commit/6b39330f9f94139afc1df6e74a151f70edf5d227))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* added authorization/shared secret helpers ([6eea8aa](https://github.com/agnostack/verifyd/commit/6eea8aac539c848286c638c470198c790111da2d))
|
|
13
|
+
|
|
1
14
|
# [2.1.0-beta.3](https://github.com/agnostack/verifyd/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-03-11)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/verifyd",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.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",
|