@signalplus/params-about 1.0.26-alpha → 1.0.27-alpha

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.
Files changed (2) hide show
  1. package/lib/es/index.js +2 -2
  2. package/package.json +1 -1
package/lib/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Bundle of @signalplus/params-about
3
3
  * Generated: 2025-10-15
4
- * Version: 1.0.26-alpha
4
+ * Version: 1.0.27-alpha
5
5
  * License: MIT
6
6
  * Author: 2631541504@qq.com
7
7
  */
@@ -3168,7 +3168,7 @@ var ParamTypeConfig = (_ParamTypeConfig = {}, _defineProperty(_ParamTypeConfig,
3168
3168
  sort: 17
3169
3169
  }), _defineProperty(_ParamTypeConfig, ParamType.ExpiryVegaAlphaByEdgeList, {
3170
3170
  name: 'ExpiryVegaAlphaByEdgeList',
3171
- key: 'ExpiryVegaAlphaByEdgeList',
3171
+ key: 'expiryVegaAlphaByEdgeList',
3172
3172
  Comp: ExpiryVegaAlphaByEdgeList,
3173
3173
  validator: function validator($val) {
3174
3174
  if (!($val === null || $val === void 0 ? void 0 : $val.length)) return '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalplus/params-about",
3
- "version": "1.0.26-alpha",
3
+ "version": "1.0.27-alpha",
4
4
  "description": "A description for the module",
5
5
  "main": "./lib/umd/index.js",
6
6
  "module": "./lib/es/index.js",