@leather.io/models 0.49.0 → 0.50.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.
@@ -1,16 +1,15 @@
1
1
 
2
- > @leather.io/models@0.49.0 build /home/runner/work/mono/mono/packages/models
3
- > tsup
2
+ > @leather.io/models@0.50.1 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 53.96 KB
13
- ESM ⚡️ Build success in 58ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 3295ms
16
- DTS dist/index.d.ts 48.67 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 23.99 kB │ gzip: 5.61 kB
11
+ ℹ dist/index.js.map 53.10 kB │ gzip: 11.25 kB
12
+ ℹ dist/index.d.ts.map 19.24 kB │ gzip: 7.41 kB
13
+ ℹ dist/index.d.ts 49.96 kB │ gzip: 9.89 kB
14
+ ℹ 4 files, total: 146.30 kB
15
+ ✔ Build complete in 3271ms
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.1](https://github.com/leather-io/mono/compare/@leather.io/models-v0.50.0...@leather.io/models-v0.50.1) (2025-12-02)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * tsdown upgrade ([9bd347b](https://github.com/leather-io/mono/commit/9bd347b62e2deb9f7b65fa462b5fa281f4d106aa))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * devDependencies
51
+ * @leather.io/tsconfig-config bumped to 0.11.1
52
+
53
+ ## [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)
54
+
55
+
56
+ ### Features
57
+
58
+ * normalize swap amount and percentage formats ([d5f1075](https://github.com/leather-io/mono/commit/d5f1075e4bf47fc92719d9e7fc604ff21e0d290a))
59
+
39
60
  ## [0.49.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.48.0...@leather.io/models-v0.49.0) (2025-11-19)
40
61
 
41
62