@stamhoofd/excel-writer 2.25.0 → 2.26.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/LICENSE +6 -2
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,8 @@
1
- GNU AFFERO GENERAL PUBLIC LICENSE
1
+ This license applies to the entire repository except for subfolders that
2
+ have their own license file. In such cases, the license file in the
3
+ subfolder takes precedence.
4
+
5
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
6
  Version 3, 19 November 2007
3
7
 
4
8
  Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
@@ -658,4 +662,4 @@ specific requirements.
658
662
  You should also get your employer (if you work as a programmer) or school,
659
663
  if any, to sign a "copyright disclaimer" for the program, if necessary.
660
664
  For more information on this, and how to apply and follow the GNU AGPL, see
661
- <https://www.gnu.org/licenses/>.
665
+ <https://www.gnu.org/licenses/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/excel-writer",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./esm/dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "gitHead": "48963030dd9e90bef4ea1c96db2cf6ddb6e1908a"
26
+ "gitHead": "28425ef8a576223beaec1677bcd89e405dac20e4"
27
27
  }