@o3r/core 12.2.0-prerelease.59 → 12.2.0-prerelease.60

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 +5 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -44,9 +44,13 @@ npm create @o3r my-project -- --yarn
44
44
  > Get more details on [@o3r/create](https://www.npmjs.com/package/@o3r/create).
45
45
 
46
46
  > [!NOTE]
47
- > If you want to add o3r to an existing project, you will first need to install @o3r/schematics via
47
+ > If you want to add o3r to an existing project, you will first need to install `@o3r/schematics` via
48
48
  > `ng add @o3r/schematics` and then `ng add @o3r/core`.
49
49
 
50
+ > [!WARNING]
51
+ > On Windows OS, [Git Bash terminal](https://gitforwindows.org/#bash) is not fully supported by different CLI used behind Otter project and can lead to execution error.
52
+ > We recommend to minimize its usage.
53
+
50
54
  ### Adding Material design theming
51
55
 
52
56
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/core",
3
- "version": "12.2.0-prerelease.59",
3
+ "version": "12.2.0-prerelease.60",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,7 +39,7 @@
39
39
  "@ngrx/entity": "^19.0.0",
40
40
  "@ngrx/store": "^19.0.0",
41
41
  "@nx/angular": "~20.6.0",
42
- "@o3r/telemetry": "^12.2.0-prerelease.59",
42
+ "@o3r/telemetry": "^12.2.0-prerelease.60",
43
43
  "@schematics/angular": "^19.0.0",
44
44
  "chokidar": "^4.0.3",
45
45
  "globby": "^11.1.0",
@@ -78,23 +78,23 @@
78
78
  }
79
79
  },
80
80
  "dependencies": {
81
- "@o3r/schematics": "^12.2.0-prerelease.59",
81
+ "@o3r/schematics": "^12.2.0-prerelease.60",
82
82
  "tslib": "^2.6.2",
83
83
  "uuid": "^11.0.5"
84
84
  },
85
85
  "generatorDependencies": {
86
86
  "@angular/material": "~19.2.0",
87
87
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
88
- "@ngrx/effects": "~19.0.0",
89
- "@ngrx/entity": "~19.0.0",
90
- "@ngrx/router-store": "~19.0.0",
91
- "@ngrx/store": "~19.0.0",
92
- "@ngrx/store-devtools": "~19.0.0",
88
+ "@ngrx/effects": "~19.1.0",
89
+ "@ngrx/entity": "~19.1.0",
90
+ "@ngrx/router-store": "~19.1.0",
91
+ "@ngrx/store": "~19.1.0",
92
+ "@ngrx/store-devtools": "~19.1.0",
93
93
  "@nx/eslint-plugin": "~20.6.0",
94
- "@o3r/store-sync": "^12.2.0-prerelease.59",
94
+ "@o3r/store-sync": "^12.2.0-prerelease.60",
95
95
  "@stylistic/eslint-plugin": "~3.1.0",
96
96
  "@types/jest": "~29.5.2",
97
- "@typescript-eslint/eslint-plugin": "~8.27.0",
97
+ "@typescript-eslint/eslint-plugin": "~8.28.0",
98
98
  "@typescript-eslint/parser": "~8.28.0",
99
99
  "angular-eslint": "~19.3.0",
100
100
  "cpy-cli": "^5.0.0",