@zwa73/utils 1.0.243 → 1.0.245

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.
@@ -126,7 +126,7 @@ class _UtilFunc {
126
126
  }
127
127
  const key = '__jsUtils';
128
128
  const fieldList = Object.getOwnPropertyNames(js_utils_1.JsFunc).filter(k => !['length', 'prototype', 'name'].includes(k));
129
- exports.UtilFunc = (0, modular_mixer_1.composeClass)(_UtilFunc, {
129
+ exports.UtilFunc = modular_mixer_1.Mixer.mixin(_UtilFunc, {
130
130
  mixin: js_utils_1.JsFunc,
131
131
  key, fieldList
132
132
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwa73/utils",
3
- "version": "1.0.243",
3
+ "version": "1.0.245",
4
4
  "description": "my utils",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {