@o3r/create 12.0.2 → 12.0.3

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 +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -56,3 +56,4 @@ On top of them, the following options can be provided to the initializer:
56
56
  - `--yarn`: Enforce `yarn` package manager. This option will be ignored if `--package-manager` is already specified.
57
57
  - `--yarn-version`: specify the version of yarn to use (default: `latest`)
58
58
  - `--exact-o3r-version`: use a pinned version for [Otter packages](https://github.com/AmadeusITGroup/otter/blob/main/docs/README.md).
59
+ - `--preset <preset_name>`: the collection of Otter modules to install. If not provided it defaults to `basic`. The full list of presets is available in [@o3r/core](https://www.npmjs.com/package/@o3r/core#presets)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/create",
3
- "version": "12.0.2",
3
+ "version": "12.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -18,7 +18,7 @@
18
18
  "prepare:publish": "prepare-publish ./dist"
19
19
  },
20
20
  "peerDependencies": {
21
- "@o3r/telemetry": "^12.0.2"
21
+ "@o3r/telemetry": "^12.0.3"
22
22
  },
23
23
  "peerDependenciesMeta": {
24
24
  "@o3r/telemetry": {
@@ -42,11 +42,11 @@
42
42
  "@nx/eslint-plugin": "~20.2.0",
43
43
  "@nx/jest": "~20.2.0",
44
44
  "@nx/js": "~20.2.0",
45
- "@o3r/build-helpers": "^12.0.2",
46
- "@o3r/eslint-config": "^12.0.2",
47
- "@o3r/eslint-plugin": "^12.0.2",
48
- "@o3r/schematics": "^12.0.2",
49
- "@o3r/test-helpers": "^12.0.2",
45
+ "@o3r/build-helpers": "^12.0.3",
46
+ "@o3r/eslint-config": "^12.0.3",
47
+ "@o3r/eslint-plugin": "^12.0.3",
48
+ "@o3r/schematics": "^12.0.3",
49
+ "@o3r/test-helpers": "^12.0.3",
50
50
  "@stylistic/eslint-plugin": "~3.0.0",
51
51
  "@types/jest": "~29.5.2",
52
52
  "@types/minimist": "^1.2.2",