@embedpdf/plugin-annotation 2.10.0 → 2.10.1

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.
@@ -7,6 +7,7 @@ import { PreviewState, HandlerServices } from './handlers/types';
7
7
  export declare class AnnotationPlugin extends BasePlugin<AnnotationPluginConfig, AnnotationCapability, AnnotationState, AnnotationAction> {
8
8
  static readonly id: "annotation";
9
9
  private readonly ANNOTATION_HISTORY_TOPIC;
10
+ private static readonly defaultHandlerFactories;
10
11
  readonly config: AnnotationPluginConfig;
11
12
  private readonly state$;
12
13
  private readonly interactionManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/plugin-annotation",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
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.10.0",
39
- "@embedpdf/utils": "2.10.0"
38
+ "@embedpdf/models": "2.10.1",
39
+ "@embedpdf/utils": "2.10.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/react": "^18.2.0",
43
43
  "@types/react-dom": "^18.2.0",
44
44
  "typescript": "^5.0.0",
45
- "@embedpdf/plugin-selection": "2.10.0",
46
- "@embedpdf/plugin-history": "2.10.0",
47
45
  "@embedpdf/build": "1.1.0",
48
- "@embedpdf/plugin-scroll": "2.10.0",
49
- "@embedpdf/plugin-interaction-manager": "2.10.0"
46
+ "@embedpdf/plugin-interaction-manager": "2.10.1",
47
+ "@embedpdf/plugin-history": "2.10.1",
48
+ "@embedpdf/plugin-selection": "2.10.1",
49
+ "@embedpdf/plugin-scroll": "2.10.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": ">=16.8.0",
@@ -54,11 +54,11 @@
54
54
  "preact": "^10.26.4",
55
55
  "vue": ">=3.2.0",
56
56
  "svelte": ">=5 <6",
57
- "@embedpdf/core": "2.10.0",
58
- "@embedpdf/plugin-interaction-manager": "2.10.0",
59
- "@embedpdf/plugin-selection": "2.10.0",
60
- "@embedpdf/plugin-history": "2.10.0",
61
- "@embedpdf/plugin-scroll": "2.10.0"
57
+ "@embedpdf/core": "2.10.1",
58
+ "@embedpdf/plugin-interaction-manager": "2.10.1",
59
+ "@embedpdf/plugin-selection": "2.10.1",
60
+ "@embedpdf/plugin-scroll": "2.10.1",
61
+ "@embedpdf/plugin-history": "2.10.1"
62
62
  },
63
63
  "files": [
64
64
  "dist",