@finema/finework-layer 1.0.70 → 1.0.72

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.72](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.71...1.0.72) (2026-05-28)
4
+
5
+ ### Features
6
+
7
+ * restrict Loan module access to SUPER permission only and mark as developing ([65ad402](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/65ad40240a595e3f18a8ae5a21b49b7d34be0054))
8
+
9
+ ## [1.0.71](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.70...1.0.71) (2026-05-27)
10
+
11
+ ### Bug Fixes
12
+
13
+ * finemacore ([8807625](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/88076252e1926ed427d9a48f383be4225c270ff6))
14
+
3
15
  ## [1.0.70](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.69...1.0.70) (2026-05-27)
4
16
 
5
17
  ## [1.0.69](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.68...1.0.69) (2026-05-27)
@@ -433,15 +433,16 @@ const financeApps = computed(() => [
433
433
  },
434
434
  ]
435
435
  : []),
436
- ...(auth.hasPermission(UserModule.LOAN, Permission.USER, Permission.ADMIN, Permission.SUPER)
436
+ ...(auth.hasPermission(UserModule.SETTING, Permission.SUPER)
437
437
  ? [
438
438
  {
439
439
  name: 'Loan',
440
440
  logo: '/admin/loan.svg',
441
441
  label: 'Loan',
442
442
  description: 'รายการกู้เงินจากธนาคาร',
443
- to: routes.loan.list.lists.to,
444
- status: StatusPortal.ACTIVE,
443
+ // to: routes.loan.list.lists.to,
444
+ to: '/',
445
+ status: StatusPortal.DEVELOPING,
445
446
  },
446
447
  ]
447
448
  : []),
package/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@finema/finework-layer",
7
7
  "dependencies": {
8
- "@finema/core": "^3.16.10",
8
+ "@finema/core": "^3.16.11",
9
9
  },
10
10
  "devDependencies": {
11
11
  "@finema/eslint-config": "^2.0.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.70",
4
+ "version": "1.0.72",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",