We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7b2983 + b64b971 commit 76b9a70Copy full SHA for 76b9a70
1 file changed
package.json
@@ -1,16 +1,17 @@
1
{
2
"name": "@libresign/pdf-elements",
3
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4
- "version": "1.1.1",
+ "version": "1.1.2",
5
"author": "LibreCode <contact@librecode.coop>",
6
"private": false,
7
- "main": "dist/index.js",
8
- "module": "dist/index.js",
+ "main": "dist/index.mjs",
+ "module": "dist/index.mjs",
9
"types": "dist/index.d.ts",
10
"exports": {
11
".": {
12
- "import": "./dist/index.js",
13
- "types": "./dist/index.d.ts"
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.mjs",
14
+ "default": "./dist/index.mjs"
15
},
16
"./src/components/PDFElements.vue": "./src/components/PDFElements.vue",
17
"./src/utils/asyncReader": "./src/utils/asyncReader.ts"
0 commit comments