@ui5/builder 3.0.0 → 3.0.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/CHANGELOG.md +5 -1
- package/package.json +6 -6
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-builder/compare/v3.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.0.1"></a>
|
|
8
|
+
## [v3.0.1] - 2023-02-16
|
|
6
9
|
|
|
7
10
|
<a name="v3.0.0"></a>
|
|
8
11
|
## [v3.0.0] - 2023-02-09
|
|
@@ -770,6 +773,7 @@ to load the custom bundle file instead.
|
|
|
770
773
|
|
|
771
774
|
### Features
|
|
772
775
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
776
|
+
[v3.0.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0...v3.0.1
|
|
773
777
|
[v3.0.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0
|
|
774
778
|
[v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9
|
|
775
779
|
[v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -118,14 +118,14 @@
|
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@jridgewell/sourcemap-codec": "^1.4.14",
|
|
121
|
-
"@ui5/fs": "^3.0.
|
|
121
|
+
"@ui5/fs": "^3.0.1",
|
|
122
122
|
"@ui5/logger": "^3.0.0",
|
|
123
123
|
"cheerio": "1.0.0-rc.12",
|
|
124
124
|
"escape-unicode": "^0.2.0",
|
|
125
125
|
"escope": "^4.0.0",
|
|
126
126
|
"espree": "^9.4.1",
|
|
127
127
|
"graceful-fs": "^4.2.10",
|
|
128
|
-
"jsdoc": "^4.0.
|
|
128
|
+
"jsdoc": "^4.0.1",
|
|
129
129
|
"less-openui5": "^0.11.6",
|
|
130
130
|
"pretty-data": "^0.40.0",
|
|
131
131
|
"rimraf": "^4.1.2",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
"devDependencies": {
|
|
138
138
|
"@istanbuljs/esm-loader-hook": "^0.2.0",
|
|
139
|
-
"@ui5/project": "^3.0.0
|
|
139
|
+
"@ui5/project": "^3.0.0",
|
|
140
140
|
"ava": "^5.2.0",
|
|
141
141
|
"chai": "^4.3.7",
|
|
142
142
|
"chai-fs": "^2.0.0",
|
|
@@ -144,10 +144,10 @@
|
|
|
144
144
|
"cross-env": "^7.0.3",
|
|
145
145
|
"depcheck": "^1.4.3",
|
|
146
146
|
"docdash": "^2.0.1",
|
|
147
|
-
"eslint": "^8.
|
|
147
|
+
"eslint": "^8.34.0",
|
|
148
148
|
"eslint-config-google": "^0.14.0",
|
|
149
149
|
"eslint-plugin-ava": "^14.0.0",
|
|
150
|
-
"eslint-plugin-jsdoc": "^
|
|
150
|
+
"eslint-plugin-jsdoc": "^40.0.0",
|
|
151
151
|
"esmock": "^2.1.0",
|
|
152
152
|
"nyc": "^15.1.0",
|
|
153
153
|
"open-cli": "^7.1.0",
|