@ama-sdk/client-angular 14.0.0-next.9 → 14.0.0-prerelease.2
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.
|
@@ -150,9 +150,17 @@ function _ts_generator(thisArg, body) {
|
|
|
150
150
|
},
|
|
151
151
|
trys: [],
|
|
152
152
|
ops: []
|
|
153
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
154
|
-
return
|
|
155
|
-
|
|
153
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
154
|
+
return d(g, "next", {
|
|
155
|
+
value: verb(0)
|
|
156
|
+
}), d(g, "throw", {
|
|
157
|
+
value: verb(1)
|
|
158
|
+
}), d(g, "return", {
|
|
159
|
+
value: verb(2)
|
|
160
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
161
|
+
value: function() {
|
|
162
|
+
return this;
|
|
163
|
+
}
|
|
156
164
|
}), g;
|
|
157
165
|
function verb(n) {
|
|
158
166
|
return function(v) {
|
|
@@ -127,9 +127,17 @@ function _ts_generator(thisArg, body) {
|
|
|
127
127
|
},
|
|
128
128
|
trys: [],
|
|
129
129
|
ops: []
|
|
130
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
131
|
-
return
|
|
132
|
-
|
|
130
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
131
|
+
return d(g, "next", {
|
|
132
|
+
value: verb(0)
|
|
133
|
+
}), d(g, "throw", {
|
|
134
|
+
value: verb(1)
|
|
135
|
+
}), d(g, "return", {
|
|
136
|
+
value: verb(2)
|
|
137
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
138
|
+
value: function() {
|
|
139
|
+
return this;
|
|
140
|
+
}
|
|
133
141
|
}), g;
|
|
134
142
|
function verb(n) {
|
|
135
143
|
return function(v) {
|
|
@@ -335,7 +343,7 @@ var MockInterceptAngular = /*#__PURE__*/ function() {
|
|
|
335
343
|
})();
|
|
336
344
|
}))
|
|
337
345
|
];
|
|
338
|
-
} catch (
|
|
346
|
+
} catch (unused) {
|
|
339
347
|
(context.logger || console).error("Failed to retrieve the latest mock for Operation ID ".concat(operationId, ", fallback to default mock"));
|
|
340
348
|
return [
|
|
341
349
|
2,
|
|
@@ -139,9 +139,17 @@ function _ts_generator(thisArg, body) {
|
|
|
139
139
|
},
|
|
140
140
|
trys: [],
|
|
141
141
|
ops: []
|
|
142
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
143
|
-
return
|
|
144
|
-
|
|
142
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
143
|
+
return d(g, "next", {
|
|
144
|
+
value: verb(0)
|
|
145
|
+
}), d(g, "throw", {
|
|
146
|
+
value: verb(1)
|
|
147
|
+
}), d(g, "return", {
|
|
148
|
+
value: verb(2)
|
|
149
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
150
|
+
value: function() {
|
|
151
|
+
return this;
|
|
152
|
+
}
|
|
145
153
|
}), g;
|
|
146
154
|
function verb(n) {
|
|
147
155
|
return function(v) {
|
|
@@ -114,9 +114,17 @@ function _ts_generator(thisArg, body) {
|
|
|
114
114
|
},
|
|
115
115
|
trys: [],
|
|
116
116
|
ops: []
|
|
117
|
-
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
118
|
-
return
|
|
119
|
-
|
|
117
|
+
}, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype), d = Object.defineProperty;
|
|
118
|
+
return d(g, "next", {
|
|
119
|
+
value: verb(0)
|
|
120
|
+
}), d(g, "throw", {
|
|
121
|
+
value: verb(1)
|
|
122
|
+
}), d(g, "return", {
|
|
123
|
+
value: verb(2)
|
|
124
|
+
}), typeof Symbol === "function" && d(g, Symbol.iterator, {
|
|
125
|
+
value: function() {
|
|
126
|
+
return this;
|
|
127
|
+
}
|
|
120
128
|
}), g;
|
|
121
129
|
function verb(n) {
|
|
122
130
|
return function(v) {
|
|
@@ -330,7 +338,7 @@ import { delay, from, mergeMap } from 'rxjs';
|
|
|
330
338
|
})();
|
|
331
339
|
}))
|
|
332
340
|
];
|
|
333
|
-
} catch (
|
|
341
|
+
} catch (unused) {
|
|
334
342
|
(context.logger || console).error("Failed to retrieve the latest mock for Operation ID ".concat(operationId, ", fallback to default mock"));
|
|
335
343
|
return [
|
|
336
344
|
2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/client-angular",
|
|
3
|
-
"version": "14.0.0-
|
|
3
|
+
"version": "14.0.0-prerelease.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@o3r/schematics": "~14.0.0-
|
|
38
|
+
"@o3r/schematics": "~14.0.0-prerelease.2",
|
|
39
39
|
"@swc/helpers": "~0.5.17",
|
|
40
40
|
"tslib": "^2.6.2",
|
|
41
41
|
"type-fest": "^5.3.1",
|
|
42
|
-
"uuid": "
|
|
42
|
+
"uuid": "~13.0.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@ama-sdk/core": "~14.0.0-
|
|
46
|
-
"@angular-devkit/schematics": "^
|
|
47
|
-
"@angular/cli": "^
|
|
48
|
-
"@angular/common": "^
|
|
49
|
-
"@o3r/schematics": "~14.0.0-
|
|
50
|
-
"@schematics/angular": "^
|
|
45
|
+
"@ama-sdk/core": "~14.0.0-prerelease.2",
|
|
46
|
+
"@angular-devkit/schematics": "^21.0.0",
|
|
47
|
+
"@angular/cli": "^21.0.0",
|
|
48
|
+
"@angular/common": "^21.0.0",
|
|
49
|
+
"@o3r/schematics": "~14.0.0-prerelease.2",
|
|
50
|
+
"@schematics/angular": "^21.0.0",
|
|
51
51
|
"rxjs": "^7.8.1",
|
|
52
52
|
"type-fest": "^5.3.1",
|
|
53
53
|
"typescript": "^5.9.0"
|
|
@@ -76,32 +76,32 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@ama-sdk/core": "~14.0.0-
|
|
80
|
-
"@angular-devkit/core": "~
|
|
81
|
-
"@angular-devkit/schematics": "~
|
|
82
|
-
"@angular/common": "~
|
|
83
|
-
"@angular/core": "~
|
|
79
|
+
"@ama-sdk/core": "~14.0.0-prerelease.2",
|
|
80
|
+
"@angular-devkit/core": "~21.0.2",
|
|
81
|
+
"@angular-devkit/schematics": "~21.0.2",
|
|
82
|
+
"@angular/common": "~21.0.3",
|
|
83
|
+
"@angular/core": "~21.0.3",
|
|
84
84
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
85
|
-
"@nx/eslint-plugin": "~
|
|
86
|
-
"@nx/jest": "~
|
|
87
|
-
"@o3r/build-helpers": "~14.0.0-
|
|
88
|
-
"@o3r/eslint-plugin": "~14.0.0-
|
|
89
|
-
"@o3r/test-helpers": "~14.0.0-
|
|
90
|
-
"@schematics/angular": "~
|
|
85
|
+
"@nx/eslint-plugin": "~22.3.3",
|
|
86
|
+
"@nx/jest": "~22.3.3",
|
|
87
|
+
"@o3r/build-helpers": "~14.0.0-prerelease.2",
|
|
88
|
+
"@o3r/eslint-plugin": "~14.0.0-prerelease.2",
|
|
89
|
+
"@o3r/test-helpers": "~14.0.0-prerelease.2",
|
|
90
|
+
"@schematics/angular": "~21.0.2",
|
|
91
91
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
92
92
|
"@swc/cli": "~0.7.9",
|
|
93
93
|
"@swc/core": "~1.15.3",
|
|
94
94
|
"@types/jest": "~30.0.0",
|
|
95
95
|
"@types/node": "~24.10.0",
|
|
96
|
-
"@typescript-eslint/parser": "~8.
|
|
97
|
-
"angular-eslint": "~
|
|
96
|
+
"@typescript-eslint/parser": "~8.52.0",
|
|
97
|
+
"angular-eslint": "~21.0.1",
|
|
98
98
|
"cpy-cli": "^6.0.0",
|
|
99
99
|
"eslint": "~9.39.0",
|
|
100
100
|
"eslint-import-resolver-node": "~0.3.9",
|
|
101
101
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
102
102
|
"eslint-plugin-import": "~2.32.0",
|
|
103
103
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
104
|
-
"eslint-plugin-jest": "~29.
|
|
104
|
+
"eslint-plugin-jest": "~29.12.0",
|
|
105
105
|
"eslint-plugin-jsdoc": "~61.5.0",
|
|
106
106
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
107
107
|
"eslint-plugin-unicorn": "~62.0.0",
|
|
@@ -118,8 +118,7 @@
|
|
|
118
118
|
"ts-jest": "~29.4.0",
|
|
119
119
|
"type-fest": "^5.3.1",
|
|
120
120
|
"typescript": "~5.9.2",
|
|
121
|
-
"typescript-eslint": "~8.
|
|
122
|
-
"zone.js": "~0.15.0"
|
|
121
|
+
"typescript-eslint": "~8.52.0"
|
|
123
122
|
},
|
|
124
123
|
"engines": {
|
|
125
124
|
"node": "^20.19.0 || ^22.17.0 || ^24.0.0"
|