frosty 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dom.d.ts +1 -1
- package/dist/dom.js +3 -3
- package/dist/dom.js.map +1 -1
- package/dist/dom.mjs +3 -3
- package/dist/dom.mjs.map +1 -1
- package/dist/internals/{common-Dgt9gkTj.d.ts → common-BG8cT1kV.d.ts} +3 -3
- package/dist/internals/common-BG8cT1kV.d.ts.map +1 -0
- package/dist/internals/{common-Q9Xz4i4m.js → common-DB-05wD7.js} +2 -2
- package/dist/internals/{common-Q9Xz4i4m.js.map → common-DB-05wD7.js.map} +1 -1
- package/dist/internals/{common-Dz0g-ZKV.mjs → common-iw--21Y0.mjs} +2 -2
- package/dist/internals/{common-Dz0g-ZKV.mjs.map → common-iw--21Y0.mjs.map} +1 -1
- package/dist/server-dom.d.ts +1 -1
- package/dist/server-dom.js +1 -1
- package/dist/server-dom.mjs +1 -1
- package/dist/web.d.ts +1 -1
- package/dist/web.js +1 -1
- package/dist/web.mjs +2 -2
- package/package.json +1 -1
- package/dist/internals/common-Dgt9gkTj.d.ts.map +0 -1
|
@@ -3907,7 +3907,7 @@ class _DOMRenderer extends _Renderer {
|
|
|
3907
3907
|
return this.window.document;
|
|
3908
3908
|
}
|
|
3909
3909
|
get window() {
|
|
3910
|
-
return this._window
|
|
3910
|
+
return this._window;
|
|
3911
3911
|
}
|
|
3912
3912
|
/** @internal */
|
|
3913
3913
|
_beforeUpdate() {
|
|
@@ -4132,4 +4132,4 @@ class _DOMRenderer extends _Renderer {
|
|
|
4132
4132
|
}
|
|
4133
4133
|
|
|
4134
4134
|
export { DOMNativeNode as D, _DOMRenderer as _ };
|
|
4135
|
-
//# sourceMappingURL=common-
|
|
4135
|
+
//# sourceMappingURL=common-iw--21Y0.mjs.map
|