@o3r/schematics 10.2.0-prerelease.51 → 10.2.0-prerelease.52

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,8 +9,8 @@ This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/ot
9
9
 
10
10
  ## Description
11
11
 
12
- [![Stable Version](https://img.shields.io/npm/v/@o3r/schematics)](https://www.npmjs.com/package/@o3r/schematics)
13
- [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/schematics?color=green)](https://www.npmjs.com/package/@o3r/schematics)
12
+ [![Stable Version](https://img.shields.io/npm/v/@o3r/schematics?style=for-the-badge)](https://www.npmjs.com/package/@o3r/schematics)
13
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/schematics?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/schematics)
14
14
 
15
15
  This module provides basic utilities and generic rules (install, lint) reused in other package schematics.
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "10.2.0-prerelease.51",
3
+ "version": "10.2.0-prerelease.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "@angular-devkit/core": "~17.3.0",
31
31
  "@angular-devkit/schematics": "~17.3.0",
32
32
  "@angular/cli": "~17.3.0",
33
- "@o3r/telemetry": "^10.2.0-prerelease.51",
33
+ "@o3r/telemetry": "^10.2.0-prerelease.52",
34
34
  "@schematics/angular": "~17.3.0",
35
35
  "eslint": "^8.42.0",
36
36
  "rxjs": "^7.8.1",
@@ -79,9 +79,9 @@
79
79
  "@nx/eslint-plugin": "~18.1.0",
80
80
  "@nx/jest": "~18.1.0",
81
81
  "@nx/js": "~18.1.0",
82
- "@o3r/build-helpers": "^10.2.0-prerelease.51",
83
- "@o3r/eslint-plugin": "^10.2.0-prerelease.51",
84
- "@o3r/telemetry": "^10.2.0-prerelease.51",
82
+ "@o3r/build-helpers": "^10.2.0-prerelease.52",
83
+ "@o3r/eslint-plugin": "^10.2.0-prerelease.52",
84
+ "@o3r/telemetry": "^10.2.0-prerelease.52",
85
85
  "@schematics/angular": "~17.3.0",
86
86
  "@stylistic/eslint-plugin-ts": "^1.5.4",
87
87
  "@types/inquirer": "~8.2.10",