koa-ts-core 0.0.26 → 0.0.28

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.
@@ -0,0 +1,5 @@
1
+ import log4js from "log4js";
2
+ /**
3
+ * 默认log4
4
+ */
5
+ export declare const log4Default: () => log4js.Log4js;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koa-ts-core",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "koa-ts-core",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -13,8 +13,7 @@
13
13
  "build": "npx rollup -c",
14
14
  "link": "npm run build:dev && pnpm link --dir ..",
15
15
  "build:dev": "NODE_ENV=development npx rollup -c --bundleConfigAsCjs",
16
- "publish": "npm run build",
17
- "gen-doc": "npx ts-node src/generate.ts"
16
+ "prepublishOnly": "npm run build"
18
17
  },
19
18
  "keywords": [
20
19
  "koa",