docx-plus 0.2.0 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![npm downloads](https://img.shields.io/npm/dw/docx-plus)
5
5
  ![npm license](https://img.shields.io/npm/l/docx-plus)
6
6
 
7
- Easily generate and modify .docx files with JS/TS. Works for Node.js and on the Browser.
7
+ > Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
8
8
 
9
9
  **docx-plus** is an enhanced fork of [docx](https://github.com/dolanmiu/docx) by Dolan Miu — a TypeScript/JavaScript library for generating and modifying Word documents (.docx) programmatically with a declarative API. We extend our sincere gratitude to the original author and all contributors for their foundational work.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx-plus",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
5
5
  "keywords": [
6
6
  "clippy",
@@ -44,7 +44,7 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@office-open/docx": "0.2.0"
47
+ "@office-open/docx": "0.3.0"
48
48
  },
49
49
  "scripts": {
50
50
  "dev": "basis build --stub",