@sitebytom/use-zoom-pan 1.0.1 → 1.0.2

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 -3
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@sitebytom/use-zoom-pan",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "React hook and component for smooth zoom and pan interactions on any content with full mouse and touch support",
5
5
  "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
6
+ "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./dist/index.d.ts",
11
- "import": "./dist/index.esm.js",
11
+ "import": "./dist/index.mjs",
12
12
  "require": "./dist/index.js"
13
13
  }
14
14
  },