@loaders.gl/polyfills 3.3.0-alpha.11 → 3.3.0-alpha.13

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/polyfills",
3
- "version": "3.3.0-alpha.11",
3
+ "version": "3.3.0-alpha.13",
4
4
  "description": "Polyfills for TextEncoder/TextDecoder",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -98,6 +98,7 @@
98
98
  "dependencies": {
99
99
  "@babel/runtime": "^7.3.1",
100
100
  "@xmldom/xmldom": "^0.7.5",
101
+ "buffer": "^6.0.3",
101
102
  "get-pixels": "^3.3.2",
102
103
  "ndarray": "^1.0.18",
103
104
  "save-pixels": "^2.3.2",
@@ -105,5 +106,5 @@
105
106
  "through": "^2.3.8",
106
107
  "web-streams-polyfill": "^3.0.0"
107
108
  },
108
- "gitHead": "1863a8875f63d578c0fdf5bdb3b7d6827f799db9"
109
+ "gitHead": "429a5667c9903cc2de4d1f3e55e1c2f2e58a3ff6"
109
110
  }