@ui5/server 3.6.0 → 3.6.1
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/.reuse/dep5 +1 -1
- package/CHANGELOG.md +8 -1
- package/CONTRIBUTING.md +2 -2
- package/LICENSE.txt +1 -1
- package/README.md +7 -7
- package/jsdoc.json +6 -6
- package/lib/middleware/MiddlewareManager.js +2 -2
- package/lib/server.js +1 -1
- package/package.json +8 -8
package/.reuse/dep5
CHANGED
|
@@ -25,7 +25,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
25
25
|
parties the right to use of access any SAP External Product, through API Calls.
|
|
26
26
|
|
|
27
27
|
Files: *
|
|
28
|
-
Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5
|
|
28
|
+
Copyright: 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
|
|
29
29
|
License: Apache-2.0
|
|
30
30
|
|
|
31
31
|
Files: lib/middleware/serveIndex/*
|
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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/v3.6.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.6.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.6.1"></a>
|
|
8
|
+
## [v3.6.1] - 2025-09-12
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
- Rename project to UI5 CLI [`003cc77`](https://github.com/SAP/ui5-server/commit/003cc77e70a5611e0efae9609f399ae2fba0d41d)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v3.6.0"></a>
|
|
8
14
|
## [v3.6.0] - 2025-06-10
|
|
@@ -359,6 +365,7 @@ Only Node.js v10 or higher is supported.
|
|
|
359
365
|
|
|
360
366
|
<a name="v0.0.1"></a>
|
|
361
367
|
## v0.0.1 - 2018-06-06
|
|
368
|
+
[v3.6.1]: https://github.com/SAP/ui5-server/compare/v3.6.0...v3.6.1
|
|
362
369
|
[v3.6.0]: https://github.com/SAP/ui5-server/compare/v3.5.0...v3.6.0
|
|
363
370
|
[v3.5.0]: https://github.com/SAP/ui5-server/compare/v3.4.0...v3.5.0
|
|
364
371
|
[v3.4.0]: https://github.com/SAP/ui5-server/compare/v3.3.0...v3.4.0
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Contributing to the UI5
|
|
1
|
+
# Contributing to the UI5 CLI
|
|
2
2
|
|
|
3
|
-
See CONTRIBUTING.md in the [
|
|
3
|
+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md) repository.
|
package/LICENSE.txt
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5
|
|
189
|
+
Copyright 2018-2024 SAP SE or an SAP affiliate company and UI5 CLI contributors
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# ui5-server
|
|
4
4
|
> Modules for running a UI5 development server
|
|
5
|
-
> Part of the [UI5
|
|
5
|
+
> Part of the [UI5 CLI](https://github.com/UI5/cli)
|
|
6
6
|
|
|
7
7
|
[](https://api.reuse.software/info/github.com/SAP/ui5-server)
|
|
8
8
|
[](https://dev.azure.com/sap/opensource/_build/latest?definitionId=34&branchName=v3)
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
[](https://coveralls.io/github/SAP/ui5-server)
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
|
-
UI5 Server documentation can be found here: [
|
|
13
|
+
UI5 Server documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v3/pages/Server/)
|
|
14
14
|
|
|
15
|
-
The UI5 Server API Reference can be found here: [`@ui5/server`](https://
|
|
15
|
+
The UI5 Server API Reference can be found here: [`@ui5/server`](https://ui5.github.io/cli/v3/api/module-@ui5_server.html)
|
|
16
16
|
|
|
17
17
|
## Contributing
|
|
18
|
-
Please check our [Contribution Guidelines](https://github.com/
|
|
18
|
+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md).
|
|
19
19
|
|
|
20
20
|
## Support
|
|
21
|
-
Please follow our [Contribution Guidelines](https://github.com/
|
|
21
|
+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/v3/CONTRIBUTING.md#report-an-issue) on how to report an issue.
|
|
22
22
|
|
|
23
|
-
Please report issues in the main [UI5
|
|
23
|
+
Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
|
|
24
24
|
|
|
25
25
|
## Release History
|
|
26
26
|
See [CHANGELOG.md](CHANGELOG.md).
|
package/jsdoc.json
CHANGED
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"openGraph": {
|
|
28
|
-
"title": "UI5
|
|
28
|
+
"title": "UI5 CLI - API Reference",
|
|
29
29
|
"type": "website",
|
|
30
|
-
"image": "https://
|
|
31
|
-
"site_name": "UI5
|
|
32
|
-
"url": "https://
|
|
30
|
+
"image": "https://ui5.github.io/cli/v3/images/UI5_logo_wide.png",
|
|
31
|
+
"site_name": "UI5 CLI - API Reference",
|
|
32
|
+
"url": "https://ui5.github.io/cli/"
|
|
33
33
|
},
|
|
34
34
|
"docdash": {
|
|
35
35
|
"sectionOrder": [
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"Interfaces"
|
|
44
44
|
],
|
|
45
45
|
"meta": {
|
|
46
|
-
"title": "UI5
|
|
47
|
-
"description": "UI5
|
|
46
|
+
"title": "UI5 CLI - API Reference - UI5 Server",
|
|
47
|
+
"description": "UI5 CLI - API Reference - UI5 Server",
|
|
48
48
|
"keyword": "openui5 sapui5 ui5 build development tool api reference"
|
|
49
49
|
},
|
|
50
50
|
"search": true,
|
|
@@ -101,8 +101,8 @@ class MiddlewareManager {
|
|
|
101
101
|
throw new Error(
|
|
102
102
|
`Standard middleware "connectUi5Proxy", referenced by middleware "${middlewareName}" ` +
|
|
103
103
|
`in project ${this.middlewareUtil.getProject()}, ` +
|
|
104
|
-
`has been removed in this version of UI5
|
|
105
|
-
`Please see the migration guide at https://
|
|
104
|
+
`has been removed in this version of UI5 CLI and can't be referenced anymore. ` +
|
|
105
|
+
`Please see the migration guide at https://ui5.github.io/cli/updates/migrate-v3/`);
|
|
106
106
|
}
|
|
107
107
|
if (refMiddlewareIdx === -1) {
|
|
108
108
|
throw new Error(`Could not find middleware ${refMiddlewareName}, referenced by custom ` +
|
package/lib/server.js
CHANGED
|
@@ -182,7 +182,7 @@ export async function serve(graph, {
|
|
|
182
182
|
if (h2) {
|
|
183
183
|
const nodeVersion = parseInt(process.versions.node.split(".")[0], 10);
|
|
184
184
|
if (nodeVersion >= 24) {
|
|
185
|
-
log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/
|
|
185
|
+
log.error("ERROR: With Node v24, usage of HTTP/2 is no longer supported. Please check https://github.com/UI5/cli/issues/327 for updates.");
|
|
186
186
|
process.exit(1);
|
|
187
187
|
}
|
|
188
188
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/server",
|
|
3
|
-
"version": "3.6.
|
|
4
|
-
"description": "UI5
|
|
3
|
+
"version": "3.6.1",
|
|
4
|
+
"description": "UI5 CLI - Server",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
7
7
|
"email": "openui5@sap.com",
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"url": "git@github.com:SAP/ui5-server.git"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@ui5/builder": "^3.7.
|
|
119
|
-
"@ui5/fs": "^3.0.
|
|
120
|
-
"@ui5/logger": "^3.0.
|
|
118
|
+
"@ui5/builder": "^3.7.1",
|
|
119
|
+
"@ui5/fs": "^3.0.6",
|
|
120
|
+
"@ui5/logger": "^3.0.1",
|
|
121
121
|
"body-parser": "^1.20.2",
|
|
122
|
-
"compression": "^1.8.
|
|
122
|
+
"compression": "^1.8.1",
|
|
123
123
|
"cors": "^2.8.5",
|
|
124
124
|
"devcert-sanscache": "^0.4.8",
|
|
125
125
|
"escape-html": "^1.0.3",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
139
|
"@istanbuljs/esm-loader-hook": "^0.2.0",
|
|
140
|
-
"@ui5/project": "^3.9.
|
|
140
|
+
"@ui5/project": "^3.9.5",
|
|
141
141
|
"ava": "^5.3.1",
|
|
142
142
|
"chokidar-cli": "^3.0.0",
|
|
143
143
|
"cross-env": "^7.0.3",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"eslint-config-google": "^0.14.0",
|
|
148
148
|
"eslint-plugin-ava": "^14.0.0",
|
|
149
149
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
150
|
-
"esmock": "^2.7.
|
|
150
|
+
"esmock": "^2.7.3",
|
|
151
151
|
"jsdoc": "^4.0.4",
|
|
152
152
|
"nyc": "^15.1.0",
|
|
153
153
|
"open-cli": "^7.2.0",
|