@baseline-ui/translations 0.37.1 → 0.38.0
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/Acknowledgements.md +2 -2
- package/package.json +2 -2
package/Acknowledgements.md
CHANGED
|
@@ -60552,11 +60552,11 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
60552
60552
|
|
|
60553
60553
|
---
|
|
60554
60554
|
|
|
60555
|
-
The following software may be included in this product: dompurify (3.
|
|
60555
|
+
The following software may be included in this product: dompurify (3.2.4)
|
|
60556
60556
|
This software contains the following license and notice below:
|
|
60557
60557
|
|
|
60558
60558
|
DOMPurify
|
|
60559
|
-
Copyright
|
|
60559
|
+
Copyright 2025 Dr.-Ing. Mario Heiderich, Cure53
|
|
60560
60560
|
|
|
60561
60561
|
DOMPurify is free software; you can redistribute it and/or modify it under the
|
|
60562
60562
|
terms of either:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/translations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"source": "./src/index.ts",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"lodash": "^4.17.21",
|
|
17
|
-
"@baseline-ui/utils": "0.
|
|
17
|
+
"@baseline-ui/utils": "0.38.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/lodash": "^4.17.15",
|