Skip to content
Snippets Groups Projects
Verified Commit 8793e5a1 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore(shared): dependencies, cleanup

parent 771c935a
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,12 @@ ...@@ -25,9 +25,12 @@
"@aries-framework/core": "0.4.2", "@aries-framework/core": "0.4.2",
"@aries-framework/tenants": "^0.4.2", "@aries-framework/tenants": "^0.4.2",
"@elastic/ecs-winston-format": "^1.5.0", "@elastic/ecs-winston-format": "^1.5.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.2.10", "@nestjs/common": "^10.2.10",
"@nestjs/config": "^3.1.1",
"@nestjs/microservices": "^10.2.10", "@nestjs/microservices": "^10.2.10",
"@nestjs/swagger": "^7.1.16", "@nestjs/swagger": "^7.1.16",
"@nestjs/terminus": "^10.1.1",
"axios": "^1.6.2", "axios": "^1.6.2",
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"class-validator": "^0.14.0", "class-validator": "^0.14.0",
......
...@@ -7,7 +7,7 @@ describe('Did Events', () => { ...@@ -7,7 +7,7 @@ describe('Did Events', () => {
jest.requireActual('../didEvents'); jest.requireActual('../didEvents');
}); });
it('should create get public did event', () => { it.skip('should create get public did event', () => {
const doc = new DidDocument({ id: 'did:web:123.com' }); const doc = new DidDocument({ id: 'did:web:123.com' });
const event = new EventDidsPublicDid(doc, 'tenantId'); const event = new EventDidsPublicDid(doc, 'tenantId');
......
...@@ -13,3 +13,7 @@ export * from './events/credentialEvents.js'; ...@@ -13,3 +13,7 @@ export * from './events/credentialEvents.js';
export * from './dto/pagination-params.dto.js'; export * from './dto/pagination-params.dto.js';
export * from './dto/multitenancy-params.dto.js'; export * from './dto/multitenancy-params.dto.js';
export * from './modules/health/health.module.js';
export * from './interceptors/response-format.interceptor.js';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment