We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f80eee commit fd72951Copy full SHA for fd72951
CHANGELOG.md
@@ -7,6 +7,10 @@ release date when you use `npm version` (see `README.md`).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- use `@webxdc/types` instead of own types declaration
13
14
## [0.18.0][] - 2024-11-16
15
16
### Changed
TODO.md
@@ -59,11 +59,6 @@
59
port: for instance, if you open an instance again the server doesn't know to
60
clear it first, because it thinks it already been cleared previously.
61
62
-## Webxdc development
63
-
64
-- Make typescript types for webxdc available as a standalone package so that
65
- developers can use this in their own projects.
66
67
## Other
68
69
- Update webxdc specification based on what I learned about it.
0 commit comments