@o3r/amaterasu-otter 8.2.0-alpha.51 → 8.2.0-alpha.52

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 +3 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # Ama-terasu Otter
1
+ <h1 align="center">Ama-terasu Otter</h1>
2
+
3
+ ## Description
2
4
 
3
5
  This is a module for [Ama-terasu CLI](https://www.npmjs.com/package/@ama-terasu/cli) to execute actions related to the Otter Framework.
4
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/amaterasu-otter",
3
- "version": "8.2.0-alpha.51",
3
+ "version": "8.2.0-alpha.52",
4
4
  "main": "./src/index.js",
5
5
  "typings": "./src/index.d.ts",
6
6
  "description": "Command Line Interface to administrate a DES project",
@@ -26,12 +26,12 @@
26
26
  }
27
27
  },
28
28
  "devDependencies": {
29
- "@ama-terasu/core": "^8.2.0-alpha.51",
29
+ "@ama-terasu/core": "^8.2.0-alpha.52",
30
30
  "@angular-eslint/eslint-plugin": "~15.2.0",
31
31
  "@nrwl/jest": "~15.9.0",
32
- "@o3r/build-helpers": "^8.2.0-alpha.51",
33
- "@o3r/dev-tools": "^8.2.0-alpha.51",
34
- "@o3r/eslint-plugin": "^8.2.0-alpha.51",
32
+ "@o3r/build-helpers": "^8.2.0-alpha.52",
33
+ "@o3r/dev-tools": "^8.2.0-alpha.52",
34
+ "@o3r/eslint-plugin": "^8.2.0-alpha.52",
35
35
  "@types/jest": "~28.1.2",
36
36
  "@types/js-yaml": "^4.0.5",
37
37
  "@types/node": "^17.0.45",
@@ -49,7 +49,7 @@
49
49
  "typescript": "~4.9.4"
50
50
  },
51
51
  "peerDependencies": {
52
- "@ama-terasu/core": "^8.2.0-alpha.51",
52
+ "@ama-terasu/core": "^8.2.0-alpha.52",
53
53
  "@angular/cli": "~15.2.0"
54
54
  },
55
55
  "engines": {