diff --git a/.changeset/breezy-carrots-call.md b/.changeset/breezy-carrots-call.md deleted file mode 100644 index 6b84eca..0000000 --- a/.changeset/breezy-carrots-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webidl-dts-gen": patch ---- - -chore(deps): bump jsdom from 23.0.1 to 24.0.0 diff --git a/.changeset/chatty-coins-flash.md b/.changeset/chatty-coins-flash.md deleted file mode 100644 index 5bc09bc..0000000 --- a/.changeset/chatty-coins-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"webidl-dts-gen": patch ---- - -chore(deps): bump typescript from 5.2.2 to 5.3.3 diff --git a/.changeset/perfect-actors-run.md b/.changeset/perfect-actors-run.md deleted file mode 100644 index 18a26bd..0000000 --- a/.changeset/perfect-actors-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"webidl-dts-gen": minor ---- - -fix: emscripten output for static methods - -webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output. diff --git a/packages/webidl-dts-gen/CHANGELOG.md b/packages/webidl-dts-gen/CHANGELOG.md index f9fb1be..9b27bb2 100644 --- a/packages/webidl-dts-gen/CHANGELOG.md +++ b/packages/webidl-dts-gen/CHANGELOG.md @@ -1,5 +1,18 @@ # webidl-dts-gen +## 1.8.0 + +### Minor Changes + +- 5697aec: fix: emscripten output for static methods + + webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output. + +### Patch Changes + +- c3c8f58: chore(deps): bump jsdom from 23.0.1 to 24.0.0 +- c3c8f58: chore(deps): bump typescript from 5.2.2 to 5.3.3 + ## 1.7.0 ### Minor Changes diff --git a/packages/webidl-dts-gen/package.json b/packages/webidl-dts-gen/package.json index b7b1cca..d00b7de 100644 --- a/packages/webidl-dts-gen/package.json +++ b/packages/webidl-dts-gen/package.json @@ -1,6 +1,6 @@ { "name": "webidl-dts-gen", - "version": "1.7.0", + "version": "1.8.0", "description": "Generates TypeScript modules (.d.ts) from WebIDL", "main": "dist/index.js", "scripts": {