functype-log 1.2.0 → 1.2.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functype-log",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "IO-native logging for functype — wraps LogLayer with Tag/Layer DI, structured logging, and test utilities",
5
5
  "keywords": [
6
6
  "functype",
@@ -32,7 +32,7 @@
32
32
  "@types/node": "^24.12.4",
33
33
  "ts-builds": "^2.8.1",
34
34
  "tsdown": "^0.22.1",
35
- "functype": "^1.2.0"
35
+ "functype": "^1.2.1"
36
36
  },
37
37
  "type": "module",
38
38
  "main": "./dist/index.js",