@embedpdf/core 2.0.0-next.2 → 2.0.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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -17
- package/dist/index.js.map +1 -1
- package/dist/lib/registry/plugin-registry.d.ts +0 -5
- package/package.json +3 -3
|
@@ -10,7 +10,6 @@ export declare class PluginRegistry {
|
|
|
10
10
|
private resolver;
|
|
11
11
|
private configurations;
|
|
12
12
|
private engine;
|
|
13
|
-
private engineInitialized;
|
|
14
13
|
private store;
|
|
15
14
|
private initPromise;
|
|
16
15
|
private logger;
|
|
@@ -26,10 +25,6 @@ export declare class PluginRegistry {
|
|
|
26
25
|
* Get the logger instance
|
|
27
26
|
*/
|
|
28
27
|
getLogger(): Logger;
|
|
29
|
-
/**
|
|
30
|
-
* Ensure engine is initialized before proceeding
|
|
31
|
-
*/
|
|
32
|
-
private ensureEngineInitialized;
|
|
33
28
|
/**
|
|
34
29
|
* Register a plugin without initializing it
|
|
35
30
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/core",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@embedpdf/build": "1.1.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@embedpdf/engines": "2.0.0
|
|
44
|
-
"@embedpdf/models": "2.0.0
|
|
43
|
+
"@embedpdf/engines": "2.0.0",
|
|
44
|
+
"@embedpdf/models": "2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"preact": "^10.26.4",
|