@o3r/artifactory-tools 11.0.0-prerelease.9 → 11.1.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 +19 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/artifactory-tools",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.1.0-prerelease.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"winston": "^3.8.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@angular-devkit/core": "~
|
|
34
|
-
"@angular-devkit/schematics": "~
|
|
35
|
-
"@angular-eslint/eslint-plugin": "~
|
|
33
|
+
"@angular-devkit/core": "~18.0.0",
|
|
34
|
+
"@angular-devkit/schematics": "~18.0.0",
|
|
35
|
+
"@angular-eslint/eslint-plugin": "~18.0.0",
|
|
36
36
|
"@babel/core": "~7.24.0",
|
|
37
37
|
"@babel/preset-typescript": "~7.24.0",
|
|
38
38
|
"@compodoc/compodoc": "^1.1.19",
|
|
39
|
-
"@nx/eslint-plugin": "~
|
|
40
|
-
"@nx/jest": "~
|
|
41
|
-
"@o3r/build-helpers": "^11.
|
|
42
|
-
"@o3r/eslint-plugin": "^11.
|
|
43
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
39
|
+
"@nx/eslint-plugin": "~19.3.0",
|
|
40
|
+
"@nx/jest": "~19.3.0",
|
|
41
|
+
"@o3r/build-helpers": "^11.1.0-prerelease.0",
|
|
42
|
+
"@o3r/eslint-plugin": "^11.1.0-prerelease.0",
|
|
43
|
+
"@stylistic/eslint-plugin-ts": "^2.0.0",
|
|
44
44
|
"@types/fs-extra": "^11.0.0",
|
|
45
45
|
"@types/jest": "~29.5.2",
|
|
46
46
|
"@types/node": "^20.0.0",
|
|
@@ -48,16 +48,17 @@
|
|
|
48
48
|
"@types/request-promise-native": "^1.0.18",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
50
50
|
"@typescript-eslint/parser": "^7.2.0",
|
|
51
|
+
"@typescript-eslint/utils": "~7.14.1",
|
|
51
52
|
"cpy-cli": "^5.0.0",
|
|
52
53
|
"eslint": "^8.57.0",
|
|
53
54
|
"eslint-import-resolver-node": "^0.3.9",
|
|
54
|
-
"eslint-plugin-jest": "~
|
|
55
|
-
"eslint-plugin-jsdoc": "~48.
|
|
55
|
+
"eslint-plugin-jest": "~28.6.0",
|
|
56
|
+
"eslint-plugin-jsdoc": "~48.4.0",
|
|
56
57
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
57
|
-
"eslint-plugin-unicorn": "^
|
|
58
|
+
"eslint-plugin-unicorn": "^54.0.0",
|
|
58
59
|
"jest": "~29.7.0",
|
|
59
60
|
"jest-junit": "~16.0.0",
|
|
60
|
-
"nx": "~
|
|
61
|
+
"nx": "~19.3.0",
|
|
61
62
|
"ts-jest": "~29.1.2",
|
|
62
63
|
"ts-node": "~10.9.2",
|
|
63
64
|
"typescript": "~5.4.2"
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
},
|
|
98
99
|
{
|
|
99
100
|
"name": "Stephane Dalle",
|
|
101
|
+
"url": "https://github.com/sdalle-1A",
|
|
100
102
|
"email": "sdalle-1A@users.noreply.github.com"
|
|
101
103
|
},
|
|
102
104
|
{
|
|
@@ -131,7 +133,10 @@
|
|
|
131
133
|
}
|
|
132
134
|
],
|
|
133
135
|
"bugs": "https://github.com/AmadeusITGroup/otter/issues",
|
|
134
|
-
"repository":
|
|
136
|
+
"repository": {
|
|
137
|
+
"type": "git",
|
|
138
|
+
"url": "git+https://github.com/AmadeusITGroup/otter.git"
|
|
139
|
+
},
|
|
135
140
|
"license": "BSD-3-Clause",
|
|
136
141
|
"homepage": "https://amadeusitgroup.github.io/otter/"
|
|
137
142
|
}
|