less-openui5 0.11.5 → 0.11.6
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/LICENSE.txt +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
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: 2016-
|
|
28
|
+
Copyright: 2016-2023 SAP SE or an SAP affiliate company and less-openui5 contributors
|
|
29
29
|
License: Apache-2.0
|
|
30
30
|
|
|
31
31
|
Files: lib/thirdparty/less/*
|
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
|
|
189
|
+
Copyright 2023 SAP SE or an SAP affiliate company.
|
|
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/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "less-openui5",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "Build OpenUI5 themes with Less.js",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"url": "git@github.com:SAP/less-openui5.git"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
+
"@adobe/css-tools": "^4.0.2",
|
|
85
86
|
"clone": "^2.1.2",
|
|
86
|
-
"css": "^3.0.0",
|
|
87
87
|
"mime": "^1.6.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|