@o3r/analytics 12.3.0-prerelease.37 → 12.3.0-prerelease.39

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/analytics",
3
- "version": "12.3.0-prerelease.37",
3
+ "version": "12.3.0-prerelease.39",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,7 +11,7 @@
11
11
  "otter-module"
12
12
  ],
13
13
  "peerDependencies": {
14
- "@ama-sdk/core": "^12.3.0-prerelease.37",
14
+ "@ama-sdk/core": "^12.3.0-prerelease.39",
15
15
  "@angular-devkit/schematics": "^19.0.0",
16
16
  "@angular/common": "^19.0.0",
17
17
  "@angular/core": "^19.0.0",
@@ -19,8 +19,8 @@
19
19
  "@angular/platform-browser-dynamic": "^19.0.0",
20
20
  "@angular/router": "^19.0.0",
21
21
  "@ngrx/store": "^19.0.0",
22
- "@o3r/core": "^12.3.0-prerelease.37",
23
- "@o3r/schematics": "^12.3.0-prerelease.37",
22
+ "@o3r/core": "^12.3.0-prerelease.39",
23
+ "@o3r/schematics": "^12.3.0-prerelease.39",
24
24
  "@schematics/angular": "^19.0.0",
25
25
  "jasmine": "^5.0.0",
26
26
  "rxjs": "^7.8.1",
@@ -2,7 +2,7 @@ import type { SchematicOptionObject } from '@o3r/schematics';
2
2
  export interface NgAddAnalyticsSchematicsSchema extends SchematicOptionObject {
3
3
  /** Path to the component */
4
4
  path: string;
5
- /** Skip the linter process */
5
+ /** Skip the linter process which includes the run of EsLint and EditorConfig rules */
6
6
  skipLinter: boolean;
7
7
  /** Determine if the dummy analytics events should be generated */
8
8
  activateDummy: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/analytics-to-component/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,8BAA+B,SAAQ,qBAAqB;IAC3E,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IAEb,8BAA8B;IAC9B,UAAU,EAAE,OAAO,CAAC;IAEpB,kEAAkE;IAClE,aAAa,EAAE,OAAO,CAAC;CACxB"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/analytics-to-component/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,8BAA+B,SAAQ,qBAAqB;IAC3E,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IAEb,sFAAsF;IACtF,UAAU,EAAE,OAAO,CAAC;IAEpB,kEAAkE;IAClE,aAAa,EAAE,OAAO,CAAC;CACxB"}
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "skipLinter": {
12
12
  "type": "boolean",
13
- "description": "Skip the linter process",
13
+ "description": "Skip the linter process which includes EsLint and EditorConfig rules applying",
14
14
  "default": false
15
15
  },
16
16
  "activateDummy": {