@openfort/react 0.0.24 → 0.0.25
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/build/index.es.js +1 -1
- package/build/version.d.ts +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -24,7 +24,7 @@ import calculateEntropy from 'fast-password-entropy';
|
|
|
24
24
|
import { parseSignature } from 'viem';
|
|
25
25
|
import { hashAuthorization } from 'viem/utils';
|
|
26
26
|
|
|
27
|
-
const OPENFORT_VERSION = '0.0.
|
|
27
|
+
const OPENFORT_VERSION = '0.0.25';
|
|
28
28
|
|
|
29
29
|
var OpenfortErrorType;
|
|
30
30
|
(function (OpenfortErrorType) {
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OPENFORT_VERSION = "0.0.
|
|
1
|
+
export declare const OPENFORT_VERSION = "0.0.25";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfort/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"author": "Openfort (https://www.openfort.io)",
|
|
5
5
|
"license": "BSD-2-Clause license",
|
|
6
6
|
"description": "The easiest way to integrate Openfort to your project.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@openfort/openfort-js": "^0.10.
|
|
41
|
+
"@openfort/openfort-js": "^0.10.27",
|
|
42
42
|
"buffer": "^6.0.3",
|
|
43
43
|
"detect-browser": "^5.3.0",
|
|
44
44
|
"fast-password-entropy": "^1.1.1",
|