Skip to content

Commit

Permalink
Another dependencies updates (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent f7b417f commit c462299
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/models/accounts/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { v4 as uuid } from 'uuid';

import { ModulePrefix } from '@fastybird/metadata-library';
import { injectStoresManager } from '@fastybird/tools';
import { IStoresManager } from '@fastybird/tools/assets/stores';
import { IStoresManager } from '@fastybird/tools';

import exchangeDocumentSchema from '../../../resources/schemas/document.account.json';
import { emailsStoreKey, identitiesStoreKey } from '../../configuration';
Expand Down
2 changes: 1 addition & 1 deletion assets/models/emails/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { v4 as uuid } from 'uuid';

import { ModulePrefix, ModuleSource } from '@fastybird/metadata-library';
import { injectStoresManager } from '@fastybird/tools';
import { IStoresManager } from '@fastybird/tools/assets/stores';
import { IStoresManager } from '@fastybird/tools';

import exchangeDocumentSchema from '../../../resources/schemas/document.email.json';
import { accountsStoreKey } from '../../configuration';
Expand Down
2 changes: 1 addition & 1 deletion assets/models/identities/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { v4 as uuid } from 'uuid';

import { ModulePrefix } from '@fastybird/metadata-library';
import { injectStoresManager } from '@fastybird/tools';
import { IStoresManager } from '@fastybird/tools/assets/stores';
import { IStoresManager } from '@fastybird/tools';

import exchangeDocumentSchema from '../../../resources/schemas/document.identity.json';
import { accountsStoreKey } from '../../configuration';
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"fastybird/json-api": "^0.19",
"fastybird/metadata-library": "dev-main",
"fastybird/simple-auth": "^0.14",
"fastybird/tools": "dev-main",
"ipub/slim-router": "^0.2",
"nettrine/dbal": "^0.8",
"nettrine/orm": "^0.8",
Expand Down

0 comments on commit c462299

Please sign in to comment.