adminizer 4.5.0-build.193 → 4.5.0-build.195

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 +0 -1
  2. package/package.json +2 -1
package/Readme.md CHANGED
@@ -15,7 +15,6 @@ We would like to express special thanks to **Konstantin Zolotarev**, who laid th
15
15
  Follow us for updates, tutorials, and community discussions:
16
16
 
17
17
  [![Telegram](https://img.shields.io/badge/Telegram-Join%20Chat-blue?logo=telegram)](https://t.me/talks_adminizer)
18
- [![X / Twitter](https://img.shields.io/badge/X-%40admnzr-000000?logo=twitter)](https://x.com/admnzr)
19
18
  [![Facebook](https://img.shields.io/badge/Facebook-Adminizer-blue?logo=facebook)](https://www.facebook.com/profile.php?id=61575683442665)
20
19
 
21
20
  ---
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "adminizer",
3
3
  "type": "module",
4
- "version": "4.5.0-build.193",
4
+ "version": "4.5.0-build.195",
5
5
  "main": "index.js",
6
6
  "exports": {
7
7
  ".": "./index.js",
8
+ "./lib/DataAccessor": "./dist/lib/DataAccessor.js",
8
9
  "./ui/*": "./dist/ui/components/ui/*.js"
9
10
  },
10
11
  "scripts": {