asab_webui_shell 25.1.1 → 25.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # Asab Webui Shell Lib
1
+ # TeskaLabs ASAB WebUI Shell Library
2
2
 
3
3
  Shell library of ASAB used in WebUI projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "25.1.1",
3
+ "version": "25.1.2",
4
4
  "description": "TeskaLabs ASAB WebUI Shell Application",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "i18next-browser-languagedetector": "^6.1.2"
26
26
  },
27
27
  "peerDependencies": {
28
- "asab_webui_components": "git+https://github.com/TeskaLabs/asab-webui-components-lib.git#main",
28
+ "asab_webui_components": "^25.1.1",
29
29
  "@babel/runtime": "^7.22.11",
30
30
  "react": "^17.0.0",
31
31
  "react-dom": "^17.0.0",