Skip to content

fix: add @deprecated to NgrokV1Proxy#19

Merged
odanado merged 4 commits intomainfrom
add-deprecated-tag-ngrok-v1
Jun 10, 2025
Merged

fix: add @deprecated to NgrokV1Proxy#19
odanado merged 4 commits intomainfrom
add-deprecated-tag-ngrok-v1

Conversation

@odanado
Copy link
Member

@odanado odanado commented Jun 4, 2025

In #17, the LIFF CLI gained support for the latest version of ngrok.
Therefore, there is no longer any need to use the older version, ngrok-v1.

@odanado odanado requested a review from a team as a code owner June 4, 2025 12:04
@odanado odanado force-pushed the add-deprecated-tag-ngrok-v1 branch from 3fa1955 to 3c289d0 Compare June 4, 2025 12:04
@odanado odanado changed the title add @deprecated to NgrokV1Proxy fix: add @deprecated to NgrokV1Proxy Jun 4, 2025
console.warn("ngrok-v1 is experimental feature.");
console.warn(
`proxyType 'ngrok-v1' is deprecated. Please use 'ngrok' instead.`,
);
Copy link
Member

Choose a reason for hiding this comment

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

https://github.com/line/liff-cli/blob/add-deprecated-tag-ngrok-v1/src/serve/commands/index.ts#L22

I think it would be fine to remove it from this description. What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

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

I see.
I fixed it.
d9f9150

@odanado odanado requested a review from kazuma0129 June 9, 2025 12:40
@odanado odanado merged commit 41accdf into main Jun 10, 2025
3 checks passed
@odanado odanado deleted the add-deprecated-tag-ngrok-v1 branch June 10, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants