-
- Downloads
chore: fix CLI - EBSIINT-9950
Showing
- .changeset/EBSIINT-9950-cli.md 2 additions, 0 deletions.changeset/EBSIINT-9950-cli.md
- CLI.md 2 additions, 2 deletionsCLI.md
- cli/commands/publish.js 99 additions, 51 deletionscli/commands/publish.js
- cli/config.js 71 additions, 22 deletionscli/config.js
- cli/utils/getAccessToken.js 74 additions, 0 deletionscli/utils/getAccessToken.js
- package.json 18 additions, 21 deletionspackage.json
- pnpm-lock.yaml 972 additions, 1155 deletionspnpm-lock.yaml
- schemas/vcdm2.0/ehic/examples/ehic.json 1 addition, 1 deletionschemas/vcdm2.0/ehic/examples/ehic.json
.changeset/EBSIINT-9950-cli.md
0 → 100644
cli/utils/getAccessToken.js
0 → 100644
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"scripts": { | "scripts": { | ||
"build": "node ./scripts/build.js", | "build": "node ./scripts/build.js", | ||
"format": "prettier . --write", | "format": "prettier . --write", | ||
"lint:eslint": "eslint .", | "lint:eslint": "eslint . --report-unused-disable-directives", | ||
"lint:prettier": "prettier . --check", | "lint:prettier": "prettier . --check", | ||
"lint": "pnpm run lint:eslint && pnpm run lint:prettier", | "lint": "pnpm run lint:eslint && pnpm run lint:prettier", | ||
"test": "vitest --run", | "test": "vitest --run", | ||
... | @@ -26,34 +26,36 @@ | ... | @@ -26,34 +26,36 @@ |
"node": ">=18.0.0 || >=20.0.0" | "node": ">=18.0.0 || >=20.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^11.1.0", | "@apidevtools/json-schema-ref-parser": "^11.7.0", | ||
"@cef-ebsi/siop-auth": "^4.0.0", | "@cef-ebsi/siop-auth": "^4.0.2", | ||
"@changesets/cli": "^2.27.1", | "@cef-ebsi/verifiable-presentation": "^7.0.0", | ||
"@changesets/cli": "^2.27.7", | |||
"@types/lodash.camelcase": "^4.3.9", | "@types/lodash.camelcase": "^4.3.9", | ||
"ajv": "^8.12.0", | "ajv": "^8.17.1", | ||
"ajv-formats": "^2.1.1", | "ajv-formats": "^3.0.1", | ||
"axios": "^1.6.5", | "axios": "^1.7.3", | ||
"canonicalize": "^1.0.8", | "canonicalize": "^1.0.8", | ||
"commander": "^9.4.1", | "commander": "^9.4.1", | ||
"did-jwt": "^8.0.4", | |||
"dotenv": "^16.3.1", | "dotenv": "^16.3.1", | ||
"eslint": "^8.57.0", | "eslint": "^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | "eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^9.1.0", | "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | "eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.1.2", | "eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-vitest": "^0.3.20", | "eslint-plugin-vitest": "^0.3.20", | ||
"ethers": "^5.7.2", | "ethers": "^5.7.2", | ||
"globby": "^13.1.2", | "globby": "^13.1.2", | ||
"husky": "^9.0.11", | "husky": "^9.1.4", | ||
"inquirer": "^8.2.0", | "inquirer": "^8.2.0", | ||
"is-ci": "^3.0.1", | "is-ci": "^3.0.1", | ||
"jose": "^4.11.1", | "jose": "^5.6.3", | ||
"json-schema-to-typescript": "^13.1.2", | "json-schema-to-typescript": "^15.0.0", | ||
"lint-staged": "^15.2.2", | "lint-staged": "^15.2.8", | ||
"listr2": "^4.0.4", | "listr2": "^4.0.4", | ||
"lodash.camelcase": "^4.3.0", | "lodash.camelcase": "^4.3.0", | ||
"multiformats": "^9.6.4", | "multiformats": "^9.6.4", | ||
"prettier": "^3.1.1", | "prettier": "^3.3.3", | ||
"ts-morph": "^21.0.1", | "ts-morph": "^21.0.1", | ||
"vitest": "^1.2.0" | "vitest": "^1.2.0" | ||
}, | }, | ||
... | @@ -91,20 +93,15 @@ | ... | @@ -91,20 +93,15 @@ |
}, | }, | ||
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2", | "packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2", | ||
"pnpm": { | "pnpm": { | ||
"overrides": { | |||
"jose@>=3.0.0 <=4.15.4": ">=4.15.5", | |||
"follow-redirects@<=1.15.5": ">=1.15.6", | |||
"vite@>=5.1.0 <=5.1.6": ">=5.1.7", | |||
"@apidevtools/json-schema-ref-parser@>=11.0.0 <=11.1.0": ">=11.2.0", | |||
"braces@<3.0.3": ">=3.0.3", | |||
"ws@>=7.0.0 <7.5.10": ">=7.5.10" | |||
}, | |||
"auditConfig": { | "auditConfig": { | ||
"ignoreCves": [ | "ignoreCves": [ | ||
"CVE-2024-42459", | "CVE-2024-42459", | ||
"CVE-2024-42461", | "CVE-2024-42461", | ||
"CVE-2024-42460" | "CVE-2024-42460" | ||
] | ] | ||
}, | |||
"overrides": { | |||
"ws@>=7.0.0 <7.5.10": ">=7.5.10" | |||
} | } | ||
} | } | ||
} | } |
This diff is collapsed.
Please register or sign in to comment