@ama-sdk/core 11.4.0-prerelease.9 → 11.5.0-prerelease.0

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/cjs/fwk/api.js CHANGED
@@ -8,8 +8,8 @@ Object.defineProperty(exports, "ApiTypes", {
8
8
  return ApiTypes;
9
9
  }
10
10
  });
11
- var ApiTypes;
12
- (function(ApiTypes) {
11
+ var ApiTypes = /*#__PURE__*/ function(ApiTypes) {
13
12
  /** Digital API */ ApiTypes[ApiTypes["DAPI"] = 0] = "DAPI";
14
13
  /** External API */ ApiTypes[ApiTypes["DEFAULT"] = 1] = "DEFAULT";
15
- })(ApiTypes || (ApiTypes = {}));
14
+ return ApiTypes;
15
+ }({});
package/cjs/fwk/date.js CHANGED
@@ -224,7 +224,6 @@ var CommonDate = /*#__PURE__*/ function(Date1) {
224
224
  ]);
225
225
  return CommonDate;
226
226
  }(_wrap_native_super(Date));
227
- var utils;
228
227
  (function(utils) {
229
228
  'use strict';
230
229
  var _$Date = /*#__PURE__*/ function(CommonDate) {
@@ -295,3 +294,4 @@ var utils;
295
294
  }(CommonDate);
296
295
  utils.DateTime = DateTime;
297
296
  })(utils || (utils = {}));
297
+ var utils;
@@ -1,5 +1,5 @@
1
- /** Type of API to manage */ export var ApiTypes;
2
- (function(ApiTypes) {
1
+ /** Type of API to manage */ export var ApiTypes = /*#__PURE__*/ function(ApiTypes) {
3
2
  /** Digital API */ ApiTypes[ApiTypes["DAPI"] = 0] = "DAPI";
4
3
  /** External API */ ApiTypes[ApiTypes["DEFAULT"] = 1] = "DEFAULT";
5
- })(ApiTypes || (ApiTypes = {}));
4
+ return ApiTypes;
5
+ }({});
@@ -205,7 +205,6 @@ export var CommonDate = /*#__PURE__*/ function(Date1) {
205
205
  ]);
206
206
  return CommonDate;
207
207
  }(_wrap_native_super(Date));
208
- export var utils;
209
208
  (function(utils) {
210
209
  'use strict';
211
210
  var _$Date = /*#__PURE__*/ function(CommonDate) {
@@ -276,3 +275,4 @@ export var utils;
276
275
  }(CommonDate);
277
276
  utils.DateTime = DateTime;
278
277
  })(utils || (utils = {}));
278
+ export var utils;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/core",
3
- "version": "11.4.0-prerelease.9",
3
+ "version": "11.5.0-prerelease.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -90,7 +90,7 @@
90
90
  "@angular-devkit/schematics": "~18.2.0",
91
91
  "@angular/cli": "~18.2.0",
92
92
  "@angular/common": "~18.2.0",
93
- "@o3r/schematics": "^11.4.0-prerelease.9",
93
+ "@o3r/schematics": "^11.5.0-prerelease.0",
94
94
  "@schematics/angular": "~18.2.0",
95
95
  "isomorphic-fetch": "^3.0.0",
96
96
  "rxjs": "^7.8.1",
@@ -130,9 +130,9 @@
130
130
  "@angular/core": "~18.2.0",
131
131
  "@nx/eslint-plugin": "~19.5.0",
132
132
  "@nx/jest": "~19.5.0",
133
- "@o3r/build-helpers": "^11.4.0-prerelease.9",
134
- "@o3r/eslint-plugin": "^11.4.0-prerelease.9",
135
- "@o3r/test-helpers": "^11.4.0-prerelease.9",
133
+ "@o3r/build-helpers": "^11.5.0-prerelease.0",
134
+ "@o3r/eslint-plugin": "^11.5.0-prerelease.0",
135
+ "@o3r/test-helpers": "^11.5.0-prerelease.0",
136
136
  "@schematics/angular": "~18.2.0",
137
137
  "@stylistic/eslint-plugin-ts": "~2.4.0",
138
138
  "@swc/cli": "~0.4.0",