@alfresco/adf-core 9.1.0-16601000124 → 9.1.0-16630308109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,5 +18,4 @@ export * from './app-config.service';
18
18
  export * from './debug-app-config.service';
19
19
  export * from './app-config.pipe';
20
20
  export * from './app-config-storage-prefix.factory';
21
- export * from './app-config.module';
22
21
  export * from './provide-app-config';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "9.1.0-16601000124",
4
+ "version": "9.1.0-16630308109",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=10.1.0-16601000124",
67
- "@alfresco/adf-extensions": ">=9.1.0-16601000124",
66
+ "@alfresco/js-api": ">=10.1.0-16630308109",
67
+ "@alfresco/adf-extensions": ">=9.1.0-16630308109",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./app-config.pipe";
3
- /** @deprecated This module is deprecated, consider importing AppConfigPipe directly */
4
- export declare class AppConfigModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<AppConfigModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<AppConfigModule, never, [typeof i1.AppConfigPipe], [typeof i1.AppConfigPipe]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<AppConfigModule>;
8
- }