@o3r/components 12.1.0-prerelease.22 → 12.1.0-prerelease.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/components",
3
- "version": "12.1.0-prerelease.22",
3
+ "version": "12.1.0-prerelease.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,16 +41,16 @@
41
41
  "@ngrx/effects": "^19.0.0",
42
42
  "@ngrx/entity": "^19.0.0",
43
43
  "@ngrx/store": "^19.0.0",
44
- "@o3r/analytics": "^12.1.0-prerelease.22",
45
- "@o3r/configuration": "^12.1.0-prerelease.22",
46
- "@o3r/core": "^12.1.0-prerelease.22",
47
- "@o3r/dynamic-content": "^12.1.0-prerelease.22",
48
- "@o3r/extractors": "^12.1.0-prerelease.22",
49
- "@o3r/localization": "^12.1.0-prerelease.22",
50
- "@o3r/logger": "^12.1.0-prerelease.22",
51
- "@o3r/rules-engine": "^12.1.0-prerelease.22",
52
- "@o3r/schematics": "^12.1.0-prerelease.22",
53
- "@o3r/testing": "^12.1.0-prerelease.22",
44
+ "@o3r/analytics": "^12.1.0-prerelease.23",
45
+ "@o3r/configuration": "^12.1.0-prerelease.23",
46
+ "@o3r/core": "^12.1.0-prerelease.23",
47
+ "@o3r/dynamic-content": "^12.1.0-prerelease.23",
48
+ "@o3r/extractors": "^12.1.0-prerelease.23",
49
+ "@o3r/localization": "^12.1.0-prerelease.23",
50
+ "@o3r/logger": "^12.1.0-prerelease.23",
51
+ "@o3r/rules-engine": "^12.1.0-prerelease.23",
52
+ "@o3r/schematics": "^12.1.0-prerelease.23",
53
+ "@o3r/testing": "^12.1.0-prerelease.23",
54
54
  "@schematics/angular": "^19.0.0",
55
55
  "@yarnpkg/cli": "^4.0.0",
56
56
  "@yarnpkg/core": "^4.1.1",
@@ -4,7 +4,5 @@ import { Rule } from '@angular-devkit/schematics';
4
4
  * @param options @see RuleFactory.options
5
5
  * @param options.projectName
6
6
  */
7
- export declare const updateCmsAdapter: (options: {
8
- projectName?: string | undefined;
9
- }) => Rule;
7
+ export declare const updateCmsAdapter: (options: any) => Rule;
10
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAwFpC;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;kBAhFwB,MAAM,GAAG,SAAS;UAgFkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAwFpC;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,wBAA2C,CAAC"}
@@ -78,5 +78,5 @@ function updateCmsAdapterFn(options) {
78
78
  * @param options @see RuleFactory.options
79
79
  * @param options.projectName
80
80
  */
81
- exports.updateCmsAdapter = (0, schematics_2.createSchematicWithMetricsIfInstalled)(updateCmsAdapterFn);
81
+ exports.updateCmsAdapter = (0, schematics_2.createOtterSchematic)(updateCmsAdapterFn);
82
82
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAapC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4ElB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAGtD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAapC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4ElB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAKtD,CAAC"}
@@ -72,8 +72,8 @@ function ngAddFn(options) {
72
72
  * @param options
73
73
  */
74
74
  const ngAdd = (options) => async (_, { logger }) => {
75
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => tslib_1.__importStar(require('@o3r/schematics'))).catch(reportMissingSchematicsDep(logger));
76
- return createSchematicWithMetricsIfInstalled(ngAddFn)(options);
75
+ const { createOtterSchematic } = await Promise.resolve().then(() => tslib_1.__importStar(require('@o3r/schematics'))).catch(reportMissingSchematicsDep(logger));
76
+ return createOtterSchematic(ngAddFn)(options);
77
77
  };
78
78
  exports.ngAdd = ngAdd;
79
79
  //# sourceMappingURL=index.js.map
@@ -2,5 +2,5 @@ import { Rule } from '@angular-devkit/schematics';
2
2
  /**
3
3
  * Update of Otter library V10.0
4
4
  */
5
- export declare const updateV10_0: (options: unknown) => Rule;
5
+ export declare const updateV10_0: (options: any) => Rule;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-update/v10-0/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAsEpC;;GAEG;AAEH,eAAO,MAAM,WAAW,4BAAuD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/ng-update/v10-0/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAsEpC;;GAEG;AAEH,eAAO,MAAM,WAAW,wBAAsC,CAAC"}
@@ -60,5 +60,5 @@ function updateV10_0Fn() {
60
60
  * Update of Otter library V10.0
61
61
  */
62
62
  // eslint-disable-next-line @typescript-eslint/naming-convention -- version contained in the function name
63
- exports.updateV10_0 = (0, schematics_2.createSchematicWithMetricsIfInstalled)(updateV10_0Fn);
63
+ exports.updateV10_0 = (0, schematics_2.createOtterSchematic)(updateV10_0Fn);
64
64
  //# sourceMappingURL=index.js.map