@o3r/core 11.7.0-prerelease.2 → 11.7.0-prerelease.20

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 CHANGED
@@ -37,7 +37,7 @@ npm install --global yarn
37
37
  ```shell
38
38
  npm create @o3r my-project
39
39
  # Or a project using the yarn package manager
40
- npm create @o3r my-project -- --package-manager=yarn
40
+ npm create @o3r my-project -- --yarn
41
41
  ```
42
42
 
43
43
  > [!TIP]
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/core",
3
- "version": "11.7.0-prerelease.2",
3
+ "version": "11.7.0-prerelease.20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "@ngrx/entity": "^18.0.0",
26
26
  "@ngrx/store": "^18.0.0",
27
27
  "@nx/angular": "^19.8.0",
28
- "@o3r/telemetry": "^11.7.0-prerelease.2",
28
+ "@o3r/telemetry": "^11.7.0-prerelease.20",
29
29
  "@schematics/angular": "^18.2.0",
30
30
  "chokidar": "^3.5.2",
31
31
  "globby": "^11.1.0",
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@o3r/schematics": "^11.7.0-prerelease.2",
66
+ "@o3r/schematics": "^11.7.0-prerelease.20",
67
67
  "tslib": "^2.6.2",
68
68
  "uuid": "^10.0.0"
69
69
  },
@@ -74,11 +74,11 @@
74
74
  "@ngrx/router-store": "~18.0.0",
75
75
  "@ngrx/store-devtools": "~18.0.0",
76
76
  "@nx/eslint-plugin": "~19.8.0",
77
- "@o3r/store-sync": "^11.7.0-prerelease.2",
77
+ "@o3r/store-sync": "^11.7.0-prerelease.20",
78
78
  "@stylistic/eslint-plugin": "~2.7.0",
79
79
  "@types/jest": "~29.5.2",
80
- "@typescript-eslint/eslint-plugin": "~8.19.0",
81
- "@typescript-eslint/parser": "~8.19.0",
80
+ "@typescript-eslint/eslint-plugin": "~8.20.0",
81
+ "@typescript-eslint/parser": "~8.20.0",
82
82
  "angular-eslint": "~18.4.0",
83
83
  "cpy-cli": "^5.0.0",
84
84
  "eslint": "~9.14.0",
@@ -97,7 +97,7 @@
97
97
  "jest-preset-angular": "~14.2.0",
98
98
  "jsonc-eslint-parser": "~2.4.0",
99
99
  "nx": "~19.8.0",
100
- "typescript-eslint": "~8.19.0",
100
+ "typescript-eslint": "~8.20.0",
101
101
  "zone.js": "~0.14.2"
102
102
  },
103
103
  "engines": {
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }