@ama-sdk/core 14.0.0-next.4 → 14.0.0-next.7

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": "@ama-sdk/core",
3
- "version": "14.0.0-next.4",
3
+ "version": "14.0.0-next.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,7 +43,7 @@
43
43
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
44
44
  },
45
45
  "dependencies": {
46
- "@o3r/schematics": "~14.0.0-next.4",
46
+ "@o3r/schematics": "~14.0.0-next.7",
47
47
  "@swc/helpers": "~0.5.17",
48
48
  "tslib": "^2.6.2",
49
49
  "uuid": "^11.0.5"
@@ -51,7 +51,7 @@
51
51
  "peerDependencies": {
52
52
  "@angular-devkit/schematics": "^20.0.0",
53
53
  "@angular/cli": "^20.0.0",
54
- "@o3r/schematics": "~14.0.0-next.4",
54
+ "@o3r/schematics": "~14.0.0-next.7",
55
55
  "@schematics/angular": "^20.0.0",
56
56
  "typescript": "^5.9.0"
57
57
  },
@@ -73,22 +73,22 @@
73
73
  }
74
74
  },
75
75
  "devDependencies": {
76
- "@angular-devkit/core": "~20.3.11",
77
- "@angular-devkit/schematics": "~20.3.11",
78
- "@angular/common": "~20.3.13",
79
- "@angular/core": "~20.3.13",
76
+ "@angular-devkit/core": "~20.3.13",
77
+ "@angular-devkit/schematics": "~20.3.13",
78
+ "@angular/common": "~20.3.15",
79
+ "@angular/core": "~20.3.15",
80
80
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
81
81
  "@nx/eslint-plugin": "~21.6.0",
82
82
  "@nx/jest": "~21.6.0",
83
- "@o3r/build-helpers": "~14.0.0-next.4",
84
- "@o3r/eslint-plugin": "~14.0.0-next.4",
85
- "@o3r/test-helpers": "~14.0.0-next.4",
86
- "@schematics/angular": "~20.3.11",
83
+ "@o3r/build-helpers": "~14.0.0-next.7",
84
+ "@o3r/eslint-plugin": "~14.0.0-next.7",
85
+ "@o3r/test-helpers": "~14.0.0-next.7",
86
+ "@schematics/angular": "~20.3.13",
87
87
  "@stylistic/eslint-plugin": "~5.6.0",
88
88
  "@swc/cli": "~0.7.9",
89
89
  "@swc/core": "~1.15.3",
90
90
  "@types/jest": "~30.0.0",
91
- "@types/node": "~22.18.0",
91
+ "@types/node": "~24.10.0",
92
92
  "@typescript-eslint/parser": "~8.47.0",
93
93
  "angular-eslint": "~20.6.0",
94
94
  "cpy-cli": "^6.0.0",
@@ -1,7 +1,7 @@
1
1
  import { type Rule } from '@angular-devkit/schematics';
2
2
  import type { NgAddSchematicsSchema } from './schema';
3
3
  /**
4
- * Rule to import all the necessary dependency to run an @ama-sdk based application
4
+ * Rule to import all the necessary dependency to run an `@ama-sdk` based application
5
5
  * Helps to migrate from previous versions with an import replacement
6
6
  * @param options
7
7
  */
@@ -25,7 +25,7 @@ const updateImports = (tree) => {
25
25
  };
26
26
  const packageJsonPath = path.resolve(__dirname, '..', '..', 'package.json');
27
27
  /**
28
- * Rule to import all the necessary dependency to run an @ama-sdk based application
28
+ * Rule to import all the necessary dependency to run an `@ama-sdk` based application
29
29
  * Helps to migrate from previous versions with an import replacement
30
30
  * @param options schema options
31
31
  */
@@ -37,7 +37,7 @@ function ngAddFn(options) {
37
37
  ]);
38
38
  }
39
39
  /**
40
- * Rule to import all the necessary dependency to run an @ama-sdk based application
40
+ * Rule to import all the necessary dependency to run an `@ama-sdk` based application
41
41
  * Helps to migrate from previous versions with an import replacement
42
42
  * @param options
43
43
  */
@@ -33,7 +33,7 @@ export interface RequestOptionsParameters {
33
33
  }
34
34
  /**
35
35
  * API Client used by the SDK's APIs to call the server
36
- * The list of official clients is available in @ama-sdk/core {@link https://github.com/AmadeusITGroup/otter/tree/main/packages/%40ama-sdk/core/README.md#available-api-client|readme}
36
+ * The list of official clients is available in `@ama-sdk/core` {@link https://github.com/AmadeusITGroup/otter/tree/main/packages/%40ama-sdk/core/README.md#available-api-client|readme}
37
37
  */
38
38
  export interface ApiClient {
39
39
  /** Options for the API */