Skip to content

Commit

Permalink
update graph-sdk dependency (#653)
Browse files Browse the repository at this point in the history
# Problem

Closes #445

# Notice
- `@projectlibertylabs/frequency-scenario-template": "^1.1.8"` still
uses the older library of graph-sdk inside and it should also get
updated

Co-authored-by: Joe Caputo <[email protected]>
  • Loading branch information
aramikm and JoeCap08055 authored Oct 24, 2024
1 parent 026a80d commit 533fe03
Show file tree
Hide file tree
Showing 15 changed files with 595 additions and 283 deletions.
2 changes: 1 addition & 1 deletion apps/account-api/src/api.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JoiUtils } from '#config';
import { EnvironmentType } from '@dsnp/graph-sdk';
import { EnvironmentType } from '@projectlibertylabs/graph-sdk';
import { registerAs } from '@nestjs/config';
import Joi from 'joi';

Expand Down
2 changes: 1 addition & 1 deletion apps/account-api/src/services/keys.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { KeysResponse } from '#types/dtos/account/keys.response.dto';
import { ConflictException, Inject, Injectable, Logger, NotFoundException } from '@nestjs/common';
import { EnvironmentInterface, EnvironmentType, Graph } from '@dsnp/graph-sdk';
import { EnvironmentInterface, EnvironmentType, Graph } from '@projectlibertylabs/graph-sdk';
import { HexString } from '@polkadot/util/types';
import {
AddNewPublicKeyAgreementPayloadRequest,
Expand Down
2 changes: 1 addition & 1 deletion apps/graph-api/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { EventEmitter2 } from '@nestjs/event-emitter';
import { ChainUser, ExtrinsicHelper } from '@projectlibertylabs/frequency-scenario-template';
import { setupProviderAndUsers } from './e2e-setup.mock.spec';
import { u8aToHex } from '@polkadot/util';
import { PrivacyType, ConnectionType } from '@dsnp/graph-sdk';
import { PrivacyType, ConnectionType } from '@projectlibertylabs/graph-sdk';
import { MILLISECONDS_PER_SECOND } from 'time-constants';
import { ApiModule } from '#graph-api/api.module';
import {
Expand Down
Loading

0 comments on commit 533fe03

Please sign in to comment.