@acdvorak/myst-to-docx
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -6,2 +6,3 @@ export { DocxSerializer } from './serializer.js'; | ||
export type { IDocxSerializer, DocxResult, Handler, Options } from './types.js'; | ||
export * as docx from 'docx'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,1 +5,2 @@ export { DocxSerializer } from './serializer.js'; | ||
export { writeDocx, createDocFromState, fetchImagesAsBuffers } from './utils.js'; | ||
export * as docx from 'docx'; |
{ | ||
"name": "@acdvorak/myst-to-docx", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Export from a MyST Markdown document to Microsoft Word (*.docx)", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50228
1156