@ama-sdk/core 14.2.0-prerelease.9 → 14.2.0-rc.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/date.js CHANGED
@@ -100,6 +100,7 @@ function _inherits(subClass, superClass) {
100
100
  if (superClass) _set_prototype_of(subClass, superClass);
101
101
  }
102
102
  function _instanceof(left, right) {
103
+ "@swc/helpers - instanceof";
103
104
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
104
105
  return !!right[Symbol.hasInstance](left);
105
106
  } else {
@@ -47,6 +47,7 @@ function _array_with_holes(arr) {
47
47
  if (Array.isArray(arr)) return arr;
48
48
  }
49
49
  function _instanceof(left, right) {
50
+ "@swc/helpers - instanceof";
50
51
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
51
52
  return !!right[Symbol.hasInstance](left);
52
53
  } else {
@@ -73,6 +73,7 @@ function _inherits(subClass, superClass) {
73
73
  if (superClass) _set_prototype_of(subClass, superClass);
74
74
  }
75
75
  function _instanceof(left, right) {
76
+ "@swc/helpers - instanceof";
76
77
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
77
78
  return !!right[Symbol.hasInstance](left);
78
79
  } else {
@@ -7,6 +7,7 @@ function _array_with_holes(arr) {
7
7
  if (Array.isArray(arr)) return arr;
8
8
  }
9
9
  function _instanceof(left, right) {
10
+ "@swc/helpers - instanceof";
10
11
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
11
12
  return !!right[Symbol.hasInstance](left);
12
13
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/core",
3
- "version": "14.2.0-prerelease.9",
3
+ "version": "14.2.0-rc.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,7 +43,7 @@
43
43
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
44
44
  },
45
45
  "dependencies": {
46
- "@o3r/schematics": "~14.2.0-prerelease.9",
46
+ "@o3r/schematics": "~14.2.0-rc.0",
47
47
  "@swc/helpers": "~0.5.17",
48
48
  "tslib": "^2.6.2",
49
49
  "uuid": "~13.0.0"
@@ -51,7 +51,7 @@
51
51
  "peerDependencies": {
52
52
  "@angular-devkit/schematics": "^21.0.0",
53
53
  "@angular/cli": "^21.0.0",
54
- "@o3r/schematics": "~14.2.0-prerelease.9",
54
+ "@o3r/schematics": "~14.2.0-rc.0",
55
55
  "@schematics/angular": "^21.0.0",
56
56
  "typescript": "^5.9.0"
57
57
  },
@@ -81,9 +81,9 @@
81
81
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
82
82
  "@nx/eslint-plugin": "~22.6.0",
83
83
  "@nx/jest": "~22.6.0",
84
- "@o3r/build-helpers": "~14.2.0-prerelease.9",
85
- "@o3r/eslint-plugin": "~14.2.0-prerelease.9",
86
- "@o3r/test-helpers": "~14.2.0-prerelease.9",
84
+ "@o3r/build-helpers": "~14.2.0-rc.0",
85
+ "@o3r/eslint-plugin": "~14.2.0-rc.0",
86
+ "@o3r/test-helpers": "~14.2.0-rc.0",
87
87
  "@schematics/angular": "~21.2.0",
88
88
  "@stylistic/eslint-plugin": "~5.10.0",
89
89
  "@swc/cli": "~0.8.0",