@vef-framework/shared 1.0.99 → 1.0.101

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/es/color.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { colord } from 'colord';
3
3
 
4
4
  function isValidColor(color) {
package/es/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  const defaultColorTypes = [
3
3
  "blue",
4
4
  "purple",
package/es/context.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { useRef } from 'react';
3
3
  import { createContext, useContextSelector, useContext } from 'use-context-selector';
4
4
  import './lib.js';
package/es/dom.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  function getElementHeight(element, selector, includeMargin = false) {
3
3
  if (selector) {
4
4
  const subElement = element.querySelector(selector);
package/es/error.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  var __defProp = Object.defineProperty;
3
3
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
4
4
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
package/es/event.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import mitt from 'mitt';
3
3
 
4
4
  function createEventEmitter() {
package/es/expression.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import './lib.js';
3
3
  import { isObject, isString, isFunction } from 'radashi';
4
4
 
package/es/function.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  function mergeFns(...fns) {
3
3
  const fn = (...args) => {
4
4
  for (const fn2 of fns) {
package/es/icons.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { jsx } from '@emotion/react/jsx-runtime';
3
3
 
4
4
  function IconTick(props) {
package/es/id.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { customAlphabet } from 'nanoid';
3
3
 
4
4
  const alphabets = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  export { isValidColor } from './color.js';
3
3
  export { auditFormScene, colorTypes, creationFormScene, defaultColorTypes, presetFormScenes, semanticColorTypes, updateFormScene } from './constants.js';
4
4
  export { createSelectableContext } from './context.js';
package/es/lib.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  export { assign, camel as camelCase, capitalize, clone, cloneDeep, cluster, dash as dashCase, debounce, get, isArray, isBoolean, isDate, isEmpty, isError, isFloat, isFunction, isInt, isIntString, isMap, isNullish, isNumber, isObject, isPlainObject, isPrimitive, isPromise, isRegExp, isSet, isString, isSymbol, isUndefined, isWeakMap, isWeakSet, max, memo as memoize, min, noop, omit, once, pascal as pascalCase, pick, set, similarity, snake as snakeCase, sum, template, throttle, toFloat, toInt, trim, unique } from 'radashi';
3
3
  export { z } from 'zod';
4
4
  export { default as isDeepEqual } from 'react-fast-compare';
package/es/message.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import Icon from '@ant-design/icons';
3
3
  import { Modal, message, notification } from 'antd';
4
4
  import { createElement } from 'react';
@@ -84,7 +84,7 @@ function showLoadingMessage(content) {
84
84
  });
85
85
  return () => close();
86
86
  }
87
- const defaultMessageTitle = "\u63D0\u793A";
87
+ const defaultMessageTitle = "提示";
88
88
  function showSuccessNotification(titleOrContent, content, buttons) {
89
89
  const argsLength = arguments.length;
90
90
  if (argsLength < 1) {
@@ -169,7 +169,7 @@ function showConfirmation(title, content, onOk, options) {
169
169
  if (argsLength < 2) {
170
170
  throw new Error("showConfirmation requires at least two arguments");
171
171
  }
172
- const titleToUse = argsLength > 2 ? title : "\u63D0\u793A";
172
+ const titleToUse = argsLength > 2 ? title : "提示";
173
173
  const contentToUse = argsLength === 2 ? title : content;
174
174
  const onOkToUse = argsLength === 2 ? content : onOk;
175
175
  const {
@@ -211,7 +211,7 @@ const alertIconMap = {
211
211
  warning: warningIcon,
212
212
  error: errorIcon
213
213
  };
214
- const defaultOkText = "\u{1F44D}\u{1F3FB} \u597D\u7684\uFF0C\u77E5\u9053\u4E86";
214
+ const defaultOkText = "👍🏻 好的,知道了";
215
215
  function showAlert(type, content, title = defaultMessageTitle, onOk, options) {
216
216
  const {
217
217
  okText = defaultOkText,
package/es/path.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import path from 'path-browserify';
3
3
 
4
4
  const {
package/es/pinyin.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { pinyin } from 'pinyin-pro';
3
3
 
4
4
  function parsePinyin(text) {
package/es/security.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import JSEncrypt from 'jsencrypt';
3
3
 
4
4
  function encryptRsa(value, publicKey) {
package/es/store.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { createContext, useState, useRef, useEffect, createElement, useContext } from 'react';
3
3
  import { createJSONStorage, persist, subscribeWithSelector } from 'zustand/middleware';
4
4
  import { createWithEqualityFn, useStoreWithEqualityFn } from 'zustand/traditional';
package/es/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { css } from '@emotion/react';
3
3
 
4
4
  const breakpointWidths = {
package/es/temporal.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { tz } from '@date-fns/tz';
3
3
  import { format } from 'date-fns';
4
4
  import { zhCN } from 'date-fns/locale';
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  const themeVariables = {
3
3
  colorChart1: "hsl(221.2 83.2% 53.3%)",
4
4
  colorChart2: "hsl(216 92% 60%)",
package/es/utils.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import './lib.js';
3
3
  import { isFunction, snake } from 'radashi';
4
4
 
package/es/validation.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import validator from 'validator';
3
3
 
4
4
  function isAlpha(value) {
package/es/yaml.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  import { load } from 'js-yaml';
3
3
 
4
4
  function loadYaml(content) {
package/lib/color.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/constants.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/context.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/dom.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/error.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/event.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/function.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/icons.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/id.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/lib.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/message.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -88,7 +88,7 @@ function showLoadingMessage(content) {
88
88
  });
89
89
  return () => close();
90
90
  }
91
- const defaultMessageTitle = "\u63D0\u793A";
91
+ const defaultMessageTitle = "提示";
92
92
  function showSuccessNotification(titleOrContent, content, buttons) {
93
93
  const argsLength = arguments.length;
94
94
  if (argsLength < 1) {
@@ -173,7 +173,7 @@ function showConfirmation(title, content, onOk, options) {
173
173
  if (argsLength < 2) {
174
174
  throw new Error("showConfirmation requires at least two arguments");
175
175
  }
176
- const titleToUse = argsLength > 2 ? title : "\u63D0\u793A";
176
+ const titleToUse = argsLength > 2 ? title : "提示";
177
177
  const contentToUse = argsLength === 2 ? title : content;
178
178
  const onOkToUse = argsLength === 2 ? content : onOk;
179
179
  const {
@@ -215,7 +215,7 @@ const alertIconMap = {
215
215
  warning: warningIcon,
216
216
  error: errorIcon
217
217
  };
218
- const defaultOkText = "\u{1F44D}\u{1F3FB} \u597D\u7684\uFF0C\u77E5\u9053\u4E86";
218
+ const defaultOkText = "👍🏻 好的,知道了";
219
219
  function showAlert(type, content, title = defaultMessageTitle, onOk, options) {
220
220
  const {
221
221
  okText = defaultOkText,
package/lib/path.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/pinyin.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/security.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/store.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/styles.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/temporal.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/types.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
 
package/lib/utils.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/lib/yaml.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.370Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:14.461Z, made by Venus. */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vef-framework/shared",
3
3
  "type": "module",
4
- "version": "1.0.99",
4
+ "version": "1.0.101",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@9.15.0",
7
7
  "description": "Shared fundamental to the VEF framework",