@vlayer/sdk 1.0.3-nightly-20250606-a83c606383cf4ff369a0447c78fd4a8829709440 → 1.0.3-nightly-20250610-b6d5438e5ee0fbe832574619d75857919aa465dc

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.
@@ -1,5 +1,6 @@
1
1
  import { expectUrl } from "./expectUrl.js";
2
2
  import { startPage } from "./startPage.js";
3
+ import { redirect } from "./redirect.js";
3
4
  import { notarize } from "./notarize.js";
4
5
  import { userAction } from "./userAction.js";
5
6
  declare const steps: {
@@ -19,5 +20,5 @@ declare const steps: {
19
20
  };
20
21
  }) => import("../../../index.js").WebProofStepUserAction;
21
22
  };
22
- export { expectUrl, startPage, notarize, userAction, steps };
23
+ export { expectUrl, startPage, notarize, userAction, redirect, steps };
23
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/webProof/steps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,QAAA,MAAM,KAAK;;;;;;;aAF6B,CAAC;;;;;;;;;CAQxC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/webProof/steps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,QAAA,MAAM,KAAK;;;;;;;aAF6B,CAAC;;;;;;;;;CAQxC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC"}
@@ -10,5 +10,5 @@ const steps = {
10
10
  notarize,
11
11
  userAction,
12
12
  };
13
- export { expectUrl, startPage, notarize, userAction, steps };
13
+ export { expectUrl, startPage, notarize, userAction, redirect, steps };
14
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/webProof/steps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,KAAK,GAAG;IACZ,SAAS;IACT,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,UAAU;CACX,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/webProof/steps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,KAAK,GAAG;IACZ,SAAS;IACT,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,UAAU;CACX,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC"}
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "types": "./dist/api/prover/index.d.ts"
20
20
  }
21
21
  },
22
- "version": "1.0.3-nightly-20250606-a83c606383cf4ff369a0447c78fd4a8829709440",
22
+ "version": "1.0.3-nightly-20250610-b6d5438e5ee0fbe832574619d75857919aa465dc",
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.0.3-nightly-20250606-a83c606383cf4ff369a0447c78fd4a8829709440"
40
+ "@vlayer/sdk": "1.0.3-nightly-20250610-b6d5438e5ee0fbe832574619d75857919aa465dc"
41
41
  },
42
42
  "dependencies": {
43
43
  "@vitejs/plugin-react": "^4.3.2",