hdr-canvas 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "hdr-canvas",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "HDR capable HTML canvas",
5
5
  "main": "dist/hdr-canvas.cjs",
6
6
  "module": "dist/hdr-canvas.js",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
10
- "import": "./build/three.module.js",
11
- "require": "./build/three.cjs"
10
+ "import": "./dist/hdr-canvas.js",
11
+ "require": "./dist/hdr-canvas.cjs"
12
12
  },
13
13
  "./three": "./three/*"
14
14
  },
@@ -20,6 +20,8 @@
20
20
  "dist/hdr-canvas.min.js.map",
21
21
  "dist/hdr-canvas.cjs",
22
22
  "dist/hdr-canvas.cjs.map",
23
+ "dist/hdr-canvas.umd.js",
24
+ "dist/hdr-canvas.umd.js.map",
23
25
  "dist/index.d.ts",
24
26
  "dist/@types",
25
27
  "three",