@o3r/workspace 11.2.0-rc.0 → 11.3.0-prerelease.1

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 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -14,7 +14,7 @@ This packages provides several [Schematics](#schematics) and [CLIs](#scripts) us
14
14
 
15
15
  ## Schematics
16
16
 
17
- Otter framework provides a set of code generators based on [angular schematics](https://angular.io/guide/schematics).
17
+ Otter framework provides a set of code generators based on [Angular schematics](https://angular.io/guide/schematics).
18
18
 
19
19
  | Schematics | Description | How to use |
20
20
  | -------------------------- | ----------------------------------------------------------------------------- | --------------------------------- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/workspace",
3
- "version": "11.2.0-rc.0",
3
+ "version": "11.3.0-prerelease.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@o3r/schematics": "^11.2.0-rc.0",
41
+ "@o3r/schematics": "^11.3.0-prerelease.1",
42
42
  "commander": "^12.0.0",
43
43
  "globby": "^11.1.0",
44
44
  "semver": "^7.5.2",
@@ -71,11 +71,11 @@
71
71
  "@nx/jest": "~19.5.0",
72
72
  "@nx/js": "~19.5.0",
73
73
  "@nx/workspace": "~19.5.0",
74
- "@o3r/build-helpers": "^11.2.0-rc.0",
75
- "@o3r/core": "^11.2.0-rc.0",
76
- "@o3r/eslint-plugin": "^11.2.0-rc.0",
77
- "@o3r/schematics": "^11.2.0-rc.0",
78
- "@o3r/test-helpers": "^11.2.0-rc.0",
74
+ "@o3r/build-helpers": "^11.3.0-prerelease.1",
75
+ "@o3r/core": "^11.3.0-prerelease.1",
76
+ "@o3r/eslint-plugin": "^11.3.0-prerelease.1",
77
+ "@o3r/schematics": "^11.3.0-prerelease.1",
78
+ "@o3r/test-helpers": "^11.3.0-prerelease.1",
79
79
  "@schematics/angular": "~18.2.0",
80
80
  "@stylistic/eslint-plugin-ts": "~2.4.0",
81
81
  "@types/jest": "~29.5.2",