Skip to content

Commit

Permalink
Merge pull request #97 from velocitycareerlabs/VL-8035
Browse files Browse the repository at this point in the history
v0.9.10
  • Loading branch information
michaelavoyan authored Jun 20, 2024
2 parents 16e9aab + 6efdab9 commit 44776d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sample-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fastify/autoload": "~5.7.1",
"env-var": "~7.3.0",
"fastify": "~4.15.0",
"@velocitycareerlabs/vnf-nodejs-wallet-sdk": "^0.9.9"
"@velocitycareerlabs/vnf-nodejs-wallet-sdk": "^0.9.10"
},
"devDependencies": {
"@jest/globals": "~29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@velocitycareerlabs/vnf-nodejs-wallet-sdk",
"version": "0.9.9",
"version": "0.9.10",
"description": "VNF Wallet SDK Nodejs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/sdk/src/api/entities/VCLCredentialTypeSchemas.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import VCLCredentialTypeSchema from "./VCLCredentialTypeSchema";
import { Dictionary } from "../VCLTypes";

export default class VCLCredentialTypeSchemas {
constructor(public all: { [key: string]: VCLCredentialTypeSchema }) {}
constructor(public all: Dictionary<VCLCredentialTypeSchema>) {}
}

0 comments on commit 44776d6

Please sign in to comment.