superfaceai / cli

Let AI connect the APIs for you
https://superface.ai
MIT License
23 stars 4 forks source link

chore: Remove userAgent extension in init hook #330

Closed kysely closed 1 year ago

kysely commented 1 year ago

Description

Removing extension of userAgent (version string) with OneSDK and Parser dependencies version.

@superfaceai/cli/4.0.0-beta.12 darwin-arm64 node-v20.4.0 (with @superfaceai/one-sdk@2.4.2, @superfaceai/parser@2.1.0)

is now

@superfaceai/cli/4.0.0-beta.12 darwin-arm64 node-v20.4.0

Motivation and Context

Having the OneSDK and Parser dependencies version printed out after --version is confusing to the users of the upcoming CLI. Those dependencies are there for the older commands, most likely to be removed soon.

Types of changes

Checklist: