parent
9f01d8654e
commit
da9461f310
|
@ -30,9 +30,11 @@ export type DocxJSON = {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
custom: {
|
custom: {
|
||||||
|
properties: {
|
||||||
[key: string]: string;
|
[key: string]: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
styles: StylesJSON;
|
styles: StylesJSON;
|
||||||
document: DocumentJSON;
|
document: DocumentJSON;
|
||||||
comments: {
|
comments: {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docx-wasm",
|
"name": "docx-wasm",
|
||||||
"version": "0.0.198",
|
"version": "0.0.199",
|
||||||
"main": "dist/node/index.js",
|
"main": "dist/node/index.js",
|
||||||
"browser": "dist/web/index.js",
|
"browser": "dist/web/index.js",
|
||||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue