@vlayer/sdk 1.4.1-nightly-20250813-168055591a77151a646caaf36efa929b4c925c15 → 1.4.2-nightly-20250814-0cfa3b339da7ce582267551865096e63fd10dc13
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.
|
@@ -97,7 +97,7 @@ const validateRedaction = (redaction) => {
|
|
|
97
97
|
export const validateWebProofRequest = (webProofRequest) => {
|
|
98
98
|
validateSteps(webProofRequest.steps);
|
|
99
99
|
};
|
|
100
|
-
export const createExtensionWebProofProvider = ({ notaryUrl = "https://test-notary.vlayer.xyz/v0.1.0-alpha.
|
|
100
|
+
export const createExtensionWebProofProvider = ({ notaryUrl = "https://test-notary.vlayer.xyz/v0.1.0-alpha.12", wsProxyUrl = "wss://test-wsproxy.vlayer.xyz", token, } = {}) => {
|
|
101
101
|
return new ExtensionWebProofProvider(notaryUrl, wsProxyUrl, token);
|
|
102
102
|
};
|
|
103
103
|
//# sourceMappingURL=extension.js.map
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"types": "./dist/api/prover/index.d.ts"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
"version": "1.4.
|
|
22
|
+
"version": "1.4.2-nightly-20250814-0cfa3b339da7ce582267551865096e63fd10dc13",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "bun tsc --project tsconfig.build.json && bun tsc-alias",
|
|
25
25
|
"test:unit": "vitest --run",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"typescript": "^5.6.3",
|
|
40
|
-
"@vlayer/sdk": "1.4.
|
|
40
|
+
"@vlayer/sdk": "1.4.2-nightly-20250814-0cfa3b339da7ce582267551865096e63fd10dc13"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@vitejs/plugin-react": "^4.3.2",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"http-status-codes": "^2.3.0",
|
|
49
49
|
"postal-mime": "^2.3.2",
|
|
50
50
|
"semver": "^7.6.3",
|
|
51
|
-
"tlsn-js": "^0.1.0-alpha.
|
|
51
|
+
"tlsn-js": "^0.1.0-alpha.12.0",
|
|
52
52
|
"ts-pattern": "5.6.0",
|
|
53
53
|
"tsc-alias": "^1.8.10",
|
|
54
54
|
"url-regex": "^5.0.0",
|