@finema/core 1.4.76 → 1.4.77

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/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.76",
3
+ "version": "1.4.77",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
package/dist/module.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineNuxtModule, createResolver, installModule, addPlugin, addComponentsDir, addImportsDir } from '@nuxt/kit';
2
2
 
3
3
  const name = "@finema/core";
4
- const version = "1.4.76";
4
+ const version = "1.4.77";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -338,7 +338,7 @@ const module = defineNuxtModule({
338
338
  tailwindConfig.content = {
339
339
  ...tailwindConfig.content,
340
340
  files: [
341
- ...tailwindConfig.content.files,
341
+ ...tailwindConfig.content.files || [],
342
342
  resolve(runtimeDir, "components/**/*.{vue,mjs,ts}"),
343
343
  resolve(runtimeDir, "ui.config/**/*.{mjs,js,ts}")
344
344
  ]
@@ -3,8 +3,8 @@
3
3
  </template>
4
4
 
5
5
  <script lang="ts" setup>
6
- import { type PropType } from '#imports'
7
6
  import type { AvatarSize } from '#ui/types'
7
+ import type { PropType } from 'vue'
8
8
 
9
9
  defineOptions({
10
10
  inheritAttrs: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.76",
3
+ "version": "1.4.77",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",
@@ -33,16 +33,16 @@
33
33
  "prepare": "husky install"
34
34
  },
35
35
  "dependencies": {
36
- "@nuxt/kit": "^3.10.1",
37
- "@nuxt/ui": "^2.13.0",
36
+ "@nuxt/kit": "^3.10.3",
37
+ "@nuxt/ui": "^2.14.0",
38
38
  "@pinia/nuxt": "^0.5.1",
39
39
  "@vee-validate/nuxt": "^4.12.5",
40
40
  "@vee-validate/zod": "^4.12.5",
41
- "@vuepic/vue-datepicker": "^8.1.0",
41
+ "@vuepic/vue-datepicker": "^8.1.1",
42
42
  "axios": "^1.6.7",
43
43
  "date-fns": "^3.3.1",
44
- "i18next": "^23.8.2",
45
- "nuxt-security": "^1.1.0",
44
+ "i18next": "^23.10.0",
45
+ "nuxt-security": "^1.2.0",
46
46
  "pinia": "^2.1.7",
47
47
  "qrcode.vue": "^3.4.1",
48
48
  "url-join": "^5.0.0",
@@ -55,7 +55,7 @@
55
55
  "@nuxt/devtools": "latest",
56
56
  "@nuxt/eslint-config": "^0.2.0",
57
57
  "@nuxt/module-builder": "^0.5.5",
58
- "@nuxt/schema": "^3.10.1",
58
+ "@nuxt/schema": "^3.10.3",
59
59
  "@nuxt/test-utils": "^3.11.0",
60
60
  "@release-it/conventional-changelog": "^8.0.1",
61
61
  "@types/node": "^20.10.17",
@@ -65,7 +65,7 @@
65
65
  "happy-dom": "^13.0.0",
66
66
  "husky": "^8.0.3",
67
67
  "lint-staged": "^15.2.0",
68
- "nuxt": "^3.10.1",
68
+ "nuxt": "^3.10.3",
69
69
  "playwright-core": "^1.40.1",
70
70
  "prettier": "^3.1.1",
71
71
  "release-it": "^17.0.1",