Skip to content

Commit

Permalink
fix(wechat): types
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Oct 29, 2022
1 parent 64b23dc commit a9b5952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wechat/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../api-extractor.json",
"mainEntryPointFilePath": "./dist/packages/<unscopedPackageName>/src/index.d.ts",
"dtsRollup": {
"publicTrimmedFilePath": "./dist/request-template-vue3-hooks.d.ts"
"publicTrimmedFilePath": "./dist/request-template-wechat.d.ts"
}
}
2 changes: 1 addition & 1 deletion packages/wechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@request-template/wechat",
"version": "1.0.0",
"version": "1.0.1",
"description": "请求模板封装-微信版",
"main": "dist/request-template-wechat.esm-bundler.js",
"types": "dist/request-template-wechat.d.ts",
Expand Down

0 comments on commit a9b5952

Please sign in to comment.