Skip to content

Commit

Permalink
Fix insight build
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed May 21, 2024
1 parent bc7e3b7 commit 00e8955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content-services/src/lib/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @license
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
* Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions lib/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2",
"@alfresco/adf-core": ">=6.9.0",
"@alfresco/adf-content-services": ">=6.9.0",
"@ngx-translate/core": ">=14.0.0",
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",
Expand Down
1 change: 1 addition & 0 deletions lib/insights/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"paths": {
"@alfresco/adf-extensions": ["../../../dist/libs/extensions"],
"@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"],
"@alfresco/adf-content-services": ["../../../dist/libs/content-services"],
"@alfresco/adf-core": ["../../../dist/libs/core"],
"@alfresco/adf-core/*": ["../../../dist/libs/core/*"],
"@alfresco/js-api": ["../../../dist/libs/js-api"],
Expand Down

0 comments on commit 00e8955

Please sign in to comment.