@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.15 → 0.1.3-next.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/did-auth-siop-web-demo-shared",
3
- "version": "0.1.3-next.15",
3
+ "version": "0.1.3-next.16",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -8,7 +8,8 @@
8
8
  "license": "Apache-2.0",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@sphereon/did-auth-siop": "^0.3.0-unstable.18"
11
+ "@sphereon/did-auth-siop": "^0.3.0-unstable.18",
12
+ "@sphereon/ssi-sdk-qr-react": "^0.8.1-unstable.227"
12
13
  },
13
14
  "scripts": {
14
15
  "build": "tsc -b"