@finema/finework-layer 0.2.27 → 0.2.28

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
+ ## [0.2.28](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.27...0.2.28) (2025-10-27)
4
+
5
+ ### Bug Fixes
6
+
7
+ * infoitemList no secode ([0cfdaf6](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/0cfdaf620ec71f278a8c540d366e8954711b8461))
8
+
3
9
  ## [0.2.27](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.26...0.2.27) (2025-10-24)
4
10
 
5
11
  ## [0.2.26](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.25...0.2.26) (2025-10-24)
@@ -170,7 +170,6 @@ const getValue = (item: any): string => {
170
170
  day: 'numeric',
171
171
  hour: '2-digit',
172
172
  minute: '2-digit',
173
- second: '2-digit',
174
173
  hour12: false,
175
174
  timeZone: 'UTC',
176
175
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "0.2.27",
4
+ "version": "0.2.28",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",