@ningboyz/types 1.1.58 → 1.1.59

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/index.ts +3 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -37,6 +37,7 @@ import * as TMyoa from "./src/myoa";
37
37
  import * as TCron from "./src/cron";
38
38
  import * as TElem from "./src/elem";
39
39
  import * as TZbzd from "./src/zbzd";
40
+ import * as TLoad from "./src/load";
40
41
 
41
42
  export {
42
43
  Const,
@@ -80,5 +81,6 @@ export {
80
81
  TMyoa,
81
82
  TCron,
82
83
  TElem,
83
- TZbzd
84
+ TZbzd,
85
+ TLoad
84
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",