Commit e2ac275
authored
Feature/storage stream (#86)
* refactor(core): rename getStream to getAsStream and implement S3 stream retrieval
- Updated Local and S3Storage drivers to rename the method getStream to getAsStream for consistency.
- Implemented the getAsStream method in S3Storage to retrieve file streams from S3, including error handling for better reliability.
* chore(core): bump version to 0.1.61
* refactor(cli): update SWC file transformer to use tsConfigPath
- Refactored the SWC file transformer to accept tsConfigPath instead of ParsedCommandLine directly.
- Updated build and start-server commands to align with the new parameter structure.
* chore(cli): bump version to 0.0.22
* chore(ts-node): bump version to 0.0.3 and update package-lock.json
* chore(core): bump version to 0.1.62 and update reply logic
- Updated package version to 0.1.62 in package.json.
- Modified reply.ts to improve response handling by removing unnecessary send call when no data is present.1 parent 7ba36a1 commit e2ac275
File tree
4 files changed
+10
-8
lines changed- packages
- core
- lib/rest/http-server
- ts-node
4 files changed
+10
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
0 commit comments