@finema/core 1.4.109 → 1.4.110

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.109",
3
+ "version": "1.4.110",
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.109";
4
+ const version = "1.4.110";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -398,7 +398,8 @@ const module = defineNuxtModule({
398
398
  ...nuxt.options.build?.transpile || [],
399
399
  "date-fns",
400
400
  "@vuepic/vue-datepicker",
401
- "quill"
401
+ "quill",
402
+ "quill-delta"
402
403
  ]
403
404
  };
404
405
  await installModule("@pinia/nuxt");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.109",
3
+ "version": "1.4.110",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",