ubk.erp.webpack 1.0.9 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,6 +110,7 @@ const TransportPage = () => {
110
110
  | `AssignVehicles` | Assign vehicles to specific routes. |
111
111
  | `AddDriver` | Driver information and document management. |
112
112
  | `RouteTimeTable` | Schedule management for transport routes. |
113
+ | `AssignStudentToTransport` | Assign students to transport routes. |
113
114
  | `Stoppage` | Manage route stops and timings. |
114
115
  | `AddBook` | Library: add books. |
115
116
  | `BookList` | Library: book list + barcode printing. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubk.erp.webpack",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",