diff --git a/angular.json b/angular.json index d5a086559e..36aa902c42 100644 --- a/angular.json +++ b/angular.json @@ -944,12 +944,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 a6fe039648..28bf4b234c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,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",