@o3r/pipeline 11.6.0-prerelease.4 → 11.6.0-prerelease.41
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/pipeline",
|
|
3
|
-
"version": "11.6.0-prerelease.
|
|
3
|
+
"version": "11.6.0-prerelease.41",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"default": "./package.json"
|
|
31
31
|
},
|
|
32
32
|
".": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
33
|
+
"typings": "./src/public_api.d.ts",
|
|
34
|
+
"default": "./src/public_api.js"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"tslib": "^2.6.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@angular-devkit/schematics": "
|
|
43
|
-
"@o3r/schematics": "^11.6.0-prerelease.
|
|
44
|
-
"@o3r/telemetry": "^11.6.0-prerelease.
|
|
42
|
+
"@angular-devkit/schematics": "^18.2.0",
|
|
43
|
+
"@o3r/schematics": "^11.6.0-prerelease.41",
|
|
44
|
+
"@o3r/telemetry": "^11.6.0-prerelease.41",
|
|
45
45
|
"type-fest": "^4.10.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
@@ -62,31 +62,38 @@
|
|
|
62
62
|
"@angular-devkit/architect": "~0.1802.0",
|
|
63
63
|
"@angular-devkit/core": "~18.2.0",
|
|
64
64
|
"@angular-devkit/schematics": "~18.2.0",
|
|
65
|
-
"@angular-eslint/eslint-plugin": "~18.3.0",
|
|
66
65
|
"@compodoc/compodoc": "^1.1.19",
|
|
66
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
67
67
|
"@nx/eslint-plugin": "~19.5.0",
|
|
68
68
|
"@nx/jest": "~19.5.0",
|
|
69
69
|
"@nx/js": "~19.5.0",
|
|
70
|
-
"@o3r/build-helpers": "^11.6.0-prerelease.
|
|
71
|
-
"@o3r/eslint-plugin": "^11.6.0-prerelease.
|
|
72
|
-
"@o3r/schematics": "^11.6.0-prerelease.
|
|
73
|
-
"@o3r/telemetry": "^11.6.0-prerelease.
|
|
74
|
-
"@o3r/test-helpers": "^11.6.0-prerelease.
|
|
70
|
+
"@o3r/build-helpers": "^11.6.0-prerelease.41",
|
|
71
|
+
"@o3r/eslint-plugin": "^11.6.0-prerelease.41",
|
|
72
|
+
"@o3r/schematics": "^11.6.0-prerelease.41",
|
|
73
|
+
"@o3r/telemetry": "^11.6.0-prerelease.41",
|
|
74
|
+
"@o3r/test-helpers": "^11.6.0-prerelease.41",
|
|
75
75
|
"@schematics/angular": "~18.2.0",
|
|
76
|
-
"@stylistic/eslint-plugin
|
|
76
|
+
"@stylistic/eslint-plugin": "~2.7.0",
|
|
77
|
+
"@stylistic/eslint-plugin-ts": "~2.7.0",
|
|
77
78
|
"@types/jest": "~29.5.2",
|
|
78
79
|
"@types/js-yaml": "^4.0.5",
|
|
79
80
|
"@types/node": "^20.0.0",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "
|
|
81
|
-
"@typescript-eslint/parser": "
|
|
82
|
-
"@typescript-eslint/utils": "
|
|
81
|
+
"@typescript-eslint/eslint-plugin": "~8.17.0",
|
|
82
|
+
"@typescript-eslint/parser": "~8.17.0",
|
|
83
|
+
"@typescript-eslint/utils": "~8.17.0",
|
|
84
|
+
"angular-eslint": "~18.4.0",
|
|
83
85
|
"cpy-cli": "^5.0.0",
|
|
84
|
-
"eslint": "
|
|
86
|
+
"eslint": "~9.14.0",
|
|
85
87
|
"eslint-import-resolver-node": "^0.3.9",
|
|
88
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
89
|
+
"eslint-plugin-import": "^2.31.0",
|
|
90
|
+
"eslint-plugin-import-newlines": "^1.4.0",
|
|
86
91
|
"eslint-plugin-jest": "~28.8.0",
|
|
87
|
-
"eslint-plugin-jsdoc": "~
|
|
92
|
+
"eslint-plugin-jsdoc": "~50.2.0",
|
|
88
93
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
89
|
-
"eslint-plugin-unicorn": "^
|
|
94
|
+
"eslint-plugin-unicorn": "^56.0.0",
|
|
95
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
96
|
+
"globals": "^15.9.0",
|
|
90
97
|
"jest": "~29.7.0",
|
|
91
98
|
"jest-junit": "~16.0.0",
|
|
92
99
|
"jsonc-eslint-parser": "~2.4.0",
|
|
@@ -96,7 +103,8 @@
|
|
|
96
103
|
"ts-jest": "~29.2.0",
|
|
97
104
|
"ts-node": "~10.9.2",
|
|
98
105
|
"type-fest": "^4.10.2",
|
|
99
|
-
"typescript": "~5.5.4"
|
|
106
|
+
"typescript": "~5.5.4",
|
|
107
|
+
"typescript-eslint": "~8.17.0"
|
|
100
108
|
},
|
|
101
109
|
"engines": {
|
|
102
110
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAML,IAAI,EAIL,MAAM,4BAA4B,CAAC;AAQpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AAmFlB;;;GAGG;AACH,eAAO,MAAM,KAAK,YAAa,qBAAqB,KAAG,IAQtD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ngAdd = void 0;
|
|
4
|
-
const schematics_1 = require("@angular-devkit/schematics");
|
|
5
|
-
const js_yaml_1 = require("js-yaml");
|
|
6
4
|
const fs = require("node:fs");
|
|
7
5
|
const path = require("node:path");
|
|
6
|
+
const schematics_1 = require("@angular-devkit/schematics");
|
|
7
|
+
const js_yaml_1 = require("js-yaml");
|
|
8
8
|
/**
|
|
9
9
|
* Determines if the Yarn version is 2 or higher based on the contents of the .yarnrc.yml file.
|
|
10
10
|
* @param tree tree
|
|
@@ -63,10 +63,7 @@ function ngAddFn(options) {
|
|
|
63
63
|
else {
|
|
64
64
|
// both npm and yarn 1 use .npmrc for the registry
|
|
65
65
|
const npmrcPath = '/.npmrc';
|
|
66
|
-
if (
|
|
67
|
-
tree.create(npmrcPath, `registry=${options.npmRegistry}`);
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
66
|
+
if (tree.exists(npmrcPath)) {
|
|
70
67
|
const npmrcContent = tree.readText(npmrcPath);
|
|
71
68
|
const registryPattern = /^registry=.*$/m;
|
|
72
69
|
const newRegistryLine = `registry=${options.npmRegistry}`;
|
|
@@ -75,6 +72,9 @@ function ngAddFn(options) {
|
|
|
75
72
|
: `${npmrcContent}\n${newRegistryLine}`;
|
|
76
73
|
tree.overwrite(npmrcPath, newContent);
|
|
77
74
|
}
|
|
75
|
+
else {
|
|
76
|
+
tree.create(npmrcPath, `registry=${options.npmRegistry}`);
|
|
77
|
+
}
|
|
78
78
|
}
|
|
79
79
|
return tree;
|
|
80
80
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,KAAK,UAAU,GAAG,QAAQ,CAAC;AAE3B,MAAM,WAAW,qBAAsB,SAAQ,qBAAqB;IAElE,qCAAqC;IACrC,SAAS,EAAE,UAAU,CAAC;IAEtB,oBAAoB;IACpB,MAAM,EAAE,MAAM,CAAC;IAEf,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC"}
|