@leather.io/models 0.50.0 → 0.50.2

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.
@@ -1,16 +1,15 @@
1
1
 
2
- > @leather.io/models@0.50.0 build /home/runner/work/mono/mono/packages/models
3
- > tsup
2
+ > @leather.io/models@0.50.2 build /home/runner/work/mono/mono/packages/models
3
+ > tsdown
4
4
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
8
- CLI Using tsup config: /home/runner/work/mono/mono/packages/models/tsup.config.ts
9
- CLI Target: es2022
10
- ESM Build start
11
- ESM dist/index.js 23.49 KB
12
- ESM dist/index.js.map 54.06 KB
13
- ESM ⚡️ Build success in 56ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 3048ms
16
- DTS dist/index.d.ts 48.77 KB
5
+ ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
6
+ ℹ Using tsdown config: /home/runner/work/mono/mono/packages/models/tsdown.config.ts
7
+ ℹ entry: src/index.ts
8
+ ℹ tsconfig: tsconfig.json
9
+ ℹ Build start
10
+ ℹ dist/index.js 22.61 kB │ gzip: 5.25 kB
11
+ ℹ dist/index.js.map 49.85 kB │ gzip: 10.47 kB
12
+ ℹ dist/index.d.ts.map 18.96 kB │ gzip: 7.30 kB
13
+ ℹ dist/index.d.ts 49.25 kB │ gzip: 9.72 kB
14
+ ℹ 4 files, total: 140.67 kB
15
+ ✔ Build complete in 1966ms
package/CHANGELOG.md CHANGED
@@ -36,6 +36,27 @@
36
36
  * devDependencies
37
37
  * @leather.io/prettier-config bumped to 0.9.0
38
38
 
39
+ ## [0.50.2](https://github.com/leather-io/mono/compare/@leather.io/models-v0.50.1...@leather.io/models-v0.50.2) (2025-12-08)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * eslint ([46a0d36](https://github.com/leather-io/mono/commit/46a0d36c64e57f5d609738a56b6b0ae6cdb3a03c))
45
+
46
+ ## [0.50.1](https://github.com/leather-io/mono/compare/@leather.io/models-v0.50.0...@leather.io/models-v0.50.1) (2025-12-02)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * tsdown upgrade ([9bd347b](https://github.com/leather-io/mono/commit/9bd347b62e2deb9f7b65fa462b5fa281f4d106aa))
52
+
53
+
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * devDependencies
58
+ * @leather.io/tsconfig-config bumped to 0.11.1
59
+
39
60
  ## [0.50.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.49.0...@leather.io/models-v0.50.0) (2025-11-26)
40
61
 
41
62