@frame-kit/utils 0.0.2 → 0.0.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.
- package/CHANGELOG.md +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
## 0.0.6 (2026-06-17)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **utils:** emit ESM and use explicit .js import extensions ([1b5f802](https://github.com/frame-kit/packages/commit/1b5f802))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Aaron Balthaser
|
|
10
|
+
- Claude Opus 4.8
|
|
11
|
+
|
|
12
|
+
## 0.0.2 (2026-06-11)
|
|
13
|
+
|
|
14
|
+
### 🩹 Fixes
|
|
15
|
+
|
|
16
|
+
- **utils:** emit ESM and use explicit .js import extensions
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- Aaron Balthaser
|
|
21
|
+
- Claude Opus 4.8
|