ubk.erp.webpack 1.2.3 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -257,6 +257,7 @@ const GeneralSettingPage = ({ token }) => {
257
257
  | `LibraryAssignStudent` | Assign/remove student membership. |
258
258
  | `LibraryCategory` | Manage book categories. |
259
259
  | `LibraryReport` | Monthly report. |
260
+ | `LibraryRenewalReport` | Library Report. |
260
261
 
261
262
  # 📚 Library `IssueReturn` — Return Callback
262
263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubk.erp.webpack",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",