@o3r/schematics 11.7.0-prerelease.33 → 11.7.0-prerelease.35
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/package.json +5 -5
- package/src/utility/wrapper.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "11.7.0-prerelease.
|
3
|
+
"version": "11.7.0-prerelease.35",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@angular-devkit/core": "^18.2.0",
|
31
31
|
"@angular-devkit/schematics": "^18.2.0",
|
32
32
|
"@angular/cli": "^18.2.0",
|
33
|
-
"@o3r/telemetry": "^11.7.0-prerelease.
|
33
|
+
"@o3r/telemetry": "^11.7.0-prerelease.35",
|
34
34
|
"@schematics/angular": "^18.2.0",
|
35
35
|
"eslint": ">=8.57.0 <9.15.0",
|
36
36
|
"rxjs": "^7.8.1",
|
@@ -88,9 +88,9 @@
|
|
88
88
|
"@nx/eslint-plugin": "~19.8.0",
|
89
89
|
"@nx/jest": "~19.8.0",
|
90
90
|
"@nx/js": "~19.8.0",
|
91
|
-
"@o3r/build-helpers": "^11.7.0-prerelease.
|
92
|
-
"@o3r/eslint-plugin": "^11.7.0-prerelease.
|
93
|
-
"@o3r/telemetry": "^11.7.0-prerelease.
|
91
|
+
"@o3r/build-helpers": "^11.7.0-prerelease.35",
|
92
|
+
"@o3r/eslint-plugin": "^11.7.0-prerelease.35",
|
93
|
+
"@o3r/telemetry": "^11.7.0-prerelease.35",
|
94
94
|
"@schematics/angular": "~18.2.0",
|
95
95
|
"@stylistic/eslint-plugin": "~2.7.0",
|
96
96
|
"@swc/helpers": "~0.5.0",
|
package/src/utility/wrapper.js
CHANGED
@@ -64,7 +64,7 @@ const createSchematicWithMetricsIfInstalled = (schematicFn) => (opts) => async (
|
|
64
64
|
message: `
|
65
65
|
Would you like to share anonymous data about the usage of Otter builders and schematics with the Otter Team at Amadeus ?
|
66
66
|
It will help us to improve our tools.
|
67
|
-
For more details and instructions on how to change these settings, see https://github.com/AmadeusITGroup/otter/blob/main/docs/telemetry/PRIVACY_NOTICE.md
|
67
|
+
For more details and instructions on how to change these settings, see https://github.com/AmadeusITGroup/otter/blob/main/docs/telemetry/PRIVACY_NOTICE.md
|
68
68
|
`,
|
69
69
|
default: false
|
70
70
|
};
|