diff --git a/angular.json b/angular.json index 94dfb216a3..7a4e3f8d57 100644 --- a/angular.json +++ b/angular.json @@ -914,12 +914,6 @@ "main": "lib/testing/index.ts", "generatePackageJson" : true, "tsConfig": "lib/testing/tsconfig.lib.prod.json", - "additionalEntryPoints": [ - { - "entryName": "shared", - "entryPath": "/lib/testing/src/lib/shared/index.ts" - } - ], "stylePreprocessorOptions": { "includePaths": [ "lib", "lib/core/src/lib" diff --git a/package.json b/package.json index a66ee5b18c..8bb7636f9d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "process services-cloud" ], "dependencies": { - "@alfresco/js-api": ">=7.2.0", + "@alfresco/js-api": ">=7.3.0", "@angular/animations": "15.2.10", "@angular/cdk": "15.2.9", "@angular/common": "15.2.10",