@sveltejs/kit 1.0.0-next.548 → 1.0.0-next.549

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/kit",
3
- "version": "1.0.0-next.548",
3
+ "version": "1.0.0-next.549",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
@@ -18,8 +18,6 @@ const globals = {
18
18
  // exported for dev/preview and node environments
19
19
  export function installPolyfills() {
20
20
  for (const name in globals) {
21
- if (name in globalThis) continue;
22
-
23
21
  Object.defineProperty(globalThis, name, {
24
22
  enumerable: true,
25
23
  configurable: true,