@o3r/schematics 8.3.0-alpha.31 → 8.3.0-alpha.35
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<h1 align="center">Otter schematics</h1>
|
2
2
|
<p align="center">
|
3
|
-
<img src="
|
3
|
+
<img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main/.attachments/otter.png" alt="Super cute Otter!" width="40%"/>
|
4
4
|
</p>
|
5
5
|
|
6
6
|
This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/otter/tree/main/docs/core/MODULE.md).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "8.3.0-alpha.
|
3
|
+
"version": "8.3.0-alpha.35",
|
4
4
|
"description": "Schematics module of the Otter framework",
|
5
5
|
"main": "./src/index.js",
|
6
6
|
"keywords": [
|
@@ -58,9 +58,9 @@
|
|
58
58
|
"@nrwl/jest": "~15.9.0",
|
59
59
|
"@nrwl/js": "~15.9.0",
|
60
60
|
"@nrwl/linter": "~15.9.0",
|
61
|
-
"@o3r/build-helpers": "^8.3.0-alpha.
|
62
|
-
"@o3r/dev-tools": "^8.3.0-alpha.
|
63
|
-
"@o3r/eslint-plugin": "^8.3.0-alpha.
|
61
|
+
"@o3r/build-helpers": "^8.3.0-alpha.35",
|
62
|
+
"@o3r/dev-tools": "^8.3.0-alpha.35",
|
63
|
+
"@o3r/eslint-plugin": "^8.3.0-alpha.35",
|
64
64
|
"@schematics/angular": "~15.2.0",
|
65
65
|
"@types/jest": "~28.1.2",
|
66
66
|
"@types/node": "^17.0.45",
|