RubyGems
npm
Organizations
Log in
Sign up
npm
@vlayer/sdk
Versions diffs
0.1.0-nightly-20241106-04bef04 → 0.1.0-nightly-20241107-c06494b
@vlayer/sdk 0.1.0-nightly-20241106-04bef04 → 0.1.0-nightly-20241107-c06494b
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/web-proof-commons/types/message.d.ts
+1
-0
package/dist/web-proof-commons/types/message.js
+1
-0
package/package.json
+1
-1
package/dist/web-proof-commons/types/message.d.ts
CHANGED
Viewed
@@ -11,6 +11,7 @@ export declare const enum ExtensionAction {
11
11
NotifyZkProvingStatus = 1
12
12
}
13
13
export declare enum ZkProvingStatus {
14
+
NotStarted = "notStarted",
14
15
Proving = "proving",
15
16
Done = "done",
16
17
Error = "error"
package/dist/web-proof-commons/types/message.js
CHANGED
Viewed
@@ -5,6 +5,7 @@ export const EXTENSION_STEP = {
5
5
};
6
6
export var ZkProvingStatus;
7
7
(function (ZkProvingStatus) {
8
+
ZkProvingStatus["NotStarted"] = "notStarted";
8
9
ZkProvingStatus["Proving"] = "proving";
9
10
ZkProvingStatus["Done"] = "done";
10
11
ZkProvingStatus["Error"] = "error";
package/package.json
CHANGED
Viewed
@@ -11,7 +11,7 @@
11
11
"types": "./dist/api/webProof/index.d.ts"
12
12
}
13
13
},
14
-
"version": "0.1.0-nightly-
20241106
-
04bef04
",
14
+
"version": "0.1.0-nightly-
20241107
-
c06494b
",
15
15
"scripts": {
16
16
"build": "bun tsc",
17
17
"test:unit": "vitest --run",