@embedpdf/plugin-redaction 2.7.0 → 2.9.0
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.
- package/dist/lib/tools.d.ts +1 -0
- package/dist/preact/index.cjs +1 -1
- package/dist/preact/index.cjs.map +1 -1
- package/dist/preact/index.js +1 -5
- package/dist/preact/index.js.map +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.js +1 -5
- package/dist/react/index.js.map +1 -1
- package/dist/shared/components/annotations/redact-area.d.ts +2 -2
- package/dist/shared/components/annotations/redact-highlight.d.ts +2 -2
- package/dist/shared/components/highlight.d.ts +2 -2
- package/dist/shared-preact/components/annotations/redact-area.d.ts +2 -2
- package/dist/shared-preact/components/annotations/redact-highlight.d.ts +2 -2
- package/dist/shared-preact/components/highlight.d.ts +2 -2
- package/dist/shared-react/components/annotations/redact-area.d.ts +2 -2
- package/dist/shared-react/components/annotations/redact-highlight.d.ts +2 -2
- package/dist/shared-react/components/highlight.d.ts +2 -2
- package/dist/svelte/components/highlight.svelte.d.ts +1 -1
- package/dist/svelte/index.cjs +1 -1
- package/dist/svelte/index.cjs.map +1 -1
- package/dist/svelte/index.js +4 -16
- package/dist/svelte/index.js.map +1 -1
- package/dist/vue/components/highlight.vue.d.ts +1 -1
- package/dist/vue/components/redaction-layer.vue.d.ts +1 -1
- package/dist/vue/index.cjs +1 -1
- package/dist/vue/index.cjs.map +1 -1
- package/dist/vue/index.js +6 -14
- package/dist/vue/index.js.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/plugin-redaction",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@embedpdf/models": "2.
|
|
39
|
-
"@embedpdf/utils": "2.
|
|
38
|
+
"@embedpdf/models": "2.9.0",
|
|
39
|
+
"@embedpdf/utils": "2.9.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/react": "^18.2.0",
|
|
43
43
|
"typescript": "^5.0.0",
|
|
44
|
-
"@embedpdf/core": "2.7.0",
|
|
45
|
-
"@embedpdf/plugin-annotation": "2.7.0",
|
|
46
44
|
"@embedpdf/build": "1.1.0",
|
|
47
|
-
"@embedpdf/
|
|
48
|
-
"@embedpdf/plugin-
|
|
49
|
-
"@embedpdf/plugin-
|
|
45
|
+
"@embedpdf/core": "2.9.0",
|
|
46
|
+
"@embedpdf/plugin-annotation": "2.9.0",
|
|
47
|
+
"@embedpdf/plugin-history": "2.9.0",
|
|
48
|
+
"@embedpdf/plugin-selection": "2.9.0",
|
|
49
|
+
"@embedpdf/plugin-interaction-manager": "2.9.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"preact": "^10.26.4",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"react-dom": ">=16.8.0",
|
|
55
55
|
"vue": ">=3.2.0",
|
|
56
56
|
"svelte": ">=5 <6",
|
|
57
|
-
"@embedpdf/core": "2.
|
|
58
|
-
"@embedpdf/plugin-
|
|
59
|
-
"@embedpdf/plugin-
|
|
60
|
-
"@embedpdf/plugin-history": "2.
|
|
61
|
-
"@embedpdf/plugin-
|
|
57
|
+
"@embedpdf/core": "2.9.0",
|
|
58
|
+
"@embedpdf/plugin-selection": "2.9.0",
|
|
59
|
+
"@embedpdf/plugin-annotation": "2.9.0",
|
|
60
|
+
"@embedpdf/plugin-history": "2.9.0",
|
|
61
|
+
"@embedpdf/plugin-interaction-manager": "2.9.0"
|
|
62
62
|
},
|
|
63
63
|
"files": [
|
|
64
64
|
"dist",
|