|
2 | 2 | "name": "credo-controller", |
3 | 3 | "main": "build/index", |
4 | 4 | "types": "build/index", |
5 | | - "version": "2.1.2", |
| 5 | + "version": "2.1.3", |
6 | 6 | "files": [ |
7 | 7 | "build" |
8 | 8 | ], |
|
39 | 39 | "validate": "yarn lint && yarn check-types && yarn check-format" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@ayanworks/credo-polygon-w3c-module": "1.0.1-alpha.1", |
43 | | - "@credo-ts/anoncreds": "0.5.15", |
44 | | - "@credo-ts/askar": "0.5.15", |
45 | | - "@credo-ts/core": "0.5.15", |
46 | | - "@credo-ts/indy-vdr": "0.5.15", |
47 | | - "@credo-ts/node": "^0.5.15", |
| 42 | + "@ayanworks/credo-polygon-w3c-module": "2.0.2", |
| 43 | + "@sd-jwt/jwt-status-list": "0.19.0", |
| 44 | + "@credo-ts/anoncreds": "0.6.2", |
| 45 | + "@credo-ts/askar": "0.6.2", |
| 46 | + "@credo-ts/core": "0.6.2", |
| 47 | + "@credo-ts/didcomm": "0.6.2", |
| 48 | + "@credo-ts/indy-vdr": "0.6.2", |
| 49 | + "@credo-ts/node": "0.6.2", |
| 50 | + "@credo-ts/openid4vc": "0.6.2", |
48 | 51 | "@credo-ts/push-notifications": "^0.7.1", |
49 | | - "@credo-ts/question-answer": "0.5.15", |
50 | | - "@credo-ts/tenants": "0.5.15", |
51 | | - "@hyperledger/anoncreds-nodejs": "0.3.1", |
52 | | - "@hyperledger/aries-askar-nodejs": "0.2.3", |
53 | | - "@hyperledger/indy-vdr-nodejs": "0.2.2", |
| 52 | + "@credo-ts/question-answer": "0.6.2", |
| 53 | + "@credo-ts/tenants": "0.6.2", |
| 54 | + "@hyperledger/anoncreds-nodejs": "^0.3.4", |
| 55 | + "@hyperledger/indy-vdr-nodejs": "^0.2.3", |
54 | 56 | "@opentelemetry/api": "^1.9.0", |
55 | 57 | "@opentelemetry/exporter-logs-otlp-http": "^0.202.0", |
56 | 58 | "@opentelemetry/exporter-trace-otlp-http": "^0.202.0", |
|
61 | 63 | "@opentelemetry/sdk-logs": "^0.202.0", |
62 | 64 | "@opentelemetry/sdk-node": "^0.202.0", |
63 | 65 | "@opentelemetry/semantic-conventions": "^1.34.0", |
| 66 | + "@openwallet-foundation/askar-nodejs": "^0.4.3", |
64 | 67 | "@tsoa/runtime": "^6.6.0", |
65 | 68 | "@types/node-fetch": "^2.6.4", |
66 | 69 | "@types/ref-struct-di": "^1.1.12", |
67 | 70 | "@types/uuid": "^10.0.0", |
68 | 71 | "@types/ws": "^8.18.1", |
69 | | - "axios": "^1.9.0", |
| 72 | + "axios": "1.13.5", |
70 | 73 | "body-parser": "^2.2.0", |
71 | 74 | "cors": "^2.8.5", |
72 | 75 | "dotenv": "^16.5.0", |
73 | 76 | "express": "^5.1.0", |
74 | 77 | "express-rate-limit": "^7.5.0", |
75 | 78 | "joi": "^17.13.3", |
76 | 79 | "jsonwebtoken": "^9.0.2", |
| 80 | + "nats": "^2.29.3", |
| 81 | + "node-cron": "^4.2.1", |
77 | 82 | "node-fetch": "2", |
78 | 83 | "patch-package": "^8.0.0", |
79 | 84 | "reflect-metadata": "^0.2.2", |
80 | 85 | "swagger-ui-express": "^4.4.0", |
81 | 86 | "tslog": "^3.3.3", |
82 | 87 | "tsoa": "^6.0.1", |
83 | | - "tsyringe": "^4.8.0", |
| 88 | + "tsyringe": "^4.10.0", |
| 89 | + "uuid": "^13.0.0", |
84 | 90 | "ws": "^8.18.2", |
85 | 91 | "yargs": "^17.7.2" |
86 | 92 | }, |
|
94 | 100 | "@types/jsonwebtoken": "^9.0.9", |
95 | 101 | "@types/multer": "^1.4.12", |
96 | 102 | "@types/node": "^20.17.0", |
| 103 | + "@types/node-cron": "^3.0.11", |
97 | 104 | "@types/ref-array-di": "^1.2.8", |
98 | 105 | "@types/ref-struct-di": "^1.1.12", |
99 | 106 | "@types/supertest": "^6.0.3", |
|
115 | 122 | "typescript": "^5.8.3" |
116 | 123 | }, |
117 | 124 | "resolutions": { |
118 | | - "@credo-ts/core": "0.5.15", |
119 | | - "@credo-ts/askar": "0.5.15" |
| 125 | + "@credo-ts/core": "0.6.2", |
| 126 | + "@credo-ts/askar": "0.6.2", |
| 127 | + "flatted": "3.4.0", |
| 128 | + "undici": "6.24.0" |
120 | 129 | } |
121 | 130 | } |
0 commit comments