@siemens/map-styles 49.13.0 → 51.0.0-rc.4
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/README.md +1 -1
- package/common/package.json +4 -0
- package/package.json +3 -2
- /package/{LICENSE.md → LICENSE} +0 -0
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siemens/map-styles",
|
|
3
3
|
"description": "Element map styles library.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "51.0.0-rc.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,5 +36,6 @@
|
|
|
36
36
|
"sideEffects": false,
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.3.0"
|
|
39
|
-
}
|
|
39
|
+
},
|
|
40
|
+
"readme": "# @siemens/map-styles\n\nElement map styles for OpenLayers and MapLibre GL.\n\n## Running unit tests\n\nRun `npm run map-styles:test` to perform the unit tests via [Vitest](https://main.vitest.dev/).\n\n## License\n\nThe following applies for code and documentation of the git repository,\nunless explicitly mentioned.\n\nCopyright (c) Siemens 2016 - 2026\n\nMIT, see [LICENSE](LICENSE).\n"
|
|
40
41
|
}
|
/package/{LICENSE.md → LICENSE}
RENAMED
|
File without changes
|