@finema/finework-layer 1.0.36 → 1.0.38

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.38](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.37...1.0.38) (2026-04-10)
4
+
5
+ ## [1.0.37](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.36...1.0.37) (2026-04-10)
6
+
7
+ ### Bug Fixes
8
+
9
+ * noti path request ([3a62f71](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/3a62f71bfa77ce69c7b26cb6cf6ae24a54b984a5))
10
+
3
11
  ## [1.0.36](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.35...1.0.36) (2026-04-10)
4
12
 
5
13
  ### Bug Fixes
@@ -138,7 +138,7 @@ const getLink = (item: INotificationItem) => {
138
138
  {
139
139
  switch (item.action_type) {
140
140
  case 'REQUEST_WAITING_APPROVAL':
141
- return `/request/approval/${item.data?.request_slug}/cards/${cardSlug}`
141
+ return `/request/approval/${item.data?.request_slug}`
142
142
 
143
143
  case 'REQUEST_APPROVED':
144
144
  case 'REQUEST_REJECTED':
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.36",
4
+ "version": "1.0.38",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",