chore: update pnpm-lock.yaml to match current dependencies #24
ci.yml
on: push
Lint & Type Check
14s
Matrix: unit-tests
Matrix: container-images
Deploy to Production
Deploy to Staging
Annotations
10 errors and 4 warnings
|
Lint & Type Check:
services/auth/src/services/session.service.ts#L2
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/services/session.service.ts#L1
Unable to resolve path to module '@scribemed/database'
|
|
Lint & Type Check:
services/auth/src/services/notification.service.ts#L1
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/services/auth.service.ts#L4
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/services/auth.service.ts#L3
Unable to resolve path to module '@scribemed/database'
|
|
Lint & Type Check:
services/auth/src/services/audit-log.service.ts#L1
Unable to resolve path to module '@scribemed/database'
|
|
Lint & Type Check:
services/auth/src/middleware/auth.middleware.ts#L1
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/index.ts#L3
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/app.ts#L1
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
packages/database/src/index.ts#L2
Unable to resolve path to module '@scribemed/logging'
|
|
Lint & Type Check:
services/auth/src/services/password.service.ts#L20
Caution: `bcrypt` also has a named export `compare`. Check if you meant to write `import {compare} from 'bcrypt'` instead
|
|
Lint & Type Check:
services/auth/src/services/password.service.ts#L16
Caution: `bcrypt` also has a named export `hash`. Check if you meant to write `import {hash} from 'bcrypt'` instead
|
|
Lint & Type Check:
services/auth/src/services/mfa.service.ts#L32
Caution: `speakeasy` also has a named export `totp`. Check if you meant to write `import {totp} from 'speakeasy'` instead
|
|
Lint & Type Check:
services/auth/src/services/mfa.service.ts#L19
Caution: `speakeasy` also has a named export `generateSecret`. Check if you meant to write `import {generateSecret} from 'speakeasy'` instead
|