@finema/core 1.4.139 → 1.4.140

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.139",
3
+ "version": "1.4.140",
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.139";
4
+ const version = "1.4.140";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -363,6 +363,7 @@ const module = defineNuxtModule({
363
363
  upperAfterPrefix: false
364
364
  });
365
365
  nuxt.options.appConfig.ui = _deepMerge(
366
+ {},
366
367
  {
367
368
  table,
368
369
  pagination,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.139",
3
+ "version": "1.4.140",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@nuxt/kit": "^3.11.2",
39
- "@nuxt/ui": "^2.15.1",
39
+ "@nuxt/ui": "^2.16.0",
40
40
  "@pinia/nuxt": "^0.5.1",
41
41
  "@vee-validate/nuxt": "^4.13.0",
42
42
  "@vee-validate/zod": "^4.13.0",