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 781c4cf + 0247a27 commit 5ff153fCopy full SHA for 5ff153f
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@libresign/pdf-elements",
3
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"author": "LibreCode <contact@librecode.coop>",
6
"private": false,
7
"main": "dist/index.mjs",
8
"module": "dist/index.mjs",
9
- "types": "dist/index.d.ts",
+ "types": "dist/src/index.d.ts",
10
"exports": {
11
".": {
12
- "types": "./dist/index.d.ts",
+ "types": "./dist/src/index.d.ts",
13
"import": "./dist/index.mjs",
14
"default": "./dist/index.mjs"
15
},
0 commit comments