@loaders.gl/images 4.1.0-alpha.7 → 4.1.0-alpha.9

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/dist/dist.dev.js CHANGED
@@ -42,7 +42,7 @@ var __exports__ = (() => {
42
42
  });
43
43
 
44
44
  // src/lib/utils/version.ts
45
- var VERSION = true ? "4.1.0-alpha.7" : "latest";
45
+ var VERSION = true ? "4.1.0-alpha.9" : "latest";
46
46
 
47
47
  // ../loader-utils/src/lib/env-utils/assert.ts
48
48
  function assert(condition, message) {
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest';
1
+ export const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/images",
3
- "version": "4.1.0-alpha.7",
3
+ "version": "4.1.0-alpha.9",
4
4
  "description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,9 +40,9 @@
40
40
  "build-bundle": "ocular-bundle ./src/index.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@loaders.gl/loader-utils": "4.1.0-alpha.7"
43
+ "@loaders.gl/loader-utils": "4.1.0-alpha.9"
44
44
  },
45
- "gitHead": "3dfa49bc4ec68b3c599082c1790da4156b7e5b34",
45
+ "gitHead": "0291d4d78d71202385d0368942f84778d6aafa82",
46
46
  "devDependencies": {
47
47
  "@types/get-pixels": "^3.3.2"
48
48
  }