@finema/finework-layer 1.0.6 → 1.0.7

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.7](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.6...1.0.7) (2026-03-06)
4
+
5
+ ### Bug Fixes
6
+
7
+ * correct casing for eFactoring route in PortalApp.vue ([3751d1a](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3751d1a8cc833e2a03cf27715c3770bbffb98181))
8
+
3
9
  ## [1.0.6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.5...1.0.6) (2026-03-06)
4
10
 
5
11
  ### Bug Fixes
@@ -393,7 +393,7 @@ const financeApps = computed(() => [
393
393
  logo: '/admin/efactoring.png',
394
394
  label: 'eFactoring',
395
395
  description: 'การเบิกเงินหมุนเวียนกับธนาคาร',
396
- to: routes.efactoring.dashboard.to,
396
+ to: routes.eFactoring.dashboard.to,
397
397
  status: StatusPortal.ACTIVE,
398
398
  },
399
399
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",