@ama-sdk/core 11.2.0-prerelease.36 → 11.2.0-prerelease.38

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.
@@ -220,7 +220,6 @@ var WaitForFetch = /*#__PURE__*/ function() {
220
220
  value: /** @inheritDoc */ function load(context) {
221
221
  var data;
222
222
  var _this = this;
223
- var _this1 = this;
224
223
  return {
225
224
  // eslint-disable-next-line no-async-promise-executor
226
225
  canStart: function() {
@@ -299,7 +298,7 @@ var WaitForFetch = /*#__PURE__*/ function() {
299
298
  return _ts_generator(this, function(_state) {
300
299
  switch(_state.label){
301
300
  case 0:
302
- if (!_this1.callback) {
301
+ if (!_this.callback) {
303
302
  return [
304
303
  2,
305
304
  fetchCall
@@ -319,7 +318,7 @@ var WaitForFetch = /*#__PURE__*/ function() {
319
318
  ];
320
319
  case 2:
321
320
  response = _state.sent();
322
- _this1.callback(_object_spread_props(_object_spread({}, context), {
321
+ _this.callback(_object_spread_props(_object_spread({}, context), {
323
322
  data: data
324
323
  }), fetchCall, response);
325
324
  return [
@@ -328,7 +327,7 @@ var WaitForFetch = /*#__PURE__*/ function() {
328
327
  ];
329
328
  case 3:
330
329
  e = _state.sent();
331
- _this1.callback(_object_spread_props(_object_spread({}, context), {
330
+ _this.callback(_object_spread_props(_object_spread({}, context), {
332
331
  data: data
333
332
  }), fetchCall, response);
334
333
  throw e;
@@ -249,7 +249,6 @@ function _ts_generator(thisArg, body) {
249
249
  value: /** @inheritDoc */ function load(context) {
250
250
  var data;
251
251
  var _this = this;
252
- var _this1 = this;
253
252
  return {
254
253
  // eslint-disable-next-line no-async-promise-executor
255
254
  canStart: function() {
@@ -328,7 +327,7 @@ function _ts_generator(thisArg, body) {
328
327
  return _ts_generator(this, function(_state) {
329
328
  switch(_state.label){
330
329
  case 0:
331
- if (!_this1.callback) {
330
+ if (!_this.callback) {
332
331
  return [
333
332
  2,
334
333
  fetchCall
@@ -348,7 +347,7 @@ function _ts_generator(thisArg, body) {
348
347
  ];
349
348
  case 2:
350
349
  response = _state.sent();
351
- _this1.callback(_object_spread_props(_object_spread({}, context), {
350
+ _this.callback(_object_spread_props(_object_spread({}, context), {
352
351
  data: data
353
352
  }), fetchCall, response);
354
353
  return [
@@ -357,7 +356,7 @@ function _ts_generator(thisArg, body) {
357
356
  ];
358
357
  case 3:
359
358
  e = _state.sent();
360
- _this1.callback(_object_spread_props(_object_spread({}, context), {
359
+ _this.callback(_object_spread_props(_object_spread({}, context), {
361
360
  data: data
362
361
  }), fetchCall, response);
363
362
  throw e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/core",
3
- "version": "11.2.0-prerelease.36",
3
+ "version": "11.2.0-prerelease.38",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -79,7 +79,7 @@
79
79
  "@angular-devkit/schematics": "~18.1.0",
80
80
  "@angular/cli": "~18.1.0",
81
81
  "@angular/common": "~18.1.0",
82
- "@o3r/schematics": "^11.2.0-prerelease.36",
82
+ "@o3r/schematics": "^11.2.0-prerelease.38",
83
83
  "@schematics/angular": "~18.1.0",
84
84
  "isomorphic-fetch": "^3.0.0",
85
85
  "rxjs": "^7.8.1",
@@ -119,9 +119,9 @@
119
119
  "@angular/core": "~18.1.0",
120
120
  "@nx/eslint-plugin": "~19.5.0",
121
121
  "@nx/jest": "~19.5.0",
122
- "@o3r/build-helpers": "^11.2.0-prerelease.36",
123
- "@o3r/eslint-plugin": "^11.2.0-prerelease.36",
124
- "@o3r/test-helpers": "^11.2.0-prerelease.36",
122
+ "@o3r/build-helpers": "^11.2.0-prerelease.38",
123
+ "@o3r/eslint-plugin": "^11.2.0-prerelease.38",
124
+ "@o3r/test-helpers": "^11.2.0-prerelease.38",
125
125
  "@schematics/angular": "~18.1.0",
126
126
  "@stylistic/eslint-plugin-ts": "~2.4.0",
127
127
  "@swc/cli": "~0.4.0",