@o3r/apis-manager 14.0.0-next.5 → 14.0.0-next.8
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/apis-manager",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"otter-module"
|
|
12
12
|
],
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@ama-sdk/client-fetch": "~14.0.0-next.
|
|
15
|
-
"@ama-sdk/core": "~14.0.0-next.
|
|
14
|
+
"@ama-sdk/client-fetch": "~14.0.0-next.8",
|
|
15
|
+
"@ama-sdk/core": "~14.0.0-next.8",
|
|
16
16
|
"@angular-devkit/schematics": "^20.0.0",
|
|
17
17
|
"@angular/common": "^20.0.0",
|
|
18
18
|
"@angular/core": "^20.0.0",
|
|
19
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
19
|
+
"@o3r/schematics": "~14.0.0-next.8",
|
|
20
20
|
"@schematics/angular": "^20.0.0",
|
|
21
21
|
"rxjs": "^7.8.1",
|
|
22
|
-
"type-fest": "^
|
|
22
|
+
"type-fest": "^5.3.1",
|
|
23
23
|
"typescript": "^5.9.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependenciesMeta": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@o3r/schematics": "~14.0.0-next.
|
|
43
|
+
"@o3r/schematics": "~14.0.0-next.8",
|
|
44
44
|
"tslib": "^2.6.2"
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./collection.json",
|
|
@@ -4,7 +4,7 @@ export interface NgAddSchematicsSchema extends NgAddOptions, SchematicOptionObje
|
|
|
4
4
|
skipLinter: boolean;
|
|
5
5
|
/**
|
|
6
6
|
* Skip the code sample generated in application to register the ApiManager
|
|
7
|
-
* If `false`, a dependency to
|
|
7
|
+
* If `false`, a dependency to `@ama-sdk/client-fetch` will be added
|
|
8
8
|
*/
|
|
9
9
|
skipCodeSample?: boolean;
|
|
10
10
|
}
|