@leather.io/models 0.11.1 → 0.12.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +26 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @leather.io/models@0.
|
|
2
|
+
> @leather.io/models@0.12.1 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 8.87 KB
|
|
12
12
|
ESM dist/index.js.map 17.93 KB
|
|
13
|
-
ESM ⚡️ Build success in
|
|
13
|
+
ESM ⚡️ Build success in 25ms
|
|
14
14
|
DTS Build start
|
|
15
|
-
DTS ⚡️ Build success in
|
|
15
|
+
DTS ⚡️ Build success in 2119ms
|
|
16
16
|
DTS dist/index.d.ts 15.29 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,32 @@
|
|
|
18
18
|
* devDependencies
|
|
19
19
|
* @leather.io/tsconfig-config bumped to 0.5.1
|
|
20
20
|
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* The following workspace dependencies were updated
|
|
24
|
+
* devDependencies
|
|
25
|
+
* @leather.io/eslint-config bumped to 0.7.0
|
|
26
|
+
|
|
27
|
+
## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.11.1...@leather.io/models-v0.12.0) (2024-08-15)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* upgrade pkgs ([c091981](https://github.com/leather-io/mono/commit/c09198150ed429989d920d6350ad43d0ff4cfe5c))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* husky for commitlint only ([ce93a4b](https://github.com/leather-io/mono/commit/ce93a4bc95fbb5128288558ffbeebfccfded38ef))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* The following workspace dependencies were updated
|
|
43
|
+
* devDependencies
|
|
44
|
+
* @leather.io/prettier-config bumped to 0.6.0
|
|
45
|
+
* @leather.io/tsconfig-config bumped to 0.6.0
|
|
46
|
+
|
|
21
47
|
## [0.11.1](https://github.com/leather-io/mono/compare/@leather.io/models-v0.11.0...@leather.io/models-v0.11.1) (2024-08-14)
|
|
22
48
|
|
|
23
49
|
|
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.
|
|
5
|
+
"version": "0.12.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
|
|
8
8
|
"repository": {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"eslint": "8.53.0",
|
|
25
|
-
"prettier": "3.3.
|
|
25
|
+
"prettier": "3.3.3",
|
|
26
26
|
"tsup": "8.1.0",
|
|
27
|
-
"typescript": "5.4
|
|
28
|
-
"@leather.io/eslint-config": "0.
|
|
29
|
-
"@leather.io/prettier-config": "0.
|
|
30
|
-
"@leather.io/tsconfig-config": "0.
|
|
27
|
+
"typescript": "5.5.4",
|
|
28
|
+
"@leather.io/eslint-config": "0.7.0",
|
|
29
|
+
"@leather.io/prettier-config": "0.6.0",
|
|
30
|
+
"@leather.io/tsconfig-config": "0.6.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"leather",
|