@finema/core 2.25.0 → 2.26.0

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.25.0",
3
+ "version": "2.26.0",
4
4
  "configKey": "core",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import * as lodash from 'lodash-es';
4
4
  import * as theme from '../dist/runtime/theme/index.js';
5
5
 
6
6
  const name = "@finema/core";
7
- const version = "2.25.0";
7
+ const version = "2.26.0";
8
8
 
9
9
  const nuxtAppOptions = {
10
10
  head: {
@@ -169,7 +169,8 @@ const module = defineNuxtModule({
169
169
  "default",
170
170
  "commit",
171
171
  "head",
172
- "get"
172
+ "get",
173
+ "isEmpty"
173
174
  ];
174
175
  for (const name2 of Object.keys(lodash)) {
175
176
  if (!excludes.includes(name2)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",