@o3r/create 10.0.0-next.14 → 10.0.0-next.16
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.
- package/README.md +1 -1
- package/index.js +3 -2
- package/package.json +13 -11
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">Otter project initializer</h1>
|
|
2
2
|
<p align="center">
|
|
3
|
-
<img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main
|
|
3
|
+
<img src="https://raw.githubusercontent.com/AmadeusITGroup/otter/main/assets/logo/otter.png" alt="Super cute Otter!" width="40%"/>
|
|
4
4
|
</p>
|
|
5
5
|
|
|
6
6
|
## Create an Otter application
|
package/index.js
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
const node_child_process_1 = require("node:child_process");
|
|
5
5
|
const node_path_1 = require("node:path");
|
|
6
|
+
const node_fs_1 = require("node:fs");
|
|
6
7
|
const minimist = require("minimist");
|
|
7
|
-
const { properties } =
|
|
8
|
-
const { version } =
|
|
8
|
+
const { properties } = JSON.parse((0, node_fs_1.readFileSync)(require.resolve('@schematics/angular/ng-new/schema').replace(/\.js$/, '.json'), { encoding: 'utf-8' }));
|
|
9
|
+
const { version } = JSON.parse((0, node_fs_1.readFileSync)((0, node_path_1.resolve)(__dirname, 'package.json'), { encoding: 'utf-8' }));
|
|
9
10
|
const logo = `
|
|
10
11
|
|
|
11
12
|
&BPPPB & &BPGB&
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/create",
|
|
3
|
-
"version": "10.0.0-next.
|
|
3
|
+
"version": "10.0.0-next.16",
|
|
4
4
|
"description": "Create a new Otter based application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"create",
|
|
@@ -20,29 +20,31 @@
|
|
|
20
20
|
"minimist": "^1.2.6"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@angular-eslint/eslint-plugin": "~16.
|
|
24
|
-
"@angular-eslint/eslint-plugin-template": "~16.
|
|
23
|
+
"@angular-eslint/eslint-plugin": "~16.2.0",
|
|
24
|
+
"@angular-eslint/eslint-plugin-template": "~16.2.0",
|
|
25
|
+
"@nx/eslint-plugin": "~16.8.0",
|
|
25
26
|
"@nx/jest": "~16.8.0",
|
|
26
27
|
"@nx/js": "~16.8.0",
|
|
27
28
|
"@nx/linter": "~16.8.0",
|
|
28
|
-
"@o3r/build-helpers": "^10.0.0-next.
|
|
29
|
-
"@o3r/dev-tools": "^10.0.0-next.
|
|
30
|
-
"@o3r/eslint-config-otter": "^10.0.0-next.
|
|
31
|
-
"@o3r/eslint-plugin": "^10.0.0-next.
|
|
29
|
+
"@o3r/build-helpers": "^10.0.0-next.16",
|
|
30
|
+
"@o3r/dev-tools": "^10.0.0-next.16",
|
|
31
|
+
"@o3r/eslint-config-otter": "^10.0.0-next.16",
|
|
32
|
+
"@o3r/eslint-plugin": "^10.0.0-next.16",
|
|
32
33
|
"@types/jest": "~29.5.2",
|
|
33
34
|
"@types/minimist": "^1.2.2",
|
|
34
35
|
"@types/node": "^18.0.0",
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
36
|
-
"@typescript-eslint/parser": "^5.
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
37
|
+
"@typescript-eslint/parser": "^5.60.1",
|
|
37
38
|
"cpy-cli": "^4.2.0",
|
|
38
39
|
"eslint": "^8.42.0",
|
|
39
40
|
"eslint-import-resolver-node": "^0.3.4",
|
|
40
|
-
"eslint-plugin-jest": "~27.
|
|
41
|
+
"eslint-plugin-jest": "~27.4.0",
|
|
41
42
|
"eslint-plugin-jsdoc": "~46.8.0",
|
|
42
43
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
43
44
|
"eslint-plugin-unicorn": "^47.0.0",
|
|
44
45
|
"jest": "~29.7.0",
|
|
45
46
|
"jest-junit": "~16.0.0",
|
|
47
|
+
"jsonc-eslint-parser": "~2.3.0",
|
|
46
48
|
"nx": "~16.8.0",
|
|
47
49
|
"rimraf": "^5.0.1",
|
|
48
50
|
"rxjs": "^7.8.1",
|
|
@@ -51,7 +53,7 @@
|
|
|
51
53
|
"typescript": "~5.1.6"
|
|
52
54
|
},
|
|
53
55
|
"engines": {
|
|
54
|
-
"node": ">=
|
|
56
|
+
"node": ">=18.0.0"
|
|
55
57
|
},
|
|
56
58
|
"contributors": [
|
|
57
59
|
{
|