loglevel-mixin 7.2.5 → 7.2.7

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +0 -1
  3. package/package.json +7 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2015-2025 by Markus Felten
1
+ Copyright (C) 2015-2026 by Markus Felten
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted.
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/loglevel-mixin/badge.svg)](https://snyk.io/test/github/arlac77/loglevel-mixin)
11
- [![Coverage Status](https://coveralls.io/repos/arlac77/loglevel-mixin/badge.svg)](https://coveralls.io/github/arlac77/loglevel-mixin)
12
11
 
13
12
  # loglevel-mixin
14
13
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "loglevel-mixin",
3
- "version": "7.2.5",
3
+ "version": "7.2.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
7
7
  },
8
+ "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
8
9
  "types": "./types/loglevel-mixin.d.mts",
9
10
  "exports": {
10
11
  ".": {
@@ -37,15 +38,15 @@
37
38
  "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
38
39
  },
39
40
  "devDependencies": {
40
- "ava": "^6.3.0",
41
- "browser-ava": "^2.3.26",
41
+ "ava": "^6.4.1",
42
+ "browser-ava": "^2.3.50",
42
43
  "c8": "^10.1.3",
43
44
  "documentation": "^14.0.3",
44
- "semantic-release": "^24.2.3",
45
- "typescript": "^5.8.3"
45
+ "semantic-release": "^25.0.2",
46
+ "typescript": "^5.9.3"
46
47
  },
47
48
  "engines": {
48
- "node": ">=22.15.0"
49
+ "node": ">=24.13.0"
49
50
  },
50
51
  "repository": {
51
52
  "type": "git",