You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.10.2 included an integration/index.d.ts file. Version 0.10.3 seems to be missing this file. The result is that one cannot import types such as PartytownConfig.
View the 0.10.2 code on npm. Under integration, notice that a index.d.ts file is present.
View the 0.10.3 code on npm. Under integration, notice that a index.d.ts file is missing.
Browser Info
Local dev env
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Hi @jrood version 0.10.3 is literally the same as 0.10.2 + a warning to inform you that now partytown is under QwikDev org and in fact, you can download 0.11.0 here
Describe the bug
Version
0.10.2
included anintegration/index.d.ts
file. Version0.10.3
seems to be missing this file. The result is that one cannot import types such asPartytownConfig
.Reproduction
https://www.npmjs.com/package/@builder.io/partytown/v/0.10.3?activeTab=code
Steps to reproduce
View the 0.10.2 code on npm. Under
integration
, notice that aindex.d.ts
file is present.View the 0.10.3 code on npm. Under
integration
, notice that aindex.d.ts
file is missing.Browser Info
Local dev env
Additional Information
No response
The text was updated successfully, but these errors were encountered: