@o3r/artifactory-tools 14.0.0-next.1 → 14.0.0-next.3
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/artifactory-tools",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,13 +26,12 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"commander": "^14.0.0",
|
|
28
28
|
"fs-extra": "^11.0.0",
|
|
29
|
-
"ts-node": "~10.9.2",
|
|
30
29
|
"tslib": "^2.6.2",
|
|
31
30
|
"winston": "^3.8.2"
|
|
32
31
|
},
|
|
33
32
|
"peerDependencies": {
|
|
34
33
|
"@angular-devkit/schematics": "^20.0.0",
|
|
35
|
-
"@o3r/telemetry": "
|
|
34
|
+
"@o3r/telemetry": "~14.0.0-next.3"
|
|
36
35
|
},
|
|
37
36
|
"peerDependenciesMeta": {
|
|
38
37
|
"@angular-devkit/schematics": {
|
|
@@ -43,45 +42,44 @@
|
|
|
43
42
|
}
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@angular-devkit/core": "~20.
|
|
47
|
-
"@angular-devkit/schematics": "~20.
|
|
45
|
+
"@angular-devkit/core": "~20.3.11",
|
|
46
|
+
"@angular-devkit/schematics": "~20.3.11",
|
|
48
47
|
"@babel/core": "~7.28.0",
|
|
49
|
-
"@babel/preset-typescript": "~7.
|
|
50
|
-
"@compodoc/compodoc": "^1.1.
|
|
48
|
+
"@babel/preset-typescript": "~7.28.0",
|
|
49
|
+
"@compodoc/compodoc": "^1.1.32",
|
|
51
50
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
52
|
-
"@nx/eslint-plugin": "~21.
|
|
53
|
-
"@nx/jest": "~21.
|
|
54
|
-
"@o3r/build-helpers": "
|
|
55
|
-
"@o3r/eslint-plugin": "
|
|
56
|
-
"@o3r/telemetry": "
|
|
57
|
-
"@o3r/test-helpers": "
|
|
58
|
-
"@stylistic/eslint-plugin": "~5.
|
|
51
|
+
"@nx/eslint-plugin": "~21.6.0",
|
|
52
|
+
"@nx/jest": "~21.6.0",
|
|
53
|
+
"@o3r/build-helpers": "~14.0.0-next.3",
|
|
54
|
+
"@o3r/eslint-plugin": "~14.0.0-next.3",
|
|
55
|
+
"@o3r/telemetry": "~14.0.0-next.3",
|
|
56
|
+
"@o3r/test-helpers": "~14.0.0-next.3",
|
|
57
|
+
"@stylistic/eslint-plugin": "~5.6.0",
|
|
59
58
|
"@types/fs-extra": "^11.0.0",
|
|
60
|
-
"@types/jest": "~
|
|
61
|
-
"@types/node": "~22.
|
|
62
|
-
"@typescript-eslint/parser": "~8.
|
|
63
|
-
"angular-eslint": "~20.
|
|
59
|
+
"@types/jest": "~30.0.0",
|
|
60
|
+
"@types/node": "~22.18.0",
|
|
61
|
+
"@typescript-eslint/parser": "~8.47.0",
|
|
62
|
+
"angular-eslint": "~20.6.0",
|
|
64
63
|
"cpy-cli": "^6.0.0",
|
|
65
|
-
"eslint": "~9.
|
|
64
|
+
"eslint": "~9.39.0",
|
|
66
65
|
"eslint-import-resolver-node": "~0.3.9",
|
|
67
66
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
68
67
|
"eslint-plugin-import": "~2.32.0",
|
|
69
68
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
70
|
-
"eslint-plugin-jest": "~29.
|
|
69
|
+
"eslint-plugin-jest": "~29.1.0",
|
|
71
70
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
72
71
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
73
72
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
74
|
-
"eslint-plugin-unused-imports": "~4.
|
|
73
|
+
"eslint-plugin-unused-imports": "~4.3.0",
|
|
75
74
|
"globals": "^16.0.0",
|
|
76
|
-
"jest": "~
|
|
75
|
+
"jest": "~30.2.0",
|
|
77
76
|
"jest-junit": "~16.0.0",
|
|
78
|
-
"jest-util": "~
|
|
77
|
+
"jest-util": "~30.2.0",
|
|
79
78
|
"jsonc-eslint-parser": "~2.4.0",
|
|
80
|
-
"nx": "~21.
|
|
79
|
+
"nx": "~21.6.0",
|
|
81
80
|
"ts-jest": "~29.4.0",
|
|
82
|
-
"ts-node": "~10.9.2",
|
|
83
81
|
"typescript": "~5.9.2",
|
|
84
|
-
"typescript-eslint": "~8.
|
|
82
|
+
"typescript-eslint": "~8.47.0"
|
|
85
83
|
},
|
|
86
84
|
"engines": {
|
|
87
85
|
"node": "^20.19.0 || ^22.17.0 || ^24.0.0"
|
package/cli/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;AAUA,sBAGC;AAbD,2DAEoC;AAKpC;;GAEG;AACH,SAAgB,KAAK;IACnB,kBAAkB;IAClB,OAAO,IAAA,iBAAI,GAAE,CAAC;AAChB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|