@zola_do/docx 0.1.38 → 0.1.40
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
|
@@ -73,3 +73,9 @@ Uses [docx-templates](https://github.com/guigrpa/docx-templates) syntax. Placeho
|
|
|
73
73
|
|
|
74
74
|
- [@zola_do/document-manipulator](../document-manipulator) — PDF/DOCX merge and conversion, uses similar template population
|
|
75
75
|
- [@zola_do/minio](../minio) — Store generated documents
|
|
76
|
+
|
|
77
|
+
## Community
|
|
78
|
+
|
|
79
|
+
- [Contributing](../../CONTRIBUTING.md)
|
|
80
|
+
- [Code of Conduct](../../CODE_OF_CONDUCT.md)
|
|
81
|
+
- [Security Policy](../../SECURITY.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zola_do/docx",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.40",
|
|
4
4
|
"description": "DOCX template processing for NestJS",
|
|
5
5
|
"author": "zolaDO",
|
|
6
6
|
"license": "ISC",
|
|
@@ -44,6 +44,10 @@
|
|
|
44
44
|
"bugs": {
|
|
45
45
|
"url": "https://github.com/zola0031/zola-nestjs-shared/issues"
|
|
46
46
|
},
|
|
47
|
+
"funding": {
|
|
48
|
+
"type": "github",
|
|
49
|
+
"url": "https://github.com/sponsors/zola0031"
|
|
50
|
+
},
|
|
47
51
|
"keywords": [
|
|
48
52
|
"nestjs",
|
|
49
53
|
"typescript",
|
|
@@ -53,6 +57,7 @@
|
|
|
53
57
|
"zola_do",
|
|
54
58
|
"docx",
|
|
55
59
|
"template",
|
|
56
|
-
"documents"
|
|
60
|
+
"documents",
|
|
61
|
+
"nestjs-shared"
|
|
57
62
|
]
|
|
58
63
|
}
|