@finema/core 2.7.2 → 2.7.3

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": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import defu from 'defu';
3
3
  import * as theme from '../dist/runtime/theme/index.js';
4
4
 
5
5
  const name = "@finema/core";
6
- const version = "2.7.2";
6
+ const version = "2.7.3";
7
7
 
8
8
  const nuxtAppOptions = {
9
9
  head: {
@@ -119,7 +119,7 @@ const module = defineNuxtModule({
119
119
  _nuxt.options.vite = defu(
120
120
  {
121
121
  optimizeDeps: {
122
- include: [..._nuxt.options.vite?.optimizeDeps?.include || [], "@wdns/vue-code-block"]
122
+ include: [..._nuxt.options.vite?.optimizeDeps?.include || [], "@wdns/vue-code-block", "valibot", "@vee-validate/valibot", "axios"]
123
123
  }
124
124
  },
125
125
  _nuxt.options.vite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@nuxt/kit": "^3.17.4",
41
41
  "@nuxt/ui": "^3.1.3",
42
- "@pinia/nuxt": "0.11.0",
42
+ "@pinia/nuxt": "^0.11.0",
43
43
  "@tiptap/extension-image": "^2.8.0",
44
44
  "@tiptap/extension-link": "^2.8.0",
45
45
  "@tiptap/extension-text-align": "^2.8.0",