@loaders.gl/images 4.0.0-alpha.7 → 4.0.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.
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.VERSION = void 0;
|
|
7
|
-
var VERSION = typeof "4.0.0-alpha.
|
|
7
|
+
var VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
|
|
8
8
|
exports.VERSION = VERSION;
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = typeof "4.0.0-alpha.
|
|
1
|
+
export const VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getBmpMetadata = exports.getBinaryImageMetadata = void 0;
|
|
6
6
|
// TODO: make these functions work for Node.js buffers?
|
|
7
7
|
// Quarantine references to Buffer to prevent bundler from adding big polyfills
|
|
8
|
-
// import {bufferToArrayBuffer} from '../node/buffer-to-array-buffer
|
|
8
|
+
// import {bufferToArrayBuffer} from '../node/buffer-to-array-buffer';
|
|
9
9
|
// TODO - this should be handled in @loaders.gl/polyfills
|
|
10
10
|
const parse_isobmff_binary_1 = require("./parse-isobmff-binary");
|
|
11
11
|
const BIG_ENDIAN = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/images",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.9",
|
|
4
4
|
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"build-bundle": "esbuild src/bundle.ts --outfile=dist/dist.min.js --bundle --minify --sourcemap"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@loaders.gl/loader-utils": "4.0.0-alpha.
|
|
35
|
+
"@loaders.gl/loader-utils": "4.0.0-alpha.9"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "03ff81ab468f20f3bddeec787aa88d477a7e1c72",
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/get-pixels": "^3.3.2"
|
|
40
40
|
}
|