@zola_do/document-manipulator 0.1.37 → 0.1.39
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/README.md +6 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -91,3 +91,9 @@ const htmlBuffer = await this.docService.convertDocument(
|
|
|
91
91
|
|
|
92
92
|
- [@zola_do/docx](../docx) — DOCX template processing
|
|
93
93
|
- [@zola_do/minio](../minio) — Required for storage
|
|
94
|
+
|
|
95
|
+
## Community
|
|
96
|
+
|
|
97
|
+
- [Contributing](../../CONTRIBUTING.md)
|
|
98
|
+
- [Code of Conduct](../../CODE_OF_CONDUCT.md)
|
|
99
|
+
- [Security Policy](../../SECURITY.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zola_do/document-manipulator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39",
|
|
4
4
|
"description": "PDF/DOCX merge, conversion, template population for NestJS",
|
|
5
5
|
"author": "zolaDO",
|
|
6
6
|
"license": "ISC",
|
|
@@ -50,6 +50,10 @@
|
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/zola0031/zola-nestjs-shared/issues"
|
|
52
52
|
},
|
|
53
|
+
"funding": {
|
|
54
|
+
"type": "github",
|
|
55
|
+
"url": "https://github.com/sponsors/zola0031"
|
|
56
|
+
},
|
|
53
57
|
"keywords": [
|
|
54
58
|
"nestjs",
|
|
55
59
|
"typescript",
|
|
@@ -62,6 +66,7 @@
|
|
|
62
66
|
"merge",
|
|
63
67
|
"convert",
|
|
64
68
|
"template",
|
|
65
|
-
"document"
|
|
69
|
+
"document",
|
|
70
|
+
"nestjs-shared"
|
|
66
71
|
]
|
|
67
72
|
}
|