File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11import type {
22 AggregatedEmotionProfileDto ,
33 HeadlineDto ,
4- } from '@devbarometer/shared/dto ' ;
4+ } from '@devbarometer/shared/dtos ' ;
55import type { EmotionProfile , Report } from '../../domain/entities' ;
66
77/**
Original file line number Diff line number Diff line change 11import type {
22 AggregatedEmotionProfileDto ,
33 HeadlineDto ,
4- } from '@devbarometer/shared/dto ' ;
4+ } from '@devbarometer/shared/dtos ' ;
55import type { EmotionProfile , Report } from '../../../domain/entities' ;
66import type { PersistencePort } from '../../ports/PersistencePort' ;
77import type { SnapshotQueryPort } from '../../ports/SnapshotQueryPort' ;
Original file line number Diff line number Diff line change 11import {
22 AggregatedEmotionProfileDtoSchema ,
33 type AggregatedEmotionProfileDto ,
4- } from '@devbarometer/shared/dto ' ;
4+ } from '@devbarometer/shared/dtos ' ;
55import type { AggregatedEmotionProfile } from '../../../domain/entities' ;
66import type { PersistencePort } from '../../ports/PersistencePort' ;
77
Original file line number Diff line number Diff line change 1- import { type HeadlineDto , HeadlineDtoSchema } from '@devbarometer/shared/dto ' ;
1+ import { type HeadlineDto , HeadlineDtoSchema } from '@devbarometer/shared/dtos ' ;
22import { formatFloat } from '../../../lib/number/formatFloat' ;
33import type { PersistencePort } from '../../ports/PersistencePort' ;
44
Original file line number Diff line number Diff line change 1212 "types" : " ./dist/domain/index.d.ts" ,
1313 "default" : " ./dist/domain/index.js"
1414 },
15- "./dto " : {
16- "types" : " ./dist/dto /index.d.ts" ,
17- "default" : " ./dist/dto /index.js"
15+ "./dtos " : {
16+ "types" : " ./dist/dtos /index.d.ts" ,
17+ "default" : " ./dist/dtos /index.js"
1818 },
1919 "./primitives" : {
2020 "types" : " ./dist/primitives/index.d.ts" ,
2727 "domain" : [
2828 " dist/domain/index.d.ts"
2929 ],
30- "dto " : [
31- " dist/dto /index.d.ts"
30+ "dtos " : [
31+ " dist/dtos /index.d.ts"
3232 ],
3333 "primitives" : [
3434 " dist/primitives/index.d.ts"
You can’t perform that action at this time.
0 commit comments