@lofcz/embedpdf-plugin-actions 3.0.0-next.11 → 3.0.0-next.12

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lofcz/embedpdf-plugin-actions",
3
- "version": "3.0.0-next.11",
3
+ "version": "3.0.0-next.12",
4
4
  "private": false,
5
5
  "description": "The PDF action engine: one dispatcher for extracted /A and /AA action trees (GoTo, URI, Hide, Named, ResetForm, JavaScript chains) with a per-document serialized queue, origin-aware policy, can-twins, and a registry where sibling plugins provide executors and effect sinks. JavaScript is one registered interpreter among many — Hide/ResetForm/navigation work with scripting off.",
6
6
  "type": "module",
@@ -30,16 +30,16 @@
30
30
  "dist"
31
31
  ],
32
32
  "dependencies": {
33
- "@embedpdf/core": "npm:@lofcz/embedpdf-core@3.0.0-next.11",
34
- "@embedpdf/engine-core": "npm:@lofcz/embedpdf-engine-core@3.0.0-next.11",
35
- "@embedpdf/core-acrojs": "npm:@lofcz/embedpdf-core-acrojs@3.0.0-next.11",
36
- "@embedpdf/core-js-sandbox": "npm:@lofcz/embedpdf-core-js-sandbox@3.0.0-next.11"
33
+ "@embedpdf/core": "npm:@lofcz/embedpdf-core@3.0.0-next.12",
34
+ "@embedpdf/core-acrojs": "npm:@lofcz/embedpdf-core-acrojs@3.0.0-next.12",
35
+ "@embedpdf/engine-core": "npm:@lofcz/embedpdf-engine-core@3.0.0-next.12",
36
+ "@embedpdf/core-js-sandbox": "npm:@lofcz/embedpdf-core-js-sandbox@3.0.0-next.12"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "^5.0.0",
40
40
  "vitest": "^2.1.9",
41
41
  "@embedpdf/tooling-build": "npm:@lofcz/embedpdf-tooling-build@0.0.0",
42
- "@embedpdf/engine": "npm:@lofcz/embedpdf-engine@3.0.0-next.11"
42
+ "@embedpdf/engine": "npm:@lofcz/embedpdf-engine@3.0.0-next.12"
43
43
  },
44
44
  "license": "Apache-2.0",
45
45
  "sideEffects": false,