ubk.erp.webpack 1.1.8 → 1.2.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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -276,8 +276,6 @@ Each object in the returned array represents one returned book:
276
276
  ```ts
277
277
  {
278
278
  studentId: number;
279
- branchId: number;
280
- academicYearId: number;
281
279
  fromDate: string; // "YYYY-MM-DD"
282
280
  toDate: string; // "YYYY-MM-DD"
283
281
  customField1: number; // book_issues_id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ubk.erp.webpack",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",