Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Replace deprecated serverless.cli.log() calls with logging API and mark the plugin as requiring Serverless v3.x #100

Merged
merged 1 commit into from
Feb 26, 2022
Merged

Conversation

coyoteecd
Copy link
Contributor

  • remove chalk from dependencies, no longer necessary
  • add serverless as peerDependency

Closes: #95

NOTE: this is a breaking change (no longer works with serverless v2.x) and must be released as a new major version.
See also serverless/serverless#10670 (reply in thread) for why the console log has been moved to verbose and limited to minimum.

…rk the plugin as requiring Serverless v3.x

- remove chalk from dependencies, no longer necessary
- add serverless as peerDependency

Closes: #95
@k1LoW
Copy link
Owner

k1LoW commented Feb 26, 2022

@coyoteecd Thank you!

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.

Serverless Framework v3: new design & how to integrate
2 participants