@o3r/telemetry 11.1.0-prerelease.9 → 11.2.0-prerelease.0
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/telemetry",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0-prerelease.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"tslib": "^2.6.2"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@angular-devkit/architect": "~0.
|
|
23
|
-
"@angular-devkit/core": "~18.
|
|
24
|
-
"@angular-devkit/schematics": "~18.
|
|
22
|
+
"@angular-devkit/architect": "~0.1801.0",
|
|
23
|
+
"@angular-devkit/core": "~18.1.0",
|
|
24
|
+
"@angular-devkit/schematics": "~18.1.0",
|
|
25
25
|
"rxjs": "^7.8.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@angular-devkit/architect": "~0.
|
|
34
|
-
"@angular-devkit/core": "~18.
|
|
35
|
-
"@angular-devkit/schematics": "~18.
|
|
36
|
-
"@angular-eslint/eslint-plugin": "~18.
|
|
37
|
-
"@nx/eslint-plugin": "~19.
|
|
38
|
-
"@nx/jest": "~19.
|
|
39
|
-
"@nx/js": "~19.
|
|
40
|
-
"@o3r/eslint-plugin": "^11.
|
|
41
|
-
"@stylistic/eslint-plugin-ts": "
|
|
33
|
+
"@angular-devkit/architect": "~0.1801.0",
|
|
34
|
+
"@angular-devkit/core": "~18.1.0",
|
|
35
|
+
"@angular-devkit/schematics": "~18.1.0",
|
|
36
|
+
"@angular-eslint/eslint-plugin": "~18.1.0",
|
|
37
|
+
"@nx/eslint-plugin": "~19.5.0",
|
|
38
|
+
"@nx/jest": "~19.5.0",
|
|
39
|
+
"@nx/js": "~19.5.0",
|
|
40
|
+
"@o3r/eslint-plugin": "^11.2.0-prerelease.0",
|
|
41
|
+
"@stylistic/eslint-plugin-ts": "~2.4.0",
|
|
42
42
|
"@types/jest": "~29.5.2",
|
|
43
43
|
"@types/node": "^20.0.0",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"eslint": "^8.57.0",
|
|
49
49
|
"eslint-import-resolver-node": "^0.3.9",
|
|
50
50
|
"eslint-plugin-jest": "~28.6.0",
|
|
51
|
-
"eslint-plugin-jsdoc": "~48.
|
|
51
|
+
"eslint-plugin-jsdoc": "~48.10.0",
|
|
52
52
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
53
53
|
"eslint-plugin-unicorn": "^54.0.0",
|
|
54
54
|
"jest": "~29.7.0",
|
|
55
55
|
"jest-junit": "~16.0.0",
|
|
56
56
|
"jsonc-eslint-parser": "~2.4.0",
|
|
57
|
-
"nx": "~19.
|
|
57
|
+
"nx": "~19.5.0",
|
|
58
58
|
"rxjs": "^7.8.1",
|
|
59
|
-
"ts-jest": "~29.
|
|
59
|
+
"ts-jest": "~29.2.0",
|
|
60
60
|
"ts-node": "~10.9.2",
|
|
61
|
-
"typescript": "~5.4
|
|
61
|
+
"typescript": "~5.5.4"
|
|
62
62
|
},
|
|
63
63
|
"schematics": "./collection.json",
|
|
64
64
|
"engines": {
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"main": "./src/public_api.js",
|
|
77
77
|
"type": "commonjs",
|
|
78
|
+
"types": "./src/public_api.d.ts",
|
|
78
79
|
"contributors": [
|
|
79
80
|
{
|
|
80
81
|
"name": "Yannick Adam",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ngAdd =
|
|
3
|
+
exports.ngAdd = ngAdd;
|
|
4
4
|
/**
|
|
5
5
|
* Add Otter telemetry to an Otter Project
|
|
6
6
|
* @param options
|
|
@@ -20,5 +20,4 @@ You can also temporarily deactivate it by running your builder or schematic with
|
|
|
20
20
|
`);
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
exports.ngAdd = ngAdd;
|
|
24
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/environment/index.ts"],"names":[],"mappings":"AAKA,mCAAmC;AACnC,KAAK,wBAAwB,GAAG,KAAK,GAAG,MAAM,CAAC;AA0C/C,UAAU,kBAAkB;IAC1B,uCAAuC;IACvC,IAAI,EAAE,wBAAwB,CAAC;IAC/B,qCAAqC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAYD;;GAEG;AACH,UAAU,mBAAmB;IAC3B,wCAAwC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,UAAU,QAAQ;IAChB,wBAAwB;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,UAAU,SAAS;IACjB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,UAAU,WAAW;IACnB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,qBAAqB;IACpC,qBAAqB;IACrB,EAAE,EAAE,mBAAmB,CAAC;IACxB,yBAAyB;IACzB,IAAI,EAAE,QAAQ,CAAC;IACf,kCAAkC;IAClC,cAAc,EAAE,kBAAkB,CAAC;IACnC,wBAAwB;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,6BAA6B;IAC7B,EAAE,EAAE,OAAO,CAAC;IACZ,0BAA0B;IAC1B,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/environment/index.ts"],"names":[],"mappings":"AAKA,mCAAmC;AACnC,KAAK,wBAAwB,GAAG,KAAK,GAAG,MAAM,CAAC;AA0C/C,UAAU,kBAAkB;IAC1B,uCAAuC;IACvC,IAAI,EAAE,wBAAwB,CAAC;IAC/B,qCAAqC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAYD;;GAEG;AACH,UAAU,mBAAmB;IAC3B,wCAAwC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,+BAA+B;IAC/B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,UAAU,QAAQ;IAChB,wBAAwB;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,UAAU,SAAS;IACjB,iDAAiD;IACjD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,UAAU,WAAW;IACnB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,qBAAqB;IACpC,qBAAqB;IACrB,EAAE,EAAE,mBAAmB,CAAC;IACxB,yBAAyB;IACzB,IAAI,EAAE,QAAQ,CAAC;IACf,kCAAkC;IAClC,cAAc,EAAE,kBAAkB,CAAC;IACnC,wBAAwB;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,6BAA6B;IAC7B,EAAE,EAAE,OAAO,CAAC;IACZ,0BAA0B;IAC1B,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,QAAa,OAAO,CAAC,qBAAqB,CAuCxE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,uBAYvC,CAAC"}
|