@monogrid/gainmap-js
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -0,1 +1,8 @@ | ||
## [3.0.5](https://github.com/MONOGRID/gainmap-js/compare/v3.0.4...v3.0.5) (2024-04-03) | ||
### Bug Fixes | ||
* **package.json:** publint fixes so that package is correctly imported in next.js ([#36](https://github.com/MONOGRID/gainmap-js/issues/36)) ([490df10](https://github.com/MONOGRID/gainmap-js/commit/490df10f401a82267595dd9e161cc6a0bbce3d94)) | ||
## [3.0.4](https://github.com/MONOGRID/gainmap-js/compare/v3.0.3...v3.0.4) (2024-04-02) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* @monogrid/gainmap-js v3.0.4 | ||
* @monogrid/gainmap-js v3.0.5 | ||
* With ❤️, by MONOGRID <rnd@monogrid.com> | ||
*/ | ||
import { Q as QuadRenderer } from './QuadRenderer-C4ionbnq.js'; | ||
import { Q as QuadRenderer } from './QuadRenderer-6HrRQdJM.js'; | ||
import { ShaderMaterial, Vector3, NoBlending, SRGBColorSpace, LinearSRGBColorSpace, HalfFloatType, Loader, LoadingManager, Texture, UVMapping, ClampToEdgeWrapping, LinearFilter, LinearMipMapLinearFilter, RGBAFormat, UnsignedByteType, FileLoader } from 'three'; | ||
@@ -8,0 +8,0 @@ |
/** | ||
* @monogrid/gainmap-js v3.0.4 | ||
* @monogrid/gainmap-js v3.0.5 | ||
* With ❤️, by MONOGRID <rnd@monogrid.com> | ||
*/ | ||
import { c as compress } from './compress-CQEeAo-R.js'; | ||
import { c as compress } from './compress-D7K92XO0.js'; | ||
import { DataTexture, RGBAFormat, UVMapping, RepeatWrapping, LinearFilter, LinearSRGBColorSpace, ShaderMaterial, Vector3, NoBlending, UnsignedByteType, ACESFilmicToneMapping, LinearToneMapping, CineonToneMapping, ReinhardToneMapping, SRGBColorSpace, Vector2, WebGLRenderTarget, NearestFilter, ClampToEdgeWrapping, FloatType, DataUtils } from 'three'; | ||
import { Q as QuadRenderer } from './QuadRenderer-C4ionbnq.js'; | ||
import { Q as QuadRenderer } from './QuadRenderer-6HrRQdJM.js'; | ||
@@ -10,0 +10,0 @@ /** |
/** | ||
* @monogrid/gainmap-js v3.0.4 | ||
* @monogrid/gainmap-js v3.0.5 | ||
* With ❤️, by MONOGRID <rnd@monogrid.com> | ||
*/ | ||
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-DXfhkIdK.js'; | ||
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-Bp8wfxdl.js'; | ||
@@ -8,0 +8,0 @@ var lib$1; |
/** | ||
* @monogrid/gainmap-js v3.0.4 | ||
* @monogrid/gainmap-js v3.0.5 | ||
* With ❤️, by MONOGRID <rnd@monogrid.com> | ||
*/ | ||
import { g as getDefaultExportFromCjs } from './_commonjsHelpers-DXfhkIdK.js'; | ||
import { c as compress } from './compress-CQEeAo-R.js'; | ||
import { g as getDefaultExportFromCjs } from './_commonjsHelpers-Bp8wfxdl.js'; | ||
import { c as compress } from './compress-D7K92XO0.js'; | ||
@@ -9,0 +9,0 @@ var isPromise$2 = {exports: {}}; |
{ | ||
"name": "@monogrid/gainmap-js", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map", | ||
@@ -31,3 +31,3 @@ "homepage": "https://github.com/MONOGRID/gainmap-js#readme", | ||
}, | ||
"main": "dist/decode.umd.js", | ||
"main": "dist/decode.umd.cjs", | ||
"module": "dist/decode.js", | ||
@@ -39,20 +39,25 @@ "types": "dist/decode.d.ts", | ||
".": { | ||
"types": "./dist/decode.d.ts", | ||
"import": "./dist/decode.js", | ||
"types": "./dist/decode.d.ts" | ||
"default": "./dist/decode.umd.cjs" | ||
}, | ||
"./encode": { | ||
"types": "./dist/encode.d.ts", | ||
"import": "./dist/encode.js", | ||
"types": "./dist/encode.d.ts" | ||
"default": "./dist/encode.umd.cjs" | ||
}, | ||
"./libultrahdr": { | ||
"types": "./dist/libultrahdr.d.ts", | ||
"import": "./dist/libultrahdr.js", | ||
"types": "./dist/libultrahdr.d.ts" | ||
"default": "./dist/libultrahdr.umd.cjs" | ||
}, | ||
"./worker": { | ||
"types": "./dist/worker.d.ts", | ||
"import": "./dist/worker.js", | ||
"types": "./dist/worker.d.ts" | ||
"default": "./dist/worker.umd.cjs" | ||
}, | ||
"./worker-interface": { | ||
"types": "./dist/worker-interface.d.ts", | ||
"import": "./dist/worker-interface.js", | ||
"types": "./dist/worker-interface.d.ts" | ||
"default": "./dist/worker-interface.umd.cjs" | ||
} | ||
@@ -85,3 +90,3 @@ }, | ||
"test:startserver": "rollup -c && servez", | ||
"test:docker": "docker run --rm --network host -v $(pwd):/work -w /work -it -u $(id -u ${USER}):$(id -g ${USER}) mcr.microsoft.com/playwright:v1.40.0-jammy /bin/bash", | ||
"test:docker": "docker run --rm --network host -v $(pwd):/work -w /work -it -u $(id -u ${USER}):$(id -g ${USER}) mcr.microsoft.com/playwright:v1.42.1-jammy /bin/bash", | ||
"test:codegen": "playwright codegen http://localhost:8080", | ||
@@ -88,0 +93,0 @@ "prepack": "npm run build", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4348637