@sphereon/did-auth-siop-web-demo-shared 0.1.3-next.22 → 0.1.3-next.23

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 -3
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.22",
3
+ "version": "0.1.3-next.23",
4
4
  "description": "Shared types between modules",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -8,13 +8,13 @@
8
8
  "license": "Apache-2.0",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@sphereon/did-auth-siop": "^0.3.0-unstable.24"
11
+ "@sphereon/did-auth-siop": "^0.3.0-unstable.25"
12
12
  },
13
13
  "scripts": {
14
14
  "build": "tsc -b"
15
15
  },
16
16
  "devDependencies": {
17
- "@types/typescript": "^2.0.0"
17
+ "@types/node": "^18.15.0"
18
18
  },
19
19
  "files": [
20
20
  "dist"