@frame-kit/utils 0.0.2 → 0.0.6

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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ ## 0.0.2 (2026-06-11)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **utils:** emit ESM and use explicit .js import extensions
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Aaron Balthaser
10
+ - Claude Opus 4.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frame-kit/utils",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Framework-agnostic color and date utilities for FrameKit.",
5
5
  "license": "MIT",
6
6
  "repository": {