@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.12 → 0.1.3-next.14

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,4 +1,4 @@
1
- import { ClaimOpts } from "@sphereon/did-auth-siop/dist/main/types/SIOP.types";
1
+ import { ClaimPayloadCommonOpts } from "@sphereon/did-auth-siop";
2
2
  export declare class QRVariables {
3
3
  redirectUrl?: string;
4
4
  requestorDID?: string;
@@ -12,7 +12,7 @@ export declare class StateMapping {
12
12
  pollCount?: number;
13
13
  authRequestCreated: boolean;
14
14
  authResponse?: AuthResponse;
15
- claims?: ClaimOpts;
15
+ claims?: ClaimPayloadCommonOpts;
16
16
  }
17
17
  export declare class AuthResponse {
18
18
  constructor(kvkNummer: string);
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@sphereon/did-auth-siop-web-demo-shared",
3
- "version": "0.1.3-next.12",
3
+ "version": "0.1.3-next.14",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "author": "Sphereon <dev@sphereon.com>",
8
8
  "license": "Apache-2.0",
9
9
  "private": false,
10
- "dependencies": {},
10
+ "dependencies": {
11
+ "@sphereon/did-auth-siop": "^0.3.0-unstable.6"
12
+ },
11
13
  "scripts": {
12
14
  "build": "tsc -b"
13
15
  },
14
16
  "devDependencies": {
15
- "@types/typescript": "^2.0.0",
16
- "@sphereon/did-auth-siop": "^0.2.12"
17
+ "@types/typescript": "^2.0.0"
17
18
  },
18
19
  "files": [
19
20
  "dist"