@fjall/util 2.19.0 → 2.19.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/dist/.minified +1 -1
  2. package/package.json +2 -2
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 65 files minified at 2026-06-19T23:40:23.010Z
1
+ 65 files minified at 2026-06-20T02:53:18.510Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/util",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "description": "Common utility methods",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -117,5 +117,5 @@
117
117
  "engines": {
118
118
  "node": ">=22.0.0"
119
119
  },
120
- "gitHead": "f76888fbf22b7f4ac972fcd12f392c519bd612c2"
120
+ "gitHead": "4a28fac0bbbcb4e0db6cb79a9289a7108417a16a"
121
121
  }