@o3r/schematics 10.3.0-prerelease.47 → 10.3.0-prerelease.49
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "10.3.0-prerelease.
|
3
|
+
"version": "10.3.0-prerelease.49",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@angular-devkit/core": "~17.3.0",
|
31
31
|
"@angular-devkit/schematics": "~17.3.0",
|
32
32
|
"@angular/cli": "~17.3.0",
|
33
|
-
"@o3r/telemetry": "^10.3.0-prerelease.
|
33
|
+
"@o3r/telemetry": "^10.3.0-prerelease.49",
|
34
34
|
"@schematics/angular": "~17.3.0",
|
35
35
|
"eslint": "^8.42.0",
|
36
36
|
"rxjs": "^7.8.1",
|
@@ -82,9 +82,9 @@
|
|
82
82
|
"@nx/eslint-plugin": "~18.3.0",
|
83
83
|
"@nx/jest": "~18.3.0",
|
84
84
|
"@nx/js": "~18.3.0",
|
85
|
-
"@o3r/build-helpers": "^10.3.0-prerelease.
|
86
|
-
"@o3r/eslint-plugin": "^10.3.0-prerelease.
|
87
|
-
"@o3r/telemetry": "^10.3.0-prerelease.
|
85
|
+
"@o3r/build-helpers": "^10.3.0-prerelease.49",
|
86
|
+
"@o3r/eslint-plugin": "^10.3.0-prerelease.49",
|
87
|
+
"@o3r/telemetry": "^10.3.0-prerelease.49",
|
88
88
|
"@schematics/angular": "~17.3.0",
|
89
89
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
90
90
|
"@types/inquirer": "~8.2.10",
|
@@ -3,7 +3,7 @@ import type { WorkspaceLayout, WorkspaceProject, WorkspaceSchema } from '../inte
|
|
3
3
|
/**
|
4
4
|
* Find the relative path to a configuration file at the monorepo root
|
5
5
|
* @param tree
|
6
|
-
* @param files List of files to look for, the first of the list will used
|
6
|
+
* @param files List of files to look for, the first of the list will be used
|
7
7
|
* @param originPath Path from where to calculate the relative path
|
8
8
|
* @returns
|
9
9
|
*/
|
package/src/utility/monorepo.js
CHANGED
@@ -7,7 +7,7 @@ const loaders_1 = require("./loaders");
|
|
7
7
|
/**
|
8
8
|
* Find the relative path to a configuration file at the monorepo root
|
9
9
|
* @param tree
|
10
|
-
* @param files List of files to look for, the first of the list will used
|
10
|
+
* @param files List of files to look for, the first of the list will be used
|
11
11
|
* @param originPath Path from where to calculate the relative path
|
12
12
|
* @returns
|
13
13
|
*/
|