@o3r/core 10.2.0-prerelease.51 → 10.2.0-prerelease.53

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
 
6
6
  ## Description
7
7
 
8
- [![Stable Version](https://img.shields.io/npm/v/@o3r/core)](https://www.npmjs.com/package/@o3r/core)
9
- [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/core?color=green)](https://www.npmjs.com/package/@o3r/core)
8
+ [![Stable Version](https://img.shields.io/npm/v/@o3r/core?style=for-the-badge)](https://www.npmjs.com/package/@o3r/core)
9
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/core?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/core)
10
10
 
11
11
  This module gathers the core of the [Otter Framework](https://github.com/AmadeusITGroup/otter).
12
12
  It is the foundation for all the packages (interfaces, core helpers) and contains schematics to generate your components/services etc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/core",
3
- "version": "10.2.0-prerelease.51",
3
+ "version": "10.2.0-prerelease.53",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,7 +26,7 @@
26
26
  "@ngrx/store": "~17.1.0",
27
27
  "@nrwl/devkit": "~18.1.0",
28
28
  "@nx/angular": "~18.1.0",
29
- "@o3r/telemetry": "^10.2.0-prerelease.51",
29
+ "@o3r/telemetry": "^10.2.0-prerelease.53",
30
30
  "@schematics/angular": "~17.3.0",
31
31
  "chokidar": "^3.5.2",
32
32
  "globby": "^11.1.0",
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@o3r/schematics": "^10.2.0-prerelease.51",
67
+ "@o3r/schematics": "^10.2.0-prerelease.53",
68
68
  "tslib": "^2.6.2",
69
69
  "uuid": "^9.0.0"
70
70
  },
@@ -74,7 +74,7 @@
74
74
  "@ngrx/router-store": "~17.1.0",
75
75
  "@ngrx/effects": "~17.1.0",
76
76
  "@ngrx/store-devtools": "~17.1.0",
77
- "@o3r/store-sync": "^10.2.0-prerelease.51",
77
+ "@o3r/store-sync": "^10.2.0-prerelease.53",
78
78
  "@types/jest": "~29.5.2",
79
79
  "nx": "~18.1.0",
80
80
  "@typescript-eslint/parser": "^7.2.0",