@stamhoofd/logging 2.25.2 → 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.
- package/LICENSE +6 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
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/logging",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "UNLICENCED",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "28425ef8a576223beaec1677bcd89e405dac20e4"
|
|
22
22
|
}
|