@loaders.gl/polyfills 4.0.0-alpha.7 → 4.0.0-alpha.8

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.
@@ -11,7 +11,7 @@ exports.TextDecoder = exports.TextEncoder = void 0;
11
11
  // See LICENSE.md for more information.
12
12
  const encoding_indexes_1 = __importDefault(require("./encoding-indexes"));
13
13
  // Note: Aaian character indices add half a megabyte to bundle. Ignore, since we really only want the built-in UTF8...
14
- // import indexes from './encoding-indexes-asian';
14
+ // import indexes from './encoding-indexes-asian.js';
15
15
  global['encoding-indexes'] = encoding_indexes_1.default || {};
16
16
  //
17
17
  // Utilities
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/polyfills",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.8",
4
4
  "description": "Polyfills for TextEncoder/TextDecoder",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -105,5 +105,5 @@
105
105
  "through": "^2.3.8",
106
106
  "web-streams-polyfill": "^3.0.0"
107
107
  },
108
- "gitHead": "afb59c4d8e5d8ebb9c28f111cb0c96c5527d0ffd"
108
+ "gitHead": "c35d6640c8d26deab99e277a8e698b5174233789"
109
109
  }