Skip to content

Commit c3bbaec

Browse files
fix: fix broken issues
Signed-off-by: ChristopherPHolder <[email protected]>
1 parent 11617d8 commit c3bbaec

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Diff for: libs/portal/data-access/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"peerDependencies": {
55
"@angular/common": "19.0.4",
66
"@angular/core": "19.0.4",
7-
"@app-speed/environments": "*",
87
"rxjs": "~7.5.0",
98
"@rx-angular/state": "19.0.0",
10-
"@app-speed/shared-utils": "0.0.1"
9+
"@app-speed/shared-utils": "*",
10+
"@app-speed/shared-environments": "*"
1111
},
1212
"sideEffects": false
1313
}

Diff for: libs/shared/utils/src/public-api.ts

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { BypassSrcDirective } from './src/directives/bypass-src.directive';
2-
export { AUDIT_STATUS, AUDIT_REQUEST } from './src/constants/constants';
1+
export { BypassSrcDirective } from './directives/bypass-src.directive';
2+
export { AUDIT_STATUS, AUDIT_REQUEST } from './constants/constants';
33
export {
44
PuppeteerReplayStepType,
55
LighthouseStepType,
@@ -12,12 +12,6 @@ export {
1212
LighthouseStep,
1313
AppSpeedUserFlowStep,
1414
AppSpeedUserFlow,
15-
} from './src/types/replay-types';
16-
export {
17-
AuditStatusType,
18-
AuditRequestType,
19-
UfWsSendActions,
20-
UfWsRecieveActions,
21-
UfWsActions,
22-
} from './src/types/ws-types';
23-
export { Reports, ResultReports, AuditRunParams } from './src/types/types';
15+
} from './types/replay-types';
16+
export { AuditStatusType, AuditRequestType, UfWsSendActions, UfWsRecieveActions, UfWsActions } from './types/ws-types';
17+
export { Reports, ResultReports, AuditRunParams } from './types/types';

0 commit comments

Comments
 (0)