es-module-shims 2.0.1 → 2.0.2

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/README.md CHANGED
@@ -27,7 +27,7 @@ Because we are still using the native module loader the edge cases work out comp
27
27
  Include ES Module Shims with a `async` attribute on the script, then include an import map and module scripts normally:
28
28
 
29
29
  ```html
30
- <script async src="https://ga.jspm.io/npm:es-module-shims@2.0.1/dist/es-module-shims.js"></script>
30
+ <script async src="https://ga.jspm.io/npm:es-module-shims@2.0.2/dist/es-module-shims.js"></script>
31
31
 
32
32
  <!-- https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hKEpNTC5xMLTQM9Az0C1K1jMAAKFS5w0gAA -->
33
33
  <script type="importmap">
@@ -1,4 +1,4 @@
1
- /* ES Module Shims DEBUG BUILD 2.0.1 */
1
+ /* ES Module Shims DEBUG BUILD 2.0.2 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -640,8 +640,8 @@
640
640
  document.addEventListener('readystatechange', readyListener);
641
641
  }
642
642
  }
643
+ processScriptsAndPreloads();
643
644
  }
644
- processScriptsAndPreloads();
645
645
  return undefined;
646
646
  });
647
647
 
@@ -1,4 +1,4 @@
1
- /* ES Module Shims 2.0.1 */
1
+ /* ES Module Shims 2.0.2 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -630,8 +630,8 @@
630
630
  document.addEventListener('readystatechange', readyListener);
631
631
  }
632
632
  }
633
+ processScriptsAndPreloads();
633
634
  }
634
- processScriptsAndPreloads();
635
635
  return undefined;
636
636
  });
637
637
 
@@ -1,4 +1,4 @@
1
- /* ES Module Shims Wasm 2.0.1 */
1
+ /* ES Module Shims Wasm 2.0.2 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -630,8 +630,8 @@
630
630
  document.addEventListener('readystatechange', readyListener);
631
631
  }
632
632
  }
633
+ processScriptsAndPreloads();
633
634
  }
634
- processScriptsAndPreloads();
635
635
  return init;
636
636
  });
637
637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-module-shims",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Shims for the latest ES module features",
5
5
  "main": "dist/es-module-shims.js",
6
6
  "exports": {