Skip to content

Commit

Permalink
Merge pull request #821 from zhensherlock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
zhensherlock authored Aug 15, 2024
2 parents d3b7014 + 39480a1 commit 4120bd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@

### 🐛 Bug Fixes | Bug 修复

* test error ([e4a342f](https://github.com/zhensherlock/watermark-js-plus/commit/e4a342f95a9d523621ea4abcfedad35381495970))
* the create method executed multiple times ([#815](https://github.com/zhensherlock/watermark-js-plus/issues/815)) ([00f2fc5](https://github.com/zhensherlock/watermark-js-plus/commit/00f2fc5f696a0dc54fbaa3f1d847955bca997e7c))
* 修复富文本元素宽高不正确的问题 ([ac21394](https://github.com/zhensherlock/watermark-js-plus/commit/ac21394fcfc8c61f485724a667fb0f028e4f4719))

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"browser": "dist/index.esm.js",
"unpkg": "dist/index.iife.js",
"jsdelivr": "dist/index.iife.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/types/src/index.d.ts",
"import": {
"node": "./index.mjs",
"default": "./dist/index.esm.js"
},
"require": "./dist/index.cjs.js"
},
"./ie": {
"types": "./dist/ie/types/index.d.ts",
"types": "./dist/ie/types/src/index.d.ts",
"import": {
"node": "./index.mjs",
"default": "./dist/ie/index.esm.js"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"jsx": "preserve",
"lib": ["ES5", "DOM"]
},
"include": ["src/**/*.ts"]
// "include": ["src/**/*.ts"]
"exclude": ["**/node_modules/**", "**/dist/**", "**/docs/**", "jest.setup.ts"]
}

0 comments on commit 4120bd8

Please sign in to comment.