@o3r/application 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/application",
3
- "version": "12.1.0-prerelease.22",
3
+ "version": "12.1.0-prerelease.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,11 +26,11 @@
26
26
  "@angular-devkit/schematics": "^19.0.0",
27
27
  "@angular/common": "^19.0.0",
28
28
  "@angular/core": "^19.0.0",
29
- "@o3r/core": "^12.1.0-prerelease.22",
30
- "@o3r/logger": "^12.1.0-prerelease.22",
31
- "@o3r/routing": "^12.1.0-prerelease.22",
32
- "@o3r/schematics": "^12.1.0-prerelease.22",
33
- "@o3r/testing": "^12.1.0-prerelease.22",
29
+ "@o3r/core": "^12.1.0-prerelease.23",
30
+ "@o3r/logger": "^12.1.0-prerelease.23",
31
+ "@o3r/routing": "^12.1.0-prerelease.23",
32
+ "@o3r/schematics": "^12.1.0-prerelease.23",
33
+ "@o3r/testing": "^12.1.0-prerelease.23",
34
34
  "@schematics/angular": "^19.0.0",
35
35
  "rxjs": "^7.8.1",
36
36
  "ts-node": "~10.9.2",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAUpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA6GlB;;;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":"AACA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAUpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA6GlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAKtD,CAAC"}
@@ -78,8 +78,8 @@ function ngAddFn(options) {
78
78
  * @param options The options to pass to ng-add execution
79
79
  */
80
80
  const ngAdd = (options) => async (_, { logger }) => {
81
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
82
- return createSchematicWithMetricsIfInstalled(ngAddFn)(options);
81
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics')).catch(reportMissingSchematicsDep(logger));
82
+ return createOtterSchematic(ngAddFn)(options);
83
83
  };
84
84
  exports.ngAdd = ngAdd;
85
85
  //# sourceMappingURL=index.js.map