@leather.io/models 0.26.1 → 0.26.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +16 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/models@0.26.
|
|
2
|
+
> @leather.io/models@0.26.2 build /home/runner/work/mono/mono/packages/models
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/index.ts
|
|
@@ -10,7 +10,7 @@ CLI Target: es2022
|
|
|
10
10
|
ESM Build start
|
|
11
11
|
ESM dist/index.js 11.88 KB
|
|
12
12
|
ESM dist/index.js.map 25.30 KB
|
|
13
|
-
ESM ⚡️ Build success in
|
|
13
|
+
ESM ⚡️ Build success in 21ms
|
|
14
14
|
DTS Build start
|
|
15
|
-
DTS ⚡️ Build success in
|
|
15
|
+
DTS ⚡️ Build success in 1269ms
|
|
16
16
|
DTS dist/index.d.ts 20.45 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,22 @@
|
|
|
24
24
|
* devDependencies
|
|
25
25
|
* @leather.io/eslint-config bumped to 0.7.0
|
|
26
26
|
|
|
27
|
+
## [0.26.2](https://github.com/leather-io/mono/compare/@leather.io/models-v0.26.1...@leather.io/models-v0.26.2) (2025-02-21)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* upgrade prettier ([5a1577c](https://github.com/leather-io/mono/commit/5a1577cc382b4399d427dbf049d1f1d08d984f33))
|
|
33
|
+
* upgrade typescript ([14b91ee](https://github.com/leather-io/mono/commit/14b91ee484d89d25399af7b3e9144e1b4e6a48a7))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* The following workspace dependencies were updated
|
|
39
|
+
* devDependencies
|
|
40
|
+
* @leather.io/prettier-config bumped to 0.6.1
|
|
41
|
+
* @leather.io/tsconfig-config bumped to 0.6.1
|
|
42
|
+
|
|
27
43
|
## [0.26.1](https://github.com/leather-io/mono/compare/@leather.io/models-v0.26.0...@leather.io/models-v0.26.1) (2025-02-21)
|
|
28
44
|
|
|
29
45
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@leather.io/models",
|
|
3
3
|
"author": "Leather.io contact@leather.io",
|
|
4
4
|
"description": "Leather models and types",
|
|
5
|
-
"version": "0.26.
|
|
5
|
+
"version": "0.26.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
|
|
8
8
|
"repository": {
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"zod": "3.24.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"prettier": "3.
|
|
24
|
+
"prettier": "3.5.1",
|
|
25
25
|
"tsup": "8.1.0",
|
|
26
|
-
"typescript": "5.
|
|
27
|
-
"@leather.io/
|
|
28
|
-
"@leather.io/
|
|
26
|
+
"typescript": "5.7.3",
|
|
27
|
+
"@leather.io/tsconfig-config": "0.6.1",
|
|
28
|
+
"@leather.io/prettier-config": "0.6.1"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"leather",
|