Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
chore: schema generator import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jan 10, 2024
1 parent d40e6a8 commit c73bf41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.5.0-unstable.8",
"version": "0.5.0-unstable.9",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"scripts": {
"build": "npm-run-all build:schemaGenerator build:main",
"build:main": "tsc -p tsconfig.build.json",
"build:schemaGenerator": "node --loader ts-node/esm generator/schemaGenerator.ts",
"build:schemaGenerator": "node --experimental-specifier-resolution=node --experimental-modules --no-warnings --loader ts-node/esm generator/schemaGenerator.ts",
"clean": "rimraf dist coverage",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"{src,test}/**/*.ts\" --write",
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@sphereon/did-uni-client": "^0.6.0",
"qs": "^6.11.2",
"@sphereon/pex": "2.2.2",
"@sphereon/pex": "^2.2.2",
"@sphereon/pex-models": "^2.1.2",
"@sphereon/ssi-types": "^0.17.5",
"@sphereon/wellknown-dids-client": "^0.1.3",
Expand Down

0 comments on commit c73bf41

Please sign in to comment.