@o3r/schematics 10.2.0-prerelease.15 → 10.2.0-prerelease.17

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.2.0-prerelease.15",
3
+ "version": "10.2.0-prerelease.17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "@angular-devkit/core": "~17.2.0",
31
31
  "@angular-devkit/schematics": "~17.2.0",
32
32
  "@angular/cli": "~17.2.0",
33
- "@o3r/telemetry": "^10.2.0-prerelease.15",
33
+ "@o3r/telemetry": "^10.2.0-prerelease.17",
34
34
  "@schematics/angular": "~17.2.0",
35
35
  "eslint": "^8.42.0",
36
36
  "rxjs": "^7.8.1",
@@ -79,9 +79,9 @@
79
79
  "@nx/eslint-plugin": "~18.0.2",
80
80
  "@nx/jest": "~18.0.2",
81
81
  "@nx/js": "~18.0.2",
82
- "@o3r/build-helpers": "^10.2.0-prerelease.15",
83
- "@o3r/eslint-plugin": "^10.2.0-prerelease.15",
84
- "@o3r/telemetry": "^10.2.0-prerelease.15",
82
+ "@o3r/build-helpers": "^10.2.0-prerelease.17",
83
+ "@o3r/eslint-plugin": "^10.2.0-prerelease.17",
84
+ "@o3r/telemetry": "^10.2.0-prerelease.17",
85
85
  "@schematics/angular": "~17.2.0",
86
86
  "@stylistic/eslint-plugin-ts": "^1.5.4",
87
87
  "@types/inquirer": "~8.2.10",
@@ -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/README.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
  };