commonform-docx 9.1.0 → 9.1.1

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/outdated.log +2 -0
  2. package/package.json +2 -2
package/outdated.log ADDED
@@ -0,0 +1,2 @@
1
+ Package Current Wanted Latest Location Depended by
2
+ commonform-flatten 2.1.0 2.1.0 3.0.0 node_modules/commonform-flatten commonform-docx
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "commonform-docx",
3
3
  "description": "render Common Forms in Office Open XML (Microsoft Word .docx format)",
4
- "version": "9.1.0",
4
+ "version": "9.1.1",
5
5
  "author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
6
6
  "bin": "bin.js",
7
7
  "dependencies": {
8
8
  "@kemitchell/docopt": "^1.0.0",
9
9
  "agreement-schedules-exhibits-numbering": "^3.0.0",
10
- "commonform-flatten": "^2.1.0",
10
+ "commonform-flatten": "^3.0.0",
11
11
  "commonform-hash": "^1.0.0",
12
12
  "commonform-prepare-blanks": "^1.0.1",
13
13
  "commonform-smartify": "^1.0.1",