@o3r/core 12.4.0-prerelease.36 → 12.4.0-prerelease.38

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 +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -115,7 +115,6 @@ This preset does not add any additional modules.
115
115
  This preset is adding recommended Otter modules and features. This preset is the default one.
116
116
 
117
117
  * [@o3r/eslint-config](https://www.npmjs.com/package/@o3r/eslint-config) (or [@o3r/eslint-config-otter](https://www.npmjs.com/package/@o3r/eslint-config-otter) for legacy configuration)
118
- * [@o3r/testing](https://www.npmjs.com/package/@o3r/testing)
119
118
  * [@o3r/workspace](https://www.npmjs.com/package/@o3r/workspace) specific features:
120
119
  * Renovate configuration
121
120
  * VSCode Tooling
@@ -132,6 +131,7 @@ On top of the Otter recommended modules, it includes the following ones:
132
131
  * [@o3r/configuration](https://www.npmjs.com/package/@o3r/configuration)
133
132
  * [@o3r/dynamic-content](https://www.npmjs.com/package/@o3r/dynamic-content)
134
133
  * [@o3r/rules-engine](https://www.npmjs.com/package/@o3r/rules-engine)
134
+ * [@o3r/testing](https://www.npmjs.com/package/@o3r/testing)
135
135
 
136
136
  ### Preset All
137
137
 
@@ -153,6 +153,7 @@ On top of the Otter recommended modules, it includes the following ones:
153
153
  * [@o3r/store-sync](https://www.npmjs.com/package/@o3r/store-sync)
154
154
  * [@o3r/stylelint-plugin](https://www.npmjs.com/package/@o3r/stylelint-plugin)
155
155
  * [@o3r/styling](https://www.npmjs.com/package/@o3r/styling)
156
+ * [@o3r/testing](https://www.npmjs.com/package/@o3r/testing)
156
157
 
157
158
  ## External (Custom) Preset
158
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/core",
3
- "version": "12.4.0-prerelease.36",
3
+ "version": "12.4.0-prerelease.38",
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.8.0",
42
- "@o3r/telemetry": "^12.4.0-prerelease.36",
42
+ "@o3r/telemetry": "^12.4.0-prerelease.38",
43
43
  "@schematics/angular": "^19.0.0",
44
44
  "chokidar": "^4.0.3",
45
45
  "globby": "^11.1.0",
@@ -78,7 +78,7 @@
78
78
  }
79
79
  },
80
80
  "dependencies": {
81
- "@o3r/schematics": "^12.4.0-prerelease.36",
81
+ "@o3r/schematics": "^12.4.0-prerelease.38",
82
82
  "tslib": "^2.6.2",
83
83
  "uuid": "^11.0.5"
84
84
  },
@@ -91,7 +91,7 @@
91
91
  "@ngrx/store": "~19.2.0",
92
92
  "@ngrx/store-devtools": "~19.2.0",
93
93
  "@nx/eslint-plugin": "~20.8.0",
94
- "@o3r/store-sync": "^12.4.0-prerelease.36",
94
+ "@o3r/store-sync": "^12.4.0-prerelease.38",
95
95
  "@stylistic/eslint-plugin": "~3.1.0",
96
96
  "@types/jest": "~29.5.2",
97
97
  "@typescript-eslint/eslint-plugin": "~8.33.0",
@@ -103,7 +103,7 @@
103
103
  "eslint-import-resolver-typescript": "~3.10.0",
104
104
  "eslint-plugin-import": "~2.31.0",
105
105
  "eslint-plugin-import-newlines": "~1.4.0",
106
- "eslint-plugin-jest": "~28.12.0",
106
+ "eslint-plugin-jest": "~28.13.0",
107
107
  "eslint-plugin-jsdoc": "~50.7.0",
108
108
  "eslint-plugin-prefer-arrow": "~1.2.3",
109
109
  "eslint-plugin-unicorn": "~56.0.0",