@zwa73/utils 1.0.287 → 1.0.288

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.
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.UtilCodec = void 0;
27
- const Constant_1 = require("./Constant");
28
27
  const he = __importStar(require("html-entities"));
28
+ const Constant_1 = require("./Constant");
29
29
  /**引入tiktoken
30
30
  * 依赖于 tiktoken@1.0.7 但不会自动安装
31
31
  */
@@ -1,2 +1,2 @@
1
- export type { ParamsDecoratorsGener, BaseDecoratorsGener, LogTraceOpt, PostProcessOpt } from "@zwa73/js-utils";
1
+ export type { ParamsDecoratorsGener, BaseDecoratorsGener, StandardMethodDecorator, LogTraceOpt, PostProcessOpt } from "@zwa73/js-utils";
2
2
  export { LogTrace, PostProcess, AwaitInited } from "@zwa73/js-utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwa73/utils",
3
- "version": "1.0.287",
3
+ "version": "1.0.288",
4
4
  "description": "my utils",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {