@o3r/apis-manager 13.2.0-prerelease.16 → 13.2.0-prerelease.18
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": "13.2.0-prerelease.
|
|
3
|
+
"version": "13.2.0-prerelease.18",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"otter-module"
|
|
12
12
|
],
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@ama-sdk/client-fetch": "^13.2.0-prerelease.
|
|
15
|
-
"@ama-sdk/core": "^13.2.0-prerelease.
|
|
14
|
+
"@ama-sdk/client-fetch": "^13.2.0-prerelease.18",
|
|
15
|
+
"@ama-sdk/core": "^13.2.0-prerelease.18",
|
|
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": "^13.2.0-prerelease.
|
|
19
|
+
"@o3r/schematics": "^13.2.0-prerelease.18",
|
|
20
20
|
"@schematics/angular": "^20.0.0",
|
|
21
21
|
"rxjs": "^7.8.1",
|
|
22
22
|
"ts-node": "~10.9.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@o3r/schematics": "^13.2.0-prerelease.
|
|
44
|
+
"@o3r/schematics": "^13.2.0-prerelease.18",
|
|
45
45
|
"tslib": "^2.6.2"
|
|
46
46
|
},
|
|
47
47
|
"schematics": "./collection.json",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Rule } from '@angular-devkit/schematics';
|
|
2
2
|
import type { NgAddSchematicsSchema } from '../../ng-add/schema';
|
|
3
3
|
/**
|
|
4
|
-
* Update app
|
|
4
|
+
* Update app-module file with api manager, if needed
|
|
5
5
|
* @param options
|
|
6
6
|
*/
|
|
7
7
|
export declare function updateApiDependencies(options: NgAddSchematicsSchema): Rule;
|
|
@@ -7,7 +7,7 @@ const utility_1 = require("@schematics/angular/utility");
|
|
|
7
7
|
const ast_utils_1 = require("@schematics/angular/utility/ast-utils");
|
|
8
8
|
const ts = require("typescript");
|
|
9
9
|
/**
|
|
10
|
-
* Update app
|
|
10
|
+
* Update app-module file with api manager, if needed
|
|
11
11
|
* @param options
|
|
12
12
|
*/
|
|
13
13
|
function updateApiDependencies(options) {
|