es-module-shims 2.1.0 → 2.1.1

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.
@@ -1,4 +1,4 @@
1
- /* ES Module Shims 2.1.0 */
1
+ /* ES Module Shims 2.1.1 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -970,7 +970,7 @@
970
970
  if (
971
971
  (type === 'css' && !cssModulesEnabled) ||
972
972
  (type === 'json' && !jsonModulesEnabled) ||
973
- (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEanbled) ||
973
+ (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEnabled) ||
974
974
  (type === 'ts' && !typescriptEnabled)
975
975
  )
976
976
  throw featErr(`${type}-modules`);
@@ -1,4 +1,4 @@
1
- /* ES Module Shims 2.1.0 */
1
+ /* ES Module Shims 2.1.1 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -955,7 +955,7 @@
955
955
  if (
956
956
  (type === 'css' && !cssModulesEnabled) ||
957
957
  (type === 'json' && !jsonModulesEnabled) ||
958
- (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEanbled) ||
958
+ (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEnabled) ||
959
959
  (type === 'ts' && !typescriptEnabled)
960
960
  )
961
961
  throw featErr(`${type}-modules`);
@@ -1,4 +1,4 @@
1
- /* ES Module Shims Wasm 2.1.0 */
1
+ /* ES Module Shims Wasm 2.1.1 */
2
2
  (function () {
3
3
 
4
4
  const hasDocument = typeof document !== 'undefined';
@@ -955,7 +955,7 @@
955
955
  if (
956
956
  (type === 'css' && !cssModulesEnabled) ||
957
957
  (type === 'json' && !jsonModulesEnabled) ||
958
- (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEanbled) ||
958
+ (type === 'wasm' && !wasmInstancePhaseEnabled && !wasmSourcePhaseEnabled) ||
959
959
  (type === 'ts' && !typescriptEnabled)
960
960
  )
961
961
  throw featErr(`${type}-modules`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-module-shims",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shims for the latest ES module features",
5
5
  "main": "dist/es-module-shims.js",
6
6
  "exports": {
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "devDependencies": {
33
33
  "@rollup/plugin-replace": "^2.4.2",
34
- "amaro": "0.3.2",
34
+ "amaro": "0.5.2",
35
35
  "es-module-lexer": "1.7.0",
36
36
  "kleur": "^4.1.4",
37
37
  "mime-types": "^2.1.33",