@kopjra/pdf-sentinel 0.0.21 → 0.0.23

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.
@@ -4427,7 +4427,7 @@ function R0({
4427
4427
  ] });
4428
4428
  }
4429
4429
  const E0 = {
4430
- embedpdf: "2.0.0"
4430
+ embedpdf: "2.1.2"
4431
4431
  }, P0 = {
4432
4432
  config: E0
4433
4433
  };
@@ -5052,7 +5052,7 @@ function F_({
5052
5052
  ] });
5053
5053
  }
5054
5054
  const L_ = {
5055
- embedpdf: "2.0.0"
5055
+ embedpdf: "2.1.2"
5056
5056
  }, D_ = {
5057
5057
  config: L_
5058
5058
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopjra/pdf-sentinel",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "A React and Preact component library for embedding and interacting with PDF documents using EmbedPDF.",
5
5
  "keywords": [
6
6
  "react",
@@ -35,7 +35,7 @@
35
35
  "dist"
36
36
  ],
37
37
  "config": {
38
- "embedpdf": "2.0.0"
38
+ "embedpdf": "2.1.2"
39
39
  },
40
40
  "author": "",
41
41
  "license": "ISC",
@@ -64,19 +64,19 @@
64
64
  "vite-plugin-dts": "^4.2.1"
65
65
  },
66
66
  "dependencies": {
67
- "@embedpdf/core": "2.0.0",
68
- "@embedpdf/models": "2.0.0",
69
- "@embedpdf/engines": "2.0.0",
70
- "@embedpdf/pdfium": "2.0.0",
71
- "@embedpdf/plugin-document-manager": "2.0.0",
72
- "@embedpdf/plugin-export": "2.0.0",
73
- "@embedpdf/plugin-interaction-manager": "2.0.0",
74
- "@embedpdf/plugin-pan": "2.0.0",
75
- "@embedpdf/plugin-render": "2.0.0",
76
- "@embedpdf/plugin-scroll": "2.0.0",
77
- "@embedpdf/plugin-spread": "2.0.0",
78
- "@embedpdf/plugin-viewport": "2.0.0",
79
- "@embedpdf/plugin-zoom": "2.0.0",
67
+ "@embedpdf/core": "2.1.2",
68
+ "@embedpdf/models": "2.1.2",
69
+ "@embedpdf/engines": "2.1.2",
70
+ "@embedpdf/pdfium": "2.1.2",
71
+ "@embedpdf/plugin-document-manager": "2.1.2",
72
+ "@embedpdf/plugin-export": "2.1.2",
73
+ "@embedpdf/plugin-interaction-manager": "2.1.2",
74
+ "@embedpdf/plugin-pan": "2.1.2",
75
+ "@embedpdf/plugin-render": "2.1.2",
76
+ "@embedpdf/plugin-scroll": "2.1.2",
77
+ "@embedpdf/plugin-spread": "2.1.2",
78
+ "@embedpdf/plugin-viewport": "2.1.2",
79
+ "@embedpdf/plugin-zoom": "2.1.2",
80
80
  "lodash": "^4.17.21"
81
81
  },
82
82
  "scripts": {