-
- Downloads
feat: add IDunion schemas - EBSISD-2972
Showing
- .changeset/EBSISD-2972.md 6 additions, 0 deletions.changeset/EBSISD-2972.md
- manifest.json 24 additions, 0 deletionsmanifest.json
- package.json 7 additions, 10 deletionspackage.json
- pnpm-lock.yaml 86 additions, 69 deletionspnpm-lock.yaml
- schemas/vcdm1.1/idunion/odi/CHANGELOG.md 1 addition, 0 deletionsschemas/vcdm1.1/idunion/odi/CHANGELOG.md
- schemas/vcdm1.1/idunion/odi/README.md 116 additions, 0 deletionsschemas/vcdm1.1/idunion/odi/README.md
- schemas/vcdm1.1/idunion/odi/examples/odi.json 33 additions, 0 deletionsschemas/vcdm1.1/idunion/odi/examples/odi.json
- schemas/vcdm1.1/idunion/odi/package.json 27 additions, 0 deletionsschemas/vcdm1.1/idunion/odi/package.json
- schemas/vcdm1.1/idunion/odi/schema.json 52 additions, 0 deletionsschemas/vcdm1.1/idunion/odi/schema.json
- schemas/vcdm1.1/idunion/odi/schema.metadata.json 9 additions, 0 deletionsschemas/vcdm1.1/idunion/odi/schema.metadata.json
- schemas/vcdm1.1/idunion/poa/CHANGELOG.md 1 addition, 0 deletionsschemas/vcdm1.1/idunion/poa/CHANGELOG.md
- schemas/vcdm1.1/idunion/poa/README.md 123 additions, 0 deletionsschemas/vcdm1.1/idunion/poa/README.md
- schemas/vcdm1.1/idunion/poa/examples/poa.json 35 additions, 0 deletionsschemas/vcdm1.1/idunion/poa/examples/poa.json
- schemas/vcdm1.1/idunion/poa/package.json 27 additions, 0 deletionsschemas/vcdm1.1/idunion/poa/package.json
- schemas/vcdm1.1/idunion/poa/schema.json 61 additions, 0 deletionsschemas/vcdm1.1/idunion/poa/schema.json
- schemas/vcdm1.1/idunion/poa/schema.metadata.json 9 additions, 0 deletionsschemas/vcdm1.1/idunion/poa/schema.metadata.json
.changeset/EBSISD-2972.md
0 → 100644
... | ... | @@ -27,13 +27,13 @@ |
}, | ||
"devDependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^11.7.0", | ||
"@cef-ebsi/siop-auth": "^4.0.2", | ||
"@cef-ebsi/verifiable-presentation": "^7.0.0", | ||
"@cef-ebsi/siop-auth": "^4.0.3", | ||
"@cef-ebsi/verifiable-presentation": "^7.0.1", | ||
"@changesets/cli": "^2.27.7", | ||
"@types/lodash.camelcase": "^4.3.9", | ||
"ajv": "^8.17.1", | ||
"ajv-formats": "^3.0.1", | ||
"axios": "^1.7.3", | ||
"axios": "^1.7.7 ", | ||
"canonicalize": "^1.0.8", | ||
"commander": "^9.4.1", | ||
"did-jwt": "^8.0.4", | ||
... | ... | @@ -57,7 +57,7 @@ |
"multiformats": "^9.6.4", | ||
"prettier": "^3.3.3", | ||
"ts-morph": "^21.0.1", | ||
"vitest": "^1.2.0" | ||
"vitest": "^1.6.0" | ||
}, | ||
"prettier": {}, | ||
"eslintConfig": { | ||
... | ... | @@ -94,14 +94,11 @@ |
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2", | ||
"pnpm": { | ||
"auditConfig": { | ||
"ignoreCves": [ | ||
"CVE-2024-42459", | ||
"CVE-2024-42461", | ||
"CVE-2024-42460" | ||
] | ||
"ignoreCves": [] | ||
}, | ||
"overrides": { | ||
"ws@>=7.0.0 <7.5.10": ">=7.5.10" | ||
"elliptic@6.5.4": "6.5.7", | ||
"ws@7.4.6": "7.5.10" | ||
} | ||
} | ||
} |
schemas/vcdm1.1/idunion/odi/CHANGELOG.md
0 → 100644
schemas/vcdm1.1/idunion/odi/README.md
0 → 100644
schemas/vcdm1.1/idunion/odi/package.json
0 → 100644
schemas/vcdm1.1/idunion/odi/schema.json
0 → 100644
schemas/vcdm1.1/idunion/poa/CHANGELOG.md
0 → 100644
schemas/vcdm1.1/idunion/poa/README.md
0 → 100644
schemas/vcdm1.1/idunion/poa/package.json
0 → 100644
schemas/vcdm1.1/idunion/poa/schema.json
0 → 100644
Please register or sign in to comment