@ui5/server 4.0.12 → 4.0.13
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/CHANGELOG.md +5 -1
- package/package.json +9 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.13...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.13"></a>
|
|
8
|
+
## [v4.0.13] - 2026-02-24
|
|
6
9
|
|
|
7
10
|
<a name="v4.0.12"></a>
|
|
8
11
|
## [v4.0.12] - 2026-02-16
|
|
@@ -426,6 +429,7 @@ Only Node.js v10 or higher is supported.
|
|
|
426
429
|
|
|
427
430
|
<a name="v0.0.1"></a>
|
|
428
431
|
## v0.0.1 - 2018-06-06
|
|
432
|
+
[v4.0.13]: https://github.com/SAP/ui5-server/compare/v4.0.12...v4.0.13
|
|
429
433
|
[v4.0.12]: https://github.com/SAP/ui5-server/compare/v4.0.11...v4.0.12
|
|
430
434
|
[v4.0.11]: https://github.com/SAP/ui5-server/compare/v4.0.10...v4.0.11
|
|
431
435
|
[v4.0.10]: https://github.com/SAP/ui5-server/compare/v4.0.9...v4.0.10
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/server",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.13",
|
|
4
4
|
"description": "UI5 CLI - Server",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -141,24 +141,29 @@
|
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@eslint/js": "^9.8.0",
|
|
143
143
|
"@istanbuljs/esm-loader-hook": "^0.3.0",
|
|
144
|
-
"@ui5/project": "^4.0.
|
|
144
|
+
"@ui5/project": "^4.0.11",
|
|
145
145
|
"ava": "^6.4.1",
|
|
146
146
|
"chokidar-cli": "^3.0.0",
|
|
147
147
|
"cross-env": "^10.1.0",
|
|
148
148
|
"docdash": "^2.0.2",
|
|
149
|
-
"eslint": "^9.39.
|
|
149
|
+
"eslint": "^9.39.3",
|
|
150
150
|
"eslint-config-google": "^0.14.0",
|
|
151
151
|
"eslint-plugin-ava": "^15.1.0",
|
|
152
152
|
"eslint-plugin-jsdoc": "61.5.0",
|
|
153
153
|
"esmock": "^2.7.3",
|
|
154
154
|
"globals": "^16.5.0",
|
|
155
155
|
"jsdoc": "^4.0.5",
|
|
156
|
-
"knip": "^5.
|
|
156
|
+
"knip": "^5.85.0",
|
|
157
157
|
"nyc": "^17.1.0",
|
|
158
158
|
"open-cli": "^8.0.0",
|
|
159
159
|
"rimraf": "^6.1.3",
|
|
160
160
|
"sinon": "^21.0.1",
|
|
161
161
|
"supertest": "^7.2.2",
|
|
162
162
|
"tap-xunit": "^2.4.1"
|
|
163
|
+
},
|
|
164
|
+
"overrides": {
|
|
165
|
+
"glob": {
|
|
166
|
+
"minimatch": "^10.2.2"
|
|
167
|
+
}
|
|
163
168
|
}
|
|
164
169
|
}
|