@o3r/schematics 8.2.0-alpha.51 → 8.2.0-alpha.53

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 +8 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,13 @@
1
- # Otter schematics
1
+ <h1 align="center">Otter schematics</h1>
2
+ <p align="center">
3
+ <img src="../../../.attachments/otter.png" alt="Super cute Otter!" width="40%"/>
4
+ </p>
2
5
 
3
6
  This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/otter/tree/main/docs/core/MODULE.md).
7
+ <br />
8
+ <br />
9
+
10
+ ## Description
4
11
 
5
12
  This module provides basic utilities and generic rules (install, lint) reused in other package schematics.
6
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "8.2.0-alpha.51",
3
+ "version": "8.2.0-alpha.53",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/index.js",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@o3r/dev-tools": "^8.2.0-alpha.51",
31
+ "@o3r/dev-tools": "^8.2.0-alpha.53",
32
32
  "comment-json": "^4.1.0",
33
33
  "globby": "^11.1.0",
34
34
  "minimatch": "^6.1.6",
@@ -51,8 +51,8 @@
51
51
  "@nrwl/jest": "~15.9.0",
52
52
  "@nrwl/js": "~15.9.0",
53
53
  "@nrwl/linter": "~15.9.0",
54
- "@o3r/build-helpers": "^8.2.0-alpha.51",
55
- "@o3r/eslint-plugin": "^8.2.0-alpha.51",
54
+ "@o3r/build-helpers": "^8.2.0-alpha.53",
55
+ "@o3r/eslint-plugin": "^8.2.0-alpha.53",
56
56
  "@schematics/angular": "~15.2.0",
57
57
  "@types/jest": "~28.1.2",
58
58
  "@types/node": "^17.0.45",