diff --git a/lib/content-services/src/lib/services/index.ts b/lib/content-services/src/lib/services/index.ts index e58e5c1c414..54beb1a252f 100644 --- a/lib/content-services/src/lib/services/index.ts +++ b/lib/content-services/src/lib/services/index.ts @@ -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. diff --git a/lib/insights/package.json b/lib/insights/package.json index a8a0a63c2fd..23370d26965 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -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", diff --git a/lib/insights/tsconfig.lib.json b/lib/insights/tsconfig.lib.json index e0a8ffae056..a183e3ae77a 100644 --- a/lib/insights/tsconfig.lib.json +++ b/lib/insights/tsconfig.lib.json @@ -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"],