@auto-engineer/file-upload 1.45.1 → 1.45.3
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 +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +22 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/file-upload@1.45.
|
|
2
|
+
> @auto-engineer/file-upload@1.45.2 build /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/file-upload@1.45.
|
|
2
|
+
> @auto-engineer/file-upload@1.45.2 test /home/runner/work/auto-engineer/auto-engineer/packages/file-upload
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m10 passed[39m[22m[90m (10)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 12:46:57
|
|
13
|
+
[2m Duration [22m 1.52s[2m (transform 253ms, setup 0ms, collect 284ms, tests 190ms, environment 0ms, prepare 335ms)[22m
|
|
14
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @auto-engineer/file-upload
|
|
2
2
|
|
|
3
|
+
## 1.45.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5031bde`](https://github.com/BeOnAuto/auto-engineer/commit/5031bde8b5958dfc61f3e04f4c45ba0cb81718c8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: skip react slices with empty examples
|
|
8
|
+
|
|
9
|
+
- [`3e94b15`](https://github.com/BeOnAuto/auto-engineer/commit/3e94b15d8a96be5afe9d4a189042d2ed6f3bb0e7) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: ketchup plan for empty-examples react slice fix
|
|
10
|
+
- **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
11
|
+
|
|
12
|
+
- [`d614984`](https://github.com/BeOnAuto/auto-engineer/commit/d6149848a571b78cd0e41449a5ac787067492a4c) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: use GraphQLJSON for object/inline-object types
|
|
13
|
+
- **server-generator-apollo-emmett**: use isEnumType in query resolver template
|
|
14
|
+
- **server-generator-apollo-emmett**: use isEnumType in projection template
|
|
15
|
+
- **global**: version packages
|
|
16
|
+
- **server-generator-apollo-emmett**: update ketchup plan — all bursts done
|
|
17
|
+
|
|
18
|
+
## 1.45.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [`ef6d8e9`](https://github.com/BeOnAuto/auto-engineer/commit/ef6d8e9f4c8b97d7c587529725278396a2496408) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **generate-react-client**: set server host to 0.0.0.0 for accessibility
|
|
23
|
+
- **global**: version packages
|
|
24
|
+
|
|
3
25
|
## 1.45.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|