@o3r/create 10.0.0-rc.0 → 10.0.0-rc.2

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/index.js +2 -1
  2. package/package.json +6 -5
package/index.js CHANGED
@@ -138,7 +138,8 @@ const prepareWorkspace = (relativeDirectory = '.', projectPackageManager = 'npm'
138
138
  '@angular-devkit/schematics',
139
139
  '@schematics/angular',
140
140
  '@angular-devkit/core',
141
- '@angular-devkit/architect'
141
+ '@angular-devkit/architect',
142
+ '@o3r/schematics'
142
143
  ];
143
144
  const packageJsonPath = (0, node_path_1.resolve)(cwd, 'package.json');
144
145
  const packageJson = JSON.parse((0, node_fs_1.readFileSync)(packageJsonPath, { encoding: 'utf-8' })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/create",
3
- "version": "10.0.0-rc.0",
3
+ "version": "10.0.0-rc.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,10 +34,11 @@
34
34
  "@nx/eslint-plugin": "~18.0.2",
35
35
  "@nx/jest": "~18.0.2",
36
36
  "@nx/js": "~18.0.2",
37
- "@o3r/build-helpers": "^10.0.0-rc.0",
38
- "@o3r/eslint-config-otter": "^10.0.0-rc.0",
39
- "@o3r/eslint-plugin": "^10.0.0-rc.0",
40
- "@o3r/test-helpers": "^10.0.0-rc.0",
37
+ "@o3r/build-helpers": "^10.0.0-rc.2",
38
+ "@o3r/eslint-config-otter": "^10.0.0-rc.2",
39
+ "@o3r/eslint-plugin": "^10.0.0-rc.2",
40
+ "@o3r/schematics": "^10.0.0-rc.2",
41
+ "@o3r/test-helpers": "^10.0.0-rc.2",
41
42
  "@stylistic/eslint-plugin-ts": "^1.5.4",
42
43
  "@types/jest": "~29.5.2",
43
44
  "@types/minimist": "^1.2.2",