@o3r/application 9.1.0-alpha.3 → 9.1.0-alpha.30

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": "9.1.0-alpha.3",
3
+ "version": "9.1.0-alpha.30",
4
4
  "description": "This module provides development help to monitor your Otter Application",
5
5
  "keywords": [
6
6
  "application",
@@ -25,14 +25,15 @@
25
25
  "@angular-devkit/schematics": "~16.0.5",
26
26
  "@angular/common": "~16.0.5",
27
27
  "@angular/core": "~16.0.5",
28
- "@o3r/core": "^9.1.0-alpha.3",
29
- "@o3r/dev-tools": "^9.1.0-alpha.3",
30
- "@o3r/logger": "^9.1.0-alpha.3",
31
- "@o3r/routing": "^9.1.0-alpha.3",
32
- "@o3r/schematics": "^9.1.0-alpha.3",
33
- "@o3r/testing": "^9.1.0-alpha.3",
28
+ "@o3r/core": "^9.1.0-alpha.30",
29
+ "@o3r/dev-tools": "^9.1.0-alpha.30",
30
+ "@o3r/logger": "^9.1.0-alpha.30",
31
+ "@o3r/routing": "^9.1.0-alpha.30",
32
+ "@o3r/schematics": "^9.1.0-alpha.30",
33
+ "@o3r/testing": "^9.1.0-alpha.30",
34
34
  "@schematics/angular": "~16.0.5",
35
- "rxjs": "^7.8.1"
35
+ "rxjs": "^7.8.1",
36
+ "typescript": "~5.0.2"
36
37
  },
37
38
  "peerDependenciesMeta": {
38
39
  "@angular-devkit/schematics": {
@@ -40,6 +41,9 @@
40
41
  },
41
42
  "@o3r/schematics": {
42
43
  "optional": true
44
+ },
45
+ "typescript": {
46
+ "optional": true
43
47
  }
44
48
  },
45
49
  "dependencies": {
@@ -12,7 +12,7 @@ function ngAdd() {
12
12
  try {
13
13
  const { addImportToModuleFile, getAppModuleFilePath, getProjectDepType, insertImportToModuleFile, ngAddPackages, getO3rPeerDeps } = await Promise.resolve().then(() => require('@o3r/schematics'));
14
14
  const { getDecoratorMetadata, isImported } = await Promise.resolve().then(() => require('@schematics/angular/utility/ast-utils'));
15
- const ts = await Promise.resolve().then(() => require('@schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript'));
15
+ const ts = await Promise.resolve().then(() => require('typescript'));
16
16
  const depsInfo = getO3rPeerDeps(path.resolve(__dirname, '..', '..', 'package.json'));
17
17
  const addAngularAnimationPreferences = () => {
18
18
  const moduleFilePath = getAppModuleFilePath(tree, context);
@@ -1,6 +1,6 @@
1
- import type { JsonObject } from '@angular-devkit/core';
2
- export interface NgAddSchematicsSchema extends JsonObject {
1
+ import type { SchematicOptionObject } from '@o3r/schematics';
2
+ export interface NgAddSchematicsSchema extends SchematicOptionObject {
3
3
  /** Project name */
4
- projectName: string | null;
4
+ projectName: string | undefined;
5
5
  }
6
6
  //# sourceMappingURL=schema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAEvD,MAAM,WAAW,qBAAsB,SAAQ,UAAU;IACvD,mBAAmB;IACnB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,MAAM,WAAW,qBAAsB,SAAQ,qBAAqB;IAClE,mBAAmB;IACnB,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC"}