@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 +1 -1
- package/dist/module.mjs +3 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
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.
|
|
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)) {
|