@lofcz/embedpdf-plugin-commands 3.0.0-next.7 → 3.0.0-next.9
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lofcz/embedpdf-plugin-commands",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The command registry: the single vocabulary of verbs. Definitions are app content (mechanism/content split); state (label · icon · enabled · active · visible) derives purely from other capabilities, so every consumer is reactive through the kernel's one change stream — no events, no diffing.",
|
|
6
6
|
"type": "module",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@embedpdf/core": "npm:@lofcz/embedpdf-core@3.0.0-next.
|
|
22
|
-
"@embedpdf/
|
|
23
|
-
"@embedpdf/plugin-
|
|
24
|
-
"@embedpdf/
|
|
21
|
+
"@embedpdf/core": "npm:@lofcz/embedpdf-core@3.0.0-next.9",
|
|
22
|
+
"@embedpdf/core-ui": "npm:@lofcz/embedpdf-core-ui@3.0.0-next.9",
|
|
23
|
+
"@embedpdf/plugin-i18n": "npm:@lofcz/embedpdf-plugin-i18n@3.0.0-next.9",
|
|
24
|
+
"@embedpdf/plugin-shell": "npm:@lofcz/embedpdf-plugin-shell@3.0.0-next.9"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"typescript": "^5.0.0",
|