@finema/core 1.4.143 → 1.4.144

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.143",
3
+ "version": "1.4.144",
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.143";
4
+ const version = "1.4.144";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -363,7 +363,6 @@ const module = defineNuxtModule({
363
363
  upperAfterPrefix: false
364
364
  });
365
365
  nuxt.options.appConfig.ui = _deepMerge(
366
- {},
367
366
  {
368
367
  table,
369
368
  pagination,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.143",
3
+ "version": "1.4.144",
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.2",
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",
@@ -60,7 +60,7 @@
60
60
  "@finema/eslint-config": "^1.2.0",
61
61
  "@nuxt/devtools": "^1.3.3",
62
62
  "@nuxt/eslint-config": "^0.3.13",
63
- "@nuxt/module-builder": "^0.5.5",
63
+ "@nuxt/module-builder": "0.5.5",
64
64
  "@nuxt/schema": "^3.11.2",
65
65
  "@nuxt/test-utils": "^3.13.1",
66
66
  "@release-it/conventional-changelog": "^8.0.1",