Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adapt @samchon/openapi update. #1163

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Adapt @samchon/openapi update. #1163

merged 2 commits into from
Dec 18, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Dec 18, 2024

Special update for a commercial project performing LLM function calling to the Restful API.


This pull request includes several updates to version dependencies and refactors code in multiple files. The most important changes involve updating package versions and refactoring the MigrateApplication and AccessorAnalyzer classes.

Dependency Updates:

Version Bumps:

  • Bumped the version of @nestia/station to 4.5.0 in package.json.
  • Updated version numbers for @nestia/core, @nestia/fetcher, and @nestia/sdk to 4.5.0-dev.20241218-2 in their respective package.json files. [1] [2] [3]

Code Refactoring:

  • Refactored MigrateApplication class to use MigrateApplicationAnalyzer instead of MigrateAnalyzer in packages/migrate/src/MigrateApplication.ts. [1] [2] [3]
  • Renamed MigrateAnalyzer to MigrateApplicationAnalyzer in packages/migrate/src/analyzers/MigrateApplicationAnalyzer.ts.
  • Updated AccessorAnalyzer to use accessor instead of accessors in packages/sdk/src/analyses/AccessorAnalyzer.ts. [1] [2] [3]

Additional Refactoring:

  • Updated TypedHttpRouteAnalyzer and TypedWebSocketRouteAnalyzer to use accessor instead of accessors. [1] [2]
  • Refactored E2eFileProgrammer, SdkFileProgrammer, and SwaggerOperationComposer to use accessor instead of accessors. [1] [2] [3] [4]

Special update for a commercial project performing LLM function calling to the Restful API.
@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 18, 2024
@samchon samchon self-assigned this Dec 18, 2024
Copy link

socket-security bot commented Dec 18, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint/js@9.17.0 None 0 14.9 kB eslintbot, openjsfoundation
npm/@mui/material@5.16.12 Transitive: environment, filesystem +37 24 MB aarongarciah, atomiks, brijeshb42, ...8 more
npm/@rollup/plugin-terser@0.4.4 eval, unsafe 0 28.7 kB lukastaegert
npm/@rollup/plugin-typescript@12.1.2 environment, filesystem +2 223 kB shellscape
npm/@stackblitz/sdk@1.11.0 None 0 186 kB tsulkowski
npm/@types/glob@7.2.0 None +3 2.39 MB types
npm/@types/inquirer@9.0.7 None +3 2.45 MB types
npm/@types/js-yaml@4.0.9 None 0 9.12 kB types
npm/@types/react-dom@18.3.5 None 0 37.9 kB types
npm/@types/react@18.3.17 None +1 446 kB types
npm/@types/ws@8.5.13 None +2 2.39 MB types
npm/@typescript-eslint/eslint-plugin@5.62.0 Transitive: environment, eval, filesystem, unsafe +102 15.9 MB jameshenry
npm/@typescript-eslint/parser@5.62.0 Transitive: environment, eval, filesystem, unsafe +95 12.7 MB jameshenry
npm/@vitejs/plugin-react@4.3.4 Transitive: environment, filesystem, unsafe +27 8.37 MB vitebot
npm/detect-ts-node@1.0.5 None 0 1.23 kB yorickdevries
npm/eslint-plugin-deprecation@1.6.0 Transitive: environment, eval, filesystem, unsafe +100 13.9 MB gund
npm/fastify@4.29.0 Transitive: environment, eval, filesystem, unsafe +46 6.67 MB eomm
npm/get-function-location@2.0.0 unsafe +1 142 kB rwjblue
npm/git-last-commit@1.0.1 shell 0 19.4 kB oseymen
npm/glob@7.2.3 filesystem Transitive: environment +8 134 kB isaacs
npm/path-parser@6.1.0 environment +2 222 kB troch
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/ts-expose-internals@5.4.5 None 0 1.53 MB nonara
npm/typescript-transform-paths@3.5.2 Transitive: environment +1 581 kB danielpza
npm/uuid@9.0.1 None 0 123 kB ctavan

🚮 Removed packages: npm/@trivago/prettier-plugin-sort-imports@4.3.0, npm/@types/autocannon@7.12.5, npm/@types/d3@7.4.3, npm/@types/physical-cpu-count@2.0.2, npm/autocannon@7.15.0, npm/class-transformer@0.5.1, npm/class-validator@0.14.1, npm/d3@5.16.0, npm/jsdom@22.1.0, npm/physical-cpu-count@2.0.0, npm/prettier@3.4.2, npm/rimraf@5.0.10, npm/sloc@0.3.2

View full report↗︎

Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test OK

@samchon samchon merged commit fd4cd41 into master Dec 18, 2024
6 checks passed
@samchon samchon deleted the feat/openapi branch December 18, 2024 08:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant