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 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-2021 SAP SE or an SAP affiliate company and less-openui5 contributors
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 2021 SAP SE or an SAP affiliate company.
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
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  const path = require("path");
4
- const css = require("css");
4
+ const css = require("@adobe/css-tools");
5
5
 
6
6
 
7
7
  const diff = require("./diff");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "less-openui5",
3
- "version": "0.11.5",
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": {