@components-kit/open-workbook-office-js-engine 0.1.6 → 0.1.7
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/engine.d.ts +1 -1
- package/dist/engine.js +1 -1
- package/package.json +2 -2
package/dist/engine.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export declare const DefaultOfficeJsEngineOptions: OfficeJsEngineOptions;
|
|
|
15
15
|
export declare class OfficeJsEngine implements ExcelEngine {
|
|
16
16
|
private readonly options;
|
|
17
17
|
readonly name = "office-js";
|
|
18
|
-
readonly version = "0.1.
|
|
18
|
+
readonly version = "0.1.7";
|
|
19
19
|
constructor(options?: OfficeJsEngineOptions);
|
|
20
20
|
getCapabilities(): Promise<RuntimeCapabilities>;
|
|
21
21
|
getActiveWorkbook(): Promise<WorkbookRef | undefined>;
|
package/dist/engine.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@components-kit/open-workbook-office-js-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Office.js engine interfaces and defaults for Open Workbook Excel execution.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@components-kit/open-workbook-protocol": "0.1.
|
|
38
|
+
"@components-kit/open-workbook-protocol": "0.1.7"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"typescript": "^5.7.3",
|